/* 
-----------------------------------------------------
  Stylesheet Guide
-----------------------------------------------------

  1. Default stylesheets

  2. Basic Elements
    2.1. Typography
    2.2. Lists
    2.3. Buttons
    2.4. Forms

  3. General classes
    3.1. Flex

  4. Main options
    4.1 Breadcrumps
    4.2 Offsets

  5. Header
    5.1. Main navigation
    5.2. Search

  6. Plugins
    6.1. Preloader
    6.2. Back to top
    6.3. Carousels
    6.4  Fancybox
    6.5  Sticky

  7. Footer
    7.1. Footer Bottom
    7.2. Copyright

  8. Main Sections


*/
@import url(../fonts/CenturyGothic/stylesheet.css);
@import url(../fonts/Gilroy/stylesheet.css);
/* ------------------------------------------------

    1. Default stylesheets

------------------------------------------------ */
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
  background: transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table, table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
}

img {
  vertical-align: top;
}

embed {
  vertical-align: top;
}

input[type=text], textarea {
  outline: none;
  border-radius: 0;
}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
  display: block;
}

mark, rp, rt, ruby, summary, time {
  display: inline;
}

html, body {
  height: 100%;
}

body {
  font-family: "Century Gothic", sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  background: #ffffff;
  -webkit-text-size-adjust: none;
}

.blackout {
  color: #fff;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

::selection {
  color: #fff;
  background: #000000;
}

::-moz-selection {
  color: #fff;
  background: #000000;
}

/* ------------------------------------------------

    2. Basic Elements

------------------------------------------------ */
/* --------------------------------------------
      2.1. Typography
-------------------------------------------- */
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.h1, h1 {
  font-size: 140px;
}

.h2, h2 {
  font-size: 30px;
}

.h3, h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}

.h4, h4 {
  font-size: 48px;
  line-height: 1.2;
}

.h5, h5 {
  font-size: 16px;
}

.h6, h6 {
  font-size: 14px;
}

.h1_sm > *,
.h1_sm {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.h1_sm {
  margin-bottom: 10px;
}

p:not(:last-child) {
  margin-bottom: 20px;
}

strong {
  font-weight: 700;
}

mark {
  background-color: #20cfef;
  padding: 0 2px;
  color: #fff;
}

mark.red {
  background-color: #ee352f;
}

sup {
  display: inline-block;
  -moz-transform: scale(0.6) translate(-10%, -30%);
  -o-transform: scale(0.6) translate(-10%, -30%);
  -webkit-transform: scale(0.6) translate(-10%, -30%);
  transform: scale(0.6) translate(-10%, -30%);
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a > svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

a:focus,
a:visited {
  text-decoration: none;
}

.blackout a {
  color: #ffffff;
}

.fz20 {
  font-size: 20px;
}

.fz18 {
  font-size: 18px;
}

.fz16 {
  font-size: 16px;
}

.fz14 {
  font-size: 14px;
}

.fz14r {
  font-size: 14px;
}

.fz13 {
  font-size: 13px;
}

.fz13r {
  font-size: 13px;
}

.fz12 {
  font-size: 12px;
}

.lh20 {
  line-height: 20px;
}

.lh16 {
  line-height: 16px;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw_bold {
  font-weight: bold;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.book {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.color_g {
  color: #747474;
}

/* --------------------------------------------
      2.2. Lists
-------------------------------------------- */
/* --------------------------------------------
      2.3. Buttons
-------------------------------------------- */
.btn_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.btn_box > *:not(:last-child) {
  margin-right: 30px;
}

.btn_box > * {
  margin-bottom: 10px;
}

.btn_box2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.btn_box2 > *:not(:last-child) {
  margin-right: 30px;
}

.list_vertical {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.list_vertical > *:not(:last-child) {
  margin-right: 20px;
}

.list_vertical > * {
  margin-bottom: 10px;
}

.btn_arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding: 15px;
  border: 1px solid white;
}
.btn_arrow svg {
  display: block;
  width: 10px;
  height: 10px;
}
.btn_arrow:hover {
  background-color: #fff;
}
.btn_arrow:hover path {
  stroke: #000000;
}

.btn {
  padding: 10px 29px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  outline: none;
  cursor: pointer;
  background: #000000;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn i:first-child {
  display: inline-block;
  margin-right: 10px;
}
.btn i:last-child {
  display: inline-block;
  margin-left: 10px;
}
.btn path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn:hover {
  background-color: #fff;
  color: #000;
}
.btn:hover i path {
  fill: #000;
}

.btn-mod:hover {
  border: 1px solid #000000;
}

.btn_full {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.btn_close {
  padding: 10px;
}
.btn_close svg {
  width: 10px;
  height: 10px;
}
.btn_close path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_close:hover path {
  stroke: #000000;
}

.btn-w {
  border: 1px solid #E5E5E5;
  background-color: #fff;
  color: #000;
}
.btn-w path {
  fill: #000;
}
.btn-w:hover {
  border-color: #000;
}

.btn_select {
  outline: none !important;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  padding: 11px 30px 11px 15px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  background: #fff url(../images/icons/btn_select_arrow.svg) calc(100% - 15px) center no-repeat;
}

.btn.disabled,
.btn:disabled {
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  border-color: transparent !important;
  cursor: default;
}

.link-hover {
  position: relative;
  cursor: pointer;
}

.link-hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000000;
  top: 100%;
  left: 0;
  pointer-events: none;
}

.blackout .link-hover::before {
  background: #ffffff;
}

.link-hover::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.link-hover:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.link-hover2 {
  position: relative;
  cursor: pointer;
}

.link-hover2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000000;
  top: 100%;
  left: 0;
  pointer-events: none;
}

.blackout .link-hover2::before {
  background: #ffffff;
}

.link-hover2::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s;
}

.link-hover2:hover::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
}

.link-hover-box:hover > *::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
}

.link-hover-g::before {
  background: #909090;
}

.link-hover2.active::before {
  background-color: transparent !important;
}

/* --------------------------------------------
        2.4. Forms
-------------------------------------------- */
::-webkit-input-placeholder {
  color: #505050;
  -webkit-transition: text-indent 0.5s ease, color 0.5s ease;
  transition: text-indent 0.5s ease, color 0.5s ease;
}

input::-moz-placeholder {
  color: #505050;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: #505050;
  opacity: 1;
}

::ms-input-placeholder {
  color: #505050;
}

[placeholder]:focus::-webkit-input-placeholder {
  text-indent: 10em;
  color: transparent;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form_box {
  padding-bottom: 40px;
  position: relative;
}

input:not([type=checkbox]):not([type=radio]),
textarea {
  font-family: "Century Gothic", sans-serif;
  outline: none;
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding: 0;
  padding-top: 16px;
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 14px;
  line-height: 14px;
  color: #000;
}

textarea {
  padding-top: 26px;
  padding-bottom: 5px;
}

.placeholder_txt {
  position: absolute;
  top: 26px;
  left: 0;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

textarea:not(:placeholder-shown) + .placeholder_txt,
textarea:focus + .placeholder_txt,
input:not(:placeholder-shown) + .placeholder_txt,
input:focus + .placeholder_txt {
  position: absolute;
  font-size: 12px;
  line-height: 12px;
  top: 0;
  color: #747474;
}

::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  text-indent: 0;
  opacity: 0;
}

.form_error {
  border-color: #E61212 !important;
}
.form_error ~ .placeholder_txt {
  color: #E61212 !important;
}

.form_error_txt {
  position: absolute;
  font-size: 12px;
  line-height: 12px;
  color: #E61212;
  left: 0;
  right: 0;
  top: 58px;
}

input:not(.form_error) ~ .form_error_txt {
  display: none;
}

.form_check_list {
  margin-bottom: 40px;
}
.form_check_list li {
  position: relative;
}
.form_check_list li:not(:last-child) {
  margin-bottom: 25px;
}

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0px;
}

.checkbox + label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  display: block;
}

.checkbox + label:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #DDDDDD;
  border-radius: 0px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.checkbox + label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 14px;
  height: 14px;
  background-image: url(../images/icons/ok.svg);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.checkbox:hover + label:before {
  border: 1px solid #000000;
}

.checkbox:checked + label:before {
  background: #000000;
  border: 1px solid #000000;
}

.checkbox:checked + label:after {
  opacity: 1;
}

.checkbox_filter + label {
  padding: 0 35px 0 0;
}
.checkbox_filter + label:after, .checkbox_filter + label:before {
  left: auto;
  right: 0;
}

.form_check_list2 {
  margin-bottom: 30px;
}
.form_check_list2 li {
  position: relative;
}
.form_check_list2 li:not(:last-child) {
  margin-bottom: 10px;
}

.checkbox_lg + label {
  padding: 20px;
  padding-left: 50px;
  border: 1px solid #E5E5E5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkbox_lg + label:hover {
  border: 1px solid #000000;
}
.checkbox_lg + label:before, .checkbox_lg + label:after {
  top: 20px;
  left: 20px;
}
.checkbox_lg + label span:not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol) {
  display: block;
}
.checkbox_lg:checked + label .checkbox_right_cont {
  display: inline-block;
  min-width: 40px;
}
.checkbox_lg:checked + label {
  border: 1px solid #000000;
}
.checkbox_lg:checked + label .checkbox_right_cont {
  font-weight: 700;
}

.checkbox_cont {
  display: block;
  font-size: 13px;
  line-height: 16px;
  color: #747474;
  margin-top: 7px;
}

.checkbox_right_cont {
  font-size: 13px;
  line-height: 14px;
  text-align: right;
  color: #000000;
}

/* ------------------------------------------------

    3. General Classes

------------------------------------------------ */
.al_left {
  text-align: left;
}

.al_right {
  text-align: right;
}

.al_center {
  text-align: center;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wrapper {
  overflow: hidden;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.d_ib {
  display: inline-block;
}

.transparent {
  opacity: 0;
}

.invisible {
  opacity: 0;
  visibility: hidden;
}

.visible {
  opacity: 1;
  visibility: visible;
}

.p_abs {
  position: absolute;
}

.p_rel {
  position: relative;
}

.p_fix {
  position: fixed;
}

.reg {
  text-transform: uppercase;
}

.clear {
  clear: both;
  width: 100%;
  line-height: 0;
  font-size: 0;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* --------------------------------------------
      3.1. Flex
-------------------------------------------- */
.flex_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flex_middle {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.flex_between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.flex_end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}

.flex_bottom {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}

.flex_start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}

.flex_column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.flex_align_end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  -o-align-self: flex-end;
  align-self: flex-end;
}

.box_first {
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  -o-order: -1;
  order: -1;
}

.box_fix {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0;
}

/* ------------------------------------------------

    4. Main

------------------------------------------------ */
section {
  padding: 0px 0px 0px 0px;
}

.page_wrap {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

img {
  max-width: 100%;
}

.row_sm {
  margin-left: -1px;
  margin-right: -1px;
}
.row_sm > * {
  padding-left: 1px;
  padding-right: 1px;
}
.row_sm.row_offset > * {
  margin-bottom: 2px;
}
.row_sm.row_offset {
  margin-bottom: -2px;
}

.row_sm2 {
  margin-left: -3px;
  margin-right: -3px;
}
.row_sm2 > * {
  padding-left: 3px;
  padding-right: 3px;
}
.row_sm2.row_offset > * {
  margin-bottom: 6px;
}
.row_sm2.row_offset {
  margin-bottom: -6px;
}

.row_sm3 {
  margin-left: -5px;
  margin-right: -5px;
}
.row_sm3 > * {
  padding-left: 5px;
  padding-right: 5px;
}
.row_sm3.row_offset > * {
  margin-bottom: 10px;
}
.row_sm3.row_offset {
  margin-bottom: -10px;
}

.row_md {
  margin-left: -60px;
  margin-right: -60px;
}
.row_md > * {
  padding-left: 60px;
  padding-right: 60px;
}
.row_md.row_offset > * {
  margin-bottom: 120px;
}
.row_md.row_offset {
  margin-bottom: -120px;
}

.row_md2 {
  margin-left: -30px;
  margin-right: -30px;
}
.row_md2 > * {
  padding-left: 30px;
  padding-right: 30px;
}
.row_md2.row_offset > * {
  margin-bottom: 60px;
}
.row_md2.row_offset {
  margin-bottom: -60px;
}

.row_md3 {
  margin-left: -10px;
  margin-right: -10px;
}
.row_md3 > * {
  padding-left: 10px;
  padding-right: 10px;
}
.row_md3.row_offset > * {
  margin-bottom: 80px;
}
.row_md3.row_offset {
  margin-bottom: -80px;
}

.row_lg {
  margin-left: -80px;
  margin-right: -80px;
}
.row_lg > * {
  padding-left: 80px;
  padding-right: 80px;
}
.row_lg.row_offset > * {
  margin-bottom: 160px;
}
.row_lg.row_offset {
  margin-bottom: -160px;
}

.box_be {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.box_be > *:not(:last-child) {
  margin-right: 20px;
}
.box_be > * {
  margin-bottom: 10px;
}

.box_be2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.box_be2 > *:not(:last-child) {
  margin-right: 20px;
}

.section_vert {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section_bottom,
.section_b {
  width: 100%;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  -o-align-self: flex-end;
  align-self: flex-end;
}

.section_top,
.section_t {
  width: 100%;
}

/* --------------------------------------------
      4.1. Page tilte end breadcrumps
-------------------------------------------- */
.breadcrumps {
  font-size: 13px;
  line-height: 16px;
  color: #747474;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.breadcrumps a {
  color: #747474;
  display: block;
}

.breadcrumps a:hover {
  color: #000000;
}

.breadcrumps li {
  display: block;
}

.breadcrumps li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(230, 230, 230, 0.5);
}

/* --------------------------------------------
      4.2. Offsets
-------------------------------------------- */
.section_offset_bottom {
  padding-bottom: 80px;
}

.section_first {
  padding-top: 92px;
}

.section_offset_top {
  padding-top: 72px;
}

.section_offset_top_mod {
  margin-top: 40px;
}

.section_offset_bottom2 {
  margin-bottom: 100px;
}

.section_h {
  min-height: calc(100vh - 180px);
}

.cont_pad {
  padding: 75px 0 0;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mb2 {
  margin-bottom: 2px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb7 {
  margin-bottom: 7px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb30r {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb40r {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb60r {
  margin-bottom: 60px;
}

.mb80r {
  margin-bottom: 80px;
  padding-right: 80px;
}

.mb80r-mod {
  margin-bottom: 80px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt4 {
  margin-top: 4px;
}

.mt40 {
  margin-top: 40px;
}

.mt40r {
  margin-top: 40px;
}

.pt10r {
  padding-top: 10px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl20 {
  padding-left: 20px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pr20 {
  padding-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr8 {
  margin-right: 8px;
}

/* ------------------------------------------------

    5. Header

------------------------------------------------ */
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 21;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header a {
  text-decoration: none;
}

.logo {
  padding-right: 20px;
  margin-right: 50px;
}
.logo svg {
  width: 100%;
}

div:not(.header_left) .logo {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.logo a {
  display: block;
  width: 136px;
}

.header_in {
  padding: 24px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.navigation_wr,
.header_left,
.header_right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.menu_wr {
  display: inline-block;
}

.header_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.header_box_line:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(216, 216, 216, 0.5);
}

/* --------------------------------------------
      5.1. Main navigation
-------------------------------------------- */
.navigation {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.navigation li {
  margin-right: 35px;
}
.navigation a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #363839;
}
.navigation a:hover {
  color: #42B6F3;
}
.navigation a:hover path {
  fill: #42B6F3;
}
.navigation i {
  display: inline-block;
  margin-right: 14px;
}

.btn_menu {
  display: inline-block;
  padding: 10px;
  margin: -10px;
  margin-right: 40px;
}
.btn_menu svg {
  position: relative;
  top: -2px;
}
.btn_menu:hover svg {
  opacity: 0.5;
}

.btn_header {
  display: inline-block;
  padding: 10px;
  margin: -10px;
  line-height: 18px;
  display: flex;
  align-items: center;
  position: relative;
}
.btn_header i {
  font-style: normal;
  position: absolute;
  top: 4px;
  right: -2px;
  background-color: #000000;
  width: 18px;
  height: 18px;
  padding: 3px;
  border-radius: 100%;
  color: #ffffff;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}
.btn_header:hover svg {
  opacity: 0.5;
}

.header_link {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  text-decoration: none !important;
}

.header_link-mod {
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}

.menu_in {
  position: fixed;
  top: 20px;
  bottom: 20px;
  left: 20px;
  width: 480px;
  max-width: 100%;
  background-color: #fff;
  z-index: 31;
  padding: 60px 60px 0px 60px;
  border-radius: 0px;
  overflow-x: hidden;
  opacity: 0;
  left: -110%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu_in.active {
  opacity: 1;
  left: 20px;
}
.menu_in .section_bottom {
  padding-top: 50px;
  padding-bottom: 60px;
}

.menu_in.menu_lv2,
.menu_lv2 .menu_in {
  padding-bottom: 60px;
  background: #F7F7F7;
}

.menu_in.menu_lv2 {
  left: 20px;
  z-index: 30;
  visibility: hidden;
  pointer-events: none;
}

.menu_in.menu_lv2.active {
  left: 500px;
  visibility: visible;
  pointer-events: inherit;
}

.nav_list_arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.nav_btn_lv3 {
  background-image: url(../images/icons/nav_arrow_mb.svg);
  background-repeat: no-repeat;
  background-position: 100% calc(50% - 1px);
}
.nav_btn_lv3:hover {
  background-image: url(../images/icons/nav_arrow_mb.svg);
}

.menu_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background: #000000;
  mix-blend-mode: normal;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu_overlay.active {
  opacity: 0.3;
  visibility: visible;
}

.menu_in_close {
  width: 40px;
  height: 40px;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 35;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu_in_close svg {
  display: block;
  width: 10px;
  height: 10px;
}
.menu_in_close:hover {
  opacity: 0.5;
}

.drop_box {
  position: relative;
}

.drop_menu {
  position: absolute;
  z-index: 12;
  top: calc(100% + 15px);
  left: -30px;
  padding: 15px 30px;
  background: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
  white-space: nowrap;
  left: auto;
  right: -30px;
  text-align: right;
}
.drop_menu:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -15px;
  bottom: 0;
  right: 0;
}
.drop_menu li {
  padding-right: 0 !important;
  margin-right: 0 !important;
  border: 0 !important;
}

.header_right .drop_menu {
  right: -10px;
}

.drop_click.active .drop_menu,
.drop_box:not(.drop_click):hover .drop_menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px);
}

.nav_phone_wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.nav_phone_wr > *:not(:last-child) {
  margin-right: 10px;
}
.nav_phone_wr .nav_phone {
  top: 5px;
}

.nav_phone_title {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  color: #A2AAAF;
}

.nav_phone {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #363839;
  padding-right: 32px;
  position: relative;
  display: inline-block;
}
.nav_phone:hover path {
  fill: #42B6F3;
}
.nav_phone:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  right: 18px;
  top: -3px;
  background: #ECEDED;
}
.nav_phone .nav_arrow {
  position: absolute;
  right: 0;
  top: -1px;
}
.nav_phone i {
  padding-right: 4px;
}

.navigation_menu_lg > li > a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none !important;
}
.navigation_menu_lg > li > a span {
  color: #909090;
}
.navigation_menu_lg > li > a span:hover {
  color: #000;
}
.navigation_menu_lg > li:not(:last-child) {
  margin-bottom: 10px;
}

.navigation_menu_line {
  margin-bottom: 30px !important;
  padding-top: 20px;
  border-bottom: 1px solid #DDDDDD;
}

.navigation_menu_user {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.navigation_menu_user_title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}

.nav_btn_lv2 {
  position: relative;
}
.nav_btn_lv2 svg {
  position: absolute;
  right: -21px;
  top: 50%;
  margin-top: -3px;
  width: 5px;
  height: 8px;
}

.navigation_title {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  display: block;
  text-decoration: none !important;
  margin-bottom: 30px;
}

.navigation_back_box {
  padding-bottom: 15px;
}

.btn_back {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #363839;
  padding-left: 25px;
}
.btn_back svg {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.btn_back:hover {
  opacity: 0.5;
}

.phone_list {
  padding-top: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
}
.phone_list a {
  color: #313538;
  display: inline-block;
}
.phone_list li:not(:last-child) {
  margin-bottom: 16px;
}
.phone_list:not(:last-child) {
  margin-bottom: 30px;
}

.time_list {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #313538;
}
.time_list li:not(:last-child) {
  margin-bottom: 10px;
}
.time_list:not(:last-child) {
  margin-bottom: 30px;
}

.nav_list_title {
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  color: #A2AAAF;
  margin-bottom: 16px;
}

.header_main {
  background-color: transparent;
  top: 34px;
}
.header_main .btn_menu {
  display: none;
}
.header_main .btn_menu path {
  fill: #ffffff;
}
.header_main .logo svg path {
  fill: #ffffff;
}
.header_main .header_right_mod .drop_menu {
  background-color: transparent;
}
.header_main .header_right_mod .drop_menu a {
  color: #ffffff;
}
.header_main .header_right_mod .drop_menu li > a span {
  color: #e6e6e6;
}
.header_main .header_right_mod .drop_menu li > a span:hover {
  color: #ffffff;
}
.header_main .header_right_mod .link-hover::before {
  background-color: #fff;
}
.header_main .header_right_mod .header_link {
  color: #ffffff;
}
.header_main .header_right_mod .header_box_line:not(:last-child) {
  border-right: 1px solid rgba(230, 230, 230, 0.5);
}
.header_main .header_right_mod .btn_header i {
  background-color: #ffffff;
  color: #000;
}
.header_main .header_right_mod .btn_header.btn_heart path {
  stroke: #ffffff;
}
.header_main .header_right_mod .btn_header.btn_basket path {
  fill: #ffffff;
}

.vertical_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vertical_list a {
  display: block;
}
.vertical_list li {
  margin-bottom: 10px;
}
.vertical_list li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(230, 230, 230, 0.5);
}

.language_list {
  font-size: 13px;
  line-height: 15px;
}
.language_list a {
  text-decoration: none !important;
}

.header_copyright {
  font-size: 13px;
  line-height: 20px;
  color: #484848;
  margin-bottom: 30px;
}

.header_inst {
  margin-bottom: 20px;
}
.header_inst a {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  text-decoration: none !important;
}
.header_inst a img, .header_inst a svg {
  display: inline-block;
  margin-right: 16px;
}

.menu_filter,
.menu_basket {
  left: auto !important;
  right: -110%;
}
.menu_filter.active,
.menu_basket.active {
  right: 20px;
}

.basket_sm_title {
  font-size: 20px;
  line-height: 24px;
}

.basket_sm_link {
  font-size: 13px;
  line-height: 16px;
}

.basket_sm_top {
  margin-bottom: 30px;
}

.basket_sm_top-mod {
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}

.item_sm {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.item_sm:not(:last-child) {
  margin-bottom: 20px;
}

.item_sm_img_wr {
  width: 100px;
  min-width: 100px;
}

.item_sm_img {
  display: block;
  padding-top: 134%;
  position: relative;
}
.item_sm_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-fit-object: cover;
  -moz-fit-object: cover;
  -o-fit-object: cover;
  object-fit: cover;
}

.item_sm_wr {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}

.item_sm_cont {
  padding: 10px 0px 10px 20px;
  font-size: 13px;
  line-height: 16px;
  color: #484848;
}

.item_sm_cont_txt {
  margin-bottom: 20px;
  padding-right: 30px;
  display: block;
  color: #484848;
  display: block;
  font-size: 13px;
  line-height: 16px;
}

a.item_sm_cont_txt:hover {
  color: #000;
}

.item_sm_cont_price {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.item_sm_close {
  position: absolute;
  top: 0;
  right: -10px;
}

.item_sm_cont2 {
  padding-left: 20px;
  padding-right: 20px;
}
.item_sm_cont2 .mb30r:last-child {
  margin-bottom: 0 !important;
}
.item_sm_cont2 .header_inst {
  margin-bottom: 0;
  padding-bottom: 0;
}

.basket_sm_price {
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.btn_list {
  margin-bottom: 20px;
}
.btn_list li:not(:last-child) {
  margin-bottom: 10px;
}

.basket_sm_subtxt {
  text-align: right;
  color: #747474;
  font-size: 13px;
  line-height: 16px;
  padding-bottom: 60px;
  margin-bottom: 0;
}

.basket_sm_subtxt.al_left {
  text-align: left;
  padding-bottom: 40px;
}

/* ------------------------------------------------

    6. Plugins

------------------------------------------------ */
/* --------------------------------------------
      6.1. Preloader
-------------------------------------------- */
#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  z-index: 100500;
}

#page-preloader .preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  margin-top: -18px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: rgba(255, 255, 255, 0.65);
  border-bottom-color: rgba(255, 255, 255, 0.15);
  border-left-color: rgba(255, 255, 255, 0.65);
  border-right-color: rgba(255, 255, 255, 0.15);
  -webkit-animation: preloader 0.8s linear infinite;
  animation: preloader 0.8s linear infinite;
}

@keyframes preloader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes preloader {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* --------------------------------------------
      6.2. Back to top
-------------------------------------------- */
.back_to_top {
  border: none;
  outline: none;
  position: fixed;
  bottom: 10px;
  right: -100px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background-color: #292929;
  z-index: 99;
  cursor: pointer;
}

.back_to_top:active, .back_to_top:focus {
  background-color: #292929;
  color: #fff;
}

.back_to_top:hover {
  color: #fff;
  background-color: #ff4e00;
}

.back_to_top i {
  font-style: normal;
  font-size: 30px;
  line-height: 38px;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
}

.bounceOutRight {
  right: -100px;
}

.bounceInRight {
  right: 10px;
}

/* --------------------------------------------
      6.3. Carousels
-------------------------------------------- */
.swiper_pagination1 {
  position: absolute;
  left: 50%;
  bottom: 20px;
  padding: 5px 8px;
  border-radius: 7px;
  height: 14px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 0.4;
  width: 4px;
  height: 4px;
}
.swiper-pagination-bullet:not(:last-child) {
  margin-right: 6px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/* --------------------------------------------
     6.4  Fancybox
  -------------------------------------------- */
.fancybox__thumbs,
.fancybox__counter,
.fancybox__button--thumbs,
.fancybox__button--fullscreen,
.fancybox__button--slideshow,
.fancybox__button--zoom {
  display: none;
}

.fancybox__slide {
  padding-top: 20px;
  padding-bottom: 20px;
}

.fancybox__button--close {
  color: #000;
}
.fancybox__button--close svg {
  stroke-width: 1px !important;
}

.fancybox__backdrop {
  background-color: #fff;
}

.fancybox__nav svg {
  display: none;
}
.fancybox__nav .carousel__button {
  width: 40px;
  height: 40px;
  background: #fff url(../images/icons/fancybox_arrow.svg) center center no-repeat;
}
.fancybox__nav .carousel__button:hover {
  background: #000 url(../images/icons/fancybox_arrow_h.svg) center center no-repeat;
}
.fancybox__nav .is-next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.fancybox-modal {
  display: none;
  max-width: 478px;
  padding: 60px;
}

.text_modal .fancybox__slide {
  padding: 30px;
}
.text_modal .fancybox__backdrop {
  background-color: #000;
  opacity: 0.3;
}
.text_modal .is-close {
  color: #000 !important;
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
}
.text_modal .is-close svg {
  width: 14px !important;
  height: 14px !important;
  stroke-width: 1px !important;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none !important;
}

/* --------------------------------------------
     6.5  Sticky
  -------------------------------------------- */
.aside {
  height: 100%;
  height: calc(100% - 80px);
}

.aside .sticky {
  position: fixed;
  z-index: 18;
}
.aside .sticky .sticky_poz {
  -webkit-transform: translate(0, 80px);
  -ms-transform: translate(0, 80px);
  -o-transform: translate(0, 80px);
  transform: translate(0, 80px);
}

.aside .stop2 {
  position: relative;
  z-index: 18;
}
/*.aside .stop2 .sticky_poz {
  -webkit-transform: translate(0, 80px);
  -ms-transform: translate(0, 80px);
  -o-transform: translate(0, 80px);
  transform: translate(0, 80px);
}*/

/* ------------------------------------------------

    7. Footer

------------------------------------------------ */
.footer_fix {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

footer {
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer_list li:not(:last-child) {
  margin-bottom: 3px;
}
.footer_list a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.footer_bottom {
  padding-top: 60px;
}
.footer_bottom .vertical_list li {
  margin-bottom: 0;
}
.footer_bottom .header_link {
  font-size: 13px;
  line-height: 16px;
}

.footer_bottom_mod {
  padding-top: 20px;
  border-top: 1px solid #EDEDED;
}

.footer_copyright {
  font-size: 13px;
  line-height: 16px;
  color: #747474;
}
.footer_copyright a {
  color: #000000;
  text-decoration: none !important;
}

/* --------------------------------------------
      7.1. Footer Bottom
-------------------------------------------- */
/* --------------------------------------------
      7.2. Copyright
-------------------------------------------- */
/* ------------------------------------------------

    8. Main Section

------------------------------------------------ */
/* --------------------------------------------
      8.1. Index
-------------------------------------------- */
.hero {
  position: relative;
  margin-bottom: 2px;
}

.hero_cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero_cont img {
  width: 100%;
  height: auto;
}
.hero_cont .container-fluid {
  height: 100%;
}

.hero_cont_in {
  padding-top: 138px;
  padding-bottom: 60px;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.hero_list li:not(:last-child) {
  margin-bottom: 10px;
}
.hero_list a {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 1px;
}
.hero_list a:hover {
  text-decoration: none;
}

.hero_cont_bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.hero_title {
  position: relative;
}
.hero_title .btn_arrow {
  position: absolute;
  right: -87px;
  top: 50%;
}

.hero_txt {
  width: 692px;
  max-width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}

.item {
  position: relative;
  padding-top: 134%;
  overflow: hidden;
}
.item:hover .item_overlay {
  opacity: 0.2;
}
.item:hover .btn_heart_item {
  opacity: 1;
}
.item:hover .item_cont {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.item_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-fit-object: cover;
  -moz-fit-object: cover;
  -o-fit-object: cover;
  object-fit: cover;
  z-index: 1;
}

.item_overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_heart_item {
  opacity: 0;
  display: inline-block;
  padding: 20px;
  line-height: 18px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 8;
}
.btn_heart_item:hover path {
  fill: #ffffff;
}
.btn_heart_item.remove {
  opacity: 1 !important;
}
.btn_heart_item.remove path {
  fill: #ffffff;
}

.btn_heart_item_pos {
  top: 0;
  right: 0;
}

.item_cont {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 30px;
  padding-top: 0 !important;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  z-index: 5;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.item_cont_be {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}

.item_cont_txt {
  padding-right: 30px;
}

.item_price {
  text-align: right;
  min-width: 100px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.item_link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4;
  display: block !important;
}

.item_lg {
  padding-top: 0;
}
.item_lg .item_cont {
  padding: 60px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.item_lg .item_cont_be {
  margin-bottom: 0;
}
.item_lg:hover .video_pos {
  z-index: 2;
}

.item_cont_title {
  color: #ffffff;
  width: 50%;
  font-size: 48px;
  line-height: 1;
}
.item_cont_title a {
  color: #ffffff;
  text-decoration: none !important;
}
.item_cont_title a span {
  display: inline-block;
}

.video_pos {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}

/* --------------------------------------------
      8.2. News
-------------------------------------------- */
.title_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.title_box_cont {
  padding-left: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.sort_list {
  font-size: 13px;
  line-height: 18px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.sort_list li {
  position: relative;
}
.sort_list p {
  color: #747474;
}

.filter_btn_wr {
  white-space: nowrap;
  margin-left: 30px;
  font-size: 13px;
  line-height: 18px;
}
.filter_btn_wr i {
  display: inline-block;
  margin: -4px;
  margin-left: 10px;
  width: 22px;
  height: 22px;
  padding: 3px;
  border-radius: 100%;
  font-weight: 700;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  background-color: #000000;
  font-style: normal;
}

.filter_btn_m {
  margin-top: 20px;
  width: 100%;
}

.filter_btn_m_txt {
  font-size: 13px;
  line-height: 16px;
  color: #747474;
  margin-top: 10px;
}

/* --------------------------------------------
      8.3. Product
-------------------------------------------- */
.product_right {
  padding-top: 60px;
}

.btn_heart_b {
  display: inline-block;
  padding: 20px;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.btn_heart_b path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_heart_b:hover path {
  fill: #000000;
}
.btn_heart_b.remove {
  opacity: 1 !important;
}
.btn_heart_b.remove path {
  fill: #000000;
}

.btn_heart_pos {
  padding-right: 0;
}

.accordion-content {
  display: none;
}
.accordion-content.active {
  display: block;
}

.acc_btn {
  padding: 20px 15px 20px 0;
  display: block;
  position: relative;
}
.acc_btn i {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
}
.acc_btn.active ~ .accordion-content {
  display: block;
}
.acc_btn.active i {
  margin-top: -20px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.acc_item {
  border-top: 1px solid #EDEDED;
  position: relative;
}

.acc_item:last-child {
  border-bottom: 1px solid #EDEDED;
}

.acc_cont {
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 13px;
  line-height: 20xp;
}

.acc_cont_title {
  color: #484848;
}

.product_img {
  padding-top: 134%;
  position: relative;
}
.product_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-fit-object: cover;
  -moz-fit-object: cover;
  -o-fit-object: cover;
  object-fit: cover;
}

/* --------------------------------------------
      8.4. Bag
-------------------------------------------- */
.item_md {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}
.item_md:not(:last-child) {
  margin-bottom: 30px;
}

.item_md_img_wr {
  width: 160px;
  min-width: 160px;
}

.item_md_img {
  display: block;
  padding-top: 134%;
  position: relative;
}
.item_md_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-fit-object: cover;
  -moz-fit-object: cover;
  -o-fit-object: cover;
  object-fit: cover;
}

.item_md_wr {
  padding-top: 30px;
  border-top: 1px solid #EDEDED;
  margin-bottom: 30px;
}

.item_md_cont {
  padding: 20px 0px 20px 30px;
  font-size: 13px;
  line-height: 16px;
  color: #484848;
  width: 100%;
}

.item_md_cont_txt {
  width: 430px;
  max-width: 100%;
  padding-right: 30px;
  margin-bottom: 20px;
  display: block;
  color: #000000;
  display: block;
  font-size: 16px;
  line-height: 20px;
}

a.item_md_cont_txt:hover {
  color: #484848;
}

.item_md_cont_price {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.item_md_close {
  position: absolute;
  top: 0;
  right: -10px;
}

.gray_right {
  background-color: #F0F0F0;
  padding: 40px;
}
.gray_right .item_sm_wr {
  border-bottom: none;
  padding-bottom: 10px;
}

.info_list {
  font-size: 14px;
  line-height: 16px;
}
.info_list li {
  border-top: 1px solid #DDDDDD;
  padding: 20px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.info_list li > div {
  width: 50%;
}
.info_list li > div:last-child {
  text-align: right;
}
.info_list li:last-child {
  padding-bottom: 0;
}

/* --------------------------------------------
      8.5. Checkout
-------------------------------------------- */
.link_back {
  position: relative;
  margin-left: 20px;
  font-size: 14px;
  line-height: 17px;
}
.link_back i {
  position: absolute;
  left: -20px;
  top: 1px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.checkout_step {
  margin-bottom: 30px;
  border-bottom: 1px solid #EDEDED;
}

.checkout_step_cont:not(:last-child) {
  margin-bottom: 60px;
}

.checkout_step_cont_in {
  line-height: 16px;
}
.checkout_step_cont_in p:not(:last-child) {
  margin-bottom: 10px;
}

.checkout_step_item:not(:last-child) {
  margin-bottom: 50px;
}

.scroll_btn_box {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.scroll_btn_box li {
  width: 100%;
}
.scroll_btn_box li:not(:last-child) {
  margin-right: 10px;
}

.checkbox_btn {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0px;
}

.checkbox_btn + label {
  min-width: 135px;
}

.checkbox_btn:checked + label {
  border-color: #000000;
}

.middle_cont_box {
  width: 490px;
  max-width: 100%;
  margin: 0 auto;
}

.h_full {
  height: 100%;
}

.section_h2 {
  min-height: calc(100vh - 250px);
}

.section_h3 {
  min-height: calc(100vh - 555px);
}

/* --------------------------------------------
      8.6. Profile
-------------------------------------------- */
.list1 li:not(:last-child) {
  margin-bottom: 8px;
}

.list2 li:not(:last-child) {
  margin-bottom: 4px;
}

.acc_prof_item:not(:last-child) {
  margin-bottom: 10px;
}

.acc_prof_btn {
  cursor: pointer;
  border: 1px solid #E5E5E5;
  padding: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  font-size: 14px;
  line-height: 24px;
}
.acc_prof_btn:hover {
  background-color: #F6F6F6;
}

.acc_prof_number {
  padding-right: 15px;
  width: 95px;
}

.acc_prof_time {
  padding-right: 15px;
  width: 200px;
  color: #939393;
}

.acc_prof_sum {
  padding-right: 15px;
  width: 60px;
}

.acc_prof_numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}

.acc_prof_info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
}
.acc_prof_info > * {
  margin-left: 20px;
}
.acc_prof_info span {
  color: #747474;
  display: block;
  margin-top: 4px;
}

.prof_tock {
  padding: 10px 10px;
  font-size: 13px;
  line-height: 16px;
  border: 1px solid #000000;
  display: inline-block;
}

.acc_prof_cont {
  padding: 20px;
  border: 1px solid #E5E5E5;
  border-top: 0;
}

.acc_prof_cont_in {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.acc_prof_cont_in .item_sm_wr {
  max-width: 390px;
  border: none;
  margin: 0;
  padding: 0;
}

.h_auto {
  height: auto;
}

.mb_resp {
  margin-bottom: 25px;
}

.or_line {
  position: relative;
  margin-bottom: 20px;
}
.or_line span {
  padding: 0 8px;
  background-color: #fff;
  position: relative;
  color: #636363;
}
.or_line::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  top: 50%;
  background-color: #DDDDDD;
}

.modal_txt {
  font-size: 13px;
  line-height: 24px;
}

.img_full {
  width: 100%;
}
.img_full img {
  width: 100%;
  height: auto;
}

.about_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about_cont {
  width: 690px;
  max-width: 100%;
  margin-left: 160px;
}

.gal_box {
  display: block;
  padding-top: 100%;
  position: relative;
}
.gal_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-fit-object: cover;
  -moz-fit-object: cover;
  -o-fit-object: cover;
  object-fit: cover;
}

.contact_box {
  width: 190px;
  margin: 0 auto;
}

.contact_list {
  font-size: 14px;
  line-height: 16px;
}
.contact_list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.contact_list i {
  display: inline-block;
  padding-right: 14px;
  width: 26px;
}
.contact_list i svg, .contact_list i img {
  width: 16px;
  height: 16px;
}
.contact_list li:not(:last-child) {
  margin-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */
