@charset "UTF-8";
html, body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  width: 100%;
  height: 100%;
  background: transparent !important;
}

html * {
  outline: none;
}

body {
  overflow-x: hidden;
}

.overlay {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 7 !important;
  content: "";
  position: fixed;
  background-color: #000;
  opacity: 0.5;
  overflow: hidden;
  z-index: 500;
}

h1 {
  font-family: "KievitPro-ExtraBold";
  font-weight: 900;
  font-size: 48px;
}

h2 {
  font-family: "KievitPro-ExtraBold";
  font-weight: 900;
  font-size: 32px;
}

h3 {
  font-family: "KievitPro-ExtraBold";
  font-weight: 900;
  font-size: 22px;
}

h4 {
  font-family: "KievitPro-ExtraBold";
  font-weight: 900;
  font-size: 18px;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 14px;
  }
}
.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-22 {
  font-size: 22px;
}

.f-s-48 {
  font-size: 48px;
}

.f-w-300 {
  font-weight: 300;
}

.f-w-500 {
  font-weight: 500;
}

.f-w-900 {
  font-weight: 900;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.p-r-0 {
  padding-right: 0;
}

.p-l-0 {
  padding-left: 0;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-7 {
  padding-left: 7.5px;
}

.p-r-7 {
  padding-right: 7.5px;
}

.p-rl-0 {
  padding-right: 0;
  padding-left: 0;
}

.p-t-b-40 {
  padding: 40px 0;
}

.p-30-45 {
  padding: 30px 45px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-t-b-30 {
  margin: 30px 0;
}

.m-t-b-45 {
  margin: 45px 0;
}

.row-m {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.icon i.youtube {
  background: url(../img/youtube-icon.png) no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.icon i.facebook {
  background: url(../img/fb-icon.png) no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.star {
  position: relative;
  display: inline-block;
  color: #808080;
  font-size: 25px;
  line-height: 0.7;
  margin: 0 -3px;
  transition: color 0.3s ease;
  cursor: pointer;
}
.star::before {
  display: block;
  content: "★";
}

.star-full, .star-hover {
  color: #c3a573;
}

.star-hover:hover {
  cursor: pointer;
}

button {
  outline: none;
}

.btn {
  cursor: pointer;
  transition: all 0.3s ease !important;
  font-size: 14px;
  padding: 19px 42px;
  border-radius: 40px;
  color: #ffffff;
}

.btn:focus, .btn:active {
  box-shadow: none;
}

.btn-red {
  background-color: #e9416d;
  -webkit-box-shadow: 0px 7px 8px 1px rgba(249, 203, 215, 0.8);
  -moz-box-shadow: 0px 7px 8px 1px rgba(249, 203, 215, 0.8);
  box-shadow: 0px 7px 8px 1px rgba(249, 203, 215, 0.8);
}
.btn-red:hover, .btn-red:focus {
  background-color: #ff4a79;
  color: #ffffff;
}

.btn-green {
  background-color: #2c8a7b;
  -webkit-box-shadow: 0px 7px 8px 1px rgba(182, 214, 208, 0.5);
  -moz-box-shadow: 0px 7px 8px 1px rgba(182, 214, 208, 0.5);
  box-shadow: 0px 7px 8px 1px rgba(182, 214, 208, 0.5);
}
.btn-green:hover {
  background-color: #36a492;
  color: #ffffff;
}

.btn-black {
  background-color: #1d1d1d;
  box-shadow: none;
  border-radius: 20px;
  padding: 9px 34px;
}
.btn-black:hover {
  background-color: #ff4a79;
}

.btn-gold {
  background-color: transparent;
  color: #c3a573;
  border: 1px solid #c3a573;
  padding: 10px 20px;
  border-radius: 30px;
}
.btn-gold:hover {
  color: #ff4a79;
  border: 1px solid #ff4a79;
}

.mobile-btn {
  display: block;
  margin-bottom: 20px;
  background: transparent;
  border: 0;
  color: #368c7e;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding: 0;
}
.mobile-btn::after {
  border-bottom: 2px solid #368c7e;
  border-right: 2px solid #368c7e;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: -10px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.mobile-btn.active::after {
  transform: rotate(-135deg);
}

.jFiler-input-button {
  font-size: 12px;
  cursor: pointer;
  color: #368C7E;
  font-weight: 600;
  padding: 10px 0 5px 0;
}

.jFiler-items-list {
  padding-left: 0;
  font-size: 12px;
  font-weight: 600;
}
.jFiler-items-list .jFiler-item-title {
  width: auto;
  align-items: center;
}
.jFiler-items-list .jFiler-item-title .icon-jfi-trash {
  position: relative;
  width: 10px;
  height: 10px;
  display: block;
  background: url(../img/svg/close_modal_g.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-left: 10px;
}

.color-green {
  color: #2c8a7b;
}

.color-pink {
  color: #e9416d;
}

.color-grey {
  color: #808080;
}

.color-white {
  color: white;
}

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

input.form-control, select.form-control, textarea.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  background: #f2f1f1;
  border: 1px solid transparent;
  border-top: 1px solid #d9d9d9;
  border-radius: 0.25rem;
  color: #212121;
  font-weight: 500;
  font-size: 14px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
  background: #f2f1f1;
  border: 0;
  color: #212121;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #ffd237 !important;
  box-shadow: 0 0px 6px 5px rgba(255, 210, 55, 0.15);
}

.control {
  position: relative;
}
.control input {
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
  height: 24px;
  width: 24px;
  z-index: 2;
  opacity: 0;
  padding: 0;
}
.control input ~ .control-indicator {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  height: 24px;
  width: 24px;
  background: #f2f1f1;
  border: 1px solid #ababab;
}
.control input:checked ~ .control-indicator {
  background: #368c7e;
  border: 1px solid #368c7e;
}
.control input[type=radio] ~ .control-indicator {
  border-radius: 50%;
}
.control input[type=radio]:checked ~ .control-indicator::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #ffffff;
}
.control input[type=checkbox] ~ .control-indicator {
  border-radius: 3px;
}
.control input[type=checkbox]:checked ~ .control-indicator::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 8px;
  height: 13px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.dark .control input ~ .control-indicator {
  background: #1f1f1f;
  border-top: 1px solid #363636;
}
.dark .control input:checked ~ .control-indicator {
  background: #368c7e;
  border: 1px solid #368c7e;
}

select.select2 {
  display: none;
}

.select2-container--default .select2-selection--single {
  height: 38px;
  background: #f2f1f1;
  border: 1px solid transparent;
  border-top: 1px solid #d9d9d9;
  color: #212121;
  font-weight: 500;
  font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #808080;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-weight: 500;
  line-height: 35px;
  padding-left: 0.75rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

.select2-container--default .select2-dropdown {
  background: #f2f1f1;
  border: none;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.select2-container--default .select2-dropdown .select2-search--dropdown .select2-search__field {
  background: #fff;
  border: 1px solid transparent;
  border-top: 1px solid #d9d9d9;
  border-radius: 0.25rem;
  color: #212121;
  font-weight: 500;
  font-size: 14px;
}
.select2-container--default .select2-dropdown .select2-results .select2-results__option:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.parsley-error {
  border: 1px solid #e9416d !important;
}

.parsley-success {
  border: 1px solid #368c7e !important;
}

.parsley-error:focus {
  border: 1px solid #e9416d;
  box-shadow: none;
}

.error-desc {
  display: none;
  transition: all 0.15s ease-in-out;
}

.parsley-error + .error-desc {
  display: block;
}

.warning {
  position: absolute;
  top: 0;
  right: -240px;
  width: 220px;
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  font-size: 14px;
  font-weight: 500;
  color: #e9416d;
}
.warning::before {
  display: block;
  position: absolute;
  left: -27px;
  content: " ";
  background-image: url("../img/svg/atten.svg");
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
}

.has-error + .error-desc {
  display: block;
}

#modal-review .modal-dialog .modal-content .has-error textarea, #modal-review .modal-dialog .modal-content .has-error input {
  border-color: #ff4a79;
}
#modal-review .modal-dialog .modal-content .has-success textarea, #modal-review .modal-dialog .modal-content .has-success input {
  border-color: #2c8a7b;
}

.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 15px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
  color: rgba(128, 128, 128, 0.3);
  font-size: 12px;
  padding-top: 15px;
  z-index: 3;
  padding-bottom: 0;
}
.breadcrumb > div:first-child a span {
  margin-left: 0;
}
.breadcrumb a {
  color: #808080;
  font-size: 12px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.breadcrumb a:first-child {
  padding-left: 0;
}
.breadcrumb span {
  color: #808080;
  margin-left: 15px;
}

/*INFO WINDOW MAP */
.gm-style-iw {
  text-align: center;
  padding: 10px 5px;
}
.gm-style-iw h6 {
  margin-top: 5px;
  margin-bottom: 3px;
}
.gm-style-iw p {
  margin-bottom: 0;
}
.gm-style-iw > div {
  overflow: visible !important;
}
.gm-style-iw > div > div {
  overflow: visible !important;
}
.gm-style-iw > div img {
  display: block;
  width: auto;
  height: auto;
  max-width: 180px;
}
.gm-style-iw::after {
  content: "";
  width: 0;
  height: 0;
  border: 22px solid transparent;
  border-top-color: white;
  z-index: 4;
  position: absolute;
  top: auto;
  bottom: -52px;
  margin: auto;
}
.gm-style-iw .get-directions {
  margin-top: 5px;
  font-weight: 500;
  display: block;
  color: #2c8a7b;
}
.gm-style-iw .get-directions:hover {
  margin-top: 5px;
  display: block;
  color: #e9416d;
}

body.modal-open .header-bot {
  width: calc(100% - 17px);
}
body.modal-open main.product-page .product-data {
  right: 17px;
}

header .header-top {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
header .header-top .left-side {
  padding-top: 14px;
}
header .header-top .left-side .city-select .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  padding-left: 20px;
}
header .header-top .left-side .city-select .dropdown-toggle:focus, header .header-top .left-side .city-select .dropdown-toggle:active, header .header-top .left-side .city-select .dropdown-toggle:hover {
  border: none;
  box-shadow: none !important;
  background: none;
  color: #ff4a79;
}
header .header-top .left-side .city-select .dropdown-toggle:hover {
  color: #ff4a79;
}
header .header-top .left-side .city-select .dropdown-toggle::before {
  content: "";
  background: url(../img/svg/header.svg) no-repeat;
  background-position: -27px -34px;
  width: 13px;
  height: 18px;
  position: absolute;
  left: -2px;
}
header .header-top .left-side .city-select .dropdown-toggle::after {
  display: none;
}
header .header-top .left-side .city-select .dropdown-toggle:hover::before {
  background-position: -13px -34px;
}
header .header-top .left-side .city-select .dropdown-menu {
  border: none;
  width: 100%;
  font-size: 14px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  padding: 0;
  border-radius: 0px;
}
header .header-top .left-side .city-select .dropdown-menu .dropdown-item {
  padding-left: 12px;
  font-size: 14px;
  padding-bottom: 10px;
  transition: color 0.3s ease;
}
header .header-top .left-side .city-select .dropdown-menu .dropdown-item:hover {
  color: #e9416d;
  background: none;
}
header .header-top .left-side .service a {
  padding-right: 16px;
  color: #000000;
  transition: color 0.3s ease;
}
header .header-top .left-side .service a:hover {
  color: #ff4a79;
}
header .header-top .logo a {
  display: inline-block;
  width: auto;
  height: 100%;
  position: relative;
}
header .header-top .logo a img {
  position: relative;
  width: 152px;
}
header .header-top .right-side {
  padding-top: 14px;
}
header .header-top .right-side .phone {
  position: absolute;
  left: 54px;
}
header .header-top .right-side .phone a {
  font-size: 14px;
  color: #000000;
  transition: color 0.3s ease;
}
header .header-top .right-side .phone a:hover {
  color: #e9416d;
}
header .header-top .right-side .phone button {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}
header .header-top .right-side .phone button::after {
  border: none;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
header .header-top .right-side .phone .dropdown-menu {
  transform: unset !important;
  top: 20px !important;
  left: -15px !important;
  border: none;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  padding: 0;
  border-radius: 0px;
  padding: 10px 0;
  padding-right: 10px;
}
header .header-top .right-side .phone a.dropdown-item:hover {
  background: unset;
}
header .header-top .right-side .phone .btn-group.show button::after {
  transform: rotate(225deg);
}
header .header-top .right-side .search {
  margin-right: 13px;
}
header .header-top .right-side .search .search-submit {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  background: url(../img/svg/header.svg) no-repeat;
  background-position: -60px -58px;
  border: none;
  padding: 0;
  z-index: 6;
  cursor: pointer;
  margin-top: -7px;
}
header .header-top .right-side .search .search-submit:hover {
  background-position: -60px 2px;
}
header .header-top .right-side .search .search-text {
  transition: z-index 0.8s, width 0.5s, border 0.3s;
  position: relative;
  z-index: 5;
  color: #222;
  height: 28px;
  padding: 5px 0 5px 40px;
  font-size: 14px;
  cursor: text;
  border: none;
  width: 0;
  box-sizing: border-box;
  background: transparent;
  border-radius: 0;
}
header .header-top .right-side .search .search-text.show-search {
  border-bottom: 1px solid black;
  width: 180px;
}
header .header-top .right-side .cart {
  margin-right: 8px;
}
header .header-top .right-side .cart a {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  background: url(../img/svg/header.svg) no-repeat;
  background-position: -113px -56px;
  color: #ffffff;
  cursor: pointer;
  margin-top: -9px;
}
header .header-top .right-side .cart a #cart-count {
  display: block;
  background: #e9416d;
  position: absolute;
  padding: 0 6px;
  right: -5px;
  top: -3px;
  border-radius: 10px;
  height: 20px;
}
header .header-top .right-side .cart a:hover {
  background-position: -113px 4px;
}
header .header-top .right-side.header-b2b .phone {
  left: 3px;
}
header .header-top .right-side.header-b2b .user {
  margin-right: 8px;
  margin-left: 13px;
}
header .header-top .right-side.header-b2b .user a {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  background: url(../img/svg/header.svg) no-repeat;
  background-position: -168px -57px;
  color: #ffffff;
  cursor: pointer;
  margin-top: -9px;
}
header .header-top .right-side.header-b2b .user a:hover {
  background-position: -168px 3px;
}
header .header-bot {
  height: 40px;
  position: absolute;
  width: 100%;
  top: 64px;
  z-index: 999;
  background-color: #1d1d1d;
}
header .header-bot.in-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #1d1d1d;
}
header .header-bot .nav-bar {
  text-transform: uppercase;
  font-weight: 500;
  z-index: 7 !important;
  position: relative;
}
header .header-bot ul.primary-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  position: relative;
  font-weight: normal;
  font-size: 0;
}
header .header-bot ul.primary-nav > li.subnav:nth-child(2):hover .categories > div {
  position: relative;
  padding: 25px 0 9px 0;
}
header .header-bot ul.primary-nav > li.subnav {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  max-height: 50px;
}
header .header-bot ul.primary-nav > li.subnav > a {
  position: relative;
  transition: 0.3s;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  padding: 8px 25px;
  display: inline-block;
}
header .header-bot ul.primary-nav > li.subnav:hover > a {
  color: #808080;
}
header .header-bot ul.primary-nav > li.subnav > .categories {
  position: absolute;
  left: -10000px;
  top: 100%;
  background: #ffffff;
  width: 100%;
  text-align: left;
  opacity: 0;
  z-index: 2;
  padding: 0 60px;
  font-size: 16px;
}
header .header-bot ul.primary-nav > li.subnav > .categories img.menu-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 331px !important;
  width: auto;
}
header .header-bot ul.primary-nav > li.subnav:hover .categories {
  left: 0;
  opacity: 1;
  transition: opacity 0.5s;
  overflow: hidden;
}
header .header-bot ul.primary-nav > li.subnav:hover .categories + a::after {
  position: absolute;
  display: block;
  border-right: 1px solid white;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
header .header-bot ul.primary-nav > li.subnav:hover .categories > .container {
  position: relative;
  padding: 20px 0;
}
header .header-bot ul.primary-nav > li.subnav .options {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header .header-bot ul.primary-nav > li.subnav .options .option-wrapper:first-child::before {
  display: none;
}
header .header-bot ul.primary-nav > li.subnav .options .option-wrapper {
  position: relative;
  columns: 1;
  -moz-columns: 1;
  column-gap: 40px;
  display: block;
}
header .header-bot ul.primary-nav > li.subnav .options .option-wrapper::before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% + 30px);
  background-color: #f7f8f9;
  top: -34px;
  left: 0;
}
header .header-bot ul.primary-nav > li.subnav .options .option-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
}
header .header-bot ul.primary-nav > li.subnav .options .option-wrapper ul li {
  position: relative;
}
header .header-bot ul.primary-nav > li.subnav .options .option-wrapper ul li span {
  display: block;
  font-family: "Roboto", sans-serif;
  text-align: left;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 15px;
}
header .header-bot ul.primary-nav > li.subnav .options .option-wrapper ul li a {
  transition: all 0.3s;
  display: block;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 15px;
}
header .header-bot ul.primary-nav > li.subnav .options .option-wrapper ul li a:hover {
  color: #ff4a79;
}
header .header-bot ul.primary-nav .subnav.mirrors .option-columns .options div:first-child a.with-icon {
  padding-left: 28px;
}
header .header-bot ul.primary-nav .subnav.mirrors .option-columns .options div:first-child a.with-icon:before {
  content: "";
  display: inline-block;
  position: absolute;
  margin-right: 5px;
  width: 26px;
  height: 22px;
  background-image: url(../img/menu-icon.png);
  background-repeat: no-repeat;
  left: -5px;
  top: -3px;
}
header .header-bot ul.primary-nav .subnav.mirrors .option-columns .options div:first-child li:nth-child(2) a::before {
  background-position: -3px -368px;
}
header .header-bot ul.primary-nav .subnav.mirrors .option-columns .options div:first-child li:nth-child(2) a:hover::before {
  background-position: -3px -413px;
}
header .header-bot ul.primary-nav .subnav.mirrors .option-columns .options div:first-child li:nth-child(3) a::before {
  background-position: -1px -180px;
}
header .header-bot ul.primary-nav .subnav.mirrors .option-columns .options div:first-child li:nth-child(4) a::before {
  background-position: -2px -124px;
}
header .header-bot ul.primary-nav .subnav.mirrors .option-columns .options div:first-child li:nth-child(5) a::before {
  background-position: -4px 0px;
}
header .header-bot ul.primary-nav .subnav.mirrors .option-columns .options div:first-child li:nth-child(6) a::before {
  background-position: -3px -60px;
}
header .header-bot ul.primary-nav .subnav.mirrors .option-columns .options div:first-child li:nth-child(7) a::before {
  background-position: -3px -235px;
}
header .header-bot ul.primary-nav .subnav.mirrors .option-columns .options div:first-child li:nth-child(8) a::before {
  background-position: -3px -293px;
}
header .header-bot ul.primary-nav .subnav.mirrors .option-columns .options div:first-child li:nth-child(3) a:hover::before {
  background-position: -1px -208px;
}
header .header-bot ul.primary-nav .subnav.mirrors .option-columns .options div:first-child li:nth-child(4) a:hover::before {
  background-position: -2px -153px;
}
header .header-bot ul.primary-nav .subnav.mirrors .option-columns .options div:first-child li:nth-child(5) a:hover::before {
  background-position: -4px -27px;
}
header .header-bot ul.primary-nav .subnav.mirrors .option-columns .options div:first-child li:nth-child(6) a:hover::before {
  background-position: -3px -93px;
}
header .header-bot ul.primary-nav .subnav.mirrors .option-columns .options div:first-child li:nth-child(7) a:hover::before {
  background-position: -3px -260px;
}
header .header-bot ul.primary-nav .subnav.mirrors .option-columns .options div:first-child li:nth-child(8) a:hover::before {
  background-position: -3px -326px;
}
header .mobile-menu ul {
  list-style-type: none;
}
header .mobile-menu a {
  display: block;
  line-height: 2em;
  padding: 10px 0;
  color: #000000;
  margin: 0 15px;
}
header .mobile-menu #mobile-nav.lateral-menu-is-open {
  transform: translateX(0);
  visibility: visible;
  transition: transform 0.4s 0s, visibility 0s 0s;
  left: 0;
}
header .mobile-menu #mobile-nav {
  position: fixed;
  height: calc(100% - 46px);
  left: -65px;
  top: 46px;
  visibility: hidden;
  background-color: #ffffff;
  overflow-y: auto;
  transition: transform 0.4s 0s, visibility 0s 0.4s;
  transform: translateX(-100%);
  z-index: 16;
  width: 35%;
}
header .mobile-menu #mobile-nav .main-categories {
  margin: 10px 0 16px;
  padding-left: 0;
  margin-top: 0;
}
header .mobile-menu #mobile-nav .main-categories .category-item {
  border-bottom: 2px solid #f7f8f9;
}
header .mobile-menu #mobile-nav .main-categories .category-item > .menu-item-wrap {
  display: flex;
  position: relative;
}
header .mobile-menu #mobile-nav .main-categories .category-item > .menu-item-wrap a {
  line-height: 2em;
  padding: 10px 0;
  color: #000000;
  margin: 0 15px;
  font-weight: 500;
  display: block;
  position: relative;
  width: calc(100% - 59px);
}
header .mobile-menu #mobile-nav .main-categories .category-item > .menu-item-wrap .menu-item-action {
  display: block;
  width: 59px;
  position: relative;
}
header .mobile-menu #mobile-nav .main-categories .category-item > .menu-item-wrap .menu-item-action::before, header .mobile-menu #mobile-nav .main-categories .category-item > .menu-item-wrap .menu-item-action::after {
  content: "";
  display: block;
  position: absolute;
  background: #121212;
  width: 2px;
  height: 7px;
  top: calc(50% - 3.5px);
  transition: all 0.3s ease;
}
header .mobile-menu #mobile-nav .main-categories .category-item > .menu-item-wrap .menu-item-action::before {
  left: calc(50% + 2px);
  transform: rotate(45deg);
}
header .mobile-menu #mobile-nav .main-categories .category-item > .menu-item-wrap .menu-item-action::after {
  transform: rotate(-45deg);
  left: calc(50% - 2px);
}
header .mobile-menu #mobile-nav .main-categories .category-item > .submenu-open.menu-item-wrap .menu-item-action::before {
  transform: rotate(135deg);
}
header .mobile-menu #mobile-nav .main-categories .category-item > .submenu-open.menu-item-wrap .menu-item-action::after {
  transform: rotate(-135deg);
}
header .mobile-menu #mobile-nav .main-categories .category-item .subcategories-menu {
  padding: 0;
  padding-left: 15px;
  display: none;
  padding: 0 10px 10px 15px;
}
header .mobile-menu #mobile-nav .main-categories .category-item .subcategories-menu li {
  border: none;
}
header .mobile-menu #mobile-nav .main-categories .category-item .subcategories-menu li .menu-item-wrap a {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  border-bottom: 0px;
  color: #808080;
  width: auto;
  margin-right: 0;
  pointer-events: none;
  padding: 0;
  line-height: 37px;
}
header .mobile-menu #mobile-nav .main-categories .category-item .subcategories-menu li .menu-item-wrap a + span::before, header .mobile-menu #mobile-nav .main-categories .category-item .subcategories-menu li .menu-item-wrap a + span::after {
  background: #808080;
  height: 6px;
}
header .mobile-menu #mobile-nav .main-categories .category-item .subcategories-menu li .menu-item-wrap .menu-item-action {
  width: 30px;
}
header .mobile-menu #mobile-nav .main-categories .category-item .subcategories-menu li .menu-item-wrap.pointer-active a {
  pointer-events: auto;
}
header .mobile-menu #mobile-nav .main-categories .category-item .subcategories-menu li ul {
  padding-bottom: 0;
}
header .mobile-menu #mobile-nav .main-categories .category-item .subcategories-menu li ul li a {
  font-size: 14px;
  color: #121212;
  font-weight: 500;
  border-bottom: 0;
  line-height: 22px;
  margin-left: 25px;
}
header .mobile-menu #mobile-nav .main-categories > .category-item:last-child > .menu-item-wrap a {
  width: 100%;
}
header .mobile-menu #mobile-nav .main-categories > .category-item:last-child > .menu-item-wrap .menu-item-action {
  display: none;
}
header .mobile-menu #mobile-nav .subcategories-menu {
  padding-left: 0;
}
header .mobile-menu #mobile-nav .subcategories-menu .user-area {
  border-bottom: 2px solid #f7f8f9;
}
header .mobile-menu #mobile-nav .subcategories-menu .user-area .user-link {
  font-weight: 500;
}
header .mobile-menu #mobile-nav .subcategories-menu li a {
  font-size: 14px;
  line-height: 20px;
}
header .mobile-menu #mobile-nav .mobile-phones a {
  font-weight: 600;
}

@media (max-width: 1199px) {
  header {
    height: 46px;
  }
  header .header-top {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid black;
    background: #ffffff;
    width: 100%;
    height: 46px;
    z-index: 14;
  }
  header .header-top.in-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  header .header-top > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  header .header-top .left-side {
    align-items: center;
    padding-top: unset;
  }
  header .header-top .left-side .mobile-menu-toggle {
    height: 30px;
    width: 41px;
    position: relative;
    cursor: pointer;
    margin-left: 1px;
  }
  header .header-top .left-side .mobile-menu-toggle .menu-icon {
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    height: 2px;
    width: 24px;
    left: 8px;
    background: #121212;
    transition: opacity 0.2s ease;
  }
  header .header-top .left-side .mobile-menu-toggle::before, header .header-top .left-side .mobile-menu-toggle::after {
    display: block;
    content: "";
    position: absolute;
    height: 2px;
    width: 24px;
    left: 8px;
    background: #121212;
    transition: all 0.3s ease;
  }
  header .header-top .left-side .mobile-menu-toggle::before {
    top: 8px;
  }
  header .header-top .left-side .mobile-menu-toggle::after {
    bottom: 8px;
  }
  header .header-top .left-side .mobile-menu-open.mobile-menu-toggle {
    height: 24px;
  }
  header .header-top .left-side .mobile-menu-open.mobile-menu-toggle .menu-icon {
    opacity: 0;
  }
  header .header-top .left-side .mobile-menu-open.mobile-menu-toggle::before {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
  header .header-top .left-side .mobile-menu-open.mobile-menu-toggle::after {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  header .header-top .logo a img {
    width: 138px;
    top: 5px;
  }
  header .header-top .logo a img.hide-logo {
    opacity: 0;
  }
  header .header-top .right-side {
    align-items: center;
    padding-top: unset;
  }
  header .header-top .right-side .search {
    margin-right: 0;
  }
  header .header-top .right-side .search .search-submit {
    margin-top: unset;
  }
  header .header-top .right-side .cart {
    margin-right: 8px;
    margin-bottom: 3px;
  }
  header .header-top .right-side .cart a {
    margin-top: unset;
  }
  header .header-top .right-side.header-b2b .user {
    margin-bottom: 2px;
    margin-left: 0;
  }
  header .header-top .right-side.header-b2b .user a {
    margin-top: unset;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  #mobile-nav {
    width: 100% !important;
  }
}
footer .subscribe {
  background: #2c8a7b;
  padding: 20px 0;
  color: #ffffff;
  font-weight: 500;
}
footer .subscribe span {
  padding: 8px;
  text-align: right;
}
footer .subscribe .sub-input-wrap {
  position: relative;
  margin-right: 10px;
}
footer .subscribe .sub-input-wrap input {
  height: 40px;
  font-weight: 500;
}
footer .subscribe .sub-input-wrap::after {
  display: block;
  content: "!";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ff4a79;
  text-align: center;
  border-radius: 50%;
  right: 10px;
  top: calc(50% - 10px);
  transition: transform 0.3s ease;
  transform: scale(0);
}
footer .subscribe .sub-input-wrap.subscribe-error input {
  border: 1px solid #ff4a79;
}
footer .subscribe .sub-input-wrap.subscribe-error::after {
  transform: scale(1);
}
footer .subscribe button {
  height: 40px;
  width: 156px;
  padding: 0;
  text-align: center;
}
footer .footer {
  background: #1d1d1d;
  color: #ffffff;
  padding: 30px 0;
  font-size: 14px;
}
footer .footer hr {
  background: #2B2A29;
}
footer .footer ul {
  text-decoration: none;
  list-style-type: none;
  padding: 30px 0;
}
footer .footer ul li {
  padding-bottom: 25px;
}
footer .footer ul li span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #c3a573;
  margin-bottom: 0;
}
footer .footer ul li a {
  color: #ffffff;
  transition: 0.3s;
}
footer .footer ul li a:hover {
  color: #808080;
}
footer .footer .contacact-block {
  text-align: center;
  border: 1px solid #2B2A29;
}
footer .footer .contacact-block .mobile-phone {
  padding-bottom: 15px;
}
footer .footer .contacact-block .mobile-phone > div {
  padding-bottom: 5px;
}
footer .footer .contacact-block .mobile-phone a {
  color: #808080;
}
footer .footer .social a:nth-child(2) {
  margin-right: 20px;
  margin-left: 20px;
}
footer .footer .social div {
  width: 41px;
  height: 41px;
  display: inline-block;
  background: url(../img/svg/other.svg) no-repeat;
  transition: opacity 0.3s ease;
}
footer .footer .social div:hover {
  opacity: 0.5;
}
footer .footer .social .facebook {
  background-position: -349px -224px;
}
footer .footer .social .youtube {
  background-position: -228px -224px;
}
footer .footer .social .insta {
  background-position: -288px -224px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  footer .subscribe > div {
    align-items: center;
  }
  footer .subscribe .sub-input-wrap {
    max-width: 200px;
  }
  footer .subscribe .btn {
    margin-right: 15px;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  footer .subscribe > div {
    text-align: center;
  }
  footer .subscribe input {
    width: 100%;
    margin: 20px 0;
    text-align: center;
    font-weight: 300;
  }
  footer .footer .social {
    display: flex;
    justify-content: center;
  }
  footer .footer .tabs {
    text-align: center;
    margin-bottom: 15px;
  }
}
.products-list {
  margin: 50px 0;
  margin-left: -7.5px;
  margin-right: -7.5px;
  display: flex;
}

.product-item-wrap {
  margin-bottom: 15px;
  padding: 0;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.product-item-wrap .product-item {
  background: #f8f8f8;
  height: 100%;
  position: relative;
  z-index: 0;
}
.product-item-wrap .product-item .product-item-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.product-item-wrap .product-item .product-item-link .three-days {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}
.product-item-wrap .product-item .product-item-link .product-item-info {
  position: relative;
  z-index: auto;
}
.product-item-wrap .product-item .product-item-link .product-item-info img {
  position: relative;
  display: block;
  max-width: 270px;
  height: auto;
  width: 100%;
  line-height: 240px;
  margin: auto;
  z-index: 1;
}
.product-item-wrap .product-item .product-item-link .product-item-info .product-item-name {
  position: relative;
  display: flex;
  color: black;
  height: 48px;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.product-item-wrap .product-item .product-item-link .product-item-info .product-item-name span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.product-item-wrap .product-item .product-item-link .product-item-info .product-item-name.item-media span::before {
  content: "";
  width: 55px;
  height: 38px;
  display: block;
  margin: 0 auto;
  margin-top: -38px;
  background-image: url(../img/eq1.gif);
  background-repeat: no-repeat;
}
.product-item-wrap .product-item .product-item-link .product-item-info .product-item-price {
  position: relative;
  font-family: "Roboto", sans-serif;
  color: black;
  font-size: 16px;
  text-align: center;
  z-index: 1;
}
.product-item-wrap .product-item .product-item-link .product-item-info .product-item-price .from-price {
  color: #808080;
}
.product-item-wrap .product-item .product-item-link .product-item-info .product-item-price .old-price {
  text-decoration: line-through;
}
.product-item-wrap .product-item .product-item-link .product-item-info .product-item-price .new-price {
  color: #e9416d;
}
.product-item-wrap .product-item .product-item-link .product-item-full {
  display: none;
}
.product-item-wrap .product-item .product-label-list {
  list-style-type: none;
  right: 0px;
  top: 0px;
  position: absolute;
  z-index: 2;
  text-align: right;
  padding: 0;
}
.product-item-wrap .product-item .product-label-list li {
  font-size: 0;
  margin-bottom: 5px;
}
.product-item-wrap .product-item .product-label-list li span {
  display: inline-block;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: white;
}
.product-item-wrap .product-item .product-label-list .new {
  background: #2c8a7b;
}
.product-item-wrap .product-item .product-label-list .sale {
  background: #e9416d;
}

@media (min-width: 1199px) {
  .products-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .product-item-wrap:hover {
    z-index: 1;
  }
  .product-item-wrap .product-item:hover .product-item-info .product-label-list {
    list-style-type: none;
    z-index: 1;
  }
  .product-item-wrap .product-item:hover {
    z-index: 1;
  }
  .product-item-wrap .product-item:hover .product-item-link .three-days {
    z-index: 1;
  }
  .product-item-wrap .product-item:hover .product-item-link .product-item-full {
    display: block;
    width: 112%;
    height: 110%;
    background: white;
    position: absolute;
    top: -5%;
    left: -6%;
    z-index: auto;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  }
  .product-item-wrap .product-item:hover .product-item-link .product-item-full.hover-img {
    z-index: 1;
  }
  .product-item-wrap .product-item:hover .product-item-link .product-item-full-sliding {
    display: block;
    width: 100%;
    height: 80%;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  }
  .product-item-wrap .product-item .product-item-function {
    position: relative;
    margin-top: 20px;
    margin-left: 15px;
    z-index: 2;
  }
  .product-item-wrap .product-item .product-item-function > span {
    display: inline-block;
    width: 50px;
    color: #999;
    font-size: 12px;
    line-height: 14px;
  }
  .product-item-wrap .product-item .product-item-function ul {
    padding: 0;
    list-style-type: none;
    margin-top: 8px;
    width: 40px;
  }
  .product-item-wrap .product-item .product-item-function ul .function-wrap {
    height: 30px;
    display: inline-flex;
    padding: 0 10px;
    padding-left: 0;
    border-radius: 15px;
  }
  .product-item-wrap .product-item .product-item-function ul .function-wrap::before {
    display: none;
  }
  .product-item-wrap .product-item .product-item-function ul .function-wrap:hover {
    background: white;
    width: auto;
  }
  .product-item-wrap .product-item .product-item-function ul .function-wrap:hover .function-name {
    display: inline-block;
    line-height: 31px;
    font-size: 12px;
    color: #808080;
    white-space: nowrap;
  }
  .product-item-wrap .product-item .product-item-function ul .function-wrap:hover.light_inside .function-icon {
    background-position: 52% 4px;
  }
  .product-item-wrap .product-item .product-item-function ul .function-wrap:hover.light_outside .function-icon {
    background-position: 52% -23px;
  }
  .product-item-wrap .product-item .product-item-function ul .function-wrap:hover.linse .function-icon {
    background-position: 52% -50px;
  }
  .product-item-wrap .product-item .product-item-function ul .function-wrap:hover.facet .function-icon {
    background-position: 52% -77px;
  }
  .product-item-wrap .product-item .product-item-function ul .function-wrap:hover.clock .function-icon {
    background-position: 52% -105px;
  }
  .product-item-wrap .product-item .product-item-function ul .function-wrap:hover.polka .function-icon {
    background-position: 52% -158px;
  }
  .product-item-wrap .product-item .product-item-function ul .function-wrap:hover.touch .function-icon {
    background-position: 52% -178px;
  }
  .product-item-wrap .product-item .product-item-function ul .function-wrap:hover.obogrev .function-icon {
    background-position: 52% -132px;
  }
  .product-item-wrap .product-item .product-item-function ul .function-wrap .function-name {
    display: none;
  }
  .product-item-wrap .product-item .product-item-function ul .function-wrap .function-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../img/svg/options.svg);
    background-repeat: no-repeat;
    margin-right: 5px;
  }
  .product-item-wrap .product-item .product-item-function ul .function-wrap.light_inside .function-icon {
    background-position: 0px 4px;
  }
  .product-item-wrap .product-item .product-item-function ul .function-wrap.light_outside .function-icon {
    background-position: 0px -23px;
  }
  .product-item-wrap .product-item .product-item-function ul .function-wrap.linse .function-icon {
    background-position: 0px -50px;
  }
  .product-item-wrap .product-item .product-item-function ul .function-wrap.facet .function-icon {
    background-position: 0px -77px;
  }
  .product-item-wrap .product-item .product-item-function ul .function-wrap.clock .function-icon {
    background-position: 0px -105px;
  }
  .product-item-wrap .product-item .product-item-function ul .function-wrap.polka .function-icon {
    background-position: 0px -158px;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .product-item-wrap .product-item .product-item-function ul .function-wrap.touch .function-icon {
    background-position: 0px -178px;
  }
  .product-item-wrap .product-item .product-item-function ul .function-wrap.obogrev .function-icon {
    background-position: 0px -132px;
  }
}
.dark .product-item {
  background: #181818;
}
.dark .product-item .product-item-link .product-item-info .product-item-name span {
  color: #ffffff;
  text-align: center;
}
.dark .product-item .product-item-link .product-item-info .product-item-price {
  color: #ffffff;
}

.all .dark .product-item {
  background: #f8f8f8;
}
.all .dark .product-item .product-item-link .product-item-info .product-item-name span {
  color: #000000;
}
.all .dark .product-item .product-item-link .product-item-info .product-item-price {
  color: #000000;
}

@media (min-width: 1199px) {
  .dark .product-item:hover .product-item-link .product-item-info .product-item-name span {
    color: #ffffff !important;
  }
  .dark .product-item:hover .product-item-link .product-item-info .product-item-price {
    color: #ffffff !important;
  }
  .dark .product-item:hover .product-item-link .product-item-full {
    background: #1f1f1f;
  }
  .dark .product-item .product-item-function ul .function-wrap:hover {
    background: #1f1f1f;
  }
  .dark .product-item .product-item-function ul .function-wrap:hover .function-name {
    color: #808080;
  }
  .dark .product-item .product-item-function ul .function-wrap:hover.light_inside .function-icon {
    background-position: 52% 4px;
  }
  .dark .product-item .product-item-function ul .function-wrap:hover.light_outside .function-icon {
    background-position: 52% -23px;
  }
  .dark .product-item .product-item-function ul .function-wrap:hover.linse .function-icon {
    background-position: 52% -50px;
  }
  .dark .product-item .product-item-function ul .function-wrap:hover.facet .function-icon {
    background-position: 52% -77px;
  }
  .dark .product-item .product-item-function ul .function-wrap:hover.clock .function-icon {
    background-position: 52% -105px;
  }
  .dark .product-item .product-item-function ul .function-wrap:hover.polka .function-icon {
    background-position: 52% -158px;
  }
  .dark .product-item .product-item-function ul .function-wrap:hover.touch .function-icon {
    background-position: 52% -178px;
  }
  .dark .product-item .product-item-function ul .function-wrap:hover.obogrev .function-icon {
    background-position: 52% -132px;
  }
  .dark .product-item .product-item-function ul .function-wrap .function-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../img/svg/options.svg);
    background-repeat: no-repeat;
    margin-right: 5px;
  }
  .dark .product-item .product-item-function ul .function-wrap.light_inside .function-icon {
    background-position: 99.5% 4px;
  }
  .dark .product-item .product-item-function ul .function-wrap.light_outside .function-icon {
    background-position: 99.5% -23px;
  }
  .dark .product-item .product-item-function ul .function-wrap.linse .function-icon {
    background-position: 99.5% -50px;
  }
  .dark .product-item .product-item-function ul .function-wrap.facet .function-icon {
    background-position: 99.5% -77px;
  }
  .dark .product-item .product-item-function ul .function-wrap.clock .function-icon {
    background-position: 99.5% -105px;
  }
  .dark .product-item .product-item-function ul .function-wrap.polka .function-icon {
    background-position: 99.5% -158px;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .dark .product-item .product-item-function ul .function-wrap.touch .function-icon {
    background-position: 99.5% -178px;
  }
  .dark .product-item .product-item-function ul .function-wrap.obogrev .function-icon {
    background-position: 99.5% -132px;
  }
}
.product-more {
  margin-bottom: 15px;
  padding: 0;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.product-more .more-bg.delux {
  background: #181818;
}
.product-more .more-bg.delux .more-txt {
  color: white;
}
.product-more .more-bg {
  background: #f2f1f1;
  height: 100%;
  cursor: pointer;
}
.product-more .more-bg:hover .svg-wrap svg {
  fill: #ff4a79;
  transform: rotate(235deg);
}
.product-more .more-bg .svg-wrap {
  padding: 60px 80px;
}
.product-more .more-bg .svg-wrap svg {
  transform: rotate(90deg);
  fill: #2c8a7b;
  transition: transform 0.3s ease-out, fill 0.3s ease;
}
.product-more .more-bg .more-txt {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.product-more.rotated .more-bg .svg-wrap svg {
  fill: #d2d2d2;
  animation: rotating 1s linear infinite;
}

main .good-to-know {
  padding-top: 50px;
  padding-bottom: 50px;
}
main .good-to-know h3 {
  margin-bottom: 30px;
  font-size: 32px;
  text-align: center;
}
main .good-to-know .main-posts-slider .post-item-wrap {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
main .good-to-know .main-posts-slider .post-item .post-desc {
  margin-top: 10px;
  font-weight: 500;
  color: #000000;
  transition: color 0.3s ease;
}
main .good-to-know .main-posts-slider .post-item:hover .post-desc {
  color: #ff4a79;
}
main .good-to-know .slick-arrow {
  display: none !important;
}

@media (max-width: 1279px) and (min-width: 768px) {
  main .good-to-know h3 {
    font-size: 26px;
  }
  main .good-to-know .main-posts-slider {
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  main .good-to-know h3 {
    font-size: 26px;
  }
  main .good-to-know .main-posts-slider {
    width: 100%;
  }
  main .good-to-know .main-posts-slider .post-item-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  main .good-to-know .main-posts-slider .slick-dots li {
    margin: 0;
  }
  main .good-to-know .main-posts-slider .slick-dots li button::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #eaeaea;
    border-radius: 50%;
    content: "";
    opacity: 1;
  }
  main .good-to-know .main-posts-slider .slick-dots li.slick-active button::before {
    background-color: #bbb;
  }
}
.pagination {
  padding: 15px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
}
.pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.pagination ul li {
  display: flex;
  margin-right: 5px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
  margin: 0 10px;
  justify-content: center;
}
.pagination ul li.prev, .pagination ul li.next {
  display: none;
}
.pagination ul li.active {
  position: relative;
  background-color: #2c8a7b;
  border-radius: 40px;
  height: 40px;
  width: 40px;
}
.pagination ul li.active a {
  position: relative;
  color: #fff;
  pointer-events: none;
  display: block;
}
.pagination ul li a {
  color: #000;
  transition: color 0.3s ease;
}
.pagination ul li a:hover {
  color: #ff4a79;
}

.seo-txt-wrap .extra-option {
  list-style-type: none;
}
.seo-txt-wrap .extra-option li {
  position: relative;
}
.seo-txt-wrap .extra-option li img {
  position: absolute;
  left: -30px;
  top: 5px;
}
.seo-txt-wrap .seo-txt {
  margin-bottom: 25px;
  line-height: 1.875;
  overflow: hidden;
  position: relative;
}
.seo-txt-wrap .seo-txt.collapsed::after {
  content: "";
  display: block;
  position: absolute;
  height: 50px;
  width: 100%;
  bottom: 0;
  background: linear-gradient(to top, #f8f8f8, rgba(255, 255, 255, 0));
}
.seo-txt-wrap .collapse-seo-txt {
  color: #2c8a7b;
  cursor: pointer;
  transition: all 0.3s ease;
}
.seo-txt-wrap .collapse-seo-txt:hover {
  color: #ff4a79;
}

.suggest-post {
  display: flex;
  align-items: center;
}
.suggest-post a {
  align-items: center;
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-top: 15px;
  width: 100%;
}
.suggest-post a span {
  display: block;
  padding: 0 14px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  max-width: 100%;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  padding-top: 10px;
}
.suggest-post a:hover {
  color: #e9416d;
}
.suggest-post a img {
  width: 61px;
  height: auto;
  position: relative;
}

.shops-wrap .shops-title {
  margin-bottom: 40px;
}
.shops-wrap .shops-slider .slick-arrow {
  display: none !important;
}
.shops-wrap .shops-slider .shop-item-wrap {
  display: block !important;
  margin-left: 7.5px;
  margin-right: 7.5px;
  background: #fff;
  text-align: center;
}
.shops-wrap .shops-slider .shop-item-wrap .shop-name {
  display: inline-block;
  margin: 1rem 0 0.3rem 0;
  font-size: 18px;
  font-weight: 500;
}
.shops-wrap .shops-slider .shop-item-wrap .shop-adress-wrap {
  text-align: center;
  margin-bottom: 1rem;
}
.shops-wrap .shops-slider .shop-item-wrap .shop-adress-wrap .shop-adress {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-size: 12px;
}
.shops-wrap .shops-slider .shop-item-wrap .shop-adress-wrap .shop-adress .shop-adress-icon {
  display: block;
  width: 15px;
  height: 14px;
  background: url(../img/svg/other.svg);
  background-position: -348px -54px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .shops-wrap .shops-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .shops-wrap .shops-title {
    padding: 0;
  }
  .shops-wrap .shops-slider {
    margin-left: -22.5px;
    margin-right: -22.5px;
  }
}
.category-map {
  overflow: hidden;
}
.category-map .row > div {
  padding: 0;
}
.category-map .row .map-txt {
  text-align: left;
  width: 75%;
  padding-top: 20px;
}
.category-map .row .map-txt h2 {
  margin: 20px auto;
}
.category-map .row .map-txt p {
  line-height: 1.875;
}
.category-map .row .map-wrap #map {
  width: 100%;
  height: 100%;
}
.category-map .row .other-city-shops {
  padding: 40px 0px;
}
.category-map .row .other-city-shops a {
  font-weight: 500;
  color: #000;
  transition: color 0.3s ease;
}
.category-map .row .other-city-shops a:hover {
  color: #ff4a79;
}

@media (max-width: 767px) and (min-width: 320px) {
  .category-map .row .map-txt {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .category-map .row .other-city-shops {
    padding-left: 30px;
    padding-right: 30px;
  }
  .category-map .row .map-wrap #map {
    width: 100%;
    height: 450px;
  }
}
.products-count .products-count-wrap .row > div a {
  height: 460px;
  display: block;
  color: #fff;
  margin-bottom: 50px;
  padding: 0 20px;
  position: relative;
  transition: all 0.3s ease;
  text-decoration: none;
  background-size: cover;
}
.products-count .products-count-wrap .row > div a .span-count {
  display: block;
  font-family: "Roboto";
  font-size: 100px;
  font-weight: 800;
  color: #fff;
  padding-top: 25%;
  position: relative;
  line-height: 1.2;
  margin: 20px auto;
  z-index: 1;
  margin-top: 0;
}
.products-count .products-count-wrap .row > div a .span-count::after {
  display: block;
  content: "";
  height: 3px;
  width: 47px;
  background: #fff;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 23.5px);
  z-index: 1;
}
.products-count .products-count-wrap .row > div a .span-descr {
  font-family: "KievitPro-ExtraBold";
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  padding: 0 10px;
  display: block;
  position: relative;
  z-index: 1;
}
.products-count .products-count-wrap .row > div a::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.products-count .products-count-wrap .row > div a:hover::after {
  background: #000;
}
.products-count .products-count-wrap .row > div.mirrors a {
  background-image: url("../img/prod-count-bg-1.jpg");
}
.products-count .products-count-wrap .row > div.showers a {
  background-image: url("../img/prod-count-bg-2.jpg");
}
.products-count .products-count-wrap .row > div.doors a {
  background-image: url("../img/prod-count-bg-3.jpg");
}

@media (max-width: 1279px) and (min-width: 768px) {
  .products-count .products-count-wrap .row {
    margin-left: auto;
    margin-right: auto;
  }
  .products-count .products-count-wrap .row > div:first-child {
    padding-left: 0;
  }
  .products-count .products-count-wrap .row > div:last-child {
    padding-right: 0;
  }
  .products-count .products-count-wrap .row > div {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .products-count .products-count-wrap .row > div a {
    width: auto;
    height: 270px;
  }
  .products-count .products-count-wrap .row > div a .span-count {
    font-size: 72px;
  }
  .products-count .products-count-wrap .row > div a .span-count::after {
    bottom: -10px;
  }
  .products-count .products-count-wrap .row > div a .span-descr {
    font-size: 32px;
    line-height: 40px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .products-count .products-count-wrap {
    margin-bottom: 15px;
  }
  .products-count .products-count-wrap .row {
    margin-left: auto;
    margin-right: auto;
  }
  .products-count .products-count-wrap .row > div {
    padding-left: 0;
    padding-right: 0;
  }
  .products-count .products-count-wrap .row > div a {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    height: 270px;
  }
  .products-count .products-count-wrap .row > div a .span-count {
    font-size: 72px;
  }
  .products-count .products-count-wrap .row > div a .span-count::after {
    bottom: -10px;
  }
  .products-count .products-count-wrap .row > div a .span-descr {
    font-size: 32px;
    line-height: 40px;
    margin-top: 20px;
  }
}
.tracking .table-wrap {
  text-align: center;
  overflow-x: auto;
  width: 100%;
}
.tracking #tracking {
  display: inline-block;
  width: auto;
}
.tracking #tracking thead .verticalTableHeader {
  vertical-align: baseline;
  padding: 10px 10px 5px 10px;
}
.tracking #tracking thead .verticalTableHeader span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  transform: rotate(180deg);
}

.right-sidebar .gp-parameter-confirm-nav .add-to-cart {
  margin-top: 0 !important;
  padding: 0 24px !important;
}

@media (max-width: 767px) and (min-width: 320px) {
  #bingc-phone-button {
    display: none !important;
  }
}
@-webkit-keyframes waves {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
.media-wrap {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
}
.media-wrap .media-left {
  margin-left: -275px;
  margin-top: 15px;
}
.media-wrap .media-right {
  margin-left: 162px;
  margin-top: 25px;
}
.media-wrap .media-container .circle {
  display: block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #75bbdc;
  margin: 10px;
  transition: 5s ease;
  position: absolute;
  top: 0px;
}
.media-wrap .media-container .delay1 {
  animation: waves 3.5s linear infinite;
  animation-delay: 0.1s;
}
.media-wrap .media-container .delay2 {
  animation: waves 3.5s linear 0.7s forwards infinite;
}
.media-wrap .media-container .delay3 {
  animation: waves 3.5s linear 1.3s forwards infinite;
}
.media-wrap .media-container .delay4 {
  animation: waves 3.5s linear 1.9s forwards infinite;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .media-wrap {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 55%;
  }
  .media-wrap .media-left {
    margin-left: -200px;
  }
  .media-wrap .media-right {
    margin-left: 120px;
  }
  .media-wrap .media-container .circle {
    display: block;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #75bbdc;
    margin: 10px;
    transition: 5s ease;
    position: absolute;
    top: 0px;
  }
}
@media (max-width: 882px) and (min-width: 768px) {
  .media-wrap {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 55%;
  }
  .media-wrap .media-left {
    margin-left: -150px;
  }
  .media-wrap .media-right {
    margin-left: 70px;
  }
  .media-wrap .media-container .circle {
    display: block;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #75bbdc;
    margin: 10px;
    transition: 5s ease;
    position: absolute;
    top: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .media-wrap {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 65%;
  }
  .media-wrap .media-left {
    margin-left: -100px;
    margin-top: 0px;
  }
  .media-wrap .media-right {
    margin-left: 40px;
    margin-top: 0px;
  }
  .media-wrap .media-container .circle {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #75bbdc;
    margin: 10px;
    transition: 5s ease;
    position: absolute;
    top: 0px;
  }
}
@media (min-width: 320px) and (max-width: 568px) {
  .media-wrap {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 65%;
  }
  .media-wrap .media-left {
    margin-left: -100px;
    margin-top: 0px;
  }
  .media-wrap .media-right {
    margin-left: 40px;
    margin-top: 0px;
  }
  .media-wrap .media-container .circle {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #75bbdc;
    margin: 10px;
    transition: 5s ease;
    position: absolute;
    top: 0px;
  }
}
.media-panel {
  width: 225px;
  height: 225px;
  position: absolute;
  z-index: 3;
  right: 50px;
  bottom: 0;
}
.media-panel .media-button {
  width: 90px;
  height: 90px;
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  background-image: url(../img/eq2.gif);
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
}
.media-panel .media-button .media-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: -1;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.media-panel .media-button .media-icon:hover {
  transform: scale(1.2);
}
.media-panel .media-button .icon-blue {
  background-image: url(../img/media/blue.png);
}
.media-panel .media-button .icon-data {
  background-image: url(../img/media/data.png);
}
.media-panel .media-button .icon-radio {
  background-image: url(../img/media/radio.png);
}
.media-panel .media-button .icon-temp {
  background-image: url(../img/media/temp.png);
}
.media-panel .media-button .icon-toutch {
  background-image: url(../img/media/toutch.png);
}
.media-panel .media-button .icon-value {
  background-image: url(../img/media/value.png);
}
.media-panel:hover .icon-blue {
  top: -60px !important;
  left: 65px !important;
}
.media-panel:hover .icon-value {
  top: -65px !important;
  left: -10px !important;
}
.media-panel:hover .icon-radio {
  top: -10px !important;
  left: -65px !important;
}
.media-panel:hover .icon-toutch {
  top: 70px !important;
  left: -50px !important;
}
.media-panel:hover .icon-data {
  top: 105px !important;
  left: 30px !important;
}
.media-panel:hover .icon-temp {
  top: 60px !important;
  left: 100px !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .media-panel {
    transform: scale(0.5);
    right: -40px;
    bottom: -70px;
  }
}
.media-container {
  position: absolute;
  left: 50%;
  top: calc(50% - 60px);
  z-index: 1;
}
.media-container .media-right {
  margin-left: 30px;
}
.media-container .media-left {
  margin-left: -100px;
}
.media-container .circle {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #b3d6e4;
  margin: 10px;
  transition: 5s ease;
  position: absolute;
  top: 0px;
}
.media-container .delay1 {
  animation: waves 3.5s linear infinite;
  animation-delay: 0.1s;
}
.media-container .delay2 {
  animation: waves 3.5s linear 0.7s forwards infinite;
}
.media-container .delay3 {
  animation: waves 3.5s linear 1.3s forwards infinite;
}
.media-container .delay4 {
  animation: waves 3.5s linear 1.9s forwards infinite;
}

.no-arrov::after {
  display: none !important;
}

#core-mirror .design-by {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 11px;
  line-height: 14px;
}
#core-mirror .product-sidebar .right-sidebar {
  position: relative;
}
#core-mirror .product-sidebar .right-sidebar .prod-main-info {
  padding: 0;
  margin: 0;
}
#core-mirror .product-sidebar .right-sidebar .col-xl-auto {
  padding: 0;
}
#core-mirror .mirror-size {
  font-size: 18px;
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 5px;
}
#core-mirror .mirror-size strong {
  font-weight: bold;
}
#core-mirror .form {
  padding-left: 33px;
}
#core-mirror .mirror-name {
  font-size: 128px;
  font-family: "KievitPro-ExtraBold";
  line-height: 120px;
  display: block;
  margin-top: 123px;
  margin-left: -30%;
}
#core-mirror .breadcrumb span {
  color: #000000;
}
#core-mirror .core-description .first-item {
  margin-top: 55px;
}
#core-mirror .core-description h2 {
  font-family: "KievitPro-ExtraBold";
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 17px;
}
#core-mirror .core-description p {
  font-size: 20px;
  margin-bottom: 92px;
}
#core-mirror .core-description img {
  max-width: 100%;
  margin-bottom: 92px;
}
#core-mirror .product-info {
  padding-top: 50px;
}
#core-mirror .product-info::before {
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #core-mirror .form {
    min-width: 200px;
    max-width: 200px;
    padding-left: 9px;
  }
  #core-mirror .mirror-name {
    font-size: 72px;
    line-height: 72px;
  }
  #core-mirror .core-description h2 {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  #core-mirror .sticky-prod .mobile-name {
    padding-left: 15px;
  }
  #core-mirror .sticky-prod .add-to-cart-wrap {
    padding-right: 15px;
  }
  #core-mirror .form {
    padding-left: 0;
  }
  #core-mirror .core-description .first-item {
    margin-top: 0px;
  }
  #core-mirror .core-description h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
.header-jumbotron .section-slider {
  position: relative;
}

.social-icon-front {
  position: absolute;
  right: 15px;
  top: 15%;
  z-index: 2;
}
.social-icon-front a {
  display: block;
  text-align: center;
  width: 38px;
  height: 38px;
  border: 2px solid #fff;
  margin-bottom: 18px;
  transition: opacity 0.3s ease;
}
.social-icon-front a:hover {
  opacity: 0.7;
}
.social-icon-front a .icon {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: url(../img/cosial-icon.png) no-repeat;
  background-size: 145px;
  transition: opacity 0.3s ease;
}
.social-icon-front a .facebook {
  background-position: -110px 0px;
}
.social-icon-front a .youtube {
  background-position: 0px 0px;
}
.social-icon-front a .insta {
  background-position: -55px -1px;
}

#measurement-modal a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #3c8d7e;
  font-weight: 300;
  cursor: pointer;
}
#measurement-modal a:hover {
  color: #e9416d;
}
#measurement-modal a.small {
  display: none;
}
#measurement-modal a.collapsed {
  display: inline-block;
}
#measurement-modal .modal-dialog {
  min-height: calc(100% - 6rem);
}

#collapseOne .btn {
  padding: 10px 42px;
}
#collapseOne input {
  display: none;
}
#collapseOne label {
  text-align: center;
  background: #f8f8f8;
  padding: 15px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  min-height: 215px;
}
#collapseOne label .small {
  display: block;
}
#collapseOne label:hover {
  z-index: 3;
  background: transparent;
}
#collapseOne label:hover + .product-item-full {
  z-index: 2;
  display: block;
  width: 112%;
  height: 110%;
  background: white;
  position: absolute;
  top: -5%;
  left: -6%;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
}
#collapseOne .col-4 {
  padding-right: 7px;
  padding-left: 7px;
  padding-bottom: 7px;
}
#collapseOne input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 18px;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border-top: 1px solid #d1dbdf;
  border-radius: 3px;
  box-shadow: 5px 5px 10px #00000036;
}
#collapseOne input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 13px;
  width: 7px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#collapseOne input[type=checkbox]:checked + label::before {
  background: #368c7e;
}

#accordionMeasurement h2 {
  padding: 15px 10px;
}

#measurementOrderForm {
  margin-top: -30px;
  margin-bottom: -30px;
}
#measurementOrderForm .gray h2 {
  color: #e5e5e5;
}

#accordionMeasurement > div:nth-child(2):before {
  border-top: 2px solid #e5e5e5;
  content: "";
  max-width: 530px;
  display: block;
  margin: 0 auto;
}

#collapseTwo label {
  font-size: 14px;
}
#collapseTwo .btn {
  float: right;
}
#collapseTwo #inputMeasurementPrice {
  font-weight: bold;
  font-size: 14px;
}
#collapseTwo #inputMeasurementPrice .price {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.small-text {
  font-size: 14px;
  padding: 15px;
  margin-top: -25px;
}

.measurement-order-btn {
  border: 1px solid #2c8a7b;
  background: #2c8a7b;
  color: #ffffff;
  border-radius: 5px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 4.5px 0;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.measurement-order-btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
}
.measurement-order-btn:hover {
  background: #36a492;
}

.prod-time + .measurement-order-div {
  margin-top: -5px;
}

@media (min-width: 320px) and (max-width: 767px) {
  #collapseTwo .text-right {
    text-align: left !important;
  }
}
.measurement-order-widget {
  display: block;
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 7%;
  left: 180px;
  border: 10px solid transparent;
  background-size: 70%;
  background-color: #2a405d17;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
  background-position: center center;
  perspective: 1000px;
  padding: 0;
  margin-bottom: -2px;
}
.measurement-order-widget:focus {
  outline: 0px auto -webkit-focus-ring-color;
}
.measurement-order-widget:hover {
  animation: shake3 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  background: #e9416d;
  border-radius: 50%;
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  top: 8px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back {
  background-color: #e9416d;
  font-size: 14px;
  color: white;
  transform: rotateY(180deg);
  border-radius: 50%;
}

.measurement-order-widget.text .flip-card {
  transform: rotateY(180deg);
}
.measurement-order-widget.text .flip-card-inner {
  transform: rotateY(180deg);
}

@-webkit-keyframes updown {
  to {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes updown {
  to {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes rot {
  to {
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
}
@keyframes rot {
  to {
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
}
@media (max-width: 1279px) and (min-width: 320px) {
  .measurement-order-widget {
    right: 5px;
    left: inherit;
    width: 50px;
    height: 50px;
    bottom: 165px;
    border-width: 5px;
  }

  .measurement-order-widget.text .flip-card {
    transform: rotateY(0deg);
  }
  .measurement-order-widget.text .flip-card-inner {
    transform: rotateY(0deg);
  }

  .flip-card-front, .flip-card-back {
    top: 5px;
  }
}
#core-3d-drawing {
  float: left;
  display: flex;
  padding: 15px 0;
}
#core-3d-drawing .dropdown-toggle {
  font-size: 16px;
  background: none;
  border: none;
  padding: 0;
  font-weight: 500;
  color: #2c8a7b;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
}
#core-3d-drawing .dropdown-toggle::after {
  display: none;
}
#core-3d-drawing .dropdown-toggle:hover {
  color: #ff4a79;
}
#core-3d-drawing .dropdown-toggle:hover svg {
  fill: #ff4a79;
}
#core-3d-drawing .dropdown-toggle svg {
  width: 20px;
  height: 100%;
  transition: all 0.3s ease;
  fill: #2c8a7b;
}
#core-3d-drawing .dropdown-menu {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  border: none;
  margin: 0;
  border-radius: 0;
  padding: 10px 0;
}
#core-3d-drawing .dropdown-menu .dropdown-item {
  padding: 0px 15px;
  font-size: 14px;
  transition: color 0.3s ease;
  padding: 4px 40px;
  position: relative;
}
#core-3d-drawing .dropdown-menu .dropdown-item:focus, #core-3d-drawing .dropdown-menu .dropdown-item:active, #core-3d-drawing .dropdown-menu .dropdown-item:hover {
  background: none;
  color: #ff4a79;
}
#core-3d-drawing .dropdown-menu .dropdown-item::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: 15px;
  width: 20px;
  height: 24px;
  /* background-image: url("../img/svg/3d.svg"); */
  background-size: contain;
  background-repeat: no-repeat;
}
#core-3d-drawing .dropdown-menu .dropdown-item.video-instruction::before {
  background-image: url("../img/svg/youtube.svg");
  background-position-y: 2px;
}

#measurement-modal .modal-dialog {
  min-height: calc(100% - 6rem);
  max-width: 594px;
}

.measurement-container {
  padding: 10px 25px 35px 25px;
}
.measurement-container .mounting {
  display: none;
}
.measurement-container .ccw {
  display: block;
  width: 100%;
  position: relative;
}
.measurement-container .information-block {
  font-size: 14px;
  font-weight: bold;
}
.measurement-container .information-block .m-price {
  position: absolute;
  right: 10%;
  color: #000000 !important;
  font-weight: bold !important;
}
.measurement-container .information-block span {
  color: #808080;
  font-weight: 400;
}
.measurement-container .information-block .nformation-block-header {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  border-bottom: 2px solid;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.measurement-container .measurement-container-body {
  padding: 20px 0;
}
.measurement-container .measurement-container-body .lh-b {
  margin-bottom: 10px;
}
.measurement-container .measurement-m-c {
  margin-top: 40px;
  margin-bottom: 20px;
}
.measurement-container .col-form-labe {
  font-size: 14px;
  color: #000000;
  padding-top: 10px;
}
.measurement-container .measurement-container-footer {
  display: flex;
  justify-content: flex-end;
  align-content: center;
}
.measurement-container .measurement-container-footer .btn {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 38px;
}
.measurement-container .measurement-container-footer .btn.btn-success {
  background: #368c7e;
}
.measurement-container .measurement-container-footer .btn.btn-success:hover {
  background-color: #36a492;
}
.measurement-container .measurement-container-footer .btn.btn-link {
  color: #000000;
  text-decoration: none;
}
.measurement-container .measurement-container-footer .btn.btn-link:hover {
  text-decoration: underline;
}
.measurement-container .measurement-container-footer .btn.btn-primary {
  background: #e53d6e;
  border-color: #e53d6e;
  font-size: 18px;
  padding: 15px 32px;
}
.measurement-container .measurement-container-footer .btn.btn-primary:hover {
  background-color: #ff4a79;
}
.measurement-container .measurement-container-header h2 {
  font-family: "KievitPro-ExtraBold";
  font-weight: 900;
  font-size: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.measurement-container .measurement-container-header h2 span {
  font-weight: 300;
  font-size: 14px;
  color: #808080;
  font-family: "Roboto", sans-serif;
}

#measurementStep2 input {
  display: none;
}
#measurementStep2 label {
  text-align: center;
  background: #f8f8f8;
  padding: 15px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  min-height: 215px;
}
#measurementStep2 label .small {
  display: block;
}
#measurementStep2 label:hover {
  z-index: 3;
  background: transparent;
}
#measurementStep2 label:hover + .product-item-full {
  z-index: 2;
  display: block;
  width: 112%;
  height: 110%;
  background: white;
  position: absolute;
  top: -5%;
  left: -6%;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
}
#measurementStep2 .col-4 {
  padding-right: 7px;
  padding-left: 7px;
  padding-bottom: 7px;
}
#measurementStep2 input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 18px;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border-top: 1px solid #d1dbdf;
  border-radius: 3px;
  box-shadow: 5px 5px 10px #00000036;
}
#measurementStep2 input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 13px;
  width: 7px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#measurementStep2 input[type=checkbox]:checked + label::before {
  background: #368c7e;
}

button.gif-mann {
  display: block;
  width: 300px;
  position: fixed;
  bottom: -1px;
  border: 0;
  background: transparent;
  outline: 0px auto -webkit-focus-ring-color;
  left: 159px;
  cursor: pointer;
  z-index: 99;
}

button.gif-mann canvas {
  position: fixed;
  bottom: 0px;
  left: 165px;
  cursor: pointer;
}

.gif-mann img {
  width: 100%;
  height: auto;
}

.measurement-order-widget {
  display: none;
}

@media (max-width: 1279px) and (min-width: 320px) {
  .measurement-order-widget {
    display: block;
  }

  button.gif-mann {
    display: none;
  }
}
.mobile-menu-toggle-full {
  height: 30px;
  width: 41px;
  position: relative;
  cursor: pointer;
  margin-left: 1px;
  float: left;
  margin-top: 5px;
  z-index: 9;
}
.mobile-menu-toggle-full .menu-icon {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  height: 2px;
  width: 24px;
  left: 8px;
  transition: opacity 0.2s ease;
}
.mobile-menu-toggle-full::before, .mobile-menu-toggle-full::after {
  display: block;
  content: "";
  position: absolute;
  height: 2px;
  width: 24px;
  left: 8px;
  transition: all 0.3s ease;
  background: #ffffff;
}
.mobile-menu-toggle-full::before {
  top: 8px;
}
.mobile-menu-toggle-full::after {
  bottom: 8px;
}
.mobile-menu-toggle-full .mobile-menu-open.mobile-menu-toggle-full {
  height: 24px;
}
.mobile-menu-toggle-full .mobile-menu-open.mobile-menu-toggle-full .menu-icon {
  opacity: 0;
}
.mobile-menu-toggle-full .mobile-menu-open.mobile-menu-toggle-full::before {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
.mobile-menu-toggle-full .mobile-menu-open.mobile-menu-toggle-full::after {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
}
.mobile-menu-toggle-full .menu-icon {
  background: #ffffff;
}
.mobile-menu-toggle-full .menu-icon::before, .mobile-menu-toggle-full .menu-icon::after {
  background: #ffffff;
}

@media (min-width: 1199px) {
  #mobile-nav {
    top: 104px !important;
  }

  .popup-info-up + .h-other-page #mobile-nav {
    top: 148px !important;
  }

  .popup-info-up + .h-main-page #mobile-nav {
    top: 148px !important;
  }

  .in-top + div + div #mobile-nav {
    top: 40px !important;
  }

  .popup-info-up + .h-other-page .in-top + div + div #mobile-nav {
    top: 40px !important;
  }

  .popup-info-up + .h-main-page .in-top + div + div #mobile-nav {
    top: 40px !important;
  }
}

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