html {
  position: relative;
  overflow-x: hidden;
  min-height: 100%;
  width: 100%;
  margin: 0;
}
body {
  margin: 0;
  font-family: 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  min-width: 751px;
  margin-bottom: 315px;
  color: #222;
}
@media only screen and (max-width: 1024px) {
  body {
	  overflow-x: hidden;
    margin-bottom: 0;
    min-width: 751px;
  }
}
.row {
  margin: 0 15px;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .container {
	  padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1270px;
  }
}
h1,
.h1 {
  color: #222;
  font-family: 'PT Sans', sans-serif;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase; 
  margin-top: 10px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  h1,
  .h1 {
	  font-size: 45px;
    margin-top: 0;
  }
}
h1 .hint,
.h1 .hint {
  color: #888;
  font-weight: lighter;
  font-size: 40px;
}
h2,
.h2 {
  color: #222;
  font-family: 'PT Sans', sans-serif;
  font-size: 25px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
h3,
.h3 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #111;
  font-size: 20px;
  font-weight: 800;
}
@media only screen and (max-width: 1024px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}
h4,
.h4 {
  color: #111;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
h5,
.h5 {
  color: #222;
  font-family: system-ui, sans-serif;
  font-variant: all-petite-caps;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 1024px) {
  h5,
  .h5 {
    font-size: 24px;
  }
}
h6,
.h6 {
  color: #222;
  margin-left: 0;
  margin-top: 15px;
  margin-bottom: 11px;
  font-size: 26px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  color: #008aeb;
}
@media only screen and (max-width: 1024px) {
  h6,
  .h6 {
    font-size: 32px;
    margin-left: 5px;
  }
}
a,
a:hover {
  color:#333;
}
a:active {
  color:#222;
}
.pd_0, .pd_m10{
  padding: 0px;
}
.pd_10 {
  padding: 0 10px;
}
@media only screen and (max-width: 1024px) {
  .pd_m10 {
    padding: 0 10px;
  }
}
.mini-hr {
  border-top: 1px solid #999;
}
.hr-one {
  border-top: 3px solid #0087cf;
	border-bottom: 2px solid #222;
}
.hr-two {
	margin: 20px 0;
	padding: 0 15px;
	height: 0;
	border: none;
  border-top: 2px solid #000000c7;
  border-bottom: 1px solid #33333354;
}
.sticky {
  display: none;
}
.indent {
  height: 48px;
}
.spacer {
  height: 105px;
}
/* header top */
.sub-header {
  width: 100%;
  padding: 7px 0;
  color: #a2a2a2;
  font-size: 16px;
  line-height: 16px;
  border-bottom: 1px solid #2e2e2e;
  background: radial-gradient(circle at 24.1% 68.8%, rgb(50 50 50) 0%, rgb(25 25 25) 99.4%);
  box-shadow: inset rgb(55 55 55 / 83%) 0px -8px 18px, inset rgb(45 45 45 / 89%) 0px 3px 20px 0px, rgba(0,0,0,.8) 0px 1px 1px 0px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%; 
}
@media only screen and (max-width: 1024px) {
  .sub-header {
    display: none;
  }
}
.sub-header a {
  color: #222;
  text-decoration: none;
}
.sub-header .space {
  width: 10%;
  display: inline-block;
}
.sub-header .sh-block {
  display: inline-block;
  vertical-align: middle;
  font-family: "Fira Sans", sans-serif;
  font-size: 15.7px;
  color: #000;
}
.sub-header .sh-block.sh-last {
  margin-right: 0;
}
.sub-header .sh-block i {
  margin-top: -5px;
  margin-right: 3px;
}
.sub-header .supheader-list {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  text-align: right;
  font-weight: 500;
  padding-inline-start: 5px;
  margin-top: 0;
  margin-bottom: 0;
}
.sub-header .supheader-list * {
  box-sizing: border-box;
}
.sub-header .supheader-list li {
  display: inline-block;
  list-style: outside none none;
  padding: 0;
}
.sub-header .supheader-list li + li:before {
  content: " | ";
  padding: 0 20px;
  font-weight: 700;
  color: #666;
}
.sub-header .supheader-list a {
  padding: 4px 2px;
  margin: 0 15px;
  color: #ddd;
  position: relative;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.1px;
}
.sub-header .supheader-list a:before,
.sub-header .supheader-list a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.sub-header .supheader-list a:before {
  top: 24px;
  display: block;
  height: 2px;
  width: 25px;
  left: 0;
  content: "";
  background-color: #0095df;
  letter-spacing: 0.1px;
}
.sub-header .supheader-list a:after {
  left: 2px;
  top: -2px;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #fff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
.sub-header .supheader-list a:hover:before,
.sub-header .supheader-list .current a:before {
  opacity: 1;
  width: 100%;
}
.sub-header .supheader-list a:hover:after,
.sub-header .supheader-list .current a:after {
  max-width: 100%;
}
.sub-header .supheader-right {
  height: 100%;
}
.sub-header .test-blok {
  background-color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  height: 100%;
}
/* header */
.header-fixed {
  position: fixed;
  width: 100%;
  min-width: 751px;
  z-index: 25;
  transition: all 0.15s ease 0.15s;
}
.header_wrap {
  width: 100%;
  -webkit-transition: all 0.4s ease 0.3s;
  -moz-transition: all 0.4s ease 0.3s;
  -webkit-transition: all 0.4s ease 0.3s;
  transition: all 0.4s ease 0.3s;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
}
.header {
  height: 72px;
  z-index: 22;
  background-image: linear-gradient(to bottom, #cfcfcff1, #eaeaea);
  box-shadow: inset rgb(191 191 191 / 83%) 0px 1px 22px, inset rgba(210, 210, 210, 0.89) 0px 3px 20px 0px, rgb(130 130 130 / 80%) 0px 2px 3px 0px;

}
@media only screen and (max-width: 1024px) {
  .header {
    min-height: 95px;
  }
}
@media only screen and (min-width: 1025px) {
  .header .row {
    padding: 0;
    margin: 0;
  }
}
.header .logo {
  padding: 10% 0;
  text-align: center; 
}
@media only screen and (max-width: 1024px) {
  .header .logo {
    padding: 11% 0;
  }
}
.header a {
  color: #000;
  text-decoration: none;
}
.header .logo a {
  display: block;
  width: 100%;
}
.header .logo_shop {
  max-width: 100%;
  height: 34px;
  position: relative;
  top: -2px;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .header .logo_shop {
    height: 47px;
    top: 0;
  }
}
.header .header-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
@media only screen and (max-width: 1024px) {
  .header .header-link {
    width: 1px;
    overflow-x: hidden;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (max-width: 1024px) {
  .header-menu-wrap {
    position: relative;
    padding-top: 50px;
  }
}
.header-menu {
  display: none;
  background: #e9e9e9f5;
  position: absolute;
  z-index: 0;
  width: 100%;
  padding: 20px 10px;
  top: 0;
  border-top: 1px solid #b5b5b5;
}
.header-menu .cat-col {
  width: 16.666%;
  height: 170px;
  float: left;
  padding: 10px;
  overflow-y: hidden;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .header-menu .cat-col {
    width: 25%;
  }
}
.header-menu .cat-col.cat-small {
  height: 60px;
}
.header-menu .cat-col.cat-small .cat-icon {
  display: none;
}
.header-menu .cat-col .cat-icon {
  float: left;
  margin-right: 8px;
}
.header-menu .cat-col .cat-icon img {
  height: 30px;
}
.header-menu .cat-col .cat-link-1 {
  margin-top: 10px;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  line-height: 1.1;
  margin-left: 35px;
  color: #000;
}
.header-menu .cat-col .cat-subcats {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 35px;
}
.header-menu .cat-col .cat-subcats li {
  padding: 0;
  margin: 0;
}
.header-menu .cat-col .cat-subcats li .cat-more {
  text-decoration: underline;
}
.header-menu .cats-end {
  clear: both;
}
/* menu */
.menu_header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu__btn {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  border: 3px solid white;
  border-radius: 0;

  transition: border-radius 300ms ease;

  &:hover {
      border-radius: 50%;
  }

  &.is-open {
      .menu__burger {
          opacity: 0;
          transform: translateX(45px);
      }

      .menu__exit {
          opacity: 1;
          transform: translateX(0);
      }
  }
}

.menu__burger,
.menu__burger:before,
.menu__burger:after {
  display: block;
  content: '';
  width: 18px;
  height: 3px;
  background-color: white;
  position: absolute;
}

.menu__burger {
  left: 12px;
  top: 18px;
  transform: translateX(0);
  opacity: 1;

  transition: opacity 300ms ease, transform 300ms ease;

  &:before {
      top: -8px;
  }

  &:after {
      top: 8px;
  }
}

.menu__exit:before,
.menu__exit:after {
  display: block;
  content: '';
  width: 22px;
  height: 3px;
  background-color: white;
  position: absolute;
}

.menu__exit {
  position: absolute;
  top: 18px;
  left: 10px;
  transform: translateX(-45px);
  opacity: 0;

  transition: opacity 300ms ease, transform 300ms ease;

  &:before {
      transform: rotate(45deg);
  }

  &:after {
      transform: rotate(-45deg);
  }
}







.menu-wrap {
	background-color: #555;
	position: fixed;
	top: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: stretch;
	height: 100%;
	width: 320px;
	margin-left: -320px;
	font-size: 1em;
	font-weight: 600;
	overflow: auto;
  color: #e1e1e1;
	transition: .25s;
	z-index: 18;
  background: linear-gradient(109.6deg, rgba(0, 0, 0, 0.93) 11.2%, rgb(63, 61, 61) 78.9%);
}
@media only screen and (max-width: 1024px) {
  .menu-wrap {
    width: 500px;
    margin-left: -500px;
  }
}
.header .btn-menu .menu-icon div,
.header .btn-menu .menu-icon-close div {
  width: 100%;
  height: 3px;
  background-color: #000;
  margin: 5px 0;
  border-radius: 2px;
}

@media only screen and (max-width: 1024px) {
  .header .btn-menu .menu-icon div,
  .header .btn-menu .menu-icon-close div {
	  height: 5px;
    margin: 10px 0;
  }
}
.header .btn-menu .menu-icon-close .b1 {
  transform: rotate(-45deg) translate(-9px, 6px);
}
.header .btn-menu .menu-icon-close .b3 {
  transform: rotate(45deg) translate(-8px, -8px);
}
.header .btn-menu .menu-icon-close .b2 {
  opacity: 0;
}
.header .btn-menu .menu-icon i,
.header .btn-menu .menu-icon-close i {
  font-size: 16px;
  padding-top: 2px;
}
.header .btn-menu .menu-icon-close {
  display: none;
}
.header .btn-menu .menu-text {
  display: block;
  margin-left: 50px;
  height: 65px;
  line-height: 65px;
  font-size: 13px;
}
@media only screen and (max-width: 1024px) {
  .header .btn-menu .menu-text {
    display: none;
  }
}
.header .btn-menu .menu-text i {
  font-size: 8px;
  margin-left: 10px;
}
.menu-show {
	margin-left: 0;
  box-shadow: 1px 0px 5px 1px #b1b1b1;
}
.menu-sidebar {
	position: relative;
}
.menu-sidebar li {
  padding: 15px 10px;
  list-style: none;
}
.menu-sidebar li > a {
	position: relative;
  font-family: inherit;
  font-weight: 500;
  color: #f3f3f3;
	font-size: 18px;
  letter-spacing: 0.3px;
  word-spacing: 0.5px;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .menu-sidebar li > a {
    font-size: 25px;
  }
}
.menu-sidebar li > a::after {
	content: "";
	display: block;
	height: 0.15em;
	position: absolute;
	top: 97%;
	width: 100%;
	left: 30%;
	transform: translate(-50%);
	background-image: linear-gradient(to right, transparent 50.3%, #0099eb 50.3%);
	transition: background-position .2s .1s ease-out;
	background-size: 200% auto;
}
.menu-sidebar li > a:hover::after {
	background-position: -100% 0;
}
.menu-sidebar .menu-item-has-children {
	position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
	display: none;
}
.sidebar-menu-arrow::after {
	content: "\f107";
	font-family: 'FontAwesome';
	padding: 10px;
  color: #0099eb;
	position: relative;
}
.sidebar-menu-arrow:hover::after {
	cursor: pointer;
	color: #fff;
}
.sidebar-menu-arrow:active::after {
	top: 2px;
}


.main-nav .buttons .button-secondary {
	background-color: #FF6746;
}
.main-nav .buttons .button-primary:hover {
	background-color: #84D07A;
}
.main-nav .buttons .button-secondary:hover {
	background-color: #FF7D60;
}
.main-nav .buttons .button {
	display: inline-block;
	margin-right: 20px;
	padding: 20px 25px;
	border-radius: 2em;
	background-color: #70CE64;
	color: #fff;
	font-size: .9em;
	font-weight: 700;
	transition: background-color .3s;
}
/* Active buttons */
.main-nav .buttons .button-primary:active {
	background-color: #70CE64;
}
.main-nav .buttons .button-secondary:active {
	background-color: #FF6746;
}
/* Icons */
.main-nav .buttons .button span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.main-nav .buttons .button span::after {
	position: absolute;
	font-family: "FontAwesome";
	right: -3px;
	font-size: 14px;
	top: 0;
	transition: top .3s, right .3s;
}
.main-nav .buttons .button-primary span::after {
	content: "\f019";
}
.main-nav .buttons .button-secondary span::after {
	content: "\f178";
}
/* Slight icons animation */
.main-nav .buttons .button-primary:hover span::after {
	top: 4px;
}
.main-nav .buttons .button-secondary:hover span::after {
	right: -6px;
}
/* bottom menu */
.nav-tabs {
  border-bottom: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.3px;
  text-shadow: 0 1px 4px #000, 0 4px 20px #111;
}
.nav.nav-tabs li {
  display: inline-block;
  float: none;
  border: none;
  border-radius: 0;
  text-decoration: none;
  background-clip: padding-box;
}
.nav-tabs > li > a {
  padding: 20px 1px 21px;
  min-width: 220px;
  margin: 0;
  border: none;
  border-radius: 0;
  color: #888;
  border-bottom: 2px;
  line-height: 6px;
}
@media only screen and (max-width: 1024px) {
  .nav-tabs > li > a {
    padding: 28px 30px 28px;
    min-width: 250px;
	  font-size: 26px;
    line-height: 21px;
    z-index: 3;
  }
}
.nav.nav-tabs > li.active a,
.nav.nav-tabs > li.active a:focus {
  padding: 20px 1px 21px;
  margin: 0;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #0099eb;
  color: #0099eb;
  background-image: linear-gradient(to bottom, #3a3a3a, #2d2d2d);
  text-shadow: 0 1px 4px #000000, 0 4px 20px #111111;
  z-index: 9;
  box-shadow: rgb(0 0 0 / 83%) 0px 0px 0px 0px, inset rgb(128 128 128 / 89%) 0px 1px 1px, rgba(0,0,0,.8) 0px 0px 2px 0px;
}
@media only screen and (max-width: 1024px) {
  .nav.nav-tabs > li.active a,
  .nav.nav-tabs > li.active a:focus {
    padding: 28px 30px 28px;
    font-size: 26px;
  }
}
.nav-tabs > li > a:hover {
  background: none;
  border-radius: 0;
  border-color: #bbbbbb;
  border-bottom: 2px solid #ff3600;
  background-image: linear-gradient(to bottom, #00000000, #303030a8);
  color: #ccc;
}
.nav.nav-tabs {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .nav.nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* cart */
.header .header-right {
  text-align: right;
}
.header .favorites,
.header .cart,
.header .login {
  background: url(../img/cart.svg) no-repeat left 9px;
  background-size: auto 27px;
  padding: 7px 0 18px 35px;
  position: relative;
  height: 30px;
  top: 21px;
}
@media only screen and (max-width: 1024px) {
  .header .favorites,
  .header .cart,
  .header .login {
    background: url(../img/cart.svg) no-repeat left 23px;
    background-size: auto 47px;
    padding: 35px;
    height: 75px;
    top: 8px;
  }
}
.header .favorites .count,
.header .cart .count,
.header .login .count {
  height: 20px;
  width: 23px;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #0087cf;
  left: 21px;
  top: -6px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .header .favorites .count,
  .header .cart .count,
  .header .login .count {
    height: 34px;
    width: 34px;
    font-size: 22px;
    line-height: 33px;
    left: 33px;
    top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .header .favorites .title,
  .header .cart .title,
  .header .login .title {
    display: none;
  }
}
.header .login {
  background-image: url(../img/login.svg);
  background-size: auto 24px;
  font-size: 11px;
  top: 20.5px;
  right: 5px;
}
@media only screen and (max-width: 1024px) {
  .header .login {
    display: none;
  }
}
.header .favorites {
  background-image: url(../img/star-empty-grey.svg);
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .header .favorites {
    margin-right: 10px;
  }
}
.header .favorites.full {
  background-image: url(../img/star-empty.svg);
}
.header .favorites.full .count {
  display: block;
}
.header .favorites .count {
  display: none;
}
.blok_header {
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .blok_header {
    padding: 0 10px;
  }
}
.ard-main-ttl {
  font-family: "Raleway", sans-serif;
  color: rgb(43 43 43 / 70%);
  text-shadow: rgb(32 32 32 / 70%) 0 0 1px, rgb(0 0 0 / 90%) 0 0 1px, rgb(0 0 0 / 70%) 0 0 1px;
  padding-top: 25px;
  font-size: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .ard-main-ttl {
    font-size: 50px;
    padding-top: 25px;
  }
}
.text-plain {
  color: #222;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 1024px) {
  .text-plain {
    font-size: 20px;
    line-height: 24px;
  }
}
.text-plain h1,
.text-plain .h1 {
  font-family: "Ubuntu", sans-serif;
  color: #111;
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  .text-plain h1,
  .text-plain .h1 {
    font-size: 36px;
  }
}
.text-plain a {
  color: #222;
  text-decoration: none;
}
.text-plain a:hover {
  color:#333; 
}
.text-plain img {
  position: relative;
  height: auto;
  width: 100%;
}
.text-plain table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.text-plain table tr:nth-of-type(2n+1) {
  background-color: #f9f9f9;
}
.text-plain table td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.text-plain .info-pay {
  padding: 3% 15px;
}
@media only screen and (max-width: 1024px) {
  .text-plain .info-pay {
    padding: 3% 50px;
  }
}
.text-plain .info-pay p {
  margin: 0 0 40px;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  letter-spacing: 0.3px;
  font-weight: 500;
  line-height: 24px;
  color: #111;
}
.text-plain .image-pay {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.text-plain .image-pay img {
  height: 33px;
  width: auto;
}
.text-plain .info-pay-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}
@media only screen and (max-width: 1024px) {
  .text-plain .info-pay-icons {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.text-plain .info-pay-icons img {
  width: auto;
  margin: 15px 0;
}
.breadcrumbs {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  background: none;
  padding: 35px 0 0;
  margin-bottom: 0;
  font-size: 14.5px;
  color: #555;
  margin-left: -15px;
}
@media only screen and (max-width: 1024px) {
  .breadcrumbs {
  padding: 30px 0 0 10px;
	font-size: 19px;
  }
}
.breadcrumbs a {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #000;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .frasl {
  font-weight: 700;
  margin: 0 7px;
  color: #000;
}
.col-xs-5-1,
.col-xs-5-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
@media (min-width: 768px) {
  .col-md-5-1,
  .col-md-5-4,
  .col-lg-5-1,
  .col-lg-5-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .col-md-5-1 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1025px) {
  .col-md-5-4 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5-1 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5-4 {
    width: 80%;
    float: left;
  }
}
@media only screen and (max-width: 1024px) {
  .ipad-block {
    display: block;
  }
}

/* search */

.wrap-search {
  position: absolute;
  top: 35.5px;
  left: 74.5%;
  transform: translate(-100%, -50%);
  height: 30px;
  line-height: 35px;
  padding-right: 35px;
  border-radius: 5px;
  transition: all 0.5s ease;
}
.input {
  border: 0;
  background: transparent;
  width: 0;
  outline: none;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  transition: all 0.3s ease;
  position: relative;
}
.wrap-search .fa {
  color: #000000f2;
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 25px;
  cursor: pointer;
}
.wrap-search .fa:active:hover {
  color: #0095df;
}

.wrap-search .active {
  width: 160px;
  padding-left: 10px;
  transition: all 0.5s ease;
}
.input .active {
  width: 98%;
  padding-left: 5px;
  transition: all 0.5s 0.8s ease;
}
input::placeholder {
  color: #ddd;
}
.sidebar-block {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 32px;
  z-index: 8;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  height: 46px;
  background: #ebebeb;
  border: 2px solid #d1d1d1;
  border-radius: 4px;
  left: 15px;
  right: 20%;
}
@media only screen and (max-width: 1199px) {
  .sidebar-block {
    right: 23%;
  }
}
.sidebar-block .title {
  color: #323E14;
  font-weight: bold;
  text-transform: uppercase;
}
.sidebar-block.last-viewed {
  padding: 10px;
}
.paginator-container {
  text-align: center;
}
.paginator-container .pagination > li > a,
.paginator-container .pagination > li > span {
  border: none;
  border-radius: 0;
  padding: 2px 10px;
  font-size: 14px;
  margin: 0 5px;
}
.paginator-container .pagination > li > a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .paginator-container .pagination > li > a {
    padding: 15px 23px;
  }
}
.paginator-container .pagination > .selected > a,
.paginator-container .pagination > .selected > a:focus,
.paginator-container .pagination > .selected > a:hover,
.paginator-container .pagination > .selected > span,
.paginator-container .pagination > .selected > span:focus,
.paginator-container .pagination > .selected > span:hover {
  background-color: #00b7e5;
  border-color: #00b7e5;
  color: #fff;
  cursor: default;
  z-index: 2;
  text-decoration: none;
}
.body-black {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.3);
}
.body-black.active {
  display: block;
}
.modal .title {
  font-size: 16px;
  font-weight: bold;
}
.modal-sm {
  width: 350px;
}
.form-medium.checkout-form {
  width: 500px;
  margin: 0 auto;
}
.form-medium.checkout-form .wa-field {
  float: none;
  width: auto;
  margin-bottom: 20px;
}
.page h1,
.page .h1 {
  text-align: center;
}

#instocknotify-modal {
  z-index: 1051;
}
.suggestions-promo {
  display: none!important;
}
.icon-phone {
  background: url(/wa-apps/shop/themes/strim/img/phone3.svg) no-repeat left 50%;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  background-size: 100% auto ;
}
.icon-phone2 {
  background: url(/wa-apps/shop/themes/strim/img/phone-white.svg) no-repeat left 50%;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  background-size: 100% auto ;
  text-decoration: none;
  position: relative;
  margin-right: 9px;
  top: -2px;
}
@media only screen and (max-width: 1024px) {
  .icon-phone2 {
    height: 30px;
    width: 30px;
  }
}
.icon-about {
  background: url(/wa-apps/shop/themes/strim/img/about.svg) no-repeat left 53%;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  background-size: 100% auto ;
}
.icon-login {
  background: url(/wa-apps/shop/themes/strim/img/login.svg) no-repeat left 50%;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  background-size: 100% auto ;
}
.icon-map {
  background: url(/wa-apps/shop/themes/strim/img/map.svg) no-repeat left 50%;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  background-size: 100% auto ;
}
.icon-payment {
  background: url(/wa-apps/shop/themes/strim/img/payment.svg) no-repeat left 50%;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  background-size: 100% auto ;
}
.icon-time {
  background: url(/wa-apps/shop/themes/strim/img/time.svg) no-repeat left 50%;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  background-size: 100% auto ;
}
.icon-truck {
  background: url(/wa-apps/shop/themes/strim/img/truck.svg) no-repeat left 60%;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  background-size: 100% auto ;
}
.icon-fav {
  background: url(/wa-apps/shop/themes/strim/img/star-grey.svg) no-repeat left 50%;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  background-size: 100% auto ;
}
.icon-fav-empty {
  background: url(/wa-apps/shop/themes/strim/img/star-empty-grey.svg) no-repeat left 50%;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  background-size: 100% auto ;
}
.icon-sort {
  background: url(/wa-apps/shop/themes/strim/img/sort.svg) no-repeat left 50%;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  background-size: 100% auto ;
}
.icon-filter {
  background: url(/wa-apps/shop/themes/strim/img/filter.png) no-repeat 50% 50%;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  background-size: 100% auto ;
}
.icon-list {
  background: url(/wa-apps/shop/themes/strim/img/list.png) no-repeat 50% 50%;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  background-size: 100% auto ;
  opacity: 0.5;
}
.icon-fav.green {
  background: url(/wa-apps/shop/themes/strim/img/star-green.svg) no-repeat left 50%;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  background-size: 100% auto ;
}
.icon-fav-empty.green {
  background: url(/wa-apps/shop/themes/strim/img/star-empty-green.svg) no-repeat left 50%;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  background-size: 100% auto ;
}
.icon-cart {
  background: url(/wa-apps/shop/themes/strim/img/cart.svg) no-repeat left 20%;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  margin-right: -14px;
  background-size: 53% auto;
}
@media only screen and (max-width: 1024px) {
  .icon-cart {
    width: 60px;
	  height: 32px;
	  background-size: 65% auto;
  }
}
.icon-cart #text {
  color: black;
}
.icon-cart img {
  height: 23px;
}
.icon-rate {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #d1041c;
  font-size: 18px;
  vertical-align: bottom;
}
.icon-rate.star:before {
  content: "\e006";
}
.icon-rate.star-hover:before {
  content: "\e006";
}
.icon-rate.star-empty:before {
  content: "\e007";
}
.icon-close {
  background: url(/wa-apps/shop/themes/strim/img/close-w.png) no-repeat 50% 50%;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  background-size: 100% auto ;
}
.home .tab-content {
  margin-top: 30px;
}
.home .title {
  text-align: center;
  color: #2D3517;
  font-size: 40px;
  line-height: 24px;
  margin-bottom: 20px;
}
.home .home-tabs {
  margin-bottom: 30px;
}
.home .home-categories .home-category {
  width: 16.66%;
  float: left;
  padding: 10px;
}
@media only screen and (max-width: 1024px) {
  .home .home-categories .home-category {
    width: 33.33%;
  }
}
.home .home-categories .home-category .hc-link {
  display: block;
  height: 186px;
  background: #eee;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .home .home-categories .home-category .hc-link {
    height: 136px;
  }
}
@media only screen and (max-width: 1024px) {
  .home .home-categories .home-category .hc-link {
    height: 220px;
  }
}
.home .home-categories .home-category .hc-name {
  margin-top: 17px;
  height: 53px;
  text-align: center;
  overflow: hidden;
  color: #2D3517;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
}
.home .home-categories .home-category .hc-name a {
  color: #2D3517;
}
.home .text-plain {
  color: #888888;
}
.home .home-bg {
  padding: 50px 0 50px 0;
  background: url(../img/haki2.svg) no-repeat top center;
  background-size: 100% 100%;
  margin-bottom: 70px;
}
.home .promo-category-wrap {
  margin-bottom: 40px;
}
.home .promo-category-wrap.with-bg {
  padding: 40px 0 25px 0;
  background: url(../img/haki2.svg) no-repeat top center;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1024px) {
  .home .promo-category-wrap.with-bg {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.home .promo-category {
  clear: both;
  position: relative;
}
.home .promo-category.pc-right .pc-image {
  right: 0;
}
.home .promo-category.pc-right .pc-content {
  margin-left: 0;
  margin-right: 27%;
}
@media only screen and (max-width: 1024px) {
  .home .promo-category.pc-right .pc-content {
    margin-right: 0;
  }
}
.home .promo-category.pc-right .pc-title,
.home .promo-category.pc-right .pc-subcategories {
  margin-left: 0;
  margin-right: 11%;
}
@media only screen and (max-width: 1024px) {
  .home .promo-category.pc-right .pc-title,
  .home .promo-category.pc-right .pc-subcategories {
    margin-right: 0;
  }
}
.home .promo-category .pc-image {
  top: 9px;
  position: absolute;
  z-index: 2;
  background-size: cover;
  width: 32%;
  height: 82%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .home .promo-category .pc-image {
    display: none;
  }
}
.home .promo-category .pc-content {
  z-index: 3;
  position: relative;
  margin-left: 28%;
}
@media only screen and (max-width: 1024px) {
  .home .promo-category .pc-content {
    margin-left: 0;
  }
}
.home .promo-category .pc-title,
.home .promo-category .pc-subcategories {
  margin-left: 10%;
}
@media only screen and (max-width: 1024px) {
  .home .promo-category .pc-title,
  .home .promo-category .pc-subcategories {
    margin-left: 0;
  }
}
.home .promo-category .pc-title h2 {
  margin-top: 8px;
  font-size: 39px;
  font-weight: lighter;
}
.home .promo-category .pc-title .pc-mobile-list {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .home .promo-category .pc-title .pc-mobile-list {
    vertical-align: middle;
    margin-left: 20px;
    display: inline-block;
    font-size: 16px;
  }
  .home .promo-category .pc-title .pc-mobile-list select {
    width: 200px;
  }
}
.home .promo-category .pc-subcategories {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .home .promo-category .pc-subcategories {
    display: none;
  }
}
.home .promo-category .pc-subcategories a {
  background: #fff;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #cdcdcd;
  padding: 0 10px ;
  border-radius: 3px;
  margin: 3px 0;
  font-size: 13px;
}
.home .promo-category .product-small {
  background: #fff;
}
.home .promo-category .products-set .lSSlideOuter .lSPager.lSpg {
  padding-top: 0;
}
.products-set .lSSlideOuter .lSPager.lSpg {
  padding: 20px 0;
}
.products-set .lSSlideOuter .lSPager.lSpg > li a {
  background-color: #fff;
  border: 2px solid #2d3517;
  width: 10px;
  height: 10px;
  margin: 3px;
  transition: none;
}
.products-set .lSSlideOuter .lSPager.lSpg > li:hover a,
.products-set .lSSlideOuter .lSPager.lSpg > li.active a {
  border: 5px solid #00b7e5;
  margin: 0px;
  width: 16px;
  height: 16px;
  background: #00b7e5;
}
.products-set .lSAction {
  display: none!important;
}
.carousel-indicators li {
  border: 2px solid #fff;
  width: 10px;
  height: 10px;
  margin: 3px;
  transition: none;
}
.carousel-indicators li.active {
  border: 5px solid #fff;
  margin: 0px;
  width: 16px;
  height: 16px;
  background: #fff;
}
.slider-slide {
  background-position: 50% 50%;
  background-size: cover;
  height: 435px;
}
.slider-slide .slider-text-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 460px;
}
.slider-slide .slider-text {
  width: 100%;
  text-align: center;
}
.slider-slide .line {
  margin-top: 40px;
}
.slider-slide .title,
.slider-slide .link {
  display: inline-block;
  transform: skewY(-4.5deg) scaleY(1.3);
  text-transform: uppercase;
}
.slider-slide .title {
  top: 40%;
  background: #fff;
  font-size: 35px;
  color: #30bddc;
  font-weight: bold;
  padding: 23px 33px;
  margin-bottom: 20px;
  line-height: 1.1;
}
.slider-slide .title .slider-badge {
  color: #fff;
  background: #d32b2b;
  font-size: 12px;
  position: absolute;
  top: -9px;
  right: 30px;
  padding: 0 10px;
}
.slider-slide .link {
  background: #fff;
  font-size: 15px;
  color: #545b42;
  font-weight: bold;
  padding: 3px 56px;
}
.p-top {
  padding: 0 30px;
}
@media only screen and (max-width: 1024px) {
.p-top {
    padding: 20px 40px 0;
  }
}
#category-products {
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (min-width: 1025px) {
  #product {
    min-height: 600px;
  }
}
@media only screen and (max-width: 1024px) {
  #product {
    padding: 0 5px;
  }
}
.page-category {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .page-category {
    padding: 0 15px;
  }
}
.product-mini {
  padding: 0 0 6% 0;
}
@media only screen and (max-width: 1024px) {
  .product-mini {
    margin-bottom: 10%;
  }
}
.product-small {
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .product-small {
    height: auto;
  }
}
.product-small.product-very-small {
  height: auto;
  padding: 0 10px 6px 10px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
}
.product-small.product-very-small .product-thumb {
  height: 175px;
  margin-bottom: 10px;
}
.product-small.product-very-small .product-title {
  height: 40px;
}
.product-small.product-horizontal {
  border: none;
  padding: 0;
  margin: 15px 0;
  clear: both;
  height: auto;
}
.product-small.product-horizontal .product-thumb {
  width: 50%;
  float: left;
  height: 100px;
  border: none;
  padding-right: 10px;
}
.product-small.product-horizontal .product-thumb .product-image {
  max-height: 100px;
}
.product-small.product-horizontal .product-title {
  height: auto;
  margin-bottom: 20px;
}
.product-small.product-horizontal .product-title .product-name {
  text-align: left;
  font-size: 12px;
}
.product-small.product-horizontal .prices {
  text-align: left;
}
.product-small.product-horizontal .prices .main-price {
  font-size: 14px;
}
.product-small.not-in-stock {
  opacity: 0.5;
}
.product-small .product-small-content {
  padding: 10px;
  background: #fff;
  text-align: center;
  position: relative;
}
.product-small a {
  font-family: "PT Sans", sans-serif;
  font-size: 24px;
  text-decoration: none;
  color: #252525;
}
@media only screen and (max-width: 1024px) {
  .product-small a {
    font-size: 40px;
	  line-height: 70px;
  }
}
.product-small .product-fav {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 2;
}
.product-small .product-fav a {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 21px;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  display: block;
  padding-left: 6px;
}
.product-small .product-fav a i {
  width: 14px;
  height: 14px;
}
.product-small .product-badge {
  position: absolute;
  top: 0;
  left: 0;
}
.product-small .product-badge.discount {
  width: 32px;
  height: 32px;
  background: url("../img/discount.svg") 50% 50%;
  background-size: cover;
}
.product-small .product-thumb {
  max-height: 400px;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 35px;
  border: 2px solid #f3f3f3;
  border-radius: 5px;
}
@media only screen and (max-width: 1024px) {
  .product-small .product-thumb {
    max-height: 700px;
	  padding: 40px;
  }
}
.product-small .product-thumb .product-image {
  max-width: 100%;
  max-height: 320px;
  margin: 10px 0;
}
@media only screen and (max-width: 1024px) {
  .product-small .product-thumb .product-image {
    max-height: 450px;
  }
}
.product-small .product-title {
  text-align: left;
}
.product-small .product-title .product-name {
  padding-top: 10px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.product-small .product-title .product-subname {
  color: #888888;
  text-align: center;
}
.product-small .product-title .product-compare-price {
  font-size: 13px;
  text-decoration: line-through;
  color: #ff0000;
}
.product-small .prices {
  text-align: left;
  margin: 0 0 5px;
}
@media only screen and (max-width: 1024px) {
  .product-small .prices {
    margin: 0 0 5px;
  }
}
.product-small .prices .price-title {
  color: #888888;
  font-size: 10px;
  line-height: 12px;
}
@media only screen and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px) {
  .product-small .prices .price-title {
    display: none;
  }
}
.product-small .prices .main-price {
  color: #000;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .product-small .prices .main-price {
    font-size: 33px;
  }
}
.product-small .actions {
  text-align: left;
  min-height: 50px;
}
.product-small .actions .not-in-stock {
  text-align: left;
}
.product-small .on-hover {
  display: none;
}
.product-small .on-hover p {
  line-height: 1;
  margin: 0;
}
.product-small .product-sizes .size {
  margin-right: 5px;
}
.product-small .fast-view {
  height: 30px;
  line-height: 30px;
  background: #f3f3f3;
  color: #a7a7a7;
  text-align: center;
  display: none;
}
.lightSlider .product-small:hover .product-small-content {
  box-shadow: none;
}
.lightSlider .product-small:hover .on-hover {
  display: none;
}
.day-product-block {
  position: relative;
}
.day-product-block .discount-percent {
  position: absolute;
  text-transform: uppercase;
  z-index: 6;
  text-align: center;
  top: 15px;
  left: 20px;
}
.day-product-block .discount-percent .title {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}
@media only screen and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px) {
  .day-product-block .discount-percent .title {
    font-size: 10px;
  }
}
.day-product-block .discount-percent .percent {
  color: #ffcd00;
  font-size: 24px;
  font-weight: bold;
  line-height: 16px;
}
@media only screen and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px) {
  .day-product-block .discount-percent .percent {
    font-size: 18px;
    line-height: 10px;
  }
}
.day-product-block .discount-timer {
  position: absolute;
  background: url(../img/day-product.png) no-repeat 50% top;
  width: 80px;
  background-size: 100% auto ;
  padding-top: 40px;
  text-align: center;
  color: #888;
  z-index: 6;
  top: 15px;
  right: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px) {
  .day-product-block .discount-timer {
    width: 70px;
    padding-top: 30px;
  }
}
.day-product-block .product-small {
  height: 435px;
}
.day-product-block .product-small .product-small-content {
  height: 435px;
  padding: 10px;
}
.day-product-block .product-small:hover .product-small-content {
  box-shadow: none;
  top: 0;
  padding-top: 10px;
}
.day-product-block .product-small:hover .on-hover {
  display: none;
}
.day-product-block .product-small .product-thumb {
  height: 260px;
  text-align: center;
  overflow: hidden;
}
.day-product-block .product-small .product-thumb img {
  height: 240px;
}
.day-product-block .product-small .product-title {
  height: 85px;
}
.day-product-block .product-small .product-title .product-subname {
  margin-top: 5px;
}
.day-product-block .product-small .product-title .product-sizes {
  white-space: nowrap;
  margin-top: 7px;
}
.day-product-block .product-small .product-title .product-sizes .size {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #eee;
  padding: 0 5px;
  border-radius: 3px;
  margin: 0px 2px;
}
.day-product-block .product-small .prices {
  margin-right: 70px;
  margin-bottom: 5px;
  white-space: nowrap;
  margin-top: 5px;
}
.day-product-block .product-small .prices .main-price {
  color: #ff4141;
  display: inline-block;
  vertical-align: middle;
}
.day-product-block .product-small .prices .compare-price {
  color: #888;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media only screen and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px) {
  .day-product-block .product-small .prices .compare-price {
    margin-right: 5px;
  }
}
.day-product-block .product-small .prices .compare-price:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid #ff4141;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}
.day-product-block .product-small .actions {
  width: 70px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.btn {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
}
.btn-primary {
  background-color: #00B8FC;
  border-color: #00add8;
  color: #000;
}
.btn-primary:hover {
  background-color: #0070ab;
}
.btn-large {
  font-size: 14px;
  padding: 11px 34px;
}
.btn-100 {
  width: 100%;
}
.btn-buy {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  padding: 15px 40px 13px 44px;
  color: #111;
  font-size: 14.5px;
  background-color: #00a0f0;
  border: 3px solid #007bdfdf;
  transition-duration: 150ms;
  transition-property: color,border;
  transition-timing-function: linear;
  text-shadow: 0px 0 15px rgb(37 37 37 / 10%), 0px 0 2px rgb(30 30 30 / 15%);
}
@media only screen and (max-width: 1024px) {
  .btn-buy {
    width: 220px;
    height: 75px;
    border-radius: 8px;
    background-size: 8% auto;
    font-size: 24px;
    padding: 5px 5px 5px 10px;
  }
}
.btn-buy:hover {
  color: #111;
  background-color: #009decc7;
  border: 3px solid #007bdfdf;
  transition-duration: 150ms;
  transition-property: color,border;
  transition-timing-function: linear;
}
.btn-buy span {
  display: inline-block;
  padding: 0 5px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  color: black;
}
@media only screen and (max-width: 1024px) {
  .btn-buy span {
    padding: 0;
	font-size: 14px;
  }
}
.btn-buy-product {
  width: 360px;
  padding: 9px 20px 8px 15px;
  font-weight: 600;
  background-color: #0099eb;
  border: 2px solid #0082c7;
  border-radius: 8px;
}
@media only screen and (max-width: 1024px) {
  .btn-buy-product {
    width: 650px;
    height: 90px;
    border-radius: 8px;
    background-size: 8% auto;
    padding: 28px;
  }
}	
.btn-buy-product span {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  color: black;
  display: inline-block;
  word-spacing: 1px;
  letter-spacing: -0.3px;
}
@media only screen and (max-width: 1024px) {
  .btn-buy-product span {
	font-size: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  .btn-buy-mobile span {
	font-size: 24px;
  }
}
.btn-white {
  background-color: #fff;
  color: #888585;
}
.btn-white-border,
.btn-default {
  background-color: #fff;
  color: #888585;
  border-color: #888585;
}
.btn-large.narrow {
  padding-left: 20px;
  padding-right: 20px;
}
.btn-green {
  color: #8c9869;
  background: none;
  border-color: #8c9869;
}
.page_name {
  padding: 0;
}
.category .category-description {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .category .category-description {
    margin-bottom: 30px;
  }
}
.category .category-filters {
  border: 1px solid #eee;
  margin-bottom: 20px;
  min-height: 40px;
  z-index: 6;
  background: #fff;
}
.category .category-filters .filter {
  display: inline-block;
}
.category .category-filters .filter.filter-large .popover {
  max-width: 600px;
}
.category .category-filters .filter.filter-large .filter-popover {
  width: 500px;
}
.category .category-filters .filter .title {
  color: #323E14;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 20px;
}
.category .category-filters .filter .title i {
  font-size: 8px;
  margin-left: 10px;
}
.category .category-filters .filter .filter-popover {
  width: 200px;
  text-align: center;
}
.category .category-filters .filter .filter-popover .filter-values {
  margin-bottom: 10px;
  text-align: left;
}
.category .category-filters .filter .filter-popover .filter-values > div {
  display: inline-block;
  width: 80px;
  vertical-align: top;
}
.category .category-filters .category-sort {
  border-left: 1px solid #eee;
  text-align: center;
  width: 100%;
}
.category .category-filters-2 {
  margin: 0 15px 10px;
  text-align: right;
  min-height: 35px;
  z-index: 6;
  background: #fff;
}
.category .category-filters-2 .category-item {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #eee;
  padding: 7.5px 20px 9px 33px;
  border-radius: 4px;
  margin: 1px 1px 1px 0px;
  cursor: pointer;
}
.category .category-filters-2 .category-item.filter-item.active {
  position: relative;
  padding-right: 30px;
}
.category .category-filters-2 .category-item.filter-item.active .icon-close {
  position: absolute;
  right: 3px;
  top: 3px;
}
.category .category-filters-2 .category-item.filter-item.active .separator {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #fff;
  right: 20px;
}
.category .category-filters-2 .category-item.active {
  height: 46px;
  background: #ebebeb;
  border: 2px solid #d1d1d1;
  color: #111;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-variant: all-petite-caps;
  word-spacing: 1px;
}
.category .category-filters-2 .category-item i {
  font-size: 15px;
  margin-left: 5px;
}
.category .category-additional {
  display: none;
}
.category .ipad-filters {
  margin-bottom: 20px;
  min-height: 40px;
}
.category .ipad-filters .category-sort {
  cursor: pointer;
}
.category .ipad-filters .modifier {
  border: 1px solid #eee;
}
.category .ipad-filters .modifier .title {
  color: #323E14;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  position: relative;
}
.category .ipad-filters .modifier .title i {
  font-size: 8px;
}
.category .ipad-filters .modifier .title .glyphicon {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}
.category .sub-categories .title {
  color: #222;
  font-family: "Raleway", sans-serif;
  font-variant: all-petite-caps;
  font-size: 18px;
  padding: 7px 15px;
  height: 38px;
  letter-spacing: 0.2px;
}
.category .sub-categories li {
  display: inline;
  margin: 0 20px;
  color: #000;
  font-size: 13px;
}
.category .sub-categories li .count {
  color: #aaa;
  margin-left: 5px;
}
.category .sub-categories a {
  color: #000;
}
.category .list-unstyled {
  margin-bottom: 0;
  padding-top: 1px;
}
.category .ipad-dropdown {
  border: 1px solid #eee;
  padding: 0;
  margin: 0px 15px;
  display: none;
  margin-bottom: 20px;
}
.category .ipad-dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.category .ipad-dropdown ul li {
  margin: 0;
  padding: 0;
}
.category .ipad-dropdown ul li a {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.category .ipad-dropdown ul li a:hover {
  text-decoration: none;
}
.category .ipad-dropdown ul li a:hover .subname {
  text-decoration: underline;
}
.category .ipad-dropdown ul li a .count {
  color: #aaa;
  margin-left: 5px;
}
.category .ipad-dropdown .filter {
  border-bottom: 1px solid #eee;
  height: 60px;
  padding: 15px;
}
.category .ipad-dropdown .filter .title {
  width: 50%;
  float: left;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
}
.category .ipad-dropdown .filter .filter-values {
  width: 50%;
  float: left;
  vertical-align: top;
  height: 30px;
  line-height: 20px;
  text-align: right;
}
.category .ipad-dropdown .filter .filter-values .input-price {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
}
.category .ipad-dropdown .filter .filter-values select[multiple].input-sm {
  height: 30px;
}
.category .ipad-dropdown .submit {
  padding: 30px 15px;
}
.category .blok-1 {
  padding: 30px 0;
}
@media only screen and (max-width: 1024px) {
  .category .blok-1 {
    margin: 0;
  }
}
.load-more-block {
  text-align: center;
}
.popover-container {
  padding: 10px;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-variant: all-petite-caps;
  box-shadow: 0 0 8px 4px rgba(154,161,177,.15), 0 4px 20px -8px rgba(36,40,47,.25), 0 4px 4px -2px rgba(91,94,105,.15);
}
.popover-container li {
  padding: 1px 0;
}
.popover-container .popover-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
  text-align: left;
}
.popover-container .filter-values {
  font-size: 13px;
  margin-bottom: 10px;
  text-align: left;
  max-height: 200px;
  overflow-y: auto;
  width: 300px;
}
.popover-container .filter-values label {
  font-weight: normal;
}
.popover-container .filter-values .filter-row .filter-row-end {
  clear: both;
}
.popover-container .filter-values .filter-col {
  width: 50%;
  float: left;
}
.popover-container .filter-values .filter-col span {
  white-space: normal !important;
}
.popover-container .filter-values .icon16.color {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 3px;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
}
#panel_top {
  z-index: 10;
  width: 100%;
  opacity: 0;
  background: radial-gradient(circle at 24.1% 68.8%, rgb(25 25 25 / 90%) 99.4%, rgb(50 50 50 / 90%) 0%);
  box-shadow: inset rgb(0 0 0 / 83%) 0px 10px 30px, inset rgb(128 128 128 / 89%) 0px 2px 30px 0px, rgba(0,0,0,.8) 0px 1px 1px 0px;
}
.product-name {
  word-spacing: 1.5px;
  letter-spacing: -0.5px;
}
.product-name-h1 {
  margin-left: 5px;
  letter-spacing: -0.2px;
}
.product-info .summary {
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  color: #111;
  padding: 10px 0;
  letter-spacing: 0.3px;
  word-spacing: 1px;
}
@media only screen and (max-width: 1024px) {
  .product-info .summary {
    font-size: 26px;
    word-spacing: 3px;
	  padding: 10px 0 20px;
    line-height: 35px;
    border-top: none;
  }
}
.delivery-inform {
  font-family: "Raleway", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-size: 13.5px;
  margin: 7px 0 5px;
}
.delivery-inform img {
  background-size: auto 20px;
  position: relative;
  width: 22px;
  margin-right: 5px;
  top: 2.5px;
}
@media only screen and (max-width: 1024px) {
  .delivery-inform img {
    background-size: auto 20px;
    position: relative;
    width: 38px;
    margin-right: 8px;
    top: 3.5px;
  }
}
.delivery-inform p {
  position: relative;
  margin: 0;
  font-weight: 600;
  color: #000;
  text-shadow: 0.05px 0px 0px rgb(255 255 255 / 93%), 0.05px 0px 0.05px rgb(0 0 0 / 90%);
}
@media only screen and (max-width: 1024px) {
  .delivery-inform p {
    font-size: 20px;
  }
}
.product .product-top {
  display: flex;
  flex-direction: row;
	justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .product .product-top {
	  flex-direction: column;
  }
}
.product .product-top .product-top-end {
  clear: both;
}
.product .product-thumbs {
  width: 7%;
  min-height: 300px;
  overflow: hidden;
  margin-top: 5%;
  order: 1;
}
@media only screen and (max-width: 1024px) {
  .product .product-thumbs {
	  display: flex;
    flex-direction: row;
	  justify-content: center;
    width: auto;
	  min-height: 110px;
	  margin: 10px 0;
	  order: 2;
  }
}
.product .product-thumbs .product-thumb {
  margin-bottom: 20px;
}
.product .product-thumbs .product-thumb :hover img {
  border: 2.5px solid #008aeb;
}
@media only screen and (max-width: 1024px) {
  .product .product-thumbs .product-thumb {
	  margin-left: 10px;
    margin-right: 10px;
	  max-width: 110px;
  }
}
.product .product-thumbs .product-thumb img {
  max-width: 100%;
  border: 1px solid #333;
  border-radius: 9px;
  border-width: 2.5px;
}
.product .main-image-block {
  width: 46%;
  margin: 2% 8.5% 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  order: 2;
  cursor: pointer;
  min-height: 550px;
}
@media only screen and (max-width: 1024px) {
  .product .main-image-block {
    display: block;
    text-align: center;
    width: 100%;
	  margin: 0;
	  order: 1;
  }
}
.product .main-image-block img {
  max-width: 100%;
  height: 500px;
  margin: 30px 0
}
.block_top {
  display: flex;
}
.block-raiting {
  padding-left: 20px;
  padding-bottom: 5px;
}
.product-rating {
  text-align: right;
  color: #111;
}
.product-rating i {
  color: #d1041c;
  font-size: 12.2px;
  vertical-align: bottom;
  top: -3.5px;
}
@media only screen and (max-width: 1024px) {
  .product-rating i {
    font-size: 19px;
  }
}
.product .stocks {
  position: relative;
  bottom: 5px;
}
.product .stock-high {
  word-spacing: 1px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  text-shadow: 0.05px 0px 0px rgb(255 255 255 / 93%), 0.05px 0px 0.05px rgb(0 0 0 / 90%);
}
.product .stock-high i {
  position: relative;
  font-size: 11px;
  padding-right: 4px;
  padding-top: 1px;
  top: -1px;
}
.product h6 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .product-first-line {
    border-bottom: 2px solid #3f4142;
    padding: 0 0 5px;
    display: flex;
    flex-direction: column-reverse;
  }
}
.product-first-line h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 48px;
  letter-spacing: -0.8px;
  
}
.product-first-line .product-rating {
  vertical-align: middle;
  margin-top: 30px;
  position: relative;
  float: right;
}
.product-first-line .product-rating i {
  font-size: 16px;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  .product-first-line .product-rating i {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1024px) {
  .product-first-line .product-rating #text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 19px;
  }
}
.product .product-info {
  width: 30%;
  order: 3;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .product .product-info {
    width: 100%;
    border-right: none;
    text-align: left;
  }
}
.product .product-info .product-stat {
  text-align: center;
  font-size: 12px;
  color: #888;
  margin: 10px 0;
}
@media only screen and (max-width: 1024px) {
  .product .product-info .product-stat {
    display: none;
  }
}
.product .product-info .product-articul {
  color: #000;
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .product .product-info .product-articul {
    margin-top: 25px;
	  font-size: 16px;
  }
}
.product .product-info .product-price-wrap {
  color: #111;
}
.product .product-info .product-price-wrap .price-title {
  color: #888;
  text-align: left;
}
.product .product-info .product-price-wrap .product-price {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
  padding: 10px 0;
  height: 50px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .product .product-info .product-price-wrap .product-price {
	font-size: 36px;
    border: none;
  }
}
.product .product-info .product-price-wrap .compare-price {
  color: #ff0000;
  font-size: 14px;
  text-decoration: line-through;
  line-height: 1;
}
.product .product-info .title {
  color: #4A4A4A;
  margin: 5px 0;
}
.product .product-info .add2cart-block {
  display: inline-block;
  vertical-align: bottom;
}
.product .product-info .quantity-block {
  margin-bottom: 30px;
}
.product .product-info .input-quantity {
  display: inline-block;
  vertical-align: bottom;
  height: 48px;
  width: 92px;
}
@media only screen and (max-width: 1024px) {
  .product .product-info .input-quantity {
	  height: 70px;
    width: 170px;
  }
}
.product .product-info .input-quantity .form-group {
  margin: 0;
}

.product .product-info .input-quantity input {
  text-align: center;
}
.input-group {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.input-group-addon {
  font-size: 9px;
  padding: 4px 14px;
  border-radius: 8px;
  color: #333;
  background-color: #f6f6f6;
  border: 1px solid #eee;

}
@media only screen and (max-width: 1024px) {
  .input-group-addon {
    padding: 13px 26px;
    font-size: 12px;
    font-weight: normal;
    color: #222;
    text-align: center;
  }
}
.input-group-addon i {
  line-height: 2;
  right: 5px;
}
.form-control {
  font-size: 14px;
  font-weight: 600;
  height: 28px;
  padding: 5px 12px;
  color: #333;
  border: 1px solid #eee;
}
@media only screen and (max-width: 1024px) {
  .form-control {
    font-size: 22px;
	  padding: 24px 20px;
  }
}
.product .product-info .product-categories {
  margin: 30px 0;
}
.product .product-info .product-categories a {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #eee;
  padding: 0 5px ;
  border-radius: 3px;
  margin: 3px 0;
  text-decoration: none;
}
.product .product-info .product-categories a.cat-hidden {
  display: none;
}
.product .product-delivery {
  width: 19%;
  float: left;
  border-left: 1px solid #eee;
  margin-left: -1px;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .product .product-delivery {
    width: 100%;
    float: none;
    border: none;
    clear: both;
  }
}
.product .product-delivery .title {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.product .product-delivery .title i {
  opacity: 0.5;
  width: 25px;
  margin-right: 10px;
}
.product .product-delivery .delivery-line {
  margin: 15px 0;
  font-size: 14px;
  line-height: 15px;
}
@media only screen and (max-width: 1024px) {
  .product .product-delivery .delivery-line {
    display: inline-block;
    height: 30px;
    vertical-align: top;
    white-space: nowrap;
    margin-right: 20px;
  }
}
.product .product-delivery .delivery-line .hint {
  color: #888;
  font-size: 12px;
}
.product .btn-add2favorite i {
  margin-top: -2px;
}
.product .related_products {
  margin: 30px 10px 10px;
  text-align: left;
}
.product .description-hint {
  color: #888;
}
.product_description h2 {
  font-family: "Raleway", sans-serif;
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin-top: 4%;
  margin-bottom: 25px;
}
.pro {
  font-family: "Raleway", sans-serif;
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin-top: 4%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .product_description h2 {
    margin-left: 0;
  }	
}
.product .description {
  padding-top: 0;
}
.product .product-modal {
  color: #4A4A4A;
  margin: 5px 0;
  font-size: 18px;
  font-weight: bold;
}
.product-tabs {
  z-index: 8;
  position: relative;
  height: 50px;
  letter-spacing: 0.2px;
  border-top: 1px solid #222222f0;
  border-bottom: 2px solid #b5b5b5d9;
  background: radial-gradient(circle at 10% 20%, rgb(29 29 29) 0%, rgb(64, 64, 64) 90.2%);
  box-shadow: inset rgb(0 0 0 / 83%) 0px -8px 18px, inset rgb(128 128 128 / 89%) 0px 3px 20px 0px, rgba(0,0,0,.8) 0px 2px 1px 0px;
}
@media only screen and (max-width: 1024px) {
  .product-tabs {
    height: 80px;
  }
}
.product-tabs:after {
  content: '';
  display: block;
  border: none;
  position: relative;
  z-index: 14;
}
.feature {
	display: block;
	margin: 0;
	padding: 0;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 1024px) {
  .feature {
    font-size: 19px;
  }
}
.feature li {
	display: block;
	margin: 10px 0;
}
.feature .name {
	margin-right: -30%;
	width: 69%;
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
}
.feature .name:after {
	content: '';
	display: inline-block;
	width: 100%;
	margin: 0 -99% 0 3px;
	vertical-align: baseline;
  border: none;
  border-width: 0 0 2.5px;
  border-style: solid;
	border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1" width="8" height="4"><circle fill="black" cx="1" cy="0.5" r="0.5"></circle></svg>') 0 0 100% repeat;
	background-position: 50%;
	box-sizing: border-box;
  color: black;
}
.feature .value {
	display: inline-block;
	padding-left: 3px;
	margin-left: 30%;
	width: 30%;
	vertical-align: bottom;
}
.skus-title {
  color: #4A4A4A;
  margin: 5px 0;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .skus-title {
    font-size: 13px;
    font-weight: normal;
  }
}
.skus {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .skus {
    text-align: left;
    margin-left: -5px;
  }
}
.skus .sku {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #eee;
  padding: 0 5px ;
  border-radius: 3px;
  margin: 3px 5px;
  cursor: pointer;
}
.skus .sku.active {
  background: #98a475;
  color: #fff;
  border-color: #98a475;
}
.skus .sku.not-available {
  color: #ccc;
}
.product-sizes .size {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #eee;
  padding: 0 5px ;
  border-radius: 3px;
  margin: 3px 5px;
  cursor: pointer;
}
.product-sizes .size.active {
  background: #98a475;
  color: #fff;
  border-color: #98a475;
}
.product-sizes .size.not-available {
  color: #ccc;
}
.product-cart {
  text-align: center;
}
.product-cart .skus-title {
  text-align: left;
}
.fast-view-container .product-thumbs {
  width: 10%;
}
.fast-view-container .main-image-block {
  width: 40%;
  cursor: default;
}
.fast-view-container .product-info {
  border-right: none;
  padding-right: 0;
  width: 50%;
}
.fast-view-container .product-delivery {
  display: none;
}
.review-rates a {
  text-decoration: none;
}
#cart-page {
  padding: 0 30px;
}
@media only screen and (max-width: 1024px) {
  #cart-page {
    padding: 0 40px;
  }
}
.shopping-cart a {
  color: #2f3132;
}
.shopping-cart .thumb {
  text-align: center;
}
.shopping-cart .thumb img {
  max-height: 180px;
}
@media only screen and (max-width: 10px) {
  .shopping-cart .thumb img {
    max-height: 30px;
  }
}
.shopping-cart .cart-product {
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  padding: 15px 0;
}
.shopping-cart .cart-product .product-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 50px;
  left: 25px;
}
@media only screen and (max-width: 1024px) {
  .shopping-cart .cart-product .product-title {
    justify-content: space-around;
  }
}
.shopping-cart .cart-product .product-title a {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #2f3132;
  font-size: 16px;
}
@media only screen and (max-width: 10px) {
  .shopping-cart .cart-product .product-title {
    height: 30px;
  }
}
.shopping-cart .cart-product input {
  color: #000;
  text-align: center;
}
.shopping-cart .cart-product .product-delete {
  text-align: right;
}
.shopping-cart .product-sum {
  text-align: right;
}
.shopping-cart .cart-result {
  margin-top: 20px;
  font-size: 24px;
}
.shopping-cart .cart-submit {
  margin: 20px 0;
}
.checkout .errormsg {
  color: #bb0000;
  font-style: normal;
}
.checkout h1 {
  text-align: center;
}
.checkout form {
  max-width: 600px;
  margin: 0 auto;
}
.checkout .title {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 0px 0;
  color: #222;
}
.checkout .hint {
  color: #999;
  font-size: 12px;
}
.checkout #form-shipping,
.checkout #form-payment {
  margin-top: 10px;
}
.checkout .checkout-option {
  vertical-align: top;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
.checkout .checkout-option.active {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.checkout .checkout-option.active .shipping-time {
  color: #fff;
}
.checkout .checkout-option .checkout-radio {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  height: 16px;
  line-height: 16px;
}
.checkout .checkout-option .shipping-name {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  white-space: nowrap;
  min-height: 16px;
}
.checkout .checkout-option .shipping-time {
  font-size: 12px;
  white-space: nowrap;
  color: #999;
}
.checkout .shipping-forms,
.checkout .payment-options-end,
.checkout .shipping-options-end {
  clear: both;
}
.checkout .city-name {
  text-decoration: underline;
  cursor: pointer;
}
.checkout .order-confirm-block {
  position: relative;
  padding: 10px 0 30px 0;
}
.checkout .error-block {
  text-align: center;
  color: #f00;
}
.checkout .city-inline-input-block {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  font-weight: normal;
  font-size: 12px;
  height: 21px;
}
.checkout-form.form-address .wa-field {
  width: 100%;
  float: none;
}
.checkout-form .wa-field.wa-field-address {
  float: none;
  height: auto;
  width: 100%;
  clear: both;
  padding-top: 10px;
}
.checkout-form .wa-field.wa-field-address > .wa-name {
  display: none;
}
.checkout-form .wa-field.wa-field-address > .wa-value {
  width: 100%;
  float: none;
  padding: 0;
  font-size: 12px;
}
.checkout-form .wa-field.wa-field-address .field > span {
  font-size: 12px;
  color: #222;
}
.checkout-form .wa-field,
.checkout-form .fa-field {
  float: none;
  text-align: left;
  margin-bottom: 0px;
}
.checkout-form .wa-field.wa-field-address-shipping,
.checkout-form .fa-field.wa-field-address-shipping {
  margin-bottom: 0;
}
.checkout-form .wa-field.wa-field-address-street.single-field,
.checkout-form .fa-field.wa-field-address-street.single-field {
  float: none;
  width: 100%;
}
.checkout-form .wa-field .wa-name,
.checkout-form .fa-field .wa-name,
.checkout-form .wa-field .fa-name,
.checkout-form .fa-field .fa-name {
  padding: 0;
  padding-top: 7px;
  margin-bottom: 0;
  color: #222;
  font-size: 12px;
}
.checkout-form .wa-field .wa-value,
.checkout-form .fa-field .wa-value,
.checkout-form .wa-field .fa-value,
.checkout-form .fa-field .fa-value {
  padding: 0;
  width: 100%;
  color: #000;
}
.checkout-form .wa-field .wa-value p,
.checkout-form .fa-field .wa-value p,
.checkout-form .wa-field .fa-value p,
.checkout-form .fa-field .fa-value p {
  margin: 0;
}
.checkout-form .wa-field .wa-value input,
.checkout-form .fa-field .wa-value input,
.checkout-form .wa-field .fa-value input,
.checkout-form .fa-field .fa-value input,
.checkout-form .wa-field .wa-value select,
.checkout-form .fa-field .wa-value select,
.checkout-form .wa-field .fa-value select,
.checkout-form .fa-field .fa-value select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.checkout-form .wa-form-end,
.checkout-form .fa-fields-end {
  clear: both;
}
.checkout-submit {
  margin: 20px 0;
}
.control-label {
  color: #999;
  font-size: 12px;
}
#shipping-address .row {
  margin-left: -10px;
  margin-right: -10px;
}
#shipping-address .col-xs-8,
#shipping-address .col-xs-4 {
  padding-right: 10px;
  padding-left: 10px;
}
.address-field {
  width: 50%;
}
.address-field .fa-field {
  display: block;
  width: auto;
  float: none;
}
.address-field .fa-field .hint {
  color: #999;
  font-size: 12px;
}
#menu-mask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: rgb(0 0 0 / 70%);
}
.slideout-open #menu-mask {
  display: block;
}

.big-menu {
  font-size: 16px;
}
.big-menu li {
  border-bottom: 1px solid #666666;
  padding: 0 20px;
}
.big-menu li:last-child {
  border: none;
}
.big-menu li a {
  display: block;
  padding: 10px 0;
}
.slide-menu {
  font-size: 16px;
  position: relative;
  z-index: 10;
}
.slide-menu .menu-item {
  border-bottom: 1px solid #818181;
  padding: 0 20px;
}
.slide-menu .menu-item.title {
  display: block;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
}
.slide-menu .menu-item a {
  display: block;
  padding: 10px 0;
}
.slide-menu .slide-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slide-menu .slide-menu.menu-links li i {
  margin-top: -11px;
}
.slide-menu .slide-menu li {
  margin: 0;
  padding: 0 20px;
  position: relative;
  border-bottom: 1px solid #555555;
}
.slide-menu .slide-menu li.cat.double {
  padding-left: 50px;
  white-space: nowrap;
}
.slide-menu .slide-menu li.cat.double a {
  display: inline-block;
  padding-left: 0;
}
.slide-menu .slide-menu li.cat .subcats-click {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  padding: 10px;
}
.slide-menu .slide-menu li.small .cat-icon {
  display: none;
}
.slide-menu .slide-menu li.small a {
  padding-left: 0;
}
.slide-menu .slide-menu li.cat-subcats {
  display: none;
  padding-left: 0;
}
.slide-menu .slide-menu li.cat-subcats ul {
  padding: 0;
  list-style: none;
}
.slide-menu .slide-menu li.cat-subcats ul li {
  padding-left: 40px;
}
.slide-menu .slide-menu li .cat-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -17px;
}
.slide-menu .slide-menu li .cat-icon img {
  height: 30px;
}
.slide-menu .slide-menu li a,
.slide-menu .slide-menu li span {
  padding: 25px 0;
  padding-left: 35px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin: 0;
  line-height: 1.1;
}
@media only screen and (max-width: 1024px) {
  .slide-menu .slide-menu li a,
  .slide-menu .slide-menu li span {
    padding: 35px 0 35px 25px;
    font-size: 25px;
  }
}
.lg-backdrop {
  background-color: #fff!important;
}
.lg-sub-html,
.lg-toolbar {
  background: #fff!important;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background: #fff!important;
}
.lg-item {
  color: #fff;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  font-size: 36px!important;
}
.reviews-summary .rating {
  font-weight: bold;
  font-size: 18px;
}
.review {
  margin: 20px 0;
}
.review .review-text {
  position: relative;
  background: #fff;
  border: 3px solid #bdbdbd;
  padding: 12px 17px 10px 17px;
}
.review .review-text .review-title {
  font-weight: bold;
}
.review .review-text:after,
.review .review-text:before {
  top: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.review .review-text:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.review .review-text:before {
  border-color: rgba(189, 189, 189, 0);
  border-top-color: #bdbdbd;
  border-width: 14px;
  margin-left: -14px;
}
.review .review-bottom {
  margin-top: 10px;
}
.review .review-bottom .date {
  color: #999;
  margin-left: 30px;
}
.rate {
  font-size: 20px;
}
.rate i {
  color: #edb867;
}
.rate i.grey {
  color: #eee;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 315px;
  background: #252525;
  border-top: 1px solid #4c4c4c38;
  border-width: 2px;
  padding-top: 25px;
}
@media only screen and (max-width: 1024px) {
  .footer {
    height: auto;
    position: static;
    padding-top: 40px;
  }
}
.footer a {
  color: #4A4A4A;
}
.footer_wrap {
  padding: 0 10px;
}
@media only screen and (max-width: 1024px) {
  .footer_wrap {
    padding: 0 20px;
  }
}
.footer .line {
  margin: 5px -15px;
  border-top: 2px solid #313131;
}
@media only screen and (max-width: 1024px) {
  .footer .line {
    margin: 5px -45px;
  }
}
.footer .title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fffffff0;
  letter-spacing: 0.5px;
  font-variant: all-petite-caps;
  text-shadow: 0 -0.5px 1px black, 0 1px 1px black;
}
@media only screen and (max-width: 1024px) {
  .footer .title {
    font-size: 22px;
    font-variant: none;
  }
}
.footer .footer-content {
  position: relative;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1024px) {
  .footer .footer-content {
    flex-direction: column;
  }
}
.footer .content-left, .footer .content-right {
  padding: 0px;
}
@media only screen and (max-width: 1024px) { 
  .footer .infoshop_list {
    order: 2;
  }
}
@media only screen and (max-width: 1024px) { 
  .footer .info-footer {
    order: 1;
  }
}
.footer .schedules {
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: 0.3px;
}
@media only screen and (max-width: 1024px) {
  .footer .schedules {
    font-size: 10px;
  }
}
.footer .schedule {
  color: #eee;
  padding: 2px 0;
  text-shadow: 0 1px 1px black, 0 1px 1px black;
}
@media only screen and (max-width: 1024px) {
  .footer .schedule {
    padding: 4px 0;
    font-size: 18px;
    letter-spacing: 0.3px;
  }
}
.footer .footer-list {
  list-style: none;
  line-height: 28px;
}
.footer .footer-list li {
  padding: 4px 0;
  font-size: 21px;
  font-variant: all-petite-caps;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1024px) {
  .footer .footer-list li {
    font-variant: none;
    padding: 15px 0;
    font-size: 22px;
  }
}
.footer .footer-list li a {
  font-family: "Nunito", sans-serif;
  color: #d0d0d0;
  text-decoration: none;
  text-shadow: 0 1px 1px black, 0 2px 1px black;
}
.footer .footer-list li a:hover {
  color:#fff;
}
.footer .nav-footer {
  list-style: none;
  line-height: 28px;
}
.footer .nav-footer li {
  padding: 4px 0;
  font-size: 21px;
  font-variant: all-petite-caps;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1024px) {
  .footer .nav-footer li {
    font-variant: none;
    padding: 12px 0;
    font-size: 22px;
  }
}
.footer .nav-footer li a {
  font-family: "Nunito", sans-serif;
  color: #d0d0d0;
  text-decoration: none;
  text-shadow: 0 1px 1px black, 0 2px 1px black;
}
.footer .nav-footer li a:hover {
  color: #fff;
}
#callmeback {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
  text-shadow: 0 1px 1px black, 0 1px 1px black;
}
#callmeback:hover {
  color:#00b7e5;
}
.footer .footer-contacts {
  line-height: 30px;
  text-align: center;
}
.footer .phone {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding-left: 15px;
}
@media only screen and (max-width: 1024px) {
  .footer .phone {
    font-size: 30px;
	  padding-left: 30px;
  }
}
.footer .phone i {
  font-size: 21px;
  margin-top: 4px;
  margin-left: -3px;
  position: absolute;
}
.footer .phone .number {
  padding-left: 26px;
}
.footer .contact_city {
  margin: -5px 0 -15px;
  position: relative;
  left: 75px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
}
.footer .contact_email {
  display: inline-block;
  position: relative;
  left: 192px;
  top: -15px;
  font-size: 11.5px;
  font-weight: 400;
  color: #fff;
}
.footer .phone a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.1px;
  text-shadow: 1px -1px 1px black, 0 1px 1px black;
}
.footer .phone a:hover {
  color:#00b7e5;
}
.footer .email {
  font-family: "Raleway", sans-serif;
  text-decoration: none;
  letter-spacing: 0.4px;
  text-shadow: 0 -1px 1px black, 0 1px 1px black;
}
.footer .email a {
  color: #fff;
  font-size: 21px;
  font-variant: all-petite-caps;
  text-decoration: none;
  position: relative;
}
.footer .email a:hover {
  color:#00b7e5;
}
@media only screen and (max-width: 1024px) {
  .footer .email a {
    font-size: 21px;
  }
}
.icon-whatsapp {
  background: url(/wa-apps/shop/themes/strim/img/social/icon-whatsapp.webp) no-repeat left 50%;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  background-size: 100% auto ;
}
@media only screen and (max-width: 1024px) {
  .icon-whatsapp {
    height: 50px;
    width: 50px;
  }
}
.icon-whatsapp-2 {
  background: url(/wa-apps/shop/themes/strim/img/social/whatsapp-logo.svg) no-repeat left 50%;
  height: 60px;
  width: 120px;
  display: inline-block;
  vertical-align: middle;
  background-size: 100% auto ;
}
.footer .whatsapp {
  margin: 10px;
}
.footer .whatsapp a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.footer .whatsapp a span:hover {
  color:#16b800bd;
  text-shadow: 0 0 1px white, 0 0 1px white;
}
.footer .whatsapp a span {
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  margin-top: -9px;
  margin-bottom: -5px;
  text-shadow: 0 -1px 1px black, 0 1px 1px black;
  font-variant: all-petite-caps;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .footer .whatsapp a span {
    font-size: 18px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .logo a img {
    max-height: 45px;
  }
}
.delivery-blok {
  margin: 0 0 30px;
}
@media only screen and (max-width: 1024px) {
  .delivery-method,
  .delivery-partners {
    padding: 0 30px;
  }
}
.delivery-method .delivery-info {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14.5px;
  padding: 7px 0;
  color: #222;
}
.delivery-wey {
  margin-top: 30px;
}
.delivery-partners h3 {
  margin: 10px 0 10px -50%;
}
@media only screen and (max-width: 1024px) {
  .delivery-partners h3 {
    margin: 10px 0;
  }
}
.delivery-partners img {
  margin: 13px 0;
}
.bottom-gallery {

}
@media only screen and (max-width: 1024px) {
  .bottom-gallery {
    margin: auto;
  }
}
.bottom-gallery .product-small .product-thumb {
  padding: 15px;
}
.bottom-gallery .product-small .product-title .product-name {
  text-align: center;
  padding-top: 5px;
}
.bottom-gallery .product-small a {
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .bottom-gallery .product-small a {
    font-size: 18px;
  }
}
.bottom-gallery .product-small .prices {
  text-align: center;
}
.bottom-gallery .product-small .prices .main-price {
  line-height: 20px;
  font-size: 18px;
  font-weight: 400;
}
.bottom-gallery .product-small .actions {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .bottom-gallery .product-small .product-thumb {
    padding: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .bottom-gallery .product-small a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .bottom-gallery .product-small .prices .main-price {
    font-size: 20px;
  }
}
.product_features {
  background-color: #e4e4e4;
  padding: 25px 20px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .product_features {
    padding: 5% 35px;
  }
}
.product_title {
  margin: 16px -20px;
  font-family: "Raleway", sans-serif;
  color:#222;
  font-size: 35px;
  font-weight: 700;
  word-spacing: 4px;
}
@media only screen and (max-width: 1024px) {
  .product_title {
    font-size: 36px;
    margin: 20px 0;
  }
}
.features {
  color: #111;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .features li {
    padding: 0 20px;
    font-size: 24px;
    line-height: 24px;
  }
}
.features li {
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.4px;
  word-spacing: 1px;
  text-align: left;
  padding: 8px 0;
  font-size: 17px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .features li {
    list-style-type: disc;
    padding: 12px 0;
    font-size: 24px;
    line-height: 24px;
  }
}
.voice-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 13.5px;
  margin: 0 -15px;
  padding: 10px 0;
}
@media only screen and (max-width: 1024px) {
  .voice-row {
    display: flex;
    flex-direction: column;
    align-items: center;
	  font-size: 11.5px;
  }
}
.voice-row .voice-left {
  padding: 15px 0;
  width: 40%;
  left: 3%;
}
@media only screen and (max-width: 1024px) {
  .voice-row .voice-left {
    width: 90%;
	  padding-top: 0px;
	  left: 0%;
	  margin-left: -15px;
    margin-right: -15px;
  }
}
.voice-row .voice-left h2 {
  text-align: center;
  font-size: 28px;
  font-family: "Nunito", sans-serif;
  color: white;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .voice-row .voice-left h2 {
	  font-size: 34px;
  }
}
.voice-row .voice-left p {
  font-family: "system-ui", sans-serif;
  font-size: 18px;
  line-height: 28px;
  margin: 15px 66px 40px;
}
@media only screen and (max-width: 1024px) {
  .voice-row .voice-left p {
	  font-size: 23px;
	  line-height: 25px;
    margin: 15px 25px 25px;
  }
}
.voice-row .voice-left img {
  width: 300px;
}
@media only screen and (max-width: 1024px) {
  .voice-row .voice-left img {
    width: 350px;
  }
}
.voice-image {
  text-align: center;
}
.voice-image img {
  padding: 4px 2%;
  height: auto;
  width: 100%;
  margin-left: 9%;
}
@media only screen and (max-width: 1024px) {
  .voice-image img {
    padding: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .voice-logo {
    padding: 10px 0 15px 0;
  }
}
.button_voice {
  display: block;
  padding: 15px 0 20px 25px;
}
@media only screen and (max-width: 1024px) {
  .button_voice {
	padding: 40px 0;
  }
}
.button_voice a {
  text-decoration: none;
  padding: 16px 29px;
  border-radius: 5px;
  background-color: #040404;
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  color: #ddd;
}
@media only screen and (max-width: 1024px) {
  .button_voice a {
    padding: 25px 45px;
	font-size: 23px;
  }
}
.button_voice a:hover {
  text-decoration: none;
  box-shadow: inset 0 1px 0px 0px rgb(0 0 0 / 15%), 0px 1px 2px 0px rgb(0 0 0 / 25%);
  background-color: #1c1c1c;
  color: #fff;
}
.button_voice a:active {
  text-decoration: none;
  box-shadow: inset 0 2px 5px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(245, 245, 245, 0);
  background-color: #1c1c1c;
}
/* item */
.item-row  {
  background-color: #53575A;
  padding-left: 2.8%;
  margin: 0;
}
.item-row h2 {
  font-size: 28px;
  font-family: "system-ui", sans-serif;
  font-weight: lighter;
  text-align: center;
  font-weight: 400;
  color: white;
  margin: 10px 25px 5px 0;
  line-height: 1;
}
.item-row sup {
  font-size: 85%;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .item-row h2 {
	  font-size: 35px;
    margin-right: 2.3%;
	  margin-bottom: 15px;
    font-weight: 500;
  }
}
#mic-name {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 40px;
  text-transform: lowercase;
  padding-left: 3px;
}
@media only screen and (max-width: 1199px) {
  #mic-name {
	  font-size: 50px;
  }
}
.item-blok {
  width: 48%;
  background-color: rgba(255, 255, 255, 0.09);
  border-radius: 1em;
  padding: 25px 5px 30px;
  text-align: center;
  font-size: 14px;
  color: white;
  margin-right: 1.6%;
  margin-top: 1%;
}
@media only screen and (max-width: 1199px) {
  .item-blok {
    width: 97%;
	  padding: 25px 5px 10px;
	  font-size: 12px;
	  margin-top: 3%;
  }
}
@media only screen and (max-width: 1199px) {
  .item-blok-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.item-blok-left {
  padding-right: 0;
  padding-left: 5%;
} 
@media only screen and (max-width: 1199px) {
  .item-blok-left {
    width: 86%;
    padding-left: 0;
  }
}
.item-blok-left h3 {
  font-family: system-ui, sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: white;
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .item-blok-left h3 {
    font-size: 33px;
    letter-spacing: 0.3px;
  }
}
.item-blok-left p {
  margin: 10px;
  font-family: system-ui, sans-serif;
  font-size: 16.3px;
  color: white;
  letter-spacing: 0.1px;
  line-height: 20px;
}
@media only screen and (max-width: 1199px) {
  .item-blok-left p {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.2px;
  }
}
@media only screen and (min-width: 1199px) {
  .item-blok-left img {
    padding: 0 30%;
  }
}
.item-blok-left img {
   padding: 0 39%;
}
.item-blok-right img {
  width: 230px;
}
@media only screen and (max-width: 1199px) {
  .item-blok-right img {
    width: 400px;
  }
}
@media only screen and (max-width: 1199px) {
  .item-blok-right {
    width: 80%;
  }
}
.text-plain .contact {
  color: #111;
  line-height: 21px;
}
.text-plain .below-title {
  font-family: "Raleway", sans-serif;
  color: #111;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 1024px) {
  .text-plain .below-title {
    font-size: 18px;
	  line-height: 21px;
  }
}
.contact .working-hours {
  font-family: "Montserrat", sans-serif;
  line-height: 24px;
  font-size: 15px;
  font-weight: 500;
  color: #111111;
}
@media only screen and (max-width: 1024px) {
  .contact .working-hours {
	font-size: 13px;
	line-height: 23px;
  }
}
.contact .working-hours .span-normal {
  font-weight: 500;
}
.contact .contact-email a {
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.contact .contact-email i {
  font-size: 96%;
  padding-right: 6px;
}
.contact .contact-address p i {
  font-size: 1.4em;
  vertical-align: baseline;
  color: #e04e4e;
}
.contact .contact-requisites p {
  font-size: 13.5px;
  font-weight: 400;
  line-height: 22px;
}
@media only screen and (max-width: 1024px) {
  .contact .contact-requisites p {
	font-size: 12px;
	line-height: 17px;
  }
}
.contact .contact-block-title {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  vertical-align: text-bottom;
  font-weight: 600;
  text-transform: uppercase;
  color: #404040; 
}
.contact .contact-block-title a {
  color: #222; 
}
@media only screen and (max-width: 1024px) {
  .contact .contact-block-title {
    font-size: 16px;
  }
}
.contact .contact-block p a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #1c4899;
  padding-left: 6px;
}
@media only screen and (max-width: 767px) {
  .contact .contact-block p a {
    font-size: 15px;
  }
}
.contact .map-box {
  margin-top: 10px;
  margin-bottom: 5px;
}
.contact .phone {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
}
@media only screen and (max-width: 1024px) {
  .contact .phone {
    font-size: 30px;
  }
}
.contact .phone i {
  color: #222;
  font-size: 21px;
  margin-top: 9px;
  margin-left: -3px;
  position: absolute;
}
.contact .phone .number {
  padding-left: 20px; 
  color: #222;
}
.contact .contact_city {
  margin: -15px 75px -15px;
  position: absolute;
  text-decoration: none;
  left: 75px;
  font-size: 11px;
  font-weight: 400;
  color: #222;
}
.contact .contact-center {
  padding-left: 5px;
  padding-right: 5px;
}
/* patterns */
@media only screen and (min-width: 1025px) {
  .patterns-row .patterns-blok-left {
    padding-top: 10px;
    padding-right: 5%;
    text-align: right;
  }
}
@media only screen and (max-width: 1024px) {
  .patterns-row .patterns-blok-left {
    padding-top: 0px;
	  padding-left: 10px;
    text-align: center;
  }
}
.patterns-row .patterns-blok-left h2 {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 26px;
  color: #222;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .patterns-row .patterns-blok-left h2 {
    text-align: center;
	  font-size: 32px;
	  margin: 30px 0 10px 0;
  }
}
.patterns-row .patterns-blok-left p {
  font-size: 17px;
  color: #222;
  line-height: 28px;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.1px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .patterns-row .patterns-blok-left p {
	  text-align: left;
    padding-top: 10px;
	  padding-left: 35px;
    font-size: 24px;
	  line-height: 32px;
  }
}
.patterns-row .patterns-blok-left h4 {
  margin-left: 35px;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .patterns-row .patterns-blok-left h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .patterns-row .patterns-blok-right img {
	min-width: 240px;
  }
}
@media only screen and (max-width: 1024px) {
  .patterns-row .patterns-blok-right {
    padding-left: 0;
  }
}
/* best mic */
.bestmic-row {
  margin: 15px 0;
}
.bestmic-row .b-left {
  display: flex;
  flex-direction: row-reverse;
  margin-left: -6%;
}
@media only screen and (max-width: 1024px) {
  .bestmic-row .b-left { 
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding-top: 15px;
  }
}
.bestmic-row .b-left img {
  max-width: 510px;
}
@media only screen and (max-width: 1024px) {
  .bestmic-row .b-left img {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1024px) {
  .bestmic-row .b-left img {
	  padding: 15px 20px 0;
  }
}
.bestmic-row .b-right {
  text-align: left;
  display: flex;
  flex-direction: column;
  padding-left: 3%;
  padding-right: 9%;
  margin-top: 2%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .bestmic-row .b-right {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    margin-top: 0;
	  margin-bottom: 25px;
  }
}
.bestmic-row .b-right h2 {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  font-variant: lining-nums;
  line-height: 30px;
  margin-top: -10px;
  margin-bottom: 15px;
  word-spacing: 2px;
}
@media only screen and (max-width: 1024px) {
  .bestmic-row .b-right h2 {
	  font-size: 32px;
	  padding-top: 0;
    margin: 0 35px;
    font-weight: 500;
  }
}
.bestmic-row .b-right img {
  max-width: 350px;
}
.bestmic-row .b-right p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  text-align: left;
  line-height: 25px;
  letter-spacing: 0.3px;
}
@media only screen and (max-width: 1024px) {
  .bestmic-row .b-right p {
    font-size: 26px;
    line-height: 32px;
    margin: 10px 35px;
    padding-bottom: 30px;
  }
}
.mics_blok {
  display: flex;
  flex-direction: row;
}