/*!
Theme Name:   	granpri-flowers
Author:         Ivan Kozlov
Author URI:     http://ivan-kozlov.ru
Version:      	1.0
*/
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em; }

::-webkit-scrollbar-thumb {
  background: #d1ae34; }

::-webkit-scrollbar-track {
  background: #e8d79a; }

body {
  scrollbar-face-color: #d1ae34;
  scrollbar-track-color: #e8d79a; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  font-family: "Gotham Pro";
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1;
  overflow-y: scroll;
  position: relative; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: ''; }

q:before, q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.for-users {
    text-align: center;
    line-height: 22px;
    color: #ca3b4f;
    margin: 10px 0;
}
.aboutcoupon{
	font-size:11px;
	color:rgba(219,15,18,1.00);
	padding-left:20px;
	padding-right:20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.containerWrap {
  display: block;
  width: 100%;
  min-width: 1230px; }
  .containerWrap .wrap {
    display: block;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px; }
  .containerWrap .twoWrap {
    display: block; }
    .containerWrap .twoWrap:after, .containerWrap .twoWrap:before {
      display: block;
      content: '';
      clear: both; }
    .containerWrap .twoWrap .leftWrap {
      display: block;
      float: left;
      width: 285px; }
    .containerWrap .twoWrap .rightWrap {
      display: block;
      float: right;
      width: calc(100% - 305px); }

.formatBlock {
  display: block;
  max-width: 100%;
  overflow: auto; }
  .formatBlock:after {
    display: block;
    content: '';
    clear: both; }
  .formatBlock:before {
    display: block;
    content: '';
    clear: both; }
  .formatBlock h1 {
    color: #262626;
    font-size: 32px;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2; }
  .formatBlock h2 {
    color: #262626;
    font-size: 28px;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2; }
  .formatBlock h3 {
    color: #262626;
    font-size: 24px;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2; }
  .formatBlock h4 {
    color: #262626;
    font-size: 22px;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2; }
  .formatBlock h5 {
    color: #262626;
    font-size: 18px;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2; }
  .formatBlock h6 {
    color: #262626;
    font-size: 16px;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2; }
  .formatBlock p {
    color: #262626;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 1rem; }
  .formatBlock ol {
    list-style-type: decimal;
    padding: 0;
    margin: 0 0 1rem 1rem;
    color: #262626;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400; }
    .formatBlock ol li {
      margin-bottom: .5rem; }
  .formatBlock ul {
    padding: 0;
    margin: 0 0 1rem 0;
    color: #262626;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400; }
    .formatBlock ul li {
      margin-bottom: .5rem; }
      .formatBlock ul li:before {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        content: '';
        width: 7px;
        height: 7px;
        background-color: #d1ae34;
        margin: 8px 8px 0 0; }
  .formatBlock a {
    color: #d1ae34;
    text-decoration: underline;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .formatBlock a:hover {
      text-decoration: none; }
    .formatBlock a:active {
      opacity: .7; }
    .formatBlock a.fancybox {
      text-decoration: none; }
  .formatBlock strong, .formatBlock b {
    font-weight: 700; }
  .formatBlock em {
    font-style: italic; }
  .formatBlock .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0; }
  .formatBlock .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em; }
  .formatBlock .aligncenter {
    display: block;
    margin: 1em auto; }
  .formatBlock img {
    max-width: 100%;
    height: auto; }
  .formatBlock table {
    overflow-x: auto;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1rem; }
    .formatBlock table tr td, .formatBlock table tr th {
      color: #262626;
      font-size: 15px;
      line-height: 1.8;
      font-weight: 400;
      padding: .5rem;
      vertical-align: top; }
    .formatBlock table.strip tr td, .formatBlock table.strip tr th {
      border: 1px solid #f3f3f3; }
    .formatBlock table.nice tr td, .formatBlock table.nice tr th {
      background-color: #f3f3f3; }
      .formatBlock table.nice tr td:nth-child(2n), .formatBlock table.nice tr th:nth-child(2n) {
        background-color: #f0f0f0; }
    .formatBlock table.nice tr:nth-child(2n) td, .formatBlock table.nice tr:nth-child(2n) th {
      background-color: #f8f8f8; }
      .formatBlock table.nice tr:nth-child(2n) td:nth-child(2n), .formatBlock table.nice tr:nth-child(2n) th:nth-child(2n) {
        background-color: #f6f6f6; }
    .formatBlock table.nice tr.head td, .formatBlock table.nice tr.head th {
      font-weight: bold;
      border: 1px solid #d1ae34; }
    .formatBlock table.price_table tr td, .formatBlock table.price_table tr th {
      background-color: #f1f3f6;
      border: 4px solid #ffffff;
      padding: 15px 20px;
      color: #3b3b3b;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    .formatBlock table.price_table tr:first-child td, .formatBlock table.price_table tr:first-child th {
      background-color: #d7dbe0;
      border: 4px solid #ffffff;
      padding: 15px 20px;
      color: #3b3b3b;
      font-size: 14px;
      font-weight: 700;
      line-height: 20px; }
      .formatBlock table.price_table tr:first-child td:first-letter, .formatBlock table.price_table tr:first-child th:first-letter {
        text-transform: uppercase; }
    .formatBlock table.price_table tr:hover td, .formatBlock table.price_table tr:hover th {
      background-color: #f4f5f6; }
    .formatBlock table.price_table tr:hover:first-child td, .formatBlock table.price_table tr:hover:first-child th {
      background-color: #d7dbe0; }
  .formatBlock .gallery {
    display: block;
    margin: 0 0 0 -30px !important;
    padding: 0; }
    .formatBlock .gallery:after, .formatBlock .gallery:before {
      display: block;
      content: '';
      clear: both; }
    .formatBlock .gallery.gallery-columns-1 .gallery-item {
      width: calc(100% - 30px) !important; }
    .formatBlock .gallery.gallery-columns-2 .gallery-item {
      width: calc(50% - 30px) !important; }
    .formatBlock .gallery.gallery-columns-3 .gallery-item {
      width: calc(33.3% - 30px) !important; }
    .formatBlock .gallery.gallery-columns-4 .gallery-item {
      width: calc(25% - 30px) !important; }
    .formatBlock .gallery.gallery-columns-5 .gallery-item {
      width: calc(20% - 30px) !important; }
    .formatBlock .gallery.gallery-columns-6 .gallery-item {
      width: calc(16.6% - 30px) !important; }
    .formatBlock .gallery.gallery-columns-7 .gallery-item {
      width: calc(14.2% - 30px) !important; }
    .formatBlock .gallery.gallery-columns-8 .gallery-item {
      width: calc(12.5% - 30px) !important; }
    .formatBlock .gallery.gallery-columns-9 .gallery-item {
      width: calc(11.1% - 30px) !important; }
    .formatBlock .gallery .gallery-item {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left !important;
      margin: 30px 0 0 30px !important;
      position: relative !important;
      border: 1px dotted #d9d9d9;
      padding: 0 !important;
      overflow: hidden;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .formatBlock .gallery .gallery-item:before {
        display: block;
        content: '';
        padding-top: 100%; }
      .formatBlock .gallery .gallery-item img {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: none !important;
        object-fit: cover;
        -o-object-fit: cover; }
      .formatBlock .gallery .gallery-item .wp-caption-text {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #d1ae34;
        padding: 5px 15px;
        text-align: center;
        font-size: 14px;
        color: #ffffff;
        font-weight: 300;
        line-height: 20px; }
      .formatBlock .gallery .gallery-item:hover {
        box-shadow: 0 5px 10px -7px #000000;
        border: 1px solid #d1ae34; }

.breadcrumbs {
  display: block;
  position: relative;
  padding: 15px 0 20px;
  z-index: 100; }
  .breadcrumbs a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 10px 5px 0 0;
    color: #d1ae34;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .sep {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 10px 5px 0 0;
    color: #9e9e9e;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px; }
  .breadcrumbs .breadcrumb_last {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 10px 0 0 0;
    color: #9e9e9e;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px; }

.pagination {
  display: block;
  padding-top: 30px;
  text-align: center; }
  .pagination .screen-reader-text {
    display: none; }
  .pagination span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 5px 0;
    width: 35px;
    height: 35px;
    border: 1px solid #d1ae34;
    background-color: #d1ae34;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500; }
  .pagination a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 5px 0;
    width: 35px;
    height: 35px;
    border: 1px solid #e2e2e2;
    background-color: #ffffff;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    color: #777777;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .pagination a:hover {
      border: 1px solid #d1ae34; }
    .pagination a:active {
      color: #d1ae34; }

.popup-mask {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer; }
  .popup-mask.active {
    visibility: visible;
    opacity: 1; }

.popup-form {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 60px;
  left: 50%;
  margin: 0 0 0 -240px;
  width: 480px;
  max-height: calc(100% - 120px);
  z-index: 11000;
  background: #ffffff;
  overflow: hidden;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  visibility: hidden;
  opacity: 0; }
  .popup-form.active {
    visibility: visible;
    opacity: 1; }
  .popup-form .topLine {
    display: block;
    position: relative;
    height: 30px;
    background: #d1ae34; }
  .popup-form .bottomLine {
    display: block;
    position: relative;
    overflow: auto;
    max-height: 100%; }
  .popup-form .close {
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    cursor: pointer; }
    .popup-form .close:before {
      display: block;
      position: absolute;
      content: '';
      left: 7px;
      top: 0;
      height: 100%;
      border-right: 2px solid #ffffff;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    .popup-form .close:after {
      display: block;
      position: absolute;
      content: '';
      right: 7px;
      top: 0;
      height: 100%;
      border-left: 2px solid #ffffff;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    .popup-form .close:hover:before {
      -moz-transform: rotate(405deg);
      -ms-transform: rotate(405deg);
      -webkit-transform: rotate(405deg);
      -o-transform: rotate(405deg);
      transform: rotate(405deg); }
    .popup-form .close:hover:after {
      -moz-transform: rotate(-405deg);
      -ms-transform: rotate(-405deg);
      -webkit-transform: rotate(-405deg);
      -o-transform: rotate(-405deg);
      transform: rotate(-405deg); }
  .popup-form .wpcf7 {
    display: block;
    padding: 35px 60px; }
    .popup-form .wpcf7 br, .popup-form .wpcf7 .wpcf7-not-valid-tip, .popup-form .wpcf7 .popup-action {
      display: none !important; }
    .popup-form .wpcf7 .title {
      display: block;
      color: #303030;
      font-size: 22px;
      line-height: 28px;
      text-align: center;
      padding-bottom: 12px; }
    .popup-form .wpcf7 .product, .popup-form .wpcf7 .madein {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 12px auto 0;
      width: 100%;
      padding: 10px 20px;
      border: 1px solid #cfcfcf;
      font-family: "Gotham Pro";
      color: #303030;
      font-size: 15px;
      line-height: 20px; }
      .popup-form .wpcf7 .product .label, .popup-form .wpcf7 .madein .label {
        font-weight: 300; }
      .popup-form .wpcf7 .product .value, .popup-form .wpcf7 .madein .value {
        font-weight: 700; }
    .popup-form .wpcf7 input[type=text], .popup-form .wpcf7 input[type=tel], .popup-form .wpcf7 input[type=email], .popup-form .wpcf7 input[type=number] {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 12px auto 0;
      width: 100%;
      height: 40px;
      background-color: #ffffff;
      padding: 0 20px;
      border: 1px solid #cfcfcf;
      font-family: "Gotham Pro";
      color: #303030;
      font-size: 15px; }
      .popup-form .wpcf7 input[type=text]:focus, .popup-form .wpcf7 input[type=tel]:focus, .popup-form .wpcf7 input[type=email]:focus, .popup-form .wpcf7 input[type=number]:focus {
        outline: none; }
      .popup-form .wpcf7 input[type=text].wpcf7-not-valid, .popup-form .wpcf7 input[type=tel].wpcf7-not-valid, .popup-form .wpcf7 input[type=email].wpcf7-not-valid, .popup-form .wpcf7 input[type=number].wpcf7-not-valid {
        border: 1px solid #f44336; }
    .popup-form .wpcf7 textarea {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 12px auto 0;
      width: 100%;
      height: 120px;
      background-color: #ffffff;
      padding: 20px;
      border: 1px solid #cfcfcf;
      resize: none;
      font-family: "Gotham Pro";
      color: #303030;
      font-size: 15px; }
      .popup-form .wpcf7 textarea:focus {
        outline: none; }
      .popup-form .wpcf7 textarea.wpcf7-not-valid {
        border: 1px solid #f44336; }
    .popup-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item, .popup-form .wpcf7 .calc_form_checkbox .wpcf7-list-item {
      margin: 12px auto 0; }
      .popup-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item label, .popup-form .wpcf7 .calc_form_checkbox .wpcf7-list-item label {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        color: #303030;
        font-size: 15px;
        line-height: 18px;
        font-weight: 400;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .popup-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input, .popup-form .wpcf7 .calc_form_checkbox .wpcf7-list-item label input {
          position: absolute;
          opacity: 0;
          cursor: pointer; }
        .popup-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label, .popup-form .wpcf7 .calc_form_checkbox .wpcf7-list-item label .wpcf7-list-item-label {
          color: #303030;
          font-size: 15px;
          line-height: 25px;
          font-weight: 400; }
        .popup-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .checkmark, .popup-form .wpcf7 .calc_form_checkbox .wpcf7-list-item label .checkmark {
          position: absolute;
          top: 2px;
          left: 0;
          height: 20px;
          width: 20px;
          border: 1px solid #b9b9b9;
          background-color: #ffffff; }
          .popup-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item label .checkmark:after, .popup-form .wpcf7 .calc_form_checkbox .wpcf7-list-item label .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 6px;
            top: 2px;
            width: 5px;
            height: 10px;
            border: solid #83af43;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
        .popup-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item label:hover input ~ .checkmark, .popup-form .wpcf7 .calc_form_checkbox .wpcf7-list-item label:hover input ~ .checkmark {
          background-color: #f2f2f2; }
        .popup-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:checked ~ .checkmark, .popup-form .wpcf7 .calc_form_checkbox .wpcf7-list-item label input:checked ~ .checkmark {
          background-color: #ffffff; }
        .popup-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item label input:checked ~ .checkmark:after, .popup-form .wpcf7 .calc_form_checkbox .wpcf7-list-item label input:checked ~ .checkmark:after {
          display: block; }
      .popup-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label, .popup-form .wpcf7 .calc_form_checkbox .wpcf7-list-item .wpcf7-list-item-label {
        line-height: 24px; }
    .popup-form .wpcf7 .wpcf7-submit {
      display: block;
      margin: 24px auto 0;
      width: 50%;
      max-width: 100%;
      min-width: 260px;
      height: 50px;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 0 17px rgba(255, 255, 255, 0.15);
      background-color: #d1ae34;
      color: #ffffff;
      font-size: 17px;
      font-weight: 500;
      line-height: 50px;
      text-align: center;
      cursor: pointer;
      border: none;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .popup-form .wpcf7 .wpcf7-submit:hover {
        opacity: .7; }
      .popup-form .wpcf7 .wpcf7-submit:focus {
        outline: none; }
    .popup-form .wpcf7 .ajax-loader {
      display: block;
      position: absolute;
      z-index: 0;
      left: calc(50% + 65px);
      bottom: 50px; }
    .popup-form .wpcf7 .wpcf7-response-output.wpcf7-validation-errors, .popup-form .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok, .popup-form .wpcf7 .wpcf7-response-output.wpcf7-spam-blocked {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      padding: 10px;
      background-color: #4caf50;
      color: #ffffff;
      opacity: 1;
      font-size: 14px;
      line-height: 18px;
      border: none;
      margin: 0;
      text-align: center; }
    .popup-form .wpcf7 .wpcf7-response-output.wpcf7-validation-errors, .popup-form .wpcf7 .wpcf7-response-output.wpcf7-spam-blocked {
      background-color: #f44336; }

header .topLine {
  background-color: #202445; }
  header .topLine .wrap {
    height: 50px; }
header .headerMenu1 {
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%); }
  header .headerMenu1 ul.menu {
    display: block; }
    header .headerMenu1 ul.menu > li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      margin-right: 25px; }
      header .headerMenu1 ul.menu > li > a {
        display: block;
        color: #ffffff;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        text-decoration: none;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      header .headerMenu1 ul.menu > li:hover > a {
        color: #d9b538;
        text-decoration: underline; }
      header .headerMenu1 ul.menu > li.current-menu-item > a {
        color: #d9b538; }
      header .headerMenu1 ul.menu > li > ul {
        display: none; }
header .phone {
  display: block;
  position: absolute;
  left: 840px;
  top: 50%;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%); }
  header .phone .label {
    display: block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px; }
  header .phone .value {
    display: block;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none; }
header .social {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%); }
  header .social a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    margin-left: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    header .social a:hover {
      color: #d9b538; }
header .middleLine .wrap {
  height: 140px; }
header .logo {
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%); }
  header .logo img {
    display: block;
    width: 272px;
    height: auto; }
header #searchform {
  display: block;
  position: absolute;
  left: 395px;
  top: 50%;
  width: 480px;
  height: 42px;
  margin-top: -21px;
  background-color: #f6f6f6; }
  header #searchform #s {
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    left: 0;
    top: 0;
    width: calc(100% - 42px);
    height: 100%;
    background-color: #f6f6f6;
    border: none; }
    header #searchform #s:focus {
      outline: none; }
  header #searchform #searchsubmit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    z-index: 20;
    font-size: 20px;
    color: #c9c9c9;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    border: none;
    background-color: #f6f6f6;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    header #searchform #searchsubmit:hover {
      color: #d9b538; }
    header #searchform #searchsubmit:focus {
      outline: none; }
header .btnCart {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  max-width: 180px;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-decoration: none;
  padding-left: 60px;
  background: url("images/minicart.png") no-repeat left center; }
  header .btnCart .heading {
    display: block;
    color: #1b1b1b;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px; }
  header .btnCart .info {
    display: block;
    color: #1b1b1b;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px; }
    header .btnCart .info span {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      font-size: 16px;
      font-weight: 700; }
  header .btnCart .mobile_count {
    display: none; }
header .bottomLine .wrap {
  height: 100px; }
header .headerMenu2 {
  display: block;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9; }
  header .headerMenu2 ul.menu {
    display: block;
    text-align: center; }
    header .headerMenu2 ul.menu > li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      margin: 0 20px; }
      header .headerMenu2 ul.menu > li > a {
        display: block;
        position: relative;
        color: #202445;
        font-size: 23px;
        font-weight: 700;
        line-height: 98px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0 25px; }
        header .headerMenu2 ul.menu > li > a:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          bottom: -2px;
          width: 100%;
          height: 5px;
          background-color: #d1ae34;
          z-index: 2;
          opacity: 0;
          -webkit-transition-property: all;
          -moz-transition-property: all;
          -o-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
        header .headerMenu2 ul.menu > li > a:hover:after {
          opacity: 1; }
      header .headerMenu2 ul.menu > li.current-menu-item > a {
        color: #d1ae34; }
      header .headerMenu2 ul.menu > li > ul {
        display: none; }

.mobile_menu {
  display: none; }

.frontPromo {
  display: block;
  margin-top: 30px; }
  .frontPromo .wrap:after, .frontPromo .wrap:before {
    content: '';
    display: block;
    clear: both; }
  .frontPromo .frontSlider {
    display: block;
    width: 820px;
    float: left;
    height: 470px;
    overflow: hidden; }
    .frontPromo .frontSlider .item {
      display: block;
      position: relative;
      height: 470px; }
      .frontPromo .frontSlider .item img {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }
      .frontPromo .frontSlider .item .mask {
        display: none; }
      .frontPromo .frontSlider .item .text {
        display: block;
        position: absolute;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        left: 0;
        top: 0;
        z-index: 20;
        padding: 50px; }
        .frontPromo .frontSlider .item .text h1, .frontPromo .frontSlider .item .text h2, .frontPromo .frontSlider .item .text h3, .frontPromo .frontSlider .item .text h4, .frontPromo .frontSlider .item .text h5, .frontPromo .frontSlider .item .text h6 {
          display: block;
          color: #ffffff;
          font-size: 26px;
          font-weight: 300;
          line-height: 30px; }
        .frontPromo .frontSlider .item .text p, .frontPromo .frontSlider .item .text li {
          display: block;
          color: #ffffff;
          font-size: 16px;
          font-weight: 400;
          line-height: 24px; }
        .frontPromo .frontSlider .item .text .more {
          display: block;
          margin-top: 15px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          width: 150px;
          height: 45px;
          border: 1px solid rgba(255, 255, 255, 0.1);
          color: #ffffff;
          font-size: 14px;
          font-weight: 400;
          line-height: 43px;
          text-align: center;
          text-decoration: none;
          -webkit-transition-property: all;
          -moz-transition-property: all;
          -o-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
          .frontPromo .frontSlider .item .text .more:hover {
            color: #d1ae34; }
  .frontPromo .hit_block {
    display: block;
    position: relative;
    float: right;
    width: 350px;
    height: 470px; }
    .frontPromo .hit_block img {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
    .frontPromo .hit_block .more {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -45px 0 0 -137.5px;
      width: 275px;
      height: 90px;
      border: 10px solid #ffffff;
      text-decoration: none;
      text-shadow: 0 0 35px rgba(0, 0, 0, 0.35);
      color: #ffffff;
      font-size: 26px;
      font-weight: 900;
      line-height: 26px;
	  padding-top: 9px;	
      text-transform: uppercase;
      text-align: center;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .frontPromo .hit_block .more:hover {
        background-color: #ffffff;
        color: #d1ae34; }
      .frontPromo .hit_block .more:active {
        opacity: .7; }

.frontTerms {
  display: block;
  margin-top: 30px; }
  .frontTerms .box {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid #d1ae34;
    padding: 40px 50px; }
    .frontTerms .box .title {
      display: block;
      color: #262626;
      font-size: 30px;
      font-weight: 700; }
    .frontTerms .box .items {
      display: block;
      text-align: justify; }
      .frontTerms .box .items:before {
        content: '';
        display: block;
        width: 100%;
        margin-bottom: -20px; }
      .frontTerms .box .items:after {
        content: '';
        display: inline-block;
        width: 100%; }
      .frontTerms .box .items .item {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        position: relative;
        margin-top: 30px;
        top: 20px;
        color: #262626;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        border: 1px solid #e9e9e9;
        padding: 15px 25px;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        cursor: pointer;
        text-decoration: none; }
        .frontTerms .box .items .item:hover {
          background-color: #d1ae34;
          border: 1px solid #d1ae34; }

.frontTerms2 {
  display: block;
  margin-top: 30px; }
  .frontTerms2 .title {
    display: block;
    padding: 35px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    color: #262626;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
  .frontTerms2 .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 0 0 0 -30px; }
    .frontTerms2 .items .item {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      letter-spacing: normal;
      word-spacing: normal;
      font-size: medium;
      position: relative;
      margin: 30px 0 0 30px;
      width: calc(33.33% - 30px);
      background-color: #ffffff; }
      .frontTerms2 .items .item:hover .img .more {
        opacity: 1; }
      .frontTerms2 .items .item .img {
        display: block;
        position: relative; }
        .frontTerms2 .items .item .img:after {
          content: '';
          display: block;
          padding-top: 100%; }
        .frontTerms2 .items .item .img img {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -o-object-fit: cover; }
        .frontTerms2 .items .item .img .more {
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          margin: -22px 0 0 -125px;
          width: 250px;
          height: 44px;
          box-shadow: 0 15px 25px rgba(0, 0, 0, 0.35);
          background-color: #ffffff;
          color: #262626;
          font-size: 14px;
          font-weight: 700;
          line-height: 44px;
          text-align: center;
          z-index: 20;
          opacity: 0;
          -webkit-transition-property: all;
          -moz-transition-property: all;
          -o-transition-property: all;
          transition-property: all;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s; }
      .frontTerms2 .items .item .heading {
        display: block;
        position: relative;
        width: 100%;
        height: 100px;
        background-color: #f9f9f9; }
        .frontTerms2 .items .item .heading span {
          display: block;
          position: absolute;
          left: 33%;
          top: 50%;
          max-width: 100%;
          -moz-transform: translate(-25%, -50%);
          -ms-transform: translate(-25%, -50%);
          -webkit-transform: translate(-25%, -50%);
          -o-transform: translate(-25%, -50%);
          transform: translate(-25%, -50%);
          color: #262626;
          font-size: 25px;
          font-weight: 300;
          line-height: 28px;
          text-align: center; }

.frontProducts {
  display: block;
  margin-top: 30px; }
  .frontProducts .title {
    display: block;
    padding: 35px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    color: #262626;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
  .frontProducts .productsListBlock > .product {
    width: calc(25% - 30px); }

.frontProducts .cat-link {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 25px auto 0;
    width: 100%;
    height: 45px;
    border: 1px solid #b8b8b8;
    color: #262626;
    font-size: 14px;
    font-weight: 700;
    line-height: 43px;
    text-align: center;
    text-decoration: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.frontProducts .cat-link:hover {
    color: #262626;
    background-color: #d1ae34;
}

.frontBlockToPages {
  display: block;
  margin-top: 60px; }
  .frontBlockToPages .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 0 0 0 -30px; }
    .frontBlockToPages .items .item {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      letter-spacing: normal;
      word-spacing: normal;
      font-size: medium;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      margin: 0 0 0 30px;
      width: calc(33.33% - 30px);
      padding: 40px 25px;
      background-color: #f6f6f6; }
      .frontBlockToPages .items .item .icon {
        display: block;
        margin: 30px 0 0; }
        .frontBlockToPages .items .item .icon img {
          display: block;
          margin: 0 auto;
          height: 160px;
          width: auto; }
      .frontBlockToPages .items .item .heading {
        display: block;
        margin-top: 35px;
        color: #262626;
        font-size: 24px;
        font-weight: 500;
        line-height: 25px;
        text-align: center; }
      .frontBlockToPages .items .item .desc {
        display: block;
        margin-top: 20px;
        color: #3e3e3e;
        font-size: 15px;
        font-weight: 300;
        line-height: 24px;
        height: 72px;
        text-align: center;
        overflow: hidden; }
        .frontBlockToPages .items .item .desc strong {
          font-weight: 500; }
        .frontBlockToPages .items .item .desc.two_row {
          -webkit-column-count: 2;
          -moz-column-count: 2;
          column-count: 2;
          -webkit-column-gap: 30px;
          -moz-column-gap: 30px;
          column-gap: 30px;
          text-align: left; }
      .frontBlockToPages .items .item .more {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 25px auto 0;
        width: 170px;
        height: 45px;
        border: 1px solid #b8b8b8;
        color: #262626;
        font-size: 14px;
        font-weight: 700;
        line-height: 43px;
        text-align: center;
        text-decoration: none;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
        .frontBlockToPages .items .item .more:hover {
          color: #d1ae34; }

.frontTextBlock {
  display: block;
  margin-top: 70px; }
  .frontTextBlock .title {
    display: block;
    color: #262626;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
  .frontTextBlock .line {
    display: block;
    margin: 35px auto 30px;
    width: 100%;
    height: 1px;
    background-color: #262626;
    opacity: 0.1; }
  .frontTextBlock .text {
    display: block; }

.frontInsta {
  display: block; }
  .frontInsta .instagram-pics {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 0 0 0 -30px; }
    .frontInsta .instagram-pics li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      letter-spacing: normal;
      word-spacing: normal;
      font-size: medium;
      position: relative;
      margin: 30px 0 0 30px;
      width: calc(25% - 30px); }
      .frontInsta .instagram-pics li a {
        display: block;
        position: relative;
        text-decoration: none;
        padding-top: 100%;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
        .frontInsta .instagram-pics li a:hover {
          opacity: .7; }
        .frontInsta .instagram-pics li a img {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -o-object-fit: cover; }

footer {
  display: block;
  margin-top: 40px; }
  footer .block-rows {
    display: block; }
    footer .block-rows:after, footer .block-rows:before {
      content: '';
      display: block;
      clear: both; }
    footer .block-rows .block-row {
      display: block;
      position: relative;
      float: left; }
    footer .block-rows .block-row-1 {
      width: 315px; }
    footer .block-rows .block-row-5 {
      float: right;
      width: 315px; }
    footer .block-rows .block-row-6 {
      width: 100%; }
  footer .topLine .block-rows {
    display: block;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 40px 0; }
  footer .bottomLine .block-rows {
    display: block;
    padding: 40px 0; }
  footer .logo {
    display: block; }
    footer .logo img {
      display: block;
      width: 272px;
      height: auto; }
  footer nav.menu_block {
    display: block;
    padding-right: 80px; }
    footer nav.menu_block ul {
      display: block; }
      footer nav.menu_block ul li {
        display: block;
        margin-top: 10px; }
        footer nav.menu_block ul li:first-child {
          margin-top: 0; }
        footer nav.menu_block ul li a {
          color: #c6c6c6;
          font-size: 14px;
          font-weight: 400;
          line-height: 20px;
          text-decoration: none; }
          footer nav.menu_block ul li a:hover {
            text-decoration: underline; }
  footer .phone {
    display: block; }
    footer .phone .label {
      display: block;
      color: #262626;
      font-size: 13px;
      font-weight: 700;
      line-height: 20px; }
    footer .phone .value {
      display: block;
      color: #262626;
      font-size: 17px;
      font-weight: 400;
      line-height: 20px;
      text-decoration: none; }
  footer .social {
    display: block;
    position: absolute;
    right: 0;
    top: 20px; }
    footer .social a {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      zoom: 1;
      *display: inline;
      margin-left: 10px;
      color: #262626;
      font-size: 18px;
      font-weight: 400;
      line-height: 20px;
      text-decoration: none;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      footer .social a:hover {
        color: #d9b538; }
  footer .adresses {
    display: block;
    margin-top: 30px; }
    footer .adresses:after, footer .adresses:before {
      content: '';
      display: block;
      clear: both; }
    footer .adresses .adress {
      display: block;
      float: left;
      width: 50%;
      color: #262626;
      font-size: 14px;
      font-weight: 400;
      line-height: 25px; }
      footer .adresses .adress strong {
        font-weight: 500;
        line-height: 35px; }
  footer .copyright {
    display: block;
    float: left;
    color: #c6c6c6;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px; }
  footer .madeby {
    display: block;
    float: right;
    margin: 0;
    width: 260px;
    text-align: left; }
    footer .madeby .madeLogo {
      display: block;
      height: 32px;
      float: left;
      margin-right: 15px; }
      footer .madeby .madeLogo img {
        display: block;
        width: 100px;
        height: auto;
        margin-top: 6px; }
    footer .madeby .madeLink {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      color: #5e5e5e;
      font-size: 13px;
      font-weight: 300;
      line-height: 16px;
      text-decoration: none;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      footer .madeby .madeLink:hover {
        text-decoration: underline; }

.default_page, .archive_page, .single_product_page {
  display: block; }
  .default_page .title, .archive_page .title, .single_product_page .title {
    display: block;
    color: #262626;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px; }
  .default_page .textBlock, .archive_page .textBlock, .single_product_page .textBlock {
    display: block;
    margin-top: 30px; }
  .default_page .singleProductBlock, .archive_page .singleProductBlock, .single_product_page .singleProductBlock {
    display: block;
    margin-top: 30px; }
  .default_page .woocommerce-info, .archive_page .woocommerce-info, .single_product_page .woocommerce-info {
    margin-top: 30px; }

.page_404 {
  display: block;
  position: relative; }
  .page_404 .img {
    display: block;
    position: relative;
    height: 600px; }
    .page_404 .img:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 20; }
  .page_404 img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    z-index: 10; }
  .page_404 .text {
    display: block;
    position: absolute;
    left: 50px;
    width: calc(100% - 100px);
    top: 40%;
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    z-index: 30; }
    .page_404 .text .formatBlock h1, .page_404 .text .formatBlock h2, .page_404 .text .formatBlock h3, .page_404 .text .formatBlock h4, .page_404 .text .formatBlock h5, .page_404 .text .formatBlock h6, .page_404 .text .formatBlock p, .page_404 .text .formatBlock li, .page_404 .text .formatBlock td {
      color: #ffffff;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      text-transform: uppercase; }

.articles_block .items {
  display: block;
  font-size: 0;
  letter-spacing: -.25em;
  margin: 0 0 0 -30px; }
  .articles_block .items .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    position: relative;
    margin: 30px 0 0 30px;
    width: calc(33.33% - 30px);
    background-color: #ffffff; }
    .articles_block .items .item .img {
      display: block;
      position: relative; }
      .articles_block .items .item .img:after {
        content: '';
        display: block;
        padding-top: 100%; }
      .articles_block .items .item .img img {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }
    .articles_block .items .item .text {
      display: block;
      padding: 25px; }
      .articles_block .items .item .text .heading {
        display: block;
        color: #262626;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        text-decoration: none;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
        .articles_block .items .item .text .heading:hover {
          color: #d1ae34; }
      .articles_block .items .item .text .date {
        display: block;
        margin-top: 7px;
        color: #262626;
        font-size: 13px;
        font-weight: 300;
        line-height: 20px;
        height: 20px;
        overflow: hidden; }
      .articles_block .items .item .text .desc {
        display: block;
        margin-top: 7px;
        color: #ababab;
        font-size: 15px;
        font-weight: 300;
        line-height: 20px;
        height: 60px;
        overflow: hidden; }
      .articles_block .items .item .text .more {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        margin-top: 10px;
        width: 94px;
        height: 26px;
        border: 1px solid #ede3be;
        color: #d1ae34;
        font-size: 11px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        text-decoration: none;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
        .articles_block .items .item .text .more:hover {
          background-color: #d1ae34;
          color: #ffffff; }

.addReviewForm {
  display: block;
  margin-top: 40px;
  padding: 30px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9; }
  .addReviewForm .cols {
    display: block; }
    .addReviewForm .cols:after, .addReviewForm .cols:before {
      content: '';
      display: block;
      clear: both; }
    .addReviewForm .cols .col-1 {
      display: block;
      float: left;
      width: 220px; }
    .addReviewForm .cols .col-2 {
      display: block;
      float: right;
      width: calc(100% - 230px); }
  .addReviewForm .heading {
    display: block;
    color: #262626;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 10px; }
  .addReviewForm .wpcf7 {
    display: block;
    position: relative; }
  .addReviewForm br, .addReviewForm .wpcf7-not-valid-tip, .addReviewForm .ajax-loader {
    display: none !important; }
  .addReviewForm input[type=text], .addReviewForm input[type=tel], .addReviewForm input[type=email], .addReviewForm input[type=number] {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px auto 0;
    width: 100%;
    height: 40px;
    background-color: #f6f6f6;
    padding: 0 20px;
    border: 1px solid #f6f6f6;
    font-family: "Gotham Pro";
    color: #303030;
    font-size: 15px; }
    .addReviewForm input[type=text]:focus, .addReviewForm input[type=tel]:focus, .addReviewForm input[type=email]:focus, .addReviewForm input[type=number]:focus {
      outline: none; }
    .addReviewForm input[type=text].wpcf7-not-valid, .addReviewForm input[type=tel].wpcf7-not-valid, .addReviewForm input[type=email].wpcf7-not-valid, .addReviewForm input[type=number].wpcf7-not-valid {
      border: 1px solid #f44336; }
  .addReviewForm textarea {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px auto 0;
    width: 100%;
    height: 140px;
    background-color: #f6f6f6;
    padding: 20px;
    border: 1px solid #f6f6f6;
    resize: none;
    font-family: "Gotham Pro";
    color: #303030;
    font-size: 15px; }
    .addReviewForm textarea:focus {
      outline: none; }
    .addReviewForm textarea.wpcf7-not-valid {
      border: 1px solid #f44336; }
  .addReviewForm .checkbox-7 {
    display: block;
    padding-top: 18px; }
  .addReviewForm .wpcf7-checkbox .wpcf7-list-item, .addReviewForm .calc_form_checkbox .wpcf7-list-item {
    margin: 12px auto 0; }
    .addReviewForm .wpcf7-checkbox .wpcf7-list-item label, .addReviewForm .calc_form_checkbox .wpcf7-list-item label {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      position: relative;
      padding-left: 30px;
      cursor: pointer;
      color: #303030;
      font-size: 15px;
      line-height: 18px;
      font-weight: 400;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .addReviewForm .wpcf7-checkbox .wpcf7-list-item label input, .addReviewForm .calc_form_checkbox .wpcf7-list-item label input {
        position: absolute;
        opacity: 0;
        cursor: pointer; }
      .addReviewForm .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label, .addReviewForm .calc_form_checkbox .wpcf7-list-item label .wpcf7-list-item-label {
        color: #303030;
        font-size: 15px;
        line-height: 25px;
        font-weight: 400; }
      .addReviewForm .wpcf7-checkbox .wpcf7-list-item label .checkmark, .addReviewForm .calc_form_checkbox .wpcf7-list-item label .checkmark {
        position: absolute;
        top: 2px;
        left: 0;
        height: 20px;
        width: 20px;
        border: 1px solid #b9b9b9;
        background-color: #ffffff; }
        .addReviewForm .wpcf7-checkbox .wpcf7-list-item label .checkmark:after, .addReviewForm .calc_form_checkbox .wpcf7-list-item label .checkmark:after {
          content: "";
          position: absolute;
          display: none;
          left: 6px;
          top: 2px;
          width: 5px;
          height: 10px;
          border: solid #83af43;
          border-width: 0 3px 3px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
      .addReviewForm .wpcf7-checkbox .wpcf7-list-item label:hover input ~ .checkmark, .addReviewForm .calc_form_checkbox .wpcf7-list-item label:hover input ~ .checkmark {
        background-color: #f2f2f2; }
      .addReviewForm .wpcf7-checkbox .wpcf7-list-item label input:checked ~ .checkmark, .addReviewForm .calc_form_checkbox .wpcf7-list-item label input:checked ~ .checkmark {
        background-color: #ffffff; }
      .addReviewForm .wpcf7-checkbox .wpcf7-list-item label input:checked ~ .checkmark:after, .addReviewForm .calc_form_checkbox .wpcf7-list-item label input:checked ~ .checkmark:after {
        display: block; }
    .addReviewForm .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label, .addReviewForm .calc_form_checkbox .wpcf7-list-item .wpcf7-list-item-label {
      line-height: 24px; }
  .addReviewForm .wpcf7-submit {
    display: block;
    margin: 20px auto 0;
    width: 100%;
    height: 50px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 0 17px rgba(255, 255, 255, 0.15);
    background-color: #d1ae34;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    border: none;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .addReviewForm .wpcf7-submit:hover {
      opacity: .7; }
    .addReviewForm .wpcf7-submit:focus {
      outline: none; }
  .addReviewForm .wpcf7-response-output.wpcf7-validation-errors, .addReviewForm .wpcf7-response-output.wpcf7-mail-sent-ok, .addReviewForm .wpcf7-response-output.wpcf7-spam-blocked {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% + 10px);
    padding: 10px;
    background-color: #4caf50;
    color: #ffffff;
    opacity: 1;
    font-size: 14px;
    line-height: 18px;
    border: none;
    margin: 0;
    text-align: center; }
  .addReviewForm .wpcf7-response-output.wpcf7-validation-errors, .addReviewForm .wpcf7-response-output.wpcf7-spam-blocked {
    background-color: #f44336; }

.reviews_block {
  display: block; }
  .reviews_block .items {
    display: block; }
    .reviews_block .items .item {
      display: block;
      position: relative;
      margin-top: 30px;
      padding: 30px;
      background-color: #f6f6f6; }
      .reviews_block .items .item .heading {
        display: block;
        color: #262626;
        font-size: 15px;
        font-weight: 700;
        line-height: 20px; }
        .reviews_block .items .item .heading i {
          color: #d1ae34; }
      .reviews_block .items .item .date {
        display: block;
        position: absolute;
        top: 30px;
        right: 30px;
        color: #a3a3a3;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px; }
      .reviews_block .items .item .desc {
        display: block;
        margin-top: 15px;
        color: #262626;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px; }
        .reviews_block .items .item .desc strong {
          font-weight: 700; }

.productsListBlock {
  display: block;
  font-size: 0;
  letter-spacing: -.25em;
  margin: 0 0 0 -30px; }
  .productsListBlock > .product {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    position: relative;
    margin: 30px 0 0 30px;
    width: calc(33.33% - 30px); }
    .productsListBlock > .product .img {
      display: block;
      position: relative; }
      .productsListBlock > .product .img:after {
        content: '';
        display: block;
        padding-top: 100%; }
      .productsListBlock > .product .img img {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }
    .productsListBlock > .product a {
      text-decoration: none; }
    .productsListBlock > .product .woocommerce-loop-product__title {
      display: block;
      margin-top: 20px;
      color: #262626;
      font-size: 20px;
      font-weight: 500;
      line-height: 24px;
      height: 48px;
      overflow: hidden; }
    .productsListBlock > .product .price {
      display: block;
      margin-top: 10px;
      color: #262626;
      font-size: 20px;
      font-weight: 300;
      line-height: 24px; }
      .productsListBlock > .product .price > .woocommerce-Price-amount {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        font-size: 20px;
        color: #ca3b4f;
        font-weight: 700;
        line-height: 24px; }
        .productsListBlock > .product .price > .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
          color: #262626;
          font-weight: 300;
          font-size: 16px; }
      .productsListBlock > .product .price del {
        display: block; }
        .productsListBlock > .product .price del .woocommerce-Price-amount {
          display: block;
          color: #d1d1d1;
          font-size: 16px;
          font-weight: 300;
          line-height: 20px;
          text-decoration: line-through; }
          .productsListBlock > .product .price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
            ont-weight: 300;
            color: #d1d1d1; }
      .productsListBlock > .product .price ins {
        text-decoration: none; }
        .productsListBlock > .product .price ins .woocommerce-Price-amount {
          display: block;
          font-size: 20px;
          color: #ca3b4f;
          font-weight: 700;
          line-height: 24px; }
          .productsListBlock > .product .price ins .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
            color: #262626;
            font-weight: 300; }
    .productsListBlock > .product .desc {
      display: block;
      margin-top: 10px;
      color: #ababab;
      font-size: 15px;
      font-weight: 300;
      line-height: 20px;
      height: 60px;
      overflow: hidden; }
    .productsListBlock > .product .more {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 10px;
      width: 170px;
      height: 45px;
      border: 1px solid #f1e7c2;
      color: #d1ae34;
      font-size: 14px;
      font-weight: 700;
      line-height: 43px;
      text-align: center;
      text-decoration: none;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .productsListBlock > .product .more:hover {
        background-color: #d1ae34;
        color: #262626; }
      .productsListBlock > .product .more:active {
        opacity: .7; }

.searchBlock .productsListBlock > .product {
  width: calc(25% - 30px); }

.mmb {
  display: block;
  margin-top: -15px; }

.block_1 {
  display: block;
  margin-top: 30px; }
  .block_1 .subtitle {
    display: block;
    color: #262626;
    font-size: 20px;
    font-weight: 700; }
  .block_1 .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 0 0 0 -30px; }
    .block_1 .items .item {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      letter-spacing: normal;
      word-spacing: normal;
      font-size: medium;
      position: relative;
      margin: 30px 0 0 30px;
      width: calc(33.33% - 30px);
      height: 150px;
      border: 1px solid #e9e9e9;
      background-color: #ffffff; }
      .block_1 .items .item .icon {
        display: block;
        position: absolute;
        left: 40px;
        top: 50%;
        -moz-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        z-index: 20; }
      .block_1 .items .item .desc {
        display: block;
        position: absolute;
        left: 130px;
        top: 50%;
        width: calc(100% - 150px);
        color: #262626;
        font-size: 15px;
        font-weight: 300;
        line-height: 23px;
        -moz-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        transform: translate(0px, -50%); }
        .block_1 .items .item .desc a {
          color: #d1ae34;
          text-decoration: none; }
          .block_1 .items .item .desc a:hover {
            text-decoration: underline; }

.block_2 {
  display: block;
  margin-top: 30px;
  background-color: #f4ebca;
  color: #262626;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  padding: 15px;
  text-align: center; }
  .block_2 strong {
    font-weight: 700; }

.block_3 {
  display: block;
  margin-top: 30px; }
  .block_3 .subtitle {
    display: block;
    color: #262626;
    font-size: 20px;
    font-weight: 700; }
  .block_3 .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 0 0 0 -30px; }
    .block_3 .items .item {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      letter-spacing: normal;
      word-spacing: normal;
      font-size: medium;
      position: relative;
      margin: 30px 0 0 30px;
      width: calc(25% - 30px);
      border: 1px solid #e9e9e9;
      background-color: #ffffff; }
      .block_3 .items .item:after {
        content: '';
        display: block;
        padding-top: 100%; }
      .block_3 .items .item .icon {
        display: block;
        position: absolute;
        left: 50%;
        top: 65px;
        z-index: 20;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      .block_3 .items .item .desc {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 165px;
        left: 0;
        width: 100%;
        color: #262626;
        font-size: 15px;
        font-weight: 300;
        line-height: 23px;
        text-align: center;
        padding: 0 30px; }
        .block_3 .items .item .desc strong {
          font-weight: 700; }

.block_4 {
  display: block;
  margin-top: 30px; }
  .block_4 .subtitle {
    display: block;
    color: #262626;
    font-size: 20px;
    font-weight: 700; }
  .block_4 .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 0 0 0 -30px; }
    .block_4 .items .item {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      letter-spacing: normal;
      word-spacing: normal;
      font-size: medium;
      position: relative;
      margin: 30px 0 0 30px;
      width: calc(25% - 30px);
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .block_4 .items .item:hover {
        opacity: .7; }
      .block_4 .items .item:after {
        content: '';
        display: block;
        padding-top: 100%; }
      .block_4 .items .item img {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }

.block_5 {
  display: block;
  position: relative;
  margin-top: 30px;
  height: 400px; }
  .block_5 img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover; }
  .block_5 .heading {
    display: block;
    position: absolute;
    top: 80px;
    left: 85px;
    color: #262626;
    font-size: 50px;
    font-weight: 300;
    z-index: 20; }
    .block_5 .heading .big {
      font-size: 60px; }
  .block_5 .form {
    display: block;
    position: absolute;
    top: 60px;
    width: 230px;
    right: 80px;
    z-index: 20; }
    .block_5 .form .wpcf7 {
      display: block;
      position: relative; }
    .block_5 .form br, .block_5 .form .wpcf7-not-valid-tip, .block_5 .form .ajax-loader {
      display: none !important; }
    .block_5 .form input[type=text], .block_5 .form input[type=tel], .block_5 .form input[type=email], .block_5 .form input[type=number] {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 10px auto 0;
      width: 100%;
      height: 45px;
      background-color: #ffffff;
      padding: 0 15px;
      border: 1px solid #ffffff;
      font-family: "Gotham Pro";
      color: #303030;
      font-size: 15px; }
      .block_5 .form input[type=text]:focus, .block_5 .form input[type=tel]:focus, .block_5 .form input[type=email]:focus, .block_5 .form input[type=number]:focus {
        outline: none; }
      .block_5 .form input[type=text].wpcf7-not-valid, .block_5 .form input[type=tel].wpcf7-not-valid, .block_5 .form input[type=email].wpcf7-not-valid, .block_5 .form input[type=number].wpcf7-not-valid {
        border: 1px solid #f44336; }
    .block_5 .form .wpcf7-checkbox .wpcf7-list-item, .block_5 .form .calc_form_checkbox .wpcf7-list-item {
      margin: 10px auto 0; }
      .block_5 .form .wpcf7-checkbox .wpcf7-list-item label, .block_5 .form .calc_form_checkbox .wpcf7-list-item label {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        color: #303030;
        font-size: 15px;
        line-height: 18px;
        font-weight: 400;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .block_5 .form .wpcf7-checkbox .wpcf7-list-item label input, .block_5 .form .calc_form_checkbox .wpcf7-list-item label input {
          position: absolute;
          opacity: 0;
          cursor: pointer; }
        .block_5 .form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label, .block_5 .form .calc_form_checkbox .wpcf7-list-item label .wpcf7-list-item-label {
          color: #919191;
          font-size: 13px;
          line-height: 16px;
          font-weight: 300; }
        .block_5 .form .wpcf7-checkbox .wpcf7-list-item label .checkmark, .block_5 .form .calc_form_checkbox .wpcf7-list-item label .checkmark {
          position: absolute;
          top: 2px;
          left: 0;
          height: 20px;
          width: 20px;
          border: 1px solid #b9b9b9;
          background-color: #ffffff; }
          .block_5 .form .wpcf7-checkbox .wpcf7-list-item label .checkmark:after, .block_5 .form .calc_form_checkbox .wpcf7-list-item label .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 6px;
            top: 2px;
            width: 5px;
            height: 10px;
            border: solid #d1ae34;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
        .block_5 .form .wpcf7-checkbox .wpcf7-list-item label:hover input ~ .checkmark, .block_5 .form .calc_form_checkbox .wpcf7-list-item label:hover input ~ .checkmark {
          background-color: #f2f2f2; }
        .block_5 .form .wpcf7-checkbox .wpcf7-list-item label input:checked ~ .checkmark, .block_5 .form .calc_form_checkbox .wpcf7-list-item label input:checked ~ .checkmark {
          background-color: #ffffff; }
        .block_5 .form .wpcf7-checkbox .wpcf7-list-item label input:checked ~ .checkmark:after, .block_5 .form .calc_form_checkbox .wpcf7-list-item label input:checked ~ .checkmark:after {
          display: block; }
      .block_5 .form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label, .block_5 .form .calc_form_checkbox .wpcf7-list-item .wpcf7-list-item-label {
        line-height: 24px; }
    .block_5 .form .wpcf7-submit {
      display: block;
      margin: 15px auto 0;
      width: 100%;
      height: 45px;
      background-color: #d1ae34;
      color: #262626;
      font-size: 14px;
      font-weight: 700;
      line-height: 45px;
      text-align: center;
      cursor: pointer;
      border: none;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .block_5 .form .wpcf7-submit:hover {
        opacity: .7; }
      .block_5 .form .wpcf7-submit:focus {
        outline: none; }
    .block_5 .form .wpcf7-response-output {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      width: 100%;
      left: 0;
      top: calc(100% + 10px);
      color: #ffffff;
      opacity: 1;
      font-size: 14px;
      line-height: 18px;
      border: none;
      margin: 0;
      text-align: center; }
    .block_5 .form .wpcf7-response-output.wpcf7-mail-sent-ok {
      padding: 10px;
      background-color: #4caf50; }
    .block_5 .form .wpcf7-response-output.wpcf7-validation-errors, .block_5 .form .wpcf7-response-output.wpcf7-spam-blocked {
      padding: 10px;
      background-color: #f44336; }

.block6 {
  display: block; }
  .block6 .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 0 0 0 -30px; }
    .block6 .items .item {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      letter-spacing: normal;
      word-spacing: normal;
      font-size: medium;
      position: relative;
      margin: 30px 0 0 30px;
      width: calc(33.33% - 30px);
      height: 150px;
      border: 1px solid #e9e9e9; }
      .block6 .items .item.item-big {
        width: calc(66.66% - 30px); }
      .block6 .items .item .icon {
        display: block;
        position: absolute;
        left: 25px;
        top: 50%;
        -moz-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        transform: translate(0px, -50%); }
      .block6 .items .item .desc {
        display: block;
        position: absolute;
        left: 110px;
        top: 50%;
        width: calc(100% - 130px);
        -moz-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        color: #262626;
        font-size: 15px;
        font-weight: 300;
        line-height: 22px; }
        .block6 .items .item .desc strong {
          font-weight: 700; }

.block7 {
  display: block; }
  .block7 .items {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
    margin: 0 0 0 -30px; }
    .block7 .items .item {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      letter-spacing: normal;
      word-spacing: normal;
      font-size: medium;
      position: relative;
      margin: 30px 0 0 30px;
      width: calc(50% - 30px);
      text-decoration: none; }
      .block7 .items .item:after {
        content: '';
        display: block;
        padding-top: 50%; }
      .block7 .items .item:hover:before {
        background-color: rgba(32, 36, 69, 0.2); }
      .block7 .items .item img {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }
      .block7 .items .item:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 20;
        background-color: rgba(32, 36, 69, 0.7);
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      .block7 .items .item .heading {
        display: block;
        position: absolute;
        left: 30px;
        bottom: 25px;
        z-index: 30;
        text-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
        color: #ffffff;
        font-size: 22px;
        font-weight: 700;
        line-height: 24px;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }

.singleProductBlock {
  display: block; }
  .singleProductBlock:after, .singleProductBlock:before {
    content: '';
    display: block;
    clear: both; }

.singleProductGallery {
  display: block;
  position: relative;
  float: left;
  width: 700px; }
  .singleProductGallery .mainPhoto {
    display: block;
    position: relative;
    width: 580px; }
    .singleProductGallery .mainPhoto:after {
      content: '';
      display: block;
      padding-top: 100%; }
    .singleProductGallery .mainPhoto .img {
      display: none;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .singleProductGallery .mainPhoto .img:hover {
        opacity: .7; }
      .singleProductGallery .mainPhoto .img.active {
        display: block; }
      .singleProductGallery .mainPhoto .img img {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }
  .singleProductGallery .thumbnailPhotos {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 600px);
    height: 100%;
    overflow: auto; }
    .singleProductGallery .thumbnailPhotos .img {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      margin-top: 10px;
      opacity: 0.3;
      cursor: pointer;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .singleProductGallery .thumbnailPhotos .img:first-child {
        margin-top: 0; }
      .singleProductGallery .thumbnailPhotos .img.active {
        border: 3px solid #d1ae34;
        opacity: 1; }
      .singleProductGallery .thumbnailPhotos .img:after {
        content: '';
        display: block;
        padding-top: 100%; }
      .singleProductGallery .thumbnailPhotos .img img {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }
    .singleProductGallery .description-after-photo {
        display: block;
        margin: 20px 0;
    }

.singleProductSummary {
  display: block;
  position: relative;
  float: right;
  width: calc(100% - 740px); }
  .singleProductSummary .variations {
    display: block;
    margin-top: 15px; }
    .singleProductSummary .variations tr {
      display: block;
      width: 100%; }
      .singleProductSummary .variations tr td {
        display: block;
        position: relative;
        width: 100%; }
      .singleProductSummary .variations tr label {
        display: block;
        color: #262626;
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        padding-bottom: 10px; }
    .singleProductSummary .variations select {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 200px;
      height: 46px;
      border: 1px solid #e9e9e9;
      cursor: pointer;
      padding: 0 10px;
      color: #262626;
      font-family: "Gotham Pro";
      font-size: 14px;
      font-weight: 400; }
      .singleProductSummary .variations select:focus {
        outline: none; }
    .singleProductSummary .variations .reset_variations {
      display: block;
      position: absolute;
      right: -80px;
      top: 50%;
      color: #262626;
      font-size: 14px;
      font-weight: 400;
      -moz-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
      -webkit-transform: translate(0px, -50%);
      -o-transform: translate(0px, -50%);
      transform: translate(0px, -50%);
      text-decoration: none; }
      .singleProductSummary .variations .reset_variations:hover {
        text-decoration: underline; }
  .singleProductSummary .price {
    display: block;
    color: #262626;
    font-size: 26px;
    font-weight: 300;
    line-height: 30px; }
    .singleProductSummary .price .label {
      display: block;
      color: #262626;
      font-size: 15px;
      font-weight: 700;
      line-height: 20px;
      padding-bottom: 10px; }
    .singleProductSummary .price > .woocommerce-Price-amount {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      font-size: 26px;
      color: #ca3b4f;
      font-weight: 700;
      line-height: 30px; }
      .singleProductSummary .price > .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
        color: #262626;
        font-weight: 300;
        font-size: 16px; }
    .singleProductSummary .price del {
      display: block; }
      .singleProductSummary .price del .woocommerce-Price-amount {
        display: block;
        color: #d1d1d1;
        font-size: 30px;
        font-weight: 300;
        line-height: 32px;
        text-decoration: line-through; }
        .singleProductSummary .price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
          ont-weight: 300;
          color: #d1d1d1; }
    .singleProductSummary .price ins {
      text-decoration: none; }
      .singleProductSummary .price ins .woocommerce-Price-amount {
        display: block;
        font-size: 40px;
        color: #ca3b4f;
        font-weight: 700;
        line-height: 44px; }
        .singleProductSummary .price ins .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
          color: #262626;
          font-weight: 300; }
  .singleProductSummary .single_variation_wrap .price {
    margin-top: 15px; }
    .singleProductSummary .single_variation_wrap .price > .woocommerce-Price-amount {
      display: block;
      font-size: 40px;
      color: #ca3b4f;
      font-weight: 700;
      line-height: 44px; }
      .singleProductSummary .single_variation_wrap .price > .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
        color: #262626;
        font-size: 40px;
        font-weight: 300; }
  .singleProductSummary .quantity {
    display: block;
    margin-top: 15px; }
    .singleProductSummary .quantity .label {
      display: block;
      color: #262626;
      font-size: 15px;
      font-weight: 700;
      line-height: 20px;
      padding-bottom: 10px; }
    .singleProductSummary .quantity .block {
      display: block;
      position: relative;
      width: 120px;
      height: 46px;
      border: 1px solid #e9e9e9; }
    .singleProductSummary .quantity .qty-minus {
      display: block;
      position: absolute;
      left: 10px;
      top: 10px;
      width: 26px;
      height: 26px;
      background-color: #f1f1f1;
      cursor: pointer;
      font-size: 16px;
      color: #262626;
      text-align: center;
      line-height: 26px;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .singleProductSummary .quantity .qty-minus:hover {
        opacity: .7; }
    .singleProductSummary .quantity .qty-plus {
      display: block;
      position: absolute;
      right: 10px;
      top: 10px;
      width: 26px;
      height: 26px;
      background-color: #f1f1f1;
      cursor: pointer;
      font-size: 16px;
      color: #262626;
      text-align: center;
      line-height: 26px;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .singleProductSummary .quantity .qty-plus:hover {
        opacity: .7; }
    .singleProductSummary .quantity .input-text {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      left: 40px;
      top: 10px;
      width: calc(100% - 80px);
      height: 26px;
      border: none; }
      .singleProductSummary .quantity .input-text:focus {
        outline: none; }
  .singleProductSummary .singleProductSummary input#submit.alt:hover, .singleProductSummary .singleProductSummary a.button.alt:hover, .singleProductSummary .singleProductSummary button.button.alt:hover, .singleProductSummary .singleProductSummary input.button.alt:hover {
    background-color: #d1ae34;
    opacity: .7; }
  .singleProductSummary input#submit.alt, .singleProductSummary a.button.alt, .singleProductSummary button.button.alt, .singleProductSummary input.button.alt {
    display: block;
    margin-top: 15px;
    width: 205px;
    height: 55px;
    background-color: #d1ae34;
    border-radius: 0;
    cursor: pointer;
    color: #262626;
    font-size: 18px;
    font-weight: 500;
    line-height: 55px;
    padding: 0;
    text-align: center;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .singleProductSummary input#submit.alt:focus, .singleProductSummary a.button.alt:focus, .singleProductSummary button.button.alt:focus, .singleProductSummary input.button.alt:focus {
      outline: none; }
    .singleProductSummary input#submit.alt:hover, .singleProductSummary a.button.alt:hover, .singleProductSummary button.button.alt:hover, .singleProductSummary input.button.alt:hover {
      background-color: #d1ae34;
      opacity: .7; }
  .singleProductSummary .advanced_service_block {
    display: block;
    margin-top: 15px; }
    .singleProductSummary .advanced_service_block label {
      display: block;
      position: relative;
      padding-left: 30px;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .singleProductSummary .advanced_service_block label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
      .singleProductSummary .advanced_service_block label .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border: 1px solid #b9b9b9;
        background-color: #ffffff; }
        .singleProductSummary .advanced_service_block label .checkmark:after {
          content: "";
          position: absolute;
          display: none;
          left: 6px;
          top: 2px;
          width: 5px;
          height: 10px;
          border: solid #d1ae34;
          border-width: 0 3px 3px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
      .singleProductSummary .advanced_service_block label .label {
        color: #262626;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px; }
      .singleProductSummary .advanced_service_block label .label a {
        color: #d1ae34;
        text-decoration: none; }
      .singleProductSummary .advanced_service_block label .label a:hover {
        text-decoration: underline; }
        .singleProductSummary .advanced_service_block label .label strong {
          font-weight: 700; }
      .singleProductSummary .advanced_service_block label:hover input ~ .checkmark {
        background-color: #f2f2f2; }
      .singleProductSummary .advanced_service_block label input:checked ~ .checkmark {
        background-color: #ffffff; }
      .singleProductSummary .advanced_service_block label input:checked ~ .checkmark:after {
        display: block; }
  .singleProductSummary .textBlock {
    display: block;
    margin-top: 15px; }
    .singleProductSummary .textBlock .formatBlock h1, .singleProductSummary .textBlock .formatBlock h2, .singleProductSummary .textBlock .formatBlock h3, .singleProductSummary .textBlock .formatBlock h4, .singleProductSummary .textBlock .formatBlock h5, .singleProductSummary .textBlock .formatBlock h6, .singleProductSummary .textBlock .formatBlock p, .singleProductSummary .textBlock .formatBlock li, .singleProductSummary .textBlock .formatBlock td {
      color: #ababab; }

.sidebarMenu {
  display: block;
  margin-top: 30px; }
  .sidebarMenu ul.menu {
    display: block; }
    .sidebarMenu ul.menu > li {
      display: block; }
      .sidebarMenu ul.menu > li > a {
        display: block;
        color: #262626;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        padding: 10px 0;
        text-decoration: none;
        border-bottom: 1px solid #e2e2e2;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      .sidebarMenu ul.menu > li:hover > a, .sidebarMenu ul.menu > li.current-menu-item > a {
        color: #dec055; }
      .sidebarMenu ul.menu > li:last-child > a {
        border-bottom: none; }
      .sidebarMenu ul.menu > li:last-child > ul > li:last-child > a {
        border-bottom: none; }
      .sidebarMenu ul.menu > li > ul {
        display: block; }
        .sidebarMenu ul.menu > li > ul > li {
          display: block; }
          .sidebarMenu ul.menu > li > ul > li > a {
            display: block;
            color: #262626;
            font-size: 15px;
            font-weight: 300;
            line-height: 20px;
            padding: 10px 14px;
            text-decoration: none;
            border-bottom: 1px dashed #e2e2e2;
            -webkit-transition-property: all;
            -moz-transition-property: all;
            -o-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s; }
          .sidebarMenu ul.menu > li > ul > li:hover > a, .sidebarMenu ul.menu > li > ul > li.current-menu-item > a {
            color: #dec055; }

.woocommerce-cart-form .quantity .label {
  display: none; }
.woocommerce-cart-form .quantity .qty-minus {
  display: none; }
.woocommerce-cart-form .quantity .qty-plus {
  display: none; }
.woocommerce-cart-form .quantity .input-text {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70px;
  height: 36px;
  border: 1px solid #e9e9e9;
  cursor: pointer;
  padding: 0 10px;
  color: #262626;
  font-family: "Gotham Pro";
  font-size: 14px;
  font-weight: 400; }
  .woocommerce-cart-form .quantity .input-text:focus {
    outline: none; }

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #d1ae34;
  color: #262626; }
  .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt.disabled:hover:hover, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled:hover:hover, .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce #respond input#submit.alt:disabled[disabled]:hover:hover, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt.disabled:hover:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled:hover:hover, .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce a.button.alt:disabled[disabled]:hover:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt.disabled:hover:hover, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled:hover:hover, .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt:disabled[disabled]:hover:hover, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt.disabled:hover:hover, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled:hover:hover, .woocommerce input.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt:disabled[disabled]:hover:hover {
    background-color: #d1ae34;
    color: #262626;
    opacity: .7; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #d1ae34;
  color: #262626; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #d1ae34;
    color: #262626;
    opacity: .7; }

.woocommerce-shipping-methods li:before, .payment_methods li:before, .woocommerce-order-overview li:before, .wc-item-meta li:before {
  display: none !important; }

.woocommerce-notices-wrapper {
  display: none; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  border: 1px solid #e9e9e9;
  padding: 0 10px;
  color: #262626;
  font-family: "Gotham Pro";
  font-size: 14px;
  font-weight: 400; }
  .woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
    outline: none; }

.woocommerce form .form-row textarea {
  height: 120px;
  padding: 10px;
  resize: none; }

#billing_country_field, #shipping_country_field {
  display: none !important; }

#order_review_heading {
  display: block;
  margin-top: 30px; }

.woocommerce .woocommerce-customer-details address {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 0; }

.b-page_newyear .b-head-decor {
	height: 100px;
}

/* UPSELLS */

.granpri-upsell section.upsells > h2 {
    margin: 50px 0 30px;
    font-size: 30px;
    font-weight: 700;
}
.btn-upsells-filter {
    border: 2px solid #d1ae34;
    background-color: white;
    color: black;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;   
}
.btn-upsells-filter.uppsell-active, .btn-upsells-filter:hover {
    border: 2px solid #d1ae34;
    background-color: #d1ae34;
}
.upsells-form-wrap .advanced_service_block {
    display: none;
}
.upsells-form-wrap .quantity .block {
    display: block;
    position: relative;
    width: 120px;
    height: 46px;
    border: 1px solid #e9e9e9;
}
.upsells-form-wrap .quantity .input-text {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 40px;
    top: 10px;
    width: calc(100% - 80px);
    height: 26px;
    border: none;
}    
.upsells-form-wrap .quantity .qty-minus {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 26px;
    height: 26px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-size: 16px;
    color: #262626;
    text-align: center;
    line-height: 26px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.upsells-form-wrap .quantity .qty-plus {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 26px;
    height: 26px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-size: 16px;
    color: #262626;
    text-align: center;
    line-height: 26px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.upsells-form-wrap .variations tr td {
    display: block;
    position: relative;
    width: 100%;
}
.upsells-form-wrap .variations select {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    height: 46px;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    padding: 0 10px;
    color: #262626;
    font-family: "Gotham Pro";
    font-size: 14px;
    font-weight: 400;
}
.upsells-form-wrap .variations .reset_variations {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    color: #262626;
    font-size: 14px;
    font-weight: 400;
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    text-decoration: none;
}
.upsells-form-wrap .quantity .label, .upsells-form-wrap .variations tr label, .upsells-form-wrap .price .label {
    display: block;
    color: #262626;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.upsells-form-wrap .price>.woocommerce-Price-amount {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    font-size: 26px;
    color: #ca3b4f;
    font-weight: 700;
    line-height: 30px;
}
.upsells-form-wrap .price>.woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    color: #262626;
    font-weight: 300;
    font-size: 16px;
}
.upsells-form-wrap .quantity {
    float: left;
}
.upsell-product {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    position: relative;
    margin: 30px 0 0 30px;
    width: calc(25% - 30px);
}
.upsell-product a {
    text-decoration: none;
}
.upsell-product .img {
    display: block;
    position: relative;
}
.upsell-product .img:after {
    content: '';
    display: block;
    padding-top: 100%;
}
.upsell-product .img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.upsell-product .woocommerce-loop-product__title {
    display: block;
    margin-top: 20px;
    color: #262626;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.upsells-form-wrap form.cart .button {
    margin-top: 45px;
    margin-left: 10px;
}
.gp-slider {
    /*display: none;*/
}
.gp-slider.filter-show {
    display: block !important;
}
.upsell-product-variation .upsells-form-wrap .price, .upsell-product-variation .upsells-form-wrap table.variations {
    display: none;    
}
.upsell-product-variation .upsells-form-wrap .price.price-variation, .upsell-product-variation .single_variation_wrap .price {
    display: block;
}

/* VARIABLE PRICE */
section.single_product_page-variable .singleProductSummary > .price {
	display: none;
}
.variable-price-prefix {
	color: #262626;
    font-size: 15px;
    font-weight: 300;
}

/* TEXT AFTER LOOP | Category */
.text-after-loop {
	margin-top: 40px;
	line-height: 1.2rem;
}
.text-after-loop h2, .text-after-loop h3, .text-after-loop p, .text-after-loop ul, .text-after-loop strong {
	margin: 1rem 0;
}
.text-after-loop h2 {
	font-size: 20px;
}
.text-after-loop h3 {
	font-size: 18px;
}
.text-after-loop ul {
	padding: 0 0 0 20px;
    list-style: disc;	
}
.text-after-loop ul li {
	margin: 10px 0;
}

/* SIMILAR PRODUCTS */
.gp-similar-product h2 {
    margin: 50px 0 30px;
    font-size: 30px;
    font-weight: 700;
}

/* PRODUCT ADD LINK */
.formatBlock-link {
    margin-bottom: 15px;
}
.formatBlock-link a {
    color: #d1ae34;
    text-decoration: none;
}

@media (max-width: 768px){
    .upsell-product {
        width: calc(50% - 30px);
    }
    .upsells-form-wrap form.cart .button {
        margin-top: 10px;
        margin-left: 0;
    }
    .upsells-form-wrap .quantity {
        float: unset;
    }
    .upsells-form-wrap .quantity .block {
        margin: 0 auto;
    }
    #granpriBtnContainer {
        text-align: center;
    }
    .btn-upsells-filter {
        margin: 5px;
    }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .containerWrap {
    min-width: 1024px; }
    .containerWrap .wrap {
      width: 1000px;
      padding: 0 12px; }
    .containerWrap .twoWrap .leftWrap {
      width: 220px; }
    .containerWrap .twoWrap .rightWrap {
      width: calc(100% - 240px); }

  header .phone {
    left: 640px; }
  header #searchform {
    width: 360px; }
  header .headerMenu2 ul.menu > li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 0 10px; }
    header .headerMenu2 ul.menu > li > a {
      font-size: 20px;
      font-weight: 700;
      line-height: 60px;
      padding: 0 15px; }

  .frontPromo .frontSlider {
    width: 680px;
    height: 390px; }
    .frontPromo .frontSlider .item {
      height: 390px; }
      .frontPromo .frontSlider .item .text {
        padding: 50px 25px; }
  .frontPromo .hit_block {
    width: 290px;
    height: 390px; }

  .frontTerms .box {
    padding: 20px 30px; }
    .frontTerms .box .items .item {
      padding: 10px 15px; }

  .frontTerms2 {
    display: block;
    margin-top: 30px; }
    .frontTerms2 .title {
      padding: 30px 0; }

  .frontProducts .title {
    padding: 30px 0; }
  .frontProducts .productsListBlock > .product {
    width: calc(25% - 15px); }

  .frontBlockToPages {
    margin-top: 30px; }
    .frontBlockToPages .items {
      margin: 0 0 0 -15px; }
      .frontBlockToPages .items .item {
        margin: 0 0 0 15px;
        width: calc(33.33% - 15px);
        padding: 30px 15px; }
        .frontBlockToPages .items .item .heading {
          display: block;
          min-height: 50px; }
        .frontBlockToPages .items .item .desc {
          display: block;
          margin-top: 10px; }

  .frontTextBlock {
    margin-top: 30px; }
    .frontTextBlock .line {
      margin: 30px auto 30px; }

  .frontInsta .instagram-pics {
    margin: 0 0 0 -15px; }
    .frontInsta .instagram-pics li {
      margin: 30px 0 0 15px;
      width: calc(25% - 15px); }

  footer .block-rows .block-row-3 {
    display: none; }

  .default_page, .archive_page, .single_product_page {
    display: block; }

  .page_404 {
    display: block; }

  .articles_block .items {
    margin: 0 0 0 -15px; }
    .articles_block .items .item {
      margin: 30px 0 0 15px;
      width: calc(33.33% - 15px); }
      .articles_block .items .item .text {
        padding: 15px; }

  .productsListBlock {
    margin: 0 0 0 -15px; }
    .productsListBlock > .product {
      margin: 30px 0 0 15px;
      width: calc(33.33% - 15px); }
      .productsListBlock > .product .woocommerce-loop-product__title {
        display: block;
        height: 48px; }

  .searchBlock .productsListBlock > .product {
    width: calc(25% - 15px); }

  .block_1 .items {
    margin: 0 0 0 -15px; }
    .block_1 .items .item {
      margin: 30px 0 0 15px;
      width: calc(33.33% - 15px);
      height: 150px; }
      .block_1 .items .item .icon {
        left: 15px; }
      .block_1 .items .item .desc {
        left: 95px;
        width: calc(100% - 110px);
        font-size: 14px;
        line-height: 20px; }

  .block_2 {
    display: block; }

  .block_3 .items {
    margin: 0 0 0 -15px; }
    .block_3 .items .item {
      margin: 30px 0 0 15px;
      width: calc(25% - 15px); }
      .block_3 .items .item .icon {
        top: 35px; }
      .block_3 .items .item .desc {
        top: 125px; }

  .block_4 .items {
    margin: 0 0 0 -15px; }
    .block_4 .items .item {
      margin: 30px 0 0 15px;
      width: calc(25% - 15px); }

  .block_5 {
    height: 360px; }
    .block_5 .heading {
      top: 50px;
      left: 30px; }
    .block_5 .form {
      top: 20px;
      right: 30px; }

  .block6 .items {
    margin: 0 0 0 -15px; }
    .block6 .items .item {
      margin: 30px 0 0 15px;
      width: calc(33.33% - 15px);
      height: 200px; }
      .block6 .items .item.item-big {
        width: calc(66.66% - 15px); }

  .block7 .items {
    margin: 0 0 0 -15px; }
    .block7 .items .item {
      margin: 30px 0 0 15px;
      width: calc(50% - 15px); }

  .singleProductGallery {
    width: 580px; }
    .singleProductGallery .mainPhoto {
      width: 480px; }
    .singleProductGallery .thumbnailPhotos {
      width: calc(100% - 500px); }

  .singleProductSummary {
    width: calc(100% - 600px); } }
@media (min-width: 768px) and (max-width: 1023px) {
  .popup-form {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    max-height: 100%;
    border-radius: 0; }
    .popup-form .topLine {
      border-radius: 0; }
    .popup-form .bottomLine {
      display: block;
      position: relative;
      overflow: auto;
      max-height: 100%; }

  .containerWrap {
    min-width: 768px; }
    .containerWrap .wrap {
      width: 750px;
      padding: 0 9px; }
    .containerWrap .twoWrap .leftWrap {
      width: 100%; }
    .containerWrap .twoWrap .rightWrap {
      width: 100%; }

  header .headerMenu1 {
    display: none; }
  header .burgerBtn {
    display: block;
    position: absolute;
    left: 9px;
    top: 50%;
    margin-top: -11px;
    width: 22px;
    height: 22px;
    background: url("images/burger.png") no-repeat center;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    header .burgerBtn:hover {
      opacity: .7; }
  header .phone {
    left: 340px; }
  header .social {
    right: 9px; }
  header .middleLine .wrap {
    height: 120px; }
  header .logo {
    left: 9px; }
    header .logo img {
      width: 200px; }
  header #searchform {
    left: 250px;
    width: 260px; }
  header .btnCart {
    right: 9px;
    max-width: 160px; }
    header .btnCart .heading {
      font-size: 14px;
      line-height: 18px; }
    header .btnCart .info {
      font-size: 14px;
      line-height: 18px; }
      header .btnCart .info span {
        font-size: 15px; }
  header .bottomLine .wrap {
    height: 70px; }
  header .headerMenu2 ul.menu > li {
    margin: 0; }
    header .headerMenu2 ul.menu > li > a {
      font-size: 17px;
      line-height: 68px;
      padding: 0 12px; }

  .mobile_menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000; }
    .mobile_menu.active {
      display: block; }
    .mobile_menu .close {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 20%;
      height: 100%;
      cursor: pointer;
      background: rgba(0, 0, 0, 0.7); }
    .mobile_menu .menu_block {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 80%;
      height: 100%;
      overflow: auto;
      background: #ffffff;
      padding: 0; }
      .mobile_menu .menu_block ul.menu {
        display: block; }
        .mobile_menu .menu_block ul.menu > li {
          display: block;
          position: relative;
          border-bottom: 1px solid #e1e2e2; }
          .mobile_menu .menu_block ul.menu > li > a {
            display: block;
            padding: 15px 20px 15px 20px;
            color: #2e2e2e;
            font-size: 18px;
            font-weight: 400;
            text-transform: uppercase;
            text-decoration: none; }
            .mobile_menu .menu_block ul.menu > li > a:hover {
              background-color: #d1ae34;
              color: #ffffff; }
          .mobile_menu .menu_block ul.menu > li.current-menu-item > a {
            background-color: #d1ae34;
            color: #ffffff; }
          .mobile_menu .menu_block ul.menu > li > ul {
            display: block; }
            .mobile_menu .menu_block ul.menu > li > ul > li {
              display: block; }
              .mobile_menu .menu_block ul.menu > li > ul > li > a {
                display: block;
                color: #2e2e2e;
                font-size: 16px;
                font-weight: 700;
                text-decoration: none;
                padding: 10px 20px 10px 30px; }
                .mobile_menu .menu_block ul.menu > li > ul > li > a:hover {
                  color: #d1ae34; }
              .mobile_menu .menu_block ul.menu > li > ul > li.current-menu-item > a {
                color: #d1ae34; }
              .mobile_menu .menu_block ul.menu > li > ul > li > ul {
                display: block; }
                .mobile_menu .menu_block ul.menu > li > ul > li > ul > li {
                  display: block; }
                  .mobile_menu .menu_block ul.menu > li > ul > li > ul > li > a {
                    display: block;
                    color: #2e2e2e;
                    font-size: 15px;
                    font-weight: 400;
                    text-decoration: none;
                    padding: 10px 10px 10px 40px; }
                    .mobile_menu .menu_block ul.menu > li > ul > li > ul > li > a:hover {
                      color: #d1ae34; }
                  .mobile_menu .menu_block ul.menu > li > ul > li > ul > li.current-menu-item > a {
                    color: #d1ae34; }
                  .mobile_menu .menu_block ul.menu > li > ul > li > ul > li > ul {
                    display: none; }

  .frontPromo {
    margin-top: 20px; }
    .frontPromo .frontSlider {
      width: 460px;
      height: 250px; }
      .frontPromo .frontSlider .item {
        height: 250px; }
        .frontPromo .frontSlider .item .text {
          padding: 20px 10px; }
          .frontPromo .frontSlider .item .text h1, .frontPromo .frontSlider .item .text h2, .frontPromo .frontSlider .item .text h3, .frontPromo .frontSlider .item .text h4, .frontPromo .frontSlider .item .text h5, .frontPromo .frontSlider .item .text h6 {
            font-size: 24px;
            line-height: 28px; }
          .frontPromo .frontSlider .item .text p, .frontPromo .frontSlider .item .text li {
            font-size: 15px;
            line-height: 24px; }
    .frontPromo .hit_block {
      width: 270px;
      height: 250px; }
      .frontPromo .hit_block .more {
        margin: -20px 0 0 -100px;
        width: 200px;
        height: 40px;
        border: 5px solid #ffffff;
        font-size: 22px;
        line-height: 30px; }

  .frontTerms {
    margin-top: 20px; }
    .frontTerms .box {
      border: 5px solid #d1ae34;
      padding: 20px 25px; }
      .frontTerms .box .items:before {
        margin-bottom: -20px; }
      .frontTerms .box .items .item {
        margin-top: 20px;
        top: 20px;
        padding: 8px 16px; }

  .frontTerms2 {
    margin-top: 20px; }
    .frontTerms2 .title {
      padding: 20px 0; }
    .frontTerms2 .items {
      margin: 0 0 0 -10px; }
      .frontTerms2 .items .item {
        margin: 20px 0 0 10px;
        width: calc(33.33% - 10px); }
        .frontTerms2 .items .item .img .more {
          margin: -22px 0 0 -100px;
          width: 200px; }
        .frontTerms2 .items .item .heading {
          height: 80px; }
          .frontTerms2 .items .item .heading span {
            font-size: 24px;
            line-height: 28px; }

  .frontProducts {
    margin-top: 20px; }
    .frontProducts .title {
      padding: 20px 0; }
    .frontProducts .productsListBlock > .product {
      width: calc(33.33% - 10px); }
      .frontProducts .productsListBlock > .product:nth-child(4n) {
        display: none; }

  .frontBlockToPages {
    margin-top: 20px; }
    .frontBlockToPages .items {
      margin: 0 0 0 -10px; }
      .frontBlockToPages .items .item {
        margin: 0 0 0 10px;
        width: calc(33.33% - 10px);
        padding: 20px 10px; }
        .frontBlockToPages .items .item .icon {
          margin: 0; }
          .frontBlockToPages .items .item .icon img {
            height: 120px; }
        .frontBlockToPages .items .item .heading {
          margin-top: 15px;
          font-size: 18px;
          line-height: 22px;
          min-height: 44px; }
        .frontBlockToPages .items .item .desc {
          margin-top: 10px;
          font-size: 14px;
          line-height: 18px;
          height: 72px; }
          .frontBlockToPages .items .item .desc.two_row {
            -webkit-column-count: 1;
            -moz-column-count: 1;
            column-count: 1;
            -webkit-column-gap: 20px;
            -moz-column-gap: 20px;
            column-gap: 20px;
            text-align: left; }
        .frontBlockToPages .items .item .more {
          margin: 15px auto 0; }

  .frontTextBlock {
    margin-top: 20px; }
    .frontTextBlock .line {
      margin: 20px auto 20px; }

  .frontInsta .instagram-pics {
    margin: 0 0 0 -10px; }
    .frontInsta .instagram-pics li {
      margin: 20px 0 0 10px;
      width: calc(33.33% - 10px); }

  footer {
    margin-top: 20px; }
    footer .block-rows .block-row-2, footer .block-rows .block-row-3 {
      display: none; }
    footer .block-rows .block-row-5 {
      float: right;
      width: 315px; }
    footer .block-rows .block-row-6 {
      width: 100%; }

  .default_page .textBlock, .archive_page .textBlock, .single_product_page .textBlock {
    display: block;
    margin-top: 20px; }
  .default_page .singleProductBlock, .archive_page .singleProductBlock, .single_product_page .singleProductBlock {
    display: block;
    margin-top: 20px; }
  .default_page .woocommerce-info, .archive_page .woocommerce-info, .single_product_page .woocommerce-info {
    margin-top: 20px; }

  .page_404 .img {
    height: 400px; }

  .articles_block .items {
    margin: 0 0 0 -15px; }
    .articles_block .items .item {
      margin: 20px 0 0 15px;
      width: calc(33.33% - 15px); }
      .articles_block .items .item .text {
        padding: 0; }

  .productsListBlock {
    margin: 0 0 0 -10px; }
    .productsListBlock > .product {
      margin: 20px 0 0 10px;
      width: calc(33.33% - 10px); }

  .searchBlock .productsListBlock > .product {
    width: calc(33.33% - 10px); }

  .block_1 {
    margin-top: 20px; }
    .block_1 .items {
      margin: 0 0 0 -15px; }
      .block_1 .items .item {
        margin: 20px 0 0 15px;
        width: calc(100% - 15px);
        height: 120px; }

  .block_2 {
    margin-top: 20px; }

  .block_3 {
    margin-top: 20px; }
    .block_3 .items {
      margin: 0 0 0 -15px; }
      .block_3 .items .item {
        margin: 20px 0 0 15px;
        width: calc(50% - 15px); }
        .block_3 .items .item:after {
          padding-top: 50%; }
        .block_3 .items .item .icon {
          top: 35px; }
        .block_3 .items .item .desc {
          top: 110px; }

  .block_4 {
    margin-top: 20px; }
    .block_4 .items {
      margin: 0 0 0 -15px; }
      .block_4 .items .item {
        margin: 20px 0 0 15px;
        width: calc(33.33% - 15px); }

  .block_5 {
    margin-top: 20px;
    height: 300px; }
    .block_5 .heading {
      top: 20px;
      left: 20px;
      font-size: 40px; }
      .block_5 .heading .big {
        font-size: 50px; }
    .block_5 .form {
      top: 20px;
      width: 230px;
      right: 20px; }
      .block_5 .form input[type=text], .block_5 .form input[type=tel], .block_5 .form input[type=email], .block_5 .form input[type=number] {
        height: 35px;
        padding: 0 10px;
        font-size: 14px; }
      .block_5 .form .wpcf7-submit {
        display: block;
        margin: 15px auto 0;
        width: 100%;
        height: 35px;
        line-height: 35px; }

  .block6 .items {
    margin: 0 0 0 -15px; }
    .block6 .items .item {
      margin: 20px 0 0 15px;
      width: calc(100% - 15px);
      height: 120px; }
      .block6 .items .item.item-big {
        width: calc(100% - 15px); }

  .block7 .items {
    margin: 0 0 0 -15px; }
    .block7 .items .item {
      margin: 20px 0 0 15px;
      width: calc(50% - 15px); }
      .block7 .items .item .heading {
        font-size: 20px; }

  .singleProductGallery {
    width: 360px; }
    .singleProductGallery .mainPhoto {
      width: 290px; }
    .singleProductGallery .thumbnailPhotos {
      width: calc(100% - 290px); }

  .singleProductSummary {
    width: calc(100% - 380px); }
    .singleProductSummary input#submit.alt, .singleProductSummary a.button.alt, .singleProductSummary button.button.alt, .singleProductSummary input.button.alt {
      height: 35px;
      line-height: 35px; }

  .sidebarMenu {
    display: none; } }
@media (min-width: 320px) and (max-width: 767px) {
	
	.aboutcoupon{
		position:relative;
		float:left;
	font-size:10px;
	color:rgba(219,15,18,1.00);
		line-height:0px;
	padding:10px;
	text-align:left;
		width:100%;
}
	
  .popup-form {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    max-height: 100%;
    border-radius: 0; }
    .popup-form .topLine {
      border-radius: 0; }
    .popup-form .bottomLine {
      display: block;
      position: relative;
      overflow: auto;
      max-height: 100%; }

  .containerWrap {
    width: 100%;
    min-width: 100%; }
    .containerWrap .wrap {
      width: calc(100% - 20px);
      padding: 0 10px; }
      .containerWrap .wrap .twoWrap .leftWrap {
        float: none;
        width: 100%; }
      .containerWrap .wrap .twoWrap .rightWrap {
        float: none;
        width: 100%; }

  header .burgerBtn {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -11px;
    width: 22px;
    height: 22px;
    background: url("images/burger.png") no-repeat center;
    cursor: pointer;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    header .burgerBtn:hover {
      opacity: .7; }
  header .headerMenu1 {
    display: none; }
  header .phone {
    left: auto;
    right: 120px; }
  header .social {
    right: 10px; }
    header .social a {
      margin-left: 5px; }
  header .middleLine .wrap {
    height: 80px; }
  header .logo {
    left: 10px; }
    header .logo img {
      width: 150px; }
  header #searchform {
    display: none; }
  header .btnCart {
    right: 10px;
    width: 42px;
    height: 36px;
    padding: 0;
    background: url("images/minicart.png") no-repeat left center; }
    header .btnCart .heading {
      display: none; }
    header .btnCart .info {
      display: none; }
    header .btnCart .mobile_count {
      display: block;
      position: absolute;
      left: -11px;
      top: -11px;
      width: 22px;
      height: 22px;
      background-color: #f8ea0f;
      color: #202445;
      font-size: 11px;
      font-weight: 700;
      line-height: 22px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  header .bottomLine {
    display: none; }

  .mobile_menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000; }
    .mobile_menu.active {
      display: block; }
    .mobile_menu .close {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 20%;
      height: 100%;
      cursor: pointer;
      background: rgba(0, 0, 0, 0.7); }
    .mobile_menu .menu_block {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 80%;
      height: 100%;
      overflow: auto;
      background: #ffffff;
      padding: 0; }
      .mobile_menu .menu_block ul.menu {
        display: block; }
        .mobile_menu .menu_block ul.menu > li {
          display: block;
          position: relative;
          border-bottom: 1px solid #e1e2e2; }
          .mobile_menu .menu_block ul.menu > li > a {
            display: block;
            padding: 15px 20px 15px 20px;
            color: #2e2e2e;
            font-size: 18px;
            font-weight: 400;
            text-transform: uppercase;
            text-decoration: none; }
            .mobile_menu .menu_block ul.menu > li > a:hover {
              background-color: #d1ae34;
              color: #ffffff; }
          .mobile_menu .menu_block ul.menu > li.current-menu-item > a {
            background-color: #d1ae34;
            color: #ffffff; }
          .mobile_menu .menu_block ul.menu > li > ul {
            display: block; }
            .mobile_menu .menu_block ul.menu > li > ul > li {
              display: block; }
              .mobile_menu .menu_block ul.menu > li > ul > li > a {
                display: block;
                color: #2e2e2e;
                font-size: 16px;
                font-weight: 700;
                text-decoration: none;
                padding: 10px 20px 10px 30px; }
                .mobile_menu .menu_block ul.menu > li > ul > li > a:hover {
                  color: #d1ae34; }
              .mobile_menu .menu_block ul.menu > li > ul > li.current-menu-item > a {
                color: #d1ae34; }
              .mobile_menu .menu_block ul.menu > li > ul > li > ul {
                display: block; }
                .mobile_menu .menu_block ul.menu > li > ul > li > ul > li {
                  display: block; }
                  .mobile_menu .menu_block ul.menu > li > ul > li > ul > li > a {
                    display: block;
                    color: #2e2e2e;
                    font-size: 15px;
                    font-weight: 400;
                    text-decoration: none;
                    padding: 10px 10px 10px 40px; }
                    .mobile_menu .menu_block ul.menu > li > ul > li > ul > li > a:hover {
                      color: #d1ae34; }
                  .mobile_menu .menu_block ul.menu > li > ul > li > ul > li.current-menu-item > a {
                    color: #d1ae34; }
                  .mobile_menu .menu_block ul.menu > li > ul > li > ul > li > ul {
                    display: none; }

  .frontPromo {
    margin-top: 10px; }
    .frontPromo .frontSlider {
      width: 100%;
      float: none;
      height: 280px; }
      .frontPromo .frontSlider .item {
        height: 280px; }
        .frontPromo .frontSlider .item .mask {
          display: none; }
        .frontPromo .frontSlider .item .text {
          padding: 10px;
          background: rgba(0, 0, 0, 0.7); }
    .frontPromo .hit_block {
      display: block;
      margin-top: 20px;
      float: none;
      width: 100%;
      height: 280px; }
      .frontPromo .hit_block .more {
        display: block; }

  .frontTerms {
    margin-top: 20px; }
    .frontTerms .box {
      border: 3px solid #d1ae34;
      padding: 10px; }
      .frontTerms .box .title {
        font-size: 28px; }
      .frontTerms .box .items .item {
        margin-top: 10px;
        border: 1px solid #e9e9e9;
        padding: 5px 10px; }

  .frontTerms2 {
    margin-top: 20px; }
    .frontTerms2 .title {
      padding: 20px 0;
      font-size: 28px; }
    .frontTerms2 .items {
      margin: 0 0 0 -15px;
      text-align: center; }
      .frontTerms2 .items .item {
        margin: 20px 0 0 15px;
        width: 280px; }
        .frontTerms2 .items .item .heading {
          height: 70px; }
          .frontTerms2 .items .item .heading span {
            font-size: 20px;
            line-height: 24px; }

  .frontProducts {
    margin-top: 20px; }
    .frontProducts .title {
      padding: 20px 0;
      font-size: 28px; }
    .frontProducts .productsListBlock > .product {
      width: 280px; }

  .frontBlockToPages {
    margin-top: 20px; }
    .frontBlockToPages .items {
      margin: 0 0 0 -20px;
      text-align: center; }
      .frontBlockToPages .items .item {
        margin: 30px 0 0 20px;
        width: 280px;
        padding: 20px; }
        .frontBlockToPages .items .item .icon {
          margin: 15px 0 0; }
          .frontBlockToPages .items .item .icon img {
            height: 120px; }
        .frontBlockToPages .items .item .heading {
          display: block;
          margin-top: 15px;
          font-size: 20px;
          line-height: 22px; }
        .frontBlockToPages .items .item .desc {
          margin-top: 10px;
          font-size: 14px;
          line-height: 18px;
          height: 72px; }
          .frontBlockToPages .items .item .desc.two_row {
            -webkit-column-count: 1;
            -moz-column-count: 1;
            column-count: 1; }
        .frontBlockToPages .items .item .more {
          margin: 15px auto 0; }

  .frontTextBlock {
    margin-top: 20px; }
    .frontTextBlock .title {
      font-size: 28px; }
    .frontTextBlock .line {
      margin: 20px auto 20px; }

  .frontInsta .instagram-pics {
    margin: 0 0 0 -10px;
    text-align: center; }
    .frontInsta .instagram-pics li {
      margin: 20px 0 0 10px;
      width: 280px; }

  footer {
    margin-top: 20px; }
    footer .block-rows .block-row-1, footer .block-rows .block-row-2, footer .block-rows .block-row-3 {
      display: none; }
    footer .block-rows .block-row-5 {
      float: none;
      width: 100%; }
    footer .block-rows .block-row-6 {
      width: 100%; }
    footer .topLine .block-rows {
      padding: 20px 0; }
    footer .copyright {
      float: none;
      font-size: 14px;
      line-height: 18px;
      text-align: center; }
    footer .madeby {
      display: block;
      float: none;
      margin: 15px auto 0; }

  .default_page .title, .archive_page .title, .single_product_page .title {
    font-size: 28px;
    line-height: 32px; }
  .default_page .textBlock, .archive_page .textBlock, .single_product_page .textBlock {
    display: block;
    margin-top: 28px; }
  .default_page .singleProductBlock, .archive_page .singleProductBlock, .single_product_page .singleProductBlock {
    display: block;
    margin-top: 28px; }
  .default_page .woocommerce-info, .archive_page .woocommerce-info, .single_product_page .woocommerce-info {
    margin-top: 28px; }

  .page_404 .img {
    height: 400px; }
  .page_404 .text {
    left: 20px;
    width: calc(100% - 40px); }

  .articles_block .items {
    margin: 0 0 0 -15px;
    text-align: center; }
    .articles_block .items .item {
      margin: 20px 0 0 15px;
      width: 280px;
      text-align: left; }
      .articles_block .items .item .text {
        padding: 0; }

  .productsListBlock {
    margin: 0 0 0 -15px;
    text-align: center; }
    .productsListBlock > .product {
      margin: 30px 0 0 15px;
      width: 280px;
      text-align: left; }

  .addReviewForm {
    position: relative;
    z-index: 100;
    margin-top: 20px;
    padding: 20px 0 20px; }
    .addReviewForm .cols .col-1 {
      width: 100%; }
    .addReviewForm .cols .col-2 {
      width: 100%; }
    .addReviewForm .wpcf7-form {
      padding-bottom: 60px;
      z-index: 100; }
    .addReviewForm .wpcf7-submit {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 45px; }

  .searchBlock .productsListBlock > .product {
    width: 280px; }

  .formatBlock .gallery.gallery-columns-4 .gallery-item {
	width: 100% !important; }	
	
  .block_1 {
    margin-top: 20px; }
    .block_1 .items {
      margin: 0 0 0 -30px; }
      .block_1 .items .item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 20px 0 0 30px;
        width: calc(100% - 30px);
        height: auto;
        padding: 15px; }
        .block_1 .items .item .icon {
          display: block;
          position: relative;
          left: auto;
          top: auto;
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0);
          z-index: 20; }
        .block_1 .items .item .desc {
          display: block;
          margin-top: 10px;
          position: relative;
          left: auto;
          top: auto;
          width: 100%;
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0); }

  .block_2 {
    margin-top: 20px; }

  .block_3 {
    margin-top: 20px; }
    .block_3 .items {
      margin: 0 0 0 -15px;
      text-align: center; }
      .block_3 .items .item {
        margin: 20px 0 0 15px;
        width: 280px;
        text-align: left; }
        .block_3 .items .item:after {
          content: '';
          display: block;
          padding-top: 100%; }
        .block_3 .items .item .icon {
          top: 35px; }
        .block_3 .items .item .desc {
          top: 125px;
          padding: 0 15px; }

  .block_4 {
    margin-top: 20px; }
    .block_4 .items {
      margin: 0 0 0 -15px;
      text-align: center; }
      .block_4 .items .item {
        margin: 20px 0 0 15px;
        width: 280px; }

  .block_5 {}    
	.block_5 .heading { 
		text-align: center;
        left: calc(50% - 200px/2);
		top: 10px;
    	font-size: 30px;}
	.block_5 .heading .big { font-size: 40px; }
	.block_5 .form { 
		top: 80px;
		left: calc(50% - 230px/2); }

  .block6 .items {
    margin: 0 0 0 -10px; }
    .block6 .items .item {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 20px 0 0 10px;
      width: calc(100% - 10px);
      height: auto;
      padding: 15px; }
      .block6 .items .item.item-big {
        width: calc(100% - 10px); }
      .block6 .items .item .icon {
        display: block;
        position: relative;
        left: auto;
        top: auto;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
      .block6 .items .item .desc {
        display: block;
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-top: 10px; }

  .block7 .items {
    margin: 0 0 0 -10px; }
    .block7 .items .item {
      margin: 20px 0 0 10px;
      width: calc(100% - 30px); }

  .singleProductGallery {
    float: none;
    width: 100%; }
    .singleProductGallery .mainPhoto {
      width: 84%; }
    .singleProductGallery .thumbnailPhotos {
      width: 15%; }

  .singleProductSummary {
    float: none;
    margin-top: 20px;
    width: 100%; }

  .sidebarMenu {
    display: none; } }

/*# sourceMappingURL=style.css.map */
@media (min-width: 320px) and (max-width: 380px) {
	header .phone{
		display:none;
	}
}

@media  (max-width: 1200px) {
	.for-users {
    text-align: center;
    line-height: 20px;
    color: #ca3b4f;
    margin: 10px 0;
    font-size: 14px;
    padding: 0 10px;
}
}

@media (max-width: 500px){
    .for-users {
        text-align: center;
        line-height: 18px;
        color: #ca3b4f;
        margin: 7px 0;
        font-size: 12px;
        padding: 0 5px;
    }
}

.show-mob {
    display: none;
}

@media (max-width: 768px) {
	.woocommerce ul#shipping_method {
		float: left;
    	text-align: left;
		font-size: 14px;
	}
	.show-mob {
        display: block;
    }
    .hide-mob {
        display: none !important;
    }
}	