@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600&display=swap&subset=latin-ext");
.clr:after {
  clear: both;
  content: ' ';
  display: block; }

.transition, a, .block_tile img, .pto, .messenger_write {
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms; }

.transition_slow, .block_tile > a img, .thumb_link img {
  transition: all 700ms ease-in-out;
  -webkit-transition: all 700ms ease-in-out;
  -moz-transition: all 700ms ease-in-out;
  -o-transition: all 700ms ease-in-out; }

.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.center {
  text-align: center; }

.no_pad {
  padding: 0; }

.full_cont .container {
  width: 100%;
  max-width: 100%; }

.with_pad {
  padding: 60px 0; }

.with_pad_top {
  padding-top: 60px; }

.no_pad_left {
  padding-left: 0; }

.no_pad_right {
  padding-right: 0; }

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center; }

.flex_start {
  justify-content: flex-start; }

.space_between {
  justify-content: space-between; }

.space_around {
  justify-content: space-around; }

.flex_center {
  justify-content: center; }

.flex_end {
  justify-content: flex-end; }

.table_display {
  display: table;
  float: none;
  width: 100%; }
  .table_display .table_cell {
    display: table-cell;
    float: none;
    vertical-align: middle; }

.o_hidden {
  overflow: hidden; }

.fixed {
  position: fixed; }

.primary_btn {
  background: #006fff;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  border: none;
  display: inline-block; }

.secondary_btn {
  background: #444444;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  border: none;
  display: inline-block; }

.border_white_btn {
  border: 2px solid #fff;
  color: #fff;
  padding: 0.5rem 1.8rem;
  display: inline-block;
  margin-top: 2rem; }
  .border_white_btn:hover {
    background: #006fff;
    color: #fff; }

.border_primary_btn, .woocommerce table.cart button.button {
  border: 2px solid #006fff;
  color: #006fff;
  padding: 0.5rem 1.8rem;
  display: inline-block;
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  margin-top: 2rem; }
  .border_primary_btn:hover, .woocommerce table.cart button.button:hover {
    color: #fff;
    background: #006fff; }
  .border_primary_btn.update_cart, .woocommerce table.cart button.button.update_cart {
    display: none; }

.tar {
  text-align: right; }

.bg {
  background: #fff; }

.primary_bg {
  background-color: #006fff; }

.secondary_bg {
  background-color: #444444; }

.accent_bg {
  background-color: #fff; }

.primary_color {
  color: #006fff; }

.secondary_color {
  color: #444444; }

.accent_color {
  color: #fff; }

.white_color {
  color: #fff; }

.no_pad_right {
  padding-right: 0; }

.no_pad_left {
  padding-left: 0; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@media all and (min-width: 993px) {
  .animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0; }

  .animated_load {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0; }

  .animated_load_long {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    opacity: 0; }

  .fill {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both; }

  .animated_high {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0; }

  .animated2 {
    -webkit-animation-duration: 1.7s;
    -moz-animation-duration: 1.7s;
    -o-animation-duration: 1.7s;
    animation-duration: 1.7s;
    opacity: 0; }

  .delay_1 {
    -webkit-animation-delay: 0.3s;
    /* Safari 4.0 - 8.0 */
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s; }

  .delay_2 {
    -webkit-animation-delay: 0.9s;
    /* Safari 4.0 - 8.0 */
    -moz-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s; }

  .delay_3 {
    -webkit-animation-delay: 1.5s;
    /* Safari 4.0 - 8.0 */
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s; }

  .animated_delay_1 {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.9s;
    /* Safari 4.0 - 8.0 */
    -moz-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    opacity: 0; }

  .animated_delay_2 {
    -webkit-animation-duration: 1.3s;
    -moz-animation-duration: 1.3s;
    -o-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-delay: 2.5s;
    /* Safari 4.0 - 8.0 */
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
    opacity: 0; }

  .infinite {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

  .animated_visible {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s; }

  .animated_parent {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s; }

  .long {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    opacity: 0; } }
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeInLeftTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(-80px, -80px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0); } }
@-moz-keyframes fadeInLeftTop {
  0% {
    opacity: 0;
    -moz-transform: translate(-80px, -80px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0); } }
@-o-keyframes fadeInLeftTop {
  0% {
    opacity: 0;
    -o-transform: translate(-80px, -80px); }
  100% {
    opacity: 1;
    -o-transform: translate(0, 0); } }
@keyframes fadeInLeftTop {
  0% {
    opacity: 0;
    transform: translate(-80px, -80px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.fadeInLeftTop {
  -webkit-animation-name: fadeInLeftTop;
  -moz-animation-name: fadeInLeftTop;
  -o-animation-name: fadeInLeftTop;
  animation-name: fadeInLeftTop; }

@-webkit-keyframes fadeInLeftBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(-80px, 80px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0); } }
@-moz-keyframes fadeInLeftBottom {
  0% {
    opacity: 0;
    -moz-transform: translate(-80px, 80px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0); } }
@-o-keyframes fadeInLeftBottom {
  0% {
    opacity: 0;
    -o-transform: translate(-80px, 80px); }
  100% {
    opacity: 1;
    -o-transform: translate(0, 0); } }
@keyframes fadeInLeftBottom {
  0% {
    opacity: 0;
    transform: translate(-80px, 80px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.fadeInLeftBottom {
  -webkit-animation-name: fadeInLeftBottom;
  -moz-animation-name: fadeInLeftBottom;
  -o-animation-name: fadeInLeftBottom;
  animation-name: fadeInLeftBottom; }

@-webkit-keyframes fadeInRightTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(80px, -80px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0); } }
@-moz-keyframes fadeInRightTop {
  0% {
    opacity: 0;
    -moz-transform: translate(80px, -80px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0); } }
@-o-keyframes fadeInRightTop {
  0% {
    opacity: 0;
    -o-transform: translate(80px, -80px); }
  100% {
    opacity: 1;
    -o-transform: translate(0, 0); } }
@keyframes fadeInRightTop {
  0% {
    opacity: 0;
    transform: translate(80px, -80px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.fadeInRightTop {
  -webkit-animation-name: fadeInRightTop;
  -moz-animation-name: fadeInRightTop;
  -o-animation-name: fadeInRightTop;
  animation-name: fadeInRightTop; }

@-webkit-keyframes fadeInRightBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(80px, 80px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0); } }
@-moz-keyframes fadeInRightBottom {
  0% {
    opacity: 0;
    -moz-transform: translate(80px, 80px); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0); } }
@-o-keyframes fadeInRightBottom {
  0% {
    opacity: 0;
    -o-transform: translate(80px, 80px); }
  100% {
    opacity: 1;
    -o-transform: translate(0, 0); } }
@keyframes fadeInRightBottom {
  0% {
    opacity: 0;
    transform: translate(80px, 80px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.fadeInRightBottom {
  -webkit-animation-name: fadeInRightBottom;
  -moz-animation-name: fadeInRightBottom;
  -o-animation-name: fadeInRightBottom;
  animation-name: fadeInRightBottom; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px);
    opacity: 1; } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-15px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-15px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-15px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.scaling {
  animation-name: scaling;
  -webkit-animation-name: scaling;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes scaling {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes scaling {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
.floatingquick {
  animation-name: floatingquick;
  -webkit-animation-name: floatingquick;
  animation-duration: 0.9s;
  -webkit-animation-duration: 0.9s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes floatingquick {
  0% {
    transform: translateX(0%); }
  30% {
    transform: translateX(12%); }
  60% {
    transform: translateX(-12%); }
  100% {
    transform: translateX(0%); } }
@-webkit-keyframes floatingquick {
  0% {
    -webkit-transform: translateX(0%); }
  30% {
    -webkit-transform: translateX(12%); }
  60% {
    -webkit-transform: translateX(-12%); }
  100% {
    -webkit-transform: translateX(0%); } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@-webkit-keyframes line-scroll {
  0% {
    background-position: 0 -80px; }
  80% {
    background-position: 0 0px; }
  100% {
    background-position: 0 80px; } }
@-moz-keyframes line-scroll {
  0% {
    background-position: 0 -80px; }
  80% {
    background-position: 0 0px; }
  100% {
    background-position: 0 80px; } }
@-ms-keyframes line-scroll {
  0% {
    background-position: 0 -80px; }
  80% {
    background-position: 0 0px; }
  100% {
    background-position: 0 80px; } }
@keyframes line-scroll {
  0% {
    background-position: 0 -80px; }
  80% {
    background-position: 0 0px; }
  100% {
    background-position: 0 80px; } }
.zooming {
  transform: scale(1); }
  .zooming.zoomed {
    transform: scale(1.15); }

.zoom_anim {
  -webkit-animation: zoom_anim 15 linear;
  -moz-animation: zoom_anim 15 linear;
  -o-animation: zoom_anim 15 linear;
  animation: zoom_anim 15 linear; }

@-webkit-keyframes zoom_anim {
  from {
    -webkit-transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px); }
  to {
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1) skew(0deg) translate(0px); } }
@-moz-keyframes zoom_anim {
  from {
    -webkit-transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px); }
  to {
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1) skew(0deg) translate(0px); } }
@-o-keyframes zoom_anim {
  from {
    -webkit-transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1.3) skew(0deg) translate(0px); }
  to {
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1) skew(0deg) translate(0px); } }
.se-pre-con {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background-color: #f2f2f2; }

.loader {
  height: 58px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  width: 58px; }

.loader span {
  background: #29aae5;
  display: block;
  height: 12px;
  opacity: 0;
  position: absolute;
  width: 12px;
  animation: load 4.6s ease-in-out infinite;
  -o-animation: load 4.6s ease-in-out infinite;
  -ms-animation: load 4.6s ease-in-out infinite;
  -webkit-animation: load 4.6s ease-in-out infinite;
  -moz-animation: load 4.6s ease-in-out infinite; }

.loader span.block-1 {
  animation-delay: 1.06s;
  -o-animation-delay: 1.06s;
  -ms-animation-delay: 1.06s;
  -webkit-animation-delay: 1.06s;
  -moz-animation-delay: 1.06s;
  left: 0px;
  top: 0px; }

.loader span.block-2 {
  animation-delay: 0.97s;
  -o-animation-delay: 0.97s;
  -ms-animation-delay: 0.97s;
  -webkit-animation-delay: 0.97s;
  -moz-animation-delay: 0.97s;
  left: 16px;
  top: 0px; }

.loader span.block-3 {
  animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  -ms-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  left: 31px;
  top: 0px; }

.loader span.block-4 {
  animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -moz-animation-delay: 0.78s;
  left: 47px;
  top: 0px; }

.loader span.block-5 {
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
  left: 0px;
  top: 16px; }

.loader span.block-6 {
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  left: 16px;
  top: 16px; }

.loader span.block-7 {
  animation-delay: 0.51s;
  -o-animation-delay: 0.51s;
  -ms-animation-delay: 0.51s;
  -webkit-animation-delay: 0.51s;
  -moz-animation-delay: 0.51s;
  left: 31px;
  top: 16px; }

.loader span.block-8 {
  animation-delay: 0.41s;
  -o-animation-delay: 0.41s;
  -ms-animation-delay: 0.41s;
  -webkit-animation-delay: 0.41s;
  -moz-animation-delay: 0.41s;
  left: 47px;
  top: 16px; }

.loader span.block-9 {
  animation-delay: 0.32s;
  -o-animation-delay: 0.32s;
  -ms-animation-delay: 0.32s;
  -webkit-animation-delay: 0.32s;
  -moz-animation-delay: 0.32s;
  left: 0px;
  top: 31px; }

.loader span.block-10 {
  animation-delay: 0.23s;
  -o-animation-delay: 0.23s;
  -ms-animation-delay: 0.23s;
  -webkit-animation-delay: 0.23s;
  -moz-animation-delay: 0.23s;
  left: 16px;
  top: 31px; }

.loader span.block-11 {
  animation-delay: 0.14s;
  -o-animation-delay: 0.14s;
  -ms-animation-delay: 0.14s;
  -webkit-animation-delay: 0.14s;
  -moz-animation-delay: 0.14s;
  left: 31px;
  top: 31px; }

.loader span.block-12 {
  animation-delay: 0.05s;
  -o-animation-delay: 0.05s;
  -ms-animation-delay: 0.05s;
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  left: 47px;
  top: 31px; }

.loader span.block-13 {
  animation-delay: -0.05s;
  -o-animation-delay: -0.05s;
  -ms-animation-delay: -0.05s;
  -webkit-animation-delay: -0.05s;
  -moz-animation-delay: -0.05s;
  left: 0px;
  top: 47px; }

.loader span.block-14 {
  animation-delay: -0.14s;
  -o-animation-delay: -0.14s;
  -ms-animation-delay: -0.14s;
  -webkit-animation-delay: -0.14s;
  -moz-animation-delay: -0.14s;
  left: 16px;
  top: 47px; }

.loader span.block-15 {
  animation-delay: -0.23s;
  -o-animation-delay: -0.23s;
  -ms-animation-delay: -0.23s;
  -webkit-animation-delay: -0.23s;
  -moz-animation-delay: -0.23s;
  left: 31px;
  top: 47px; }

.loader span.block-16 {
  animation-delay: -0.32s;
  -o-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  left: 47px;
  top: 47px; }

@keyframes load {
  0% {
    opacity: 0;
    transform: translateY(-97px); }
  15% {
    opacity: 0;
    transform: translateY(-97px); }
  30% {
    opacity: 1;
    transform: translateY(0); }
  70% {
    opacity: 1;
    transform: translateY(0); }
  85% {
    opacity: 0;
    transform: translateY(97px); }
  100% {
    opacity: 0;
    transform: translateY(97px); } }
@-o-keyframes load {
  0% {
    opacity: 0;
    -o-transform: translateY(-97px); }
  15% {
    opacity: 0;
    -o-transform: translateY(-97px); }
  30% {
    opacity: 1;
    -o-transform: translateY(0); }
  70% {
    opacity: 1;
    -o-transform: translateY(0); }
  85% {
    opacity: 0;
    -o-transform: translateY(97px); }
  100% {
    opacity: 0;
    -o-transform: translateY(97px); } }
@-ms-keyframes load {
  0% {
    opacity: 0;
    -ms-transform: translateY(-97px); }
  15% {
    opacity: 0;
    -ms-transform: translateY(-97px); }
  30% {
    opacity: 1;
    -ms-transform: translateY(0); }
  70% {
    opacity: 1;
    -ms-transform: translateY(0); }
  85% {
    opacity: 0;
    -ms-transform: translateY(97px); }
  100% {
    opacity: 0;
    -ms-transform: translateY(97px); } }
@-webkit-keyframes load {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-97px); }
  15% {
    opacity: 0;
    -webkit-transform: translateY(-97px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  85% {
    opacity: 0;
    -webkit-transform: translateY(97px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(97px); } }
@-moz-keyframes load {
  0% {
    opacity: 0;
    -moz-transform: translateY(-97px); }
  15% {
    opacity: 0;
    -moz-transform: translateY(-97px); }
  30% {
    opacity: 1;
    -moz-transform: translateY(0); }
  70% {
    opacity: 1;
    -moz-transform: translateY(0); }
  85% {
    opacity: 0;
    -moz-transform: translateY(97px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(97px); } }
body {
  font-size: 20px;
  line-height: 140%;
  font-family: "Quicksand", sans-serif;
  overflow-x: hidden; }

html {
  overflow-x: hidden;
  font-size: 20px; }

p {
  margin: 12px 0; }

a {
  color: #006fff; }
  a:hover, a:focus {
    text-decoration: none;
    color: #444444; }

div:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  line-height: 125%;
  font-family: "Quicksand", sans-serif;
  font-weight: normal; }

#btt {
  padding: 10px 0;
  font-size: 22px;
  color: #006fff;
  position: fixed;
  left: 2%;
  bottom: 5%;
  z-index: 99; }

.invisible {
  opacity: 0; }

/**
*-----------------------------------------------
* header
*-----------------------------------------------
*/
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0; }

.header_line {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  margin: 1.5rem 0; }

.logo_flex {
  color: #fff; }
  .logo_flex:hover, .logo_flex:focus {
    color: #fff; }

.logo {
  max-height: 65px;
  width: auto;
  margin-right: 10px; }

.logo_text .lt_op {
  opacity: 0.6; }
.logo_text .lt_vis {
  opacity: 1; }

.navbar .navbar-nav {
  width: 100%;
  justify-content: flex-end; }
  .navbar .navbar-nav li .nav-link {
    padding-left: 0;
    padding-right: 0;
    margin: 0 0.8rem;
    color: #fff; }
    .navbar .navbar-nav li .nav-link:hover, .navbar .navbar-nav li .nav-link.active {
      border-bottom: 2px solid #006fff; }

.ti {
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%; }

.ti_profile {
  background: url("../img/profile_top.png") no-repeat center center;
  background-size: 1.5rem;
  margin-right: 1rem; }

.cart-contents {
  background: url("../img/cart_top_icon.png") no-repeat center center;
  background-size: 1.7rem;
  position: relative; }

.cart_total_top {
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 100%;
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  background: #006fff;
  font-size: .8rem;
  color: #fff;
  right: -0.2rem;
  top: -0.2rem; }

.btn_tooltip {
  background: none;
  border: none; }

.tooltip-inner {
  font-size: 12px;
  width: 250px;
  max-width: 250px; }

.hidden_total {
  display: none; }

/**
*-----------------------------------------------
* home
*-----------------------------------------------
*/
.main_banner {
  padding-top: 9rem;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 13rem; }

.mb_text {
  text-align: center;
  color: #fff; }
  .mb_text h1 {
    font-size: 4.8rem;
    margin-top: 0;
    margin-bottom: 1rem; }
  .mb_text h2 {
    font-size: 1.2rem; }

.mbimg_cont {
  height: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%; }

.mb_icons {
  margin-top: 12rem;
  align-items: flex-end;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.tar.flex {
  justify-content: flex-end; }

.mb_icon {
  display: block;
  text-align: center; }
  .mb_icon img {
    margin-bottom: 1.2rem; }
  .mb_icon h3 {
    font-size: 1.2rem;
    color: #fff;
    width: 100%; }
  .mb_icon:hover {
    transform: scale(1.04); }

.under_mb {
  max-width: 1140px;
  margin: -140px auto 0;
  text-align: center;
  padding-bottom: 4rem; }
  .under_mb .container {
    width: 100%;
    max-width: 100%; }
  .under_mb h3 {
    font-size: 1rem;
    margin-top: -6px; }

.umb_more {
  margin-top: 3rem; }

.hp_text {
  max-width: 80%; }
  .hp_text p, .hp_text li {
    font-size: 0.9rem; }
  .hp_text .umb_more {
    margin-top: 1rem; }

.section_title {
  margin-bottom: 1.2rem;
  font-size: 3rem; }

.tar .hp_text {
  float: right; }

.dyi_banner {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 2rem; }
  .dyi_banner .border_white_btn {
    margin-top: 1.2rem; }
    .dyi_banner .border_white_btn.hover {
      background: #006fff;
      color: #fff; }

.dyib_logo {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem; }

.block_tile {
  margin-top: 1rem; }
  .block_tile > a {
    background: #444444;
    display: block;
    height: auto;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
    width: 100%; }
    .block_tile > a img {
      display: block;
      height: 100%;
      left: 0;
      object-fit: cover;
      position: absolute;
      top: 0;
      will-change: transform;
      width: 100%; }
    .block_tile > a:hover img {
      opacity: 0.7;
      transform: scale(1.05); }
  .block_tile p {
    font-size: 0.9rem;
    color: #949494; }
  .block_tile img {
    max-width: 100%;
    height: auto; }
    .block_tile img:hover {
      transform: scale(1.03); }
  .block_tile h3 {
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 1rem; }

.woocommerce-account .woocommerce form .form-row {
  display: block; }

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  border: 2px solid #006fff;
  color: #006fff;
  padding: 0.5rem 1.8rem;
  display: inline-block;
  margin-top: 2rem;
  background-color: transparent; }
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #fff;
    background: #006fff; }

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  line-height: 120%;
  margin-bottom: 0; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border: 1px solid #d6d6d6;
  padding: 5px; }

.bt_date {
  font-size: 0.8rem;
  color: #a6a6a6;
  display: block;
  margin-top: 1.5rem; }

.blog .umb_more {
  margin-top: 2rem; }

/**
*-----------------------------------------------
* single product
*-----------------------------------------------
*/
.top_title {
  height: 300px;
  background: url("../img/top_title.jpg") no-repeat center bottom;
  background-size: cover;
  padding-top: 190px;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem; }
  .top_title h2 {
    font-size: 3.5rem; }

.bread_cont {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1.2rem;
  margin-bottom: 1.5rem; }

.woocommerce-page div.product div.images {
  width: 34%; }

.woocommerce-page div.product div.summary {
  float: left;
  margin-left: 2%;
  width: 38%;
  clear: none; }

.single_product_third {
  float: left;
  width: 24%;
  text-align: right;
  padding-left: 3rem; }

.single.woocommerce div.product form.cart {
  float: right; }
.single.woocommerce div.product .product_side_info {
  margin-top: 0.4rem;
  margin-bottom: 3rem;
  padding-left: 2rem; }
.single.woocommerce div.product .single_product_third .price {
  color: #006fff;
  font-size: 2rem;
  margin-bottom: 1.5rem; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #006fff;
  border-radius: 0;
  border: none;
  font-weight: normal; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none; }

.sad {
  margin: 2rem 0; }

div#reviews {
  margin-top: 3rem; }

#price_calculator {
  font-size: 0.9rem; }
  #price_calculator .amount_needed {
    width: 80px;
    border: 1px solid #d9d9d9;
    padding: 5px 5px 5px 10px;
    text-align: left;
    margin-left: 10px; }

.calculated-price td {
  padding-top: 25px;
  font-weight: bold;
  font-size: 1rem;
  padding-bottom: 15px; }

.woocommerce .quantity .qty {
  height: 2.2rem;
  border: 1px solid #dbdbdb;
  display: none; }

.product_meta .posted_in {
  display: none; }

#commentform .submit {
  background: #006fff;
  color: #fff; }

.woocommerce #review_form #respond .form-submit input {
  background: #006fff;
  color: #fff;
  border-radius: 0;
  border: none; }

.woocommerce div.product form.cart .button {
  float: right; }
  .woocommerce div.product form.cart .button:hover {
    background: #444444; }

.woocommerce .quantity .qty {
  margin-left: 1rem; }

.checkout_coupon button.button {
  margin-top: 0; }


/**
*-----------------------------------------------
* shop and category
*-----------------------------------------------
*/
.xoo-cp-added {
  display: none; }

.woocommerce ul.products li.product {
  text-align: center; }
  .woocommerce ul.products li.product .add_to_cart_button {
    display: none; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #444444; }
  .woocommerce ul.products li.product .woocommerce-Price-amount, .woocommerce ul.products li.product .price {
    color: #444444;
    font-weight: bold; }

.sidebar ul {
  padding-left: 0; }
.sidebar h3 {
  margin-top: 2rem;
  font-size: 1rem;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 7px;
  font-weight: bold; }
  .sidebar h3.widget-title.with-dropdown
  .widget-dropdown {
    top: 7px; }
.sidebar a {
  color: #4d4d4d; }
.sidebar li {
  position: relative; }
.sidebar .chosen a {
  color: #006fff; }
.sidebar li span {
  display: none; }
.sidebar input#yith-searchsubmit {
  background: #006fff;
  color: #fff;
  border: 1px solid #006fff;
  height: 2rem;
  box-sizing: border-box; }
.sidebar input#yith-s {
  border: 1px solid #dbdbdb;
  height: 2rem;
  padding-left: 0.5rem;
  box-sizing: border-box; }
.sidebar .yith-woocommerce-ajax-product-filter.with-checkbox ul li a:before {
  content: '';
  display: inline-block;
  background-image: url(../images/checkbox_sprite.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 16px;
  height: 16px;
  border: 1px solid #bbbbbb;
  background: white;
  margin-right: 9px; }
.sidebar .yith-woocommerce-ajax-product-filter.with-checkbox ul li.chosen a:after {
  position: absolute;
  left: 4px;
  display: block;
  top: 4px;
  width: 13px;
  height: 13px;
  border: solid #006fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.zgoda_label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 125%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 15px; }

/* Hide the browser's default checkbox */
.zgoda_label input {
  position: absolute;
  opacity: 1;
  width: 30px;
  height: 33px;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  border-radius: 2px; }

/* On mouse-over, add a grey background color */
.zgoda_label:hover input ~ .checkmark {
  cursor: pointer; }

/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.zgoda_label input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.zgoda_label .checkmark:after {
  left: 6px;
  top: -5px;
  width: 10px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.zgoda_label .checkmark {
  border-color: #006fff; }
  .zgoda_label .checkmark:after {
    border-color: #000 !important; }

.woocommerce .woocommerce-ordering {
  position: absolute;
  right: 20px;
  top: -3.8rem; }

.woocommerce .woocommerce-ordering select {
  border: none; }

.woocommerce-LoopProduct-link {
  position: relative; }

td.xoo-cp-pqty {
  min-width: 1px; }

.pto_thumb {
  position: relative;
  display: block; }

td.xoo-cp-pprice {
  font-size: 1rem;
  margin: 15px 0;
  width: 25%; }

.pto {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0; }
  .pto .pto_button {
    margin-top: 0; }
  .pto:hover {
    opacity: 1; }

.resp_img img {
  max-width: 100%;
  height: auto; }

/**
*-----------------------------------------------
* cart and checkout
*-----------------------------------------------
*/
#ship-to-different-address label {
  margin-top: 0;
  margin-bottom: 15px; }

.woocommerce .cart .woocommerce-cart-form__cart-item .qty_change {
  border: none;
  background: transparent;
  color: #006fff;
  margin: 0 2px;
  font-size: 1.3rem; }
  .woocommerce .cart .woocommerce-cart-form__cart-item .qty_change:focus {
    outline: none; }
.woocommerce .cart .cart_qty_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center; }
.woocommerce .cart .quantity .qty {
  margin-left: 0; }
.woocommerce .cart th.product-quantity {
  width: 160px;
  text-align: center; }
.woocommerce .cart .product-subtotal {
  text-align: right; }
.woocommerce .cart .woocommerce-cart-form__cart-item input[type='number'] {
  -moz-appearance: textfield;
  border: none;
  padding-top: 5px; }
  .woocommerce .cart .woocommerce-cart-form__cart-item input[type='number']:focus {
    outline: none; }
.woocommerce .cart .woocommerce-cart-form__cart-item input::-webkit-outer-spin-button,
.woocommerce .cart .woocommerce-cart-form__cart-item input::-webkit-inner-spin-button {
  -webkit-appearance: none; }
.woocommerce .cart td.product-subtotal {
  text-align: right; }

#coupon_code {
  width: 100%;
  max-width: 180px;
  height: 44px; }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
  max-width: 48%; }

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: 48%; }

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.back_shopping a {
  margin: 0;
  float: left; }
  .back_shopping a.cart_back {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background-color: transparent; }

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  padding: 0; }

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  display: none; }

.woocommerce-checkout #payment ul.wc_payment_methods {
  padding-left: 0;
  padding-right: 0; }

.wc_payment_method {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  min-height: 180px;
  height: auto;
  padding: 20px 20px 20px 200px;
  position: relative;
  background: #f2f2f2; }
  .wc_payment_method:after {
    display: none; }
  .wc_payment_method input {
    -webkit-appearance: none;
    -moz-appearance: none;
    apperance: none;
    background: #fff;
    border-radius: 50%;
    display: block;
    height: 60px;
    outline: none;
    position: absolute;
    right: 20px;
    top: calc(50% - 30px);
    width: 60px; }
    .wc_payment_method input:checked {
      background: #fff; }
      .wc_payment_method input:checked + label:after {
        background: none;
        border: solid #006fff;
        border-width: 0 0 4px 4px;
        box-shadow: none !important;
        content: '';
        right: 53px;
        height: 16px;
        position: absolute;
        top: calc(50% - 10px);
        transform: rotate(-45deg);
        width: 32px; }
  .wc_payment_method label {
    font-weight: bold;
    width: 100%; }
    .wc_payment_method label img {
      display: none; }
  .wc_payment_method .payment_box {
    margin: 0 !important; }
    .wc_payment_method .payment_box p {
      margin-top: 0;
      padding-right: 100px; }

.payment_method_przelewy24:before,
.payment_method_bacs:before,
.payment_method_ppec_paypal:before,
.payment_method_paypal:before,
.payment_method_woocommerce_payments:before,
.payment_method_cod:before {
  content: ' ';
  display: block;
  width: 140px;
  height: 140px;
  left: 20px;
  top: 20px;
  position: absolute; }

.payment_method_przelewy24:before {
  background: url("../img/przelewy24.jpg") no-repeat center center;
  background-size: contain; }

.payment_method_bacs:before {
  background: url("../img/bank_transfer.jpg") no-repeat center center;
  background-size: contain; }

.payment_method_ppec_paypal:before {
  background: url("../img/paypal_transfer.jpg") no-repeat center center;
  background-size: contain; }

.payment_method_paypal:before {
  background: url("../img/paypal_transfer.jpg") no-repeat center center;
  background-size: contain; }

.payment_method_cod:before {
  background: url("../img/za_pobraniem.jpg") no-repeat center center;
  background-size: contain; }

.payment_method_woocommerce_payments:before {
  background: url("../img/pay-card-blue.jpg") no-repeat center center;
  background-size: contain; }

body .woocommerce-checkout #payment .payment_method_paypal .about_paypal{
  float: none;
  display: block;
  line-height: 16px;
}

body .woocommerce-checkout #payment div.payment_box.payment_method_woocommerce_payments{
  width: 80%;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: none;
  width: 51%;
  margin: 20px auto;
  max-width: 51%; }

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  margin-bottom: 2rem; }

#ship-to-different-address label span {
  font-size: 0.9rem; }

.checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 125%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 15px; }

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 1;
  width: 30px;
  height: 33px;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  border-radius: 2px; }

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  cursor: pointer; }

/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 6px;
  top: -5px;
  width: 10px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.checkbox .checkmark {
  border-color: #006fff; }
  .checkbox .checkmark:after {
    border-color: #000 !important; }

.woocommerce form .form-row {
  padding-left: 0; }
  .woocommerce form .form-row label {
    font-size: 0.9rem; }

#invoice_ask_field {
  margin-top: 30px; }

.woocommerce-form-coupon-toggle {
  width: 100%;
  max-width: 725px;
  margin: 0 auto; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border: 1px solid #006fff; }

td.woocommerce-table__product-total.product-total .woocommerce-Price-amount {
  background: #f0f0f0;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  float: right; }

.woocommerce-order {
  width: 100%;
  max-width: 820px;
  margin: 0 auto; }
  .woocommerce-order .col2-set .col-1, .woocommerce-order .col2-set .col-1, .woocommerce-order .col2-set .col-2, .woocommerce-order .col2-set .col-2 {
    float: none;
    width: 100%;
    margin: 20px auto;
    max-width: 100%; }

.woocommerce ul.order_details li {
  padding-right: 0.9rem;
  margin-right: 0.9rem; }
  .woocommerce ul.order_details li strong {
    font-size: 0.9rem; }

.woocommerce ul.order_details {
  padding: 0; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #006fff;
  border-radius: 0; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px; }

.select2-container .select2-selection--single {
  height: 40px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 37px; }

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 48.5%; }

.woocommerce form .form-row-first.half_field {
  width: 23%;
  margin-left: 3%; }

.woocommerce form .form-row-last.half_field {
  width: 23%;
  margin-left: 1%; }

.woocommerce form label {
  margin-bottom: 0; }

.optional {
  display: none; }

/**
*-----------------------------------------------
* blog archive
*-----------------------------------------------
*/
.blog_flex {
  padding-right: 4rem; }

.post-categories {
  display: inline-block;
  padding: 0;
  list-style: none;
  margin-top: 2rem; }
  .post-categories li {
    font-weight: bold; }

.checkout .form-row {
  display: block; }

.ba_text {
  width: 90%;
  max-width: 700px;
  margin: 1rem auto 4rem; }

.ba_date {
  font-size: 0.9rem; }

.main_blog_article {
  width: 100%; }

.half_blog_article {
  width: 49%; }
  .half_blog_article:nth-of-type(odd) {
    margin-left: 1%; }
  .half_blog_article:nth-of-type(even) {
    margin-right: 1%; }
  .half_blog_article .post-categories {
    margin-top: 1rem;
    margin-bottom: 0.6rem; }
  .half_blog_article h2 {
    font-size: 1.5rem;
    margin-top: 0; }

.thumb_link {
  background: #444444;
  display: block;
  height: auto;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
  width: 100%; }
  .thumb_link img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    will-change: transform;
    width: 100%; }
  .thumb_link:hover img {
    opacity: 0.7;
    transform: scale(1.05); }

.sidebar .ss_elem, .ss_elem {
  width: 2.6rem;
  height: 2.6rem;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-weight: bold;
  margin-right: 0.5rem; }
  .sidebar .ss_elem.fb, .ss_elem.fb {
    background: #006fff; }
  .sidebar .ss_elem.ig, .ss_elem.ig {
    background: #adadad; }
  .sidebar .ss_elem.in, .ss_elem.in {
    background: #444444; }

.blog_sidebar h3 {
  margin-top: 0; }
.blog_sidebar .widget {
  margin-bottom: 2rem; }
.blog_sidebar ul li {
  list-style: none; }

/**
*-----------------------------------------------
* single blog
*-----------------------------------------------
*/
.single_article {
  text-align: justify;
  padding-right: 4rem; }

.single_thumb {
  width: 100%; }
  .single_thumb img {
    width: 100%; }

/**
*-----------------------------------------------
* single page about
*-----------------------------------------------
*/
figure {
  margin: 0; }

/**
*-----------------------------------------------
* contact
*-----------------------------------------------
*/
.clv_contact_form input[type="text"], .clv_contact_form input[type="email"], .clv_contact_form input[type="tel"], .clv_contact_form input[type="number"], .clv_contact_form select, .clv_contact_form textarea {
  border: 1px solid #d9d9d9;
  padding: 5px;
  width: 100%; }
.clv_contact_form label {
  display: block; }
.clv_contact_form .border_primary_btn {
  background: #fff; }

.clv_mess_inner {
  background: #ededed;
  width: 100%;
  height: 82%;
  margin-top: 4%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center; }

.messenger_write {
  width: 100%;
  display: block;
  text-align: center; }
  .messenger_write:hover {
    background: #006fff;
    color: #fff; }

.load-more {
  opacity: 0; }

/**
*-----------------------------------------------
* single product
*-----------------------------------------------
*/
.woocommerce .product_meta .wcml_currency_switcher {
  display: none; }

a.xcp-btn {
  border-radius: 0;
  background: transparent;
  color: #444444;
  padding: 0.5rem 0.9rem;
  border: 1px solid #444444; }
  a.xcp-btn:hover {
    background: #444444;
    color: #fff; }
  a.xcp-btn.xoo-cp-close {
    border: 1px solid #006fff;
    color: #006fff; }
    a.xcp-btn.xoo-cp-close:hover {
      background: #006fff; }

.xoo-cp-variations, .xoo-cp-qtybox {
  display: none; }

.woocommerce table.cart .product-quantity {
  display: none; }
.woocommerce table.cart button.button {
  margin-top: 0; }
.woocommerce table.cart .variation {
  font-size: 0.8rem; }
  .woocommerce table.cart .variation dd, .woocommerce table.cart .variation dt {
    line-height: 130%; }
.woocommerce table.cart .update_cart {
  display: none; }
.woocommerce table.cart td.actions .coupon {
  float: right; }
.woocommerce table.cart #coupon_code {
  height: 44px; }

dd p {
  margin-top: 0; }

.woocommerce-cart table.cart .product-thumbnail {
  width: 150px; }
  .woocommerce-cart table.cart .product-thumbnail img {
    width: 100%; }

/**
*-----------------------------------------------
* footer
*-----------------------------------------------
*/
#single-page .blog_footer {
  display: none; }

.footer_line_top {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: #dbdbdb;
  width: 100%;
  height: 1px; }

.footer_block h3 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #006fff;
  margin-bottom: 1.1rem; }
.footer_block .footer_nav {
  padding: 0;
  margin: 0;
  list-style: none; }
  .footer_block .footer_nav li {
    list-style: none; }
  .footer_block .footer_nav a {
    font-size: 0.9rem;
    display: block;
    margin: 0.4rem 0;
    color: #4d4d4d; }
.footer_block .footer_ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .footer_block .footer_ul li {
    font-size: 0.9rem;
    display: block;
    margin: 0.4rem 0;
    color: #4d4d4d; }

.footer_line_bottom {
  margin-top: 2rem;
  margin-bottom: 0;
  background: #dbdbdb;
  width: 100%;
  height: 1px; }

.footer_bottom {
  padding-bottom: 2rem; }
  .footer_bottom p {
    margin: 0.7rem 0;
    font-size: 0.8rem; }
    .footer_bottom p img {
      margin-left: 0.4rem; }

@media all and (min-width: 993px) {
  .navbar .dropdown-menu {
    margin-top: 0px; }
    .navbar .dropdown-menu .sub-menu {
      left: 100%;
      position: absolute;
      top: 0;
      visibility: hidden;
      margin-top: 0px; }
    .navbar .dropdown-menu li a {
      color: #fff; }
  .navbar .dropdown-menu > li:hover > .sub-menu {
    visibility: visible; }
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0;
    background: transparent; }
    .navbar .dropdown:hover > .dropdown-menu a {
      color: #000; }
      .navbar .dropdown:hover > .dropdown-menu a:hover {
        background: #444444; }
    .navbar .dropdown:hover > .dropdown-menu li.active a {
      background: inherit; }
      .navbar .dropdown:hover > .dropdown-menu li.active a:hover {
        background: #444444; }

  .right {
    text-align: right; } }
@media all and (min-width: 1500px) {
  .container {
    width: 1400px;
    max-width: 1400px; } }
@media all and (min-width: 1700px) {
  .container {
    width: 1600px;
    max-width: 1600px; } }
@media all and (max-width: 1699px) {
  body, html {
    font-size: 18px; } }
@media all and (max-width: 1499px) {
  body, html {
    font-size: 16px; }

  .woocommerce .quantity .qty {
    margin-left: 0;
    width: 3rem; }

  .woocommerce table.cart #coupon_code {
    height: 36px; } }
@media all and (max-width: 1360px) {
  .woocommerce form .form-row label {
    font-size: 0.86rem; }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px; }

  .select2-container .select2-selection--single {
    height: 34px;
    font-size: 0.9rem; }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px; }

  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 61%;
    margin: 20px auto;
    max-width: 61%; } }
@media all and (min-width: 768px) {
  .hide_desktop {
    display: none;
  }
}
@media all and (max-width: 992px) {
  body, html {
    font-size: 14px; }

  .navbar {
    text-align: right;
    position: relative;
    z-index: 3;
    justify-content: flex-end; }
    .navbar .navbar-nav {
      float: none;
      background: #fff;
      background: #006fff; }

  .mb_text h1 {
    font-size: 3rem; }

  .navbar-toggler {
    background: url("../img/menu_mobile.png") no-repeat center center;
    background-size: contain;
    width: 52px;
    border: none;
    height: 40px;
    display: block;
    margin: 10px;
    float: none; }
    .navbar-toggler .navbar-toggler-icon {
      background: none; }
      .navbar-toggler .navbar-toggler-icon:focus {
        outline: none;
        opacity: 0.8; }
    .navbar-toggler:focus {
      outline: none;
      opacity: 0.8; }

  .woocommerce-page div.product .single_product_third {
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 0; }

  .single.woocommerce div.product .product_side_info {
    padding-left: 0; }

  .woocommerce-page div.product div.images {
    width: 48%; }

  .single.woocommerce div.product form.cart {
    float: none; }

  .woocommerce-page div.product div.summary {
    width: 47%; }

  .woocommerce div.product form.cart .button {
    float: none; }

  .main_banner {
    padding-top: 11rem; }

  .footer_block {
    margin-bottom: 2rem; }

  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
    margin: 20px auto;
    max-width: 100%; }

  .woocommerce table.cart #coupon_code {
    max-width: 130px;
    height: 31px; } }
@media all and (max-width: 767px) {
  .woocommerce-page div.product div.summary, .woocommerce-page div.product div.images {
    width: 100%; }

  .woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative; }

  .logo_flex {
    justify-content: center; }

  .nav_icons {
    justify-content: center;
    margin-top: 1rem; }

  .main_banner {
    padding-top: 16rem; }

  .mb_icon {
    text-align: center;
    width: 50%;
    margin-bottom: 3rem; }

  .mb_icons {
    margin-top: 5rem; }

  .tar {
    text-align: center; }

  .tar .hp_text, .hp_text {
    float: none;
    margin: 0 auto;
    text-align: center;
    max-width: 100%; }

  .section_title {
    display: block;
    width: 100%;
    text-align: center; }

  .blog_flex, .single_article {
    padding-right: 0; }

  .with_pad {
    padding: 20px 0; }

  .top_title {
    padding-top: 120px;
    min-height: 200px;
    height: auto;
    padding-bottom: 10px; }

  .top_title h2 {
    font-size: 2.4rem; }

  .woocommerce .woocommerce-ordering {
    position: absolute;
    right: 20px;
    top: 0; }

  .ti {
    width: 3rem;
    height: 3rem; }

  .logo_text {
    font-size: 0.85rem;
    margin-right: 10px; }

  .hide_mobile {
    display: none; }

  .logo {
    max-height: 50px;
    width: auto;
    margin-right: 5px;
    margin-left: 50px; }

  .ti_profile {
    margin-right: 0.5rem; }

  .navbar {
    text-align: left;
    position: relative;
    z-index: 3;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    top: 2px; }

  .woocommerce .back_shopping {
    text-align: center !important; }
    .woocommerce .back_shopping a {
      float: none; }

  .woocommerce-cart table.cart td.actions .coupon .input-text {
    float: 5px 0; }

  .woocommerce-page table.cart td.actions .coupon .button {
    width: auto;
    float: right; }

  .woocommerce table.cart #coupon_code {
    height: 32px;
    float: left;
    max-width: 140px; }

  .woocommerce form .form-row label {
    font-size: 0.8rem; }

  .wc_payment_method label{
    max-width: 70%;
  }
  .payment_method_przelewy24:before, .payment_method_bacs:before, .payment_method_ppec_paypal:before, .payment_method_paypal:before, .payment_method_woocommerce_payments:before, .payment_method_cod:before{
    width: 100px;
    height: 100px;
  }
  .wc_payment_method{
    min-height: 130px;
    padding-left: 150px;
  }
}
@media all and (max-width: 576px) {
  .dyi_banner {
    text-align: center; }

  .dyib_logo {
    position: relative;
    left: auto;
    top: auto;
    margin: 20px auto;
    display: block; }

  .woocommerce form label {
    font-size: 0.8rem; }

  .wc_payment_method label{
    max-width: 70%;
  }
  .payment_method_przelewy24:before, .payment_method_bacs:before, .payment_method_ppec_paypal:before, .payment_method_paypal:before, .payment_method_woocommerce_payments:before, .payment_method_cod:before{
    width: 50px;
    height: 50px;
  }
  .wc_payment_method{
    min-height: 80px;
    padding-left: 80px;
  }
  .wc_payment_method input{
    width: 30px;
    height: 30px;
  }
  .wc_payment_method input:checked + label:after{
    right: 41px;
    height: 8px;
    top: calc(50% - 20px);
    transform: rotate(-45deg);
    width: 16px;
  }
  .wc_payment_method .payment_box p{
    padding-right: 10px;
  }
}
