html {
  overflow-y: scroll;
}

body {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  background-attachment: fixed;
}

a {
  color: #124a84;
  transition: color 0.3s ease;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0 0 15px;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 22px;
  font-weight: 500;
  color: #484848;
  margin: 0 0 20px;
}
.product-features td {
  word-wrap: break-word;
}
h2 {
  font-size: 20px;
  font-weight: 500;
  color: #484848;
}

h3 {
  font-size: 18px;
  font-weight: 500;
  color: #484848;
}

h4 {
  font-size: 17px;
  font-weight: 500;
  color: #484848;
}

h5 {
  font-size: 17px;
  font-weight: 500;
  color: #484848;
}

.frame {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
  flex-flow: row wrap;
}

.cent {
  text-align: center;
}

#toTop {
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 40px;
  cursor: pointer;
  display: none;
}

#toTop img {
  width: 100%;
}

h1[data-page="17"] {
  text-align: center;
}

.row {
  margin-bottom: 20px;
}

.fl-lef {
  float: left;
  width: 400px;
  margin-right: 50px;
  max-width: 100%;
}

.main-container {
  background: #fff;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.text-center {
  text-align: center !important;
}

.proposulimg {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}

#loader {
  background: #fff;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000000;
}

#loader .l-inner {
  position: relative;
  display: block;
  width: 57px;
  height: 57px;
  top: 50%;
  left: 50%;
  margin: -50px auto auto -50px;
}

#loader .l-box {
  width: 25px;
  height: 25px;
  background: #239bd3;
  opacity: 0;
  animation: load 2.5s linear infinite;
}

#loader .l-box:nth-of-type(1) {
  position: absolute;
  top: 2px;
  left: 2px;
}

#loader .l-box:nth-of-type(2) {
  position: absolute;
  top: 2px;
  right: 2px;
  animation-delay: -0.25s;
}

#loader .l-box:nth-of-type(3) {
  position: absolute;
  bottom: 2px;
  right: 2px;
  animation-delay: -0.5s;
}

#loader .l-box:nth-of-type(4) {
  position: absolute;
  bottom: 2px;
  left: 2px;
  animation-delay: -0.75s;
}

@keyframes load {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Basic */

.labels {
  position: absolute;
  top: 10px;
  right: -2px;
  z-index: 9;
}

.labels .label {
  background: #239bd3;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  padding: 2px 15px 2px 12px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.15);
  font-weight: 600;
}

/*
.labels .label:before{
	position: absolute;
	content: '';
	border-top: 0px solid transparent;
	border-bottom: 23px solid transparent;
	border-right: 11px solid #239BD3;
	left: -11px;
	top: 0;
}
*/

.labels .label.sale {
  background: #d32348;
  border-bottom-color: #b41e3d;
}

.labels .label.sale:before {
  border-right-color: #d32348;
}

/* Header */

.header .top-line {
  font-size: 12px;
  padding: 15px 0;
  display: none;
}

.header .top-expand {
  background: #fcfcfc;
  border-bottom: 1px solid #e5e8eb;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 30px;
  cursor: pointer;
}

.header .logo {
  margin-bottom: 25px;
}

.header .logo a {
  display: block;
  padding: 60px 0 24px 70px;
  font-size: 28px;
  line-height: 42px;
  color: #556273;
  text-decoration: none;
  max-width: 265px;
  margin: 0 auto;
  background: url(../images/logo.png) no-repeat left center;
  position: relative;
}

.header .logo a span {
  position: absolute;
  bottom: 12px;
  left: 216px;
  font-size: 14px;
  color: #ff733f;
  line-height: normal;
}

.header .phone {
  text-align: center;
  margin-bottom: 0px;
}

.header .phone p {
  font-size: 20px;
  font-weight: 600;
  padding: 0;
}

.header .phone p .prefix {
  font-size: 14px;
  font-weight: 400;
}

.header .menu {
  display: none;
  padding: 0px;
}

.header .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .menu li {
  display: inline-block;
  padding: 0 20px 15px 0;
}

.header .menu li:last-child {
  padding-right: 0;
}

.adr-top p {
  color: #484848;
  padding-bottom: 5px;
  font-size: 15px;
}

.schedule-text {
  font-size: 22px;
  color: #004987;
  line-height: 26px;
  font-weight: 600;
}

#top-line .col-md-12 {
  padding: 0;
}

.logo-top {
  margin-bottom: -25px;
}

.row.page-bottom {
  border-top: 1px solid #556273;
  padding: 20px 0;
}

.phn-top {
  padding-right: 0;
}

.phn-top a {
  display: block;
}

.phn-a span {
  font-size: 18px;
  font-weight: 400;
}

.phn-a {
  font-size: 22px;
  color: #004987;
  line-height: 18px;
  font-weight: 600;
}

.phn-a:hover {
  text-decoration: none;
}

.phn-top .callback {
  text-decoration: underline;
  font-size: 14px;
  color: #124a84;
}

.header .menu li.selected a {
  color: #ec4863;
}

.header .fa-angle-double-up {
  display: none;
}

.header.expanded .fa-angle-double-down {
  display: none;
}

.header.expanded .fa-angle-double-up {
  display: inline;
}

.header.expanded .top-line {
  display: block;
}

.header.expanded .menu {
  display: block;
}

/* Top menu */

.top-menu {
  background: #556273;
}

/* Top menu - search */

.top-menu .search-box {
  position: relative;
  padding: 3px 0;
}

.top-menu .search-box .search-input {
  width: 100%;
  border: none;
  padding: 5px 15px;
  height: 36px;
  outline: none;
}

.top-menu .search-box .search-btn {
  position: absolute;
  top: 3px;
  right: 0;
  background: none;
  border: none;
  width: 36px;
  height: 36px;
  padding: 0;
}

/* Top menu - cart */

.top-menu .cart-box {
  margin: 3px 0 6px;
}

.top-menu .informer {
  position: relative;
  transition: all 0.3s ease;
}

.top-menu .informer .informer-link {
  display: block;
}

.top-menu .informer .icon {
  color: #fff;
  line-height: 36px;
  text-align: center;
  width: 36px;
  height: 36px;
}

.top-menu .informer.informer-cart {
  border: none;
}

.top-menu .informer.informer-cart .informer-text {
  font-size: 12px;
  padding-left: 10px;
  text-decoration: none;
}

.top-menu .informer.informer-cart .icon {
  width: 100%;
}

.top-menu .informer .informer-dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease;
  transform: translateY(10px);
  width: 200px;
  right: 0;
  top: 100%;
  margin-right: -82px;
  z-index: 99;
  padding: 8px 0 0;
}

.top-menu .informer .informer-dropdown .inner {
  font-size: 12px;
  padding: 10px 15px;
  text-align: center;
  background: #fff;
  border: 1px solid #239bd3;
  position: relative;
  z-index: 9;
  border-radius: 3px;
}

.top-menu .informer .informer-dropdown:before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  right: 146px;
  border: 1px solid #239bd3;
  width: 10px;
  height: 10px;
  background: #fff;
  z-index: -1;
  transform: rotate(45deg);
  margin-right: -5px;
}

.top-menu .informer .informer-dropdown:after {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  right: 146px;
  width: 8px;
  height: 1px;
  background: #fff;
  z-index: 10;
  margin-right: -4px;
}

.top-menu .informer.informer-cart .informer-dropdown {
  margin: 0;
  width: 300px;
  display: none;
}

.top-menu .informer.informer-cart .informer-dropdown .inner {
  text-align: left;
}

.top-menu .informer.informer-cart .informer-products {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-menu .informer.informer-cart .informer-products li {
  border-bottom: 1px solid #e5e8eb;
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 10px;
}

.top-menu .informer.informer-cart .informer-products .image {
  float: left;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 45px;
}

.top-menu .informer.informer-cart .informer-products .details {
  padding: 0 20px 0 55px;
  min-height: 45px;
}

.top-menu .informer.informer-cart .informer-products .name {
  padding: 0 0 10px;
}

.top-menu .informer.informer-cart .informer-products .more {
  text-align: center;
}

.top-menu .informer.informer-cart .informer-bottom {
  padding: 10px 0px;
}

.top-menu .informer.informer-cart .informer-bottom .informer-total {
  float: left;
  line-height: 27px;
  padding: 0;
  font-weight: 600;
}

.top-menu .informer.informer-cart .informer-bottom .btn {
  float: right;
  margin: 0;
}

.top-menu .informer.informer-cart .informer-empty {
  text-align: center;
  padding: 0;
}

.top-menu .informer:hover {
  background: #239bd3;
}

.top-menu .informer:hover .informer-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

/* Megamenu */

.megamenu-box {
  position: relative;
  z-index: 19;
}

.megamenu-box .open-menu {
  position: relative;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  cursor: pointer;
}

.megamenu-box .open-menu .bars {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
}

.megamenu-box .open-menu .bars .bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  margin-bottom: 4px;
}

.megamenu ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 15px;
  display: none;
}

.megamenu li {
  position: relative;
  margin-bottom: 3px;
  background: #fff;
}

.megamenu a {
  display: block;
  background: #239bd3;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
  line-height: 20px;
}

.megamenu .menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

/* 1 lvl */

.megamenu > ul {
  padding: 0;
}

.megamenu > ul > li > a {
  transition: all 0.3s ease;
}

.megamenu > ul > li > a.selected,
.megamenu > ul > li:hover > a {
  background: #3facde;
}

/* 2 lvl */

.megamenu > ul > li > ul {
  padding: 0;
  border-top: 1px solid #239bd3;
}

.megamenu > ul > li > ul > li {
  border-bottom: 1px solid #239bd3;
  margin-bottom: 0;
}

.megamenu > ul > li > ul > li:last-child {
  border: none;
}

.megamenu > ul > li > ul > li > a {
  background: none;
  color: #556273;
}

.megamenu > ul > li > ul > li .menu-toggle {
  color: #239bd3;
  border-radius: 3px;
}

/* 3 lvl */

.megamenu > ul > li > ul > li > ul {
  border-top: 1px solid #239bd3;
  padding-left: 30px;
  padding-bottom: 7px;
}

.megamenu > ul > li > ul > li > ul > li > a {
  background: none;
  color: #333;
  font-size: 12px;
  padding-left: 0;
}

/* 4 lvl and more */

.megamenu ul ul ul {
  border-top: 1px solid #239bd3;
  padding-left: 15px;
}

.megamenu ul ul ul li {
  margin: 0;
}

.megamenu ul ul ul li a {
  background: none;
  color: #333;
  font-size: 12px;
  padding-left: 0;
}

.megamenu ul ul li a.selected,
.megamenu ul ul li a:hover {
  color: #239bd3;
}

.megamenu .fa.active:before {
  content: "\f077";
}

.megamenu-spacer {
  display: none;
  list-style: none;
  margin: 0 0 100px;
  padding: 0;
  visibility: hidden;
}

.megamenu-spacer li {
  position: relative;
  border-bottom: 1px solid #3facde;
  background: #fff;
}

.megamenu-spacer a {
  display: block;
  background: #239bd3;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
  line-height: 20px;
}

.no-touch .megamenu ul ul .menu-toggle {
  display: none;
}

/* Product grid */

.products-grid .row {
  display: flex;
  flex-wrap: wrap;
}

.products-grid .row .col-sm-4 {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .products-grid .row .col-sm-4,
  .products-grid .row {
    display: block;
  }
}

.product-item {
  border: 1px solid #d5dadf;
  border-radius: 3px;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease;
}

.product-item:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.product-item .image {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #d5dadf;
  position: relative;
  min-height: 270px;
}

.product-item .image .select-box {
  position: relative;
  bottom: -10px;
}

.no-touch .product-item .image .select-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  margin: auto;
  transition: all 0.3s ease;
  transform: translateY(10px);
  padding: 0 15px;
  z-index: 9;
}

.no-touch .product-item:hover .image .select-box {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.product-item .info {
  padding: 15px;
  min-height: 170px;
}

.product-item .name {
  color: #556273;
}

.product-item .name:hover {
  color: #239bd3;
}

.product-item .product-price {
  color: #556273;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  min-height: 40px;
  padding: 10px 0 15px;
}

.product-item .product-price del {
  color: #d32348;
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
}

.product-item .out-of-stock {
  line-height: 24px;
  color: #b5b9bd;
}

.product-item .annotation {
  display: none;
}

/* Product list */

.products-list .col-sm-4 {
  float: none;
  width: 100%;
}

.products-list .product-item .image .select-box {
  display: none;
}

.products-list .product-item .annotation {
  display: block;
  padding: 30px 0 0;
}

/* Products table */

.products-table .col-sm-4 {
  float: none;
  width: 100%;
}

.products-table .product-item {
  margin-bottom: 5px;
}

.products-table .product-item:hover {
  box-shadow: none;
  background: #f1faff;
}

.products-table .product-item .info {
  padding-right: 110px;
  padding: 10px 15px;
}

.products-table .product-item .image {
  display: none;
}

.products-table .product-item .product-price {
  padding: 0;
  min-height: auto;
  font-size: inherit;
}

.products-table .product-item .product-price del {
  display: none;
}

.products-table .product-item .out-of-stock {
  padding: 0;
}

.products-table .product-item .btn {
  position: absolute;
  top: 10px;
  right: 15px;
}

.products-table .product-item .labels {
  display: none;
}

/* Buttons */

a.btn,
input.btn {
  display: inline-block;
  background: #239bd3;
  color: #fff;
  border: none;
  padding: 5px 15px;
  border-radius: 3px;
  position: relative;
  outline: none;
  transition: background 0.3s ease;
}

a.btn:hover,
input.btn:hover {
  background: #3facde;
}

a.btn:active,
input.btn:active {
  top: 1px;
  box-shadow: none;
}

a.btn-lg,
input.btn-lg {
  font-size: 16px;
  padding: 8px 25px;
}

a.btn.btn-light,
input.btn.btn-light {
  background: #fff;
  color: #239bd3;
}

a.btn-light:hover,
input.btn-light:hover {
  background: #fff;
  color: #2781ab;
}

a.btn-full-width,
input.btn-full-width {
  width: 100%;
}

a.btn-light:active,
input.btn-light:active {
  top: 1px;
  box-shadow: none;
}

.select-variant {
  display: block;
  position: relative;
  font-weight: 400;
  margin-bottom: 10px;
}

.select-variant select {
  border: 1px solid #d5dadf;
  color: #888;
  min-height: 40px;
  padding: 9px;
  width: 100%;
  background: #ffffff;
  outline: none;
  border-radius: 3px;
}

.no-touch .select-variant:after {
  background: #ffffff;
  content: "\f107";
  border-bottom: 1px solid #d5dadf;
  border-left: 1px solid #d5dadf;
  border-top: 1px solid #d5dadf;
  display: block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 100%;
  line-height: 38px;
  pointer-events: none;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 0;
  width: 38px;
  max-height: 42px;
  color: #666;
  border-radius: 0 3px 3px 0;
}

/* Sidebar */

.sidebar {
  border: 1px solid #d5dadf;
  border-top: none;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px;
}

.sidebar .title {
  background: #fcfcfc;
  border-top: 1px solid #d5dadf;
  padding: 10px 15px;
  position: relative;
}

.sidebar .title h4 {
  margin: 0;
  font-weight: 600;
  font-size: 13px;
}

.sidebar .title .toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  text-align: right;
}

.sidebar .title.opened {
  border-bottom: 1px solid #d5dadf;
}

.sidebar .title.opened .toggle i:before {
  content: "\f106";
}

.sidebar .sidebar-block {
  display: none;
  margin: 0;
  list-style: none;
}

.sidebar .title.opened + .sidebar-block {
  display: block;
}

.sidebar .sidebar-blog {
  padding: 0 15px;
  font-size: 12px;
}

.sidebar .sidebar-blog li {
  border-bottom: 1px solid #e5e8eb;
  padding: 15px 0 5px;
}

.sidebar .sidebar-blog li:last-child {
  border: none;
}

.sidebar .sidebar-blog li a {
  margin-bottom: 5px;
  display: block;
}

.sidebar .sidebar-blog li a.to-blog {
  margin-bottom: 25px;
}

.sidebar .sidebar-blog li .date {
  font-size: 10px;
  font-style: italic;
}

.sidebar .sidebar-browsed-products {
  padding: 25px 15px 5px;
}

.sidebar .sidebar-browsed-products li {
  font-size: 12px;
  display: table-row;
}

.sidebar .sidebar-browsed-products .image {
  text-align: center;
  width: 50px;
  display: table-cell;
  padding-bottom: 20px;
}

.sidebar .sidebar-browsed-products .info {
  display: table-cell;
  padding: 0 0 20px 10px;
  vertical-align: middle;
}

.sidebar .sidebar-browsed-products .name {
  font-size: 12px;
}

.sidebar .sidebar-browsed-products .price {
}

.sidebar .sidebar-brands {
  padding: 15px 25px 10px;
}

.sidebar .sidebar-brands li {
  margin-bottom: 10px;
}

.sidebar .sidebar-banner {
  padding: 15px;
}

.sidebar .filter-list {
  margin: 0;
  padding: 15px 15px 10px;
  list-style: none;
}

.sidebar .filter-list li {
  margin-bottom: 10px;
  padding-left: 15px;
}

.sidebar .filter-list li.separate {
  border-bottom: 1px solid #d5dadf;
  padding: 10px 0 0;
  margin: 0 0 15px;
}

.sidebar .filter-list a {
  color: #239bd3;
  font-size: 13px;
}

.sidebar .filter-list a:hover,
.sidebar .filter-list a.selected {
  color: #77828d;
}

.sidebar .filter-list a.selected {
  font-weight: 600;
}

.sidebar .user-info {
  padding: 25px 15px 0;
}

.sidebar .user-info .orders_history {
  width: 100%;
  margin-bottom: 25px;
}

.sidebar .user-info .orders_history th {
  font-size: 13px;
  border-bottom: 1px solid #d5dadf;
  padding-bottom: 10px;
}

.sidebar .user-info .orders_history td {
  padding: 10px 5px 0px;
  text-align: center;
}

.sidebar .user-info .orders_history td:first-child {
  text-align: left;
}

.sidebar .filter-price {
  padding: 15px;
}

.sidebar .filter-price form {
  text-align: center;
  padding: 20px 0 0;
}

/* Breadcrumbs */

.breadcrumbs {
  background: #fcfcfc;
  border-bottom: 1px solid #e5e8eb;
  padding: 10px 15px;
  font-size: 12px;
  margin-bottom: 25px;
}

.breadcrumbs .fa {
  color: #b1b1b1;
  margin: 0 5px;
}

/* Sort */

.sort-box {
  background: #fcfcfc;
  border: 1px solid #d5dadf;
  margin-bottom: 25px;
  border-radius: 3px;
}

.sort-box .label {
  color: #000;
  font-size: 13px;
  margin-right: 10px;
  line-height: 39px;
  padding-left: 15px;
}

.view {
  float: right;
}

.view a {
  text-indent: -999em;
  float: left;
  width: 39px;
  height: 39px;
  background: url(../images/view.png) 12px 12px no-repeat;
}

.view .list {
  background-position: -27px 12px;
}

.view .table {
  background-position: -66px 12px;
}

.view .grid.current {
  background-position: 12px -27px;
}

.view .list.current {
  background-position: -27px -27px;
}

.view .table.current {
  background-position: -66px -27px;
}

.select-sm {
  display: inline-block;
  position: relative;
}

.select-sm select {
  border: 1px solid #d5dadf;
  color: #888;
  min-height: 26px;
  padding: 3px 20px 3px 10px;
  background: #fff;
  outline: none;
  border-radius: 3px;
  font-size: 13px;
}

.no-touch .select-sm:after {
  background: #ffffff;
  content: "\f107";
  border-bottom: 1px solid #d5dadf;
  border-left: 1px solid #d5dadf;
  border-top: 1px solid #d5dadf;
  display: block;
  font-family: FontAwesome;
  font-size: 13px;
  height: 100%;
  line-height: 28px;
  pointer-events: none;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 0;
  width: 28px;
  max-height: 28px;
  color: #666;
  border-radius: 0 3px 3px 0;
}

/* Pagination */

.pagination {
  margin-bottom: 30px;
  padding: 15px 0;
}

.pagination a {
  border: 1px solid #d5dadf;
  border-radius: 3px;
  padding: 7px 13px;
  display: inline-block;
  min-width: 36px;
  text-align: center;
  margin-right: 5px;
  color: #7b828d;
  transition: all 0.3s ease;
}

.pagination a:hover {
  border-color: #239bd3;
  color: #239bd3;
}

.pagination a.selected {
  background: #239bd3;
  color: #fff;
  border-color: #239bd3;
}

/* Category page */

.page-description {
  padding: 0 15px 25px;
}

.slider-wrapper {
  padding: 15px 0 30px;
}

/* Mainpage features */

.mp-features {
  padding: 20px 0 0;
}

.mp-feature {
  border: 1px solid #d5dadf;
  background: #fcfcfc;
  padding: 10px 15px 0;
  position: relative;
  border-radius: 3px;
  margin-bottom: 30px;
  text-align: center;
}

.mp-feature .icon {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  border: 1px solid #d5dadf;
  text-align: center;
  background: #fff;
  line-height: 70px;
  height: 60px;
  border-radius: 50%;
  color: #239bd3;
}

.mp-feature h6 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.mp-feature p {
  font-size: 12px;
}

.opl img {
  height: 50px;
  margin: 5px 5px 0 0;
}

.just {
  text-align: justify;
}

.like-h2 {
  font-size: 20px;
  font-weight: 500;
  color: #484848;
}

.gal img {
  width: 208px;
  margin: 5px;
}

.gal {
  text-align: center;
  margin: 20px 0;
}

.rev-txt {
  font-style: italic;
  text-align: justify;
}

.rev-head span {
  font-weight: bold;
}

/* Mainpage banners */

a.mp-banner {
  margin: 0 0 40px 0;
  display: block;
}

.mp-banner figure {
  overflow: hidden;
  position: relative;
}

.mp-banner figcaption {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  padding: 12px 25px 14px 25px;
  bottom: 0;
  display: block;
  width: 100%;
  transition: background-color 0.2s ease-in-out;
}

.mp-banner:hover figcaption {
  background: #239bd3;
}

.mp-banner figcaption h3 {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.mp-banner figcaption span {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  display: block;
  position: relative;
  opacity: 0;
  max-height: 0;
  padding: 0;
  transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out,
    padding 0.2s ease-in-out;
}

.mp-banner:hover figcaption span {
  max-height: 50px;
  opacity: 1;
  padding: 0 0 4px 0;
}

.parallax-banner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 40px;
  height: 200px;
  opacity: 0;
}

.parallax-banner img {
  position: absolute;
}

.parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.45);
}

.parallax-title {
  position: relative;
  z-index: 10;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  display: block;
  top: 0;
  left: 0;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.75);
}

.parallax-title span {
  display: block;
  padding: 15px 0 0 0;
  font-size: 28px;
  font-weight: 300;
}

/* Product page */

.product .image {
  position: relative;
  border: 1px solid #d5dadf;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 3px;
}

.product .image a {
  outline: none;
}

.product .thumbs {
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 20px;
}

.product .thumbs a {
  border: 1px solid #d5dadf;
  padding: 5px;
  display: block;
  border-radius: 3px;
}

.product .thumbs a {
  outline: none;
}

.product .thumbs .thumb {
  padding: 0 10px;
  width: 25%;
  float: left;
}

.product .description .product-price {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  padding: 15px 0;
  height: 60px;
}

.product .description .product-price del {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-left: 5px;
}

.product .description .info {
  margin-bottom: 10px;
}

.product .description .info td {
  padding: 0 20px 20px 0;
}

.product .description .info a {
  color: #77828d;
}

.product .description .info a:hover {
  color: #239bd3;
}

.product .description .info .stock-in {
  color: #59bf30;
}

.product .description .info .stock-out {
  color: red;
}

.product .description .options {
  float: left;
  width: 200px;
  margin-right: 20px;
}

.product .description .quantity-box {
  float: left;
  margin: 0 20px 10px 0;
}

.product .description .btn.btn-lg {
  height: 40px;
}

/* Product features table*/

.product-features {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-bottom: 15px;
}

.product-features td,
.product-features th {
  padding: 20px 15px;
  border-bottom: 1px solid #eaeaea;
  text-align: left;
  vertical-align: top;
  transition: all 0.2s ease;
}

.product-features th {
  font-weight: 600;
  font-size: 13px;
}

.product-features tr:last-child th,
.product-features tr:last-child td {
  border: none;
}

.product-features tr:hover td,
.product-features tr:hover th {
  background: #f1faff;
}

/* Blog */

.blog-list .blog-post {
  margin: 0 0 30px;
  position: relative;
}

.blog-list .blog-inner {
  position: relative;
  z-index: 9;
  padding: 20px;
  border: 1px solid #e5e8eb;
  border-radius: 3px;
  background: #fff;
}

.blog-list .blog-post:before {
  display: block;
  position: absolute;
  content: "";
  border: 1px solid #e5e8eb;
  height: 4px;
  left: 5px;
  right: 5px;
  margin: auto;
  z-index: 5;
  bottom: -3px;
  border-radius: 3px;
  background: #fff;
}

.blog-list .blog-post:after {
  display: block;
  position: absolute;
  content: "";
  border: 1px solid #e5e8eb;
  height: 6px;
  left: 11px;
  right: 11px;
  margin: auto;
  z-index: 0;
  bottom: -6px;
  border-radius: 3px;
}

.blog-list .post-body .title {
  margin: 0 0 10px;
}

.blog-list .post-body .meta {
  margin-bottom: 15px;
  font-size: 12px;
  color: #b6b8bb;
}

.blog-list .post-body .meta a {
  color: #b6b8bb;
  margin-left: 20px;
}

.blog-list .post-body .meta a:hover {
  color: #239bd3;
}

.post-page .title {
  margin: 0 0 5px;
}

.post-page .meta {
  margin-bottom: 25px;
  font-size: 12px;
  color: #b6b8bb;
}

.post-page .meta span {
  margin-right: 20px;
}

.post-page .meta a {
  color: #b6b8bb;
}

.post-page .meta a:hover {
  color: #239bd3;
}

.main-container .sub-categories-item {
  padding: 10px;
}

.related-posts {
  background: #fcfcfc;
  border: 1px solid #e5e8eb;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 12px;
  margin-bottom: 40px;
}

.related-posts .fa {
  margin: 0 5px;
}

.related-posts .next_page_link {
  float: right;
}

/* Comments */

.comments h2 {
  font-size: 26px;
  margin-bottom: 40px;
}

.comments .comments_list {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}

.comments .comments_list .comment-name {
  padding: 0 0 0 25px;
}

.comments .comments_list .comment-name:first-letter {
  font-weight: 600;
  color: #239bd3;
}

.comments .comments_list .comment-date {
  font-size: 12px;
  font-weight: 300;
  padding: 0 0 15px 25px;
}

.comments .comments_list .comment-date span {
  color: #ff4747;
  font-size: 12px;
  font-weight: 600;
  margin-left: 20px;
}

.comments .comments_list .comment-body {
  border: 1px solid #d5dadf;
  padding: 20px 25px;
  margin-bottom: 30px;
  background: #fcfcfc;
  border-radius: 3px;
  position: relative;
  z-index: 3;
}

.comments .comments_list .comment-body:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 10px;
  background: #fcfcfc;
  top: 0;
  left: 35px;
  z-index: 4;
}

.comments .comments_list .comment-body:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #fcfcfc;
  top: -5px;
  left: 40px;
  border: 1px solid #d5dadf;
  transform: rotate(45deg);
  z-index: 2;
}

.comments .no-comments {
  border-bottom: 1px solid #d5dadf;
  padding: 0 0 30px 15px;
  margin-bottom: 30px;
}

/* Search autocomplete */

.autocomplete-suggestions {
  background-color: #ffffff;
  overflow: hidden;
  border: 1px solid #d5dadf;
  overflow-y: auto;
}

.autocomplete-suggestions .image {
  float: left;
  width: 35px;
  text-align: center;
}

.autocomplete-suggestions .title {
  line-height: 21px;
  padding: 7px 0 7px 40px;
}

.autocomplete-suggestions .autocomplete-suggestion {
  cursor: default;
  overflow: hidden;
  padding: 5px;
}

.autocomplete-suggestions .autocomplete-selected {
  background: #f0f0f0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #239bd3;
}

/* Cart page */

.purchases-table {
  border: 1px solid #d5dadf;
  width: 100%;
  border-collapse: separate;
  border-radius: 3px;
  background: #fcfcfc;
  overflow: hidden;
  margin-bottom: 30px;
}

.purchases-table th {
  padding: 10px 15px;
  vertical-align: middle;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
}

.purchases-table td {
  padding: 20px 15px;
  vertical-align: middle;
  border-top: 1px solid #d5dadf;
  background: #fff;
}

.purchases-table td.product-thumbnail {
  text-align: center;
}

.purchases-table td.product-price {
  text-align: right;
}

.purchases-table .product-quantity {
  text-align: center;
}

.purchases-table .product-quantity .select-variant {
  margin: 0;
}

.purchases-table td.product-remove .fa {
  font-size: 16px;
  vertical-align: middle;
  color: #b4b8bb;
}

.purchases-table td.product-remove .fa:hover {
  color: #e65252;
}

.purchases-table .coupon-row .coupon-text {
  border: 1px solid #d5dadf;
  box-shadow: inset 0px 1px 3px -1px #d5dadf;
  outline: none;
  padding: 3px 15px;
  border-radius: 3px;
  line-height: 22px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  margin-right: 10px;
  font-size: 12px;
}

.purchases-table .coupon-row .coupon-text:focus {
  border-color: #239bd3;
  box-shadow: inset 0px 1px 3px -1px #239bd3;
}

.purchases-table .coupon-row input.btn {
  font-size: 12px;
  padding: 6px 15px;
}

.purchases-table .coupon-row .cart_items_total {
  position: relative;
  font-weight: 600;
  width: 100%;
  display: block;
}

.purchases-table .total-row .cart_items_total {
  position: relative;
  font-weight: 600;
  width: 100%;
  display: block;
}

#coupon_result .text-info {
  padding: 10px 15px 0;
  display: block;
  font-weight: 600;
  font-size: 12px;
  color: #239bd3;
}

#coupon_result .text-danger {
  padding: 10px 15px 0;
  display: block;
  font-weight: 600;
  font-size: 12px;
  color: #ff3d3d;
}

.quantity-box {
  width: 108px;
  display: inline-block;
}

.quantity-box .qty-btn {
  background: #fdfdfd;
  border: 1px solid #d5dadf;
  color: #888;
  float: left;
  font-size: 15px;
  height: 41px;
  margin: 0;
  padding: 0;
  width: 36px;
  outline: none;
  border-radius: 3px 0 0 3px;
}

.quantity-box .qty-btn.plus {
  border-radius: 0 3px 3px 0;
}

.quantity-box .qty-input {
  background: #fff;
  border-top: 1px solid #d5dadf;
  border-bottom: 1px solid #d5dadf;
  border-right: none;
  border-left: none;
  float: left;
  height: 41px;
  padding: 0;
  width: 36px;
  text-align: center;
  color: #666;
  outline: none;
}

/* Delivery & Payment */

.delivery {
  position: relative;
  margin: 0 0 50px;
}

.delivery-head label {
  border: 1px solid #d5dadf;
  background: #fcfcfc;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 3px;
  display: block;
}

.delivery-head .fa {
  width: 20px;
  cursor: pointer;
}

.delivery-head .delivery-radio {
  position: absolute;
  left: -999em;
}

.delivery-head .price {
  float: right;
}

.delivery-body {
  display: none;
  border: 1px solid #d5dadf;
  border-top: none;
  border-radius: 0 0 3px 3px;
}

.delivery-inner {
  display: none;
  padding: 20px 20px 5px;
}

.delivery-head.selected label {
  margin: 0;
  border-radius: 3px 3px 0 0;
}

.delivery-head.selected + .delivery-body {
  display: block;
  margin-bottom: 20px;
}

.delivery-head.selected + .delivery-body .delivery-inner {
  display: block;
}

.has-animate .delivery-head.selected + .delivery-body .delivery-inner {
  -webkit-animation: delivery-fade-in 0.5s;
  -moz-animation: delivery-fade-in 0.5s;
  animation: delivery-fade-in 0.5s;
}

.delivery-head.selected .fa:before {
  content: "\f046";
}

@-webkit-keyframes delivery-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes delivery-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes delivery-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Forms */

.form-row label {
  padding-left: 15px;
  margin-bottom: 10px;
  display: block;
}

.form-row .required-star {
  color: #ff4b4b;
}

.form-row .text-field {
  width: 100%;
  border: 1px solid #d5dadf;
  box-shadow: inset 0px 1px 3px -1px #d5dadf;
  outline: none;
  padding: 7px 15px;
  margin-bottom: 25px;
  border-radius: 3px;
  line-height: 22px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-row .text-field:focus {
  border-color: #239bd3;
  box-shadow: inset 0px 1px 3px -1px #239bd3;
}

.form-row .captcha-box {
  position: relative;
}

.form-row .captcha-box .text-field {
  line-height: 24px;
}

.form-row .captcha-box img {
  position: absolute;
  top: 1px;
  right: 1px;
  border-radius: 3px;
  max-height: 38px;
}

.form-row .password_remind {
  margin: 0 20px 30px;
  display: inline-block;
}

.cart-totals {
  margin-bottom: 50px;
}

.cart-totals {
  border: 1px solid #ddd;
}

.cart-totals .totals_row {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.cart-totals .totals_row > div {
  float: left;
  padding: 15px;
  width: 50%;
}

.cart-totals .totals_row > div:nth-child(2n + 1) {
  border-right: 1px solid #ddd;
}

.cart-totals .totals_row:last-child {
  border-bottom: none;
}

.message_info {
  border: 1px solid #d8c5a3;
  background: #ffeed0;
  color: #948872;
  margin-bottom: 30px;
  padding: 15px 20px;
  border-radius: 3px;
}

.message_error {
  border: 1px solid #a20c2c;
  background: #e05875;
  color: #fff;
  margin-bottom: 30px;
  padding: 15px 20px;
  border-radius: 3px;
}

/* Footer */

.footer {
  background: #fcfcfc;
  border-top: 1px solid #e5e8eb;
  border-bottom: 1px solid #e5e8eb;
  padding: 15px 0 5px;
  margin-bottom: 20px;
  margin-top: 50px;
}

.footer h4 {
  margin: 0 0 10px;
}

.footer p {
  font-size: 12px;
}

.footer .menu {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  font-size: 13px;
}

.footer .menu li {
  padding-left: 15px;
  margin-bottom: 3px;
}

.footer .menu a {
  font-size: 13px;
}

.footer .menu .fa {
  width: 16px;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 16px;
}

.footer .menu.contacts li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.footer .newsletter_form {
  position: relative;
  margin-bottom: 20px;
}

.footer .newsletter_form .subscribe-input {
  width: 100%;
  padding: 8px 50px 8px 12px;
  border: 1px solid #ddd;
  color: #666;
  font-size: 13px;
  background: #fff;
  outline: none;
  line-height: 18px;
  margin: 0;
  height: 37px;
  border-radius: 3px;
}

.footer .newsletter_form .subscribe-button {
  background: #239bd3;
  border: none;
  color: #fff;
  font-size: 16px;
  height: 37px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  top: 0;
  width: 40px;
  border-radius: 0 3px 3px 0;
  outline: none;
}

.footer .newsletter_form .subscribe-button .fa {
  transition: opacity 0.3s ease;
  left: 11px;
  position: absolute;
  top: 11px;
}

.footer .newsletter_form .subscribe-button .fa.fa-check {
  opacity: 0;
}

.page-bottom p {
  font-size: 14px;
}

.page-bottom .f-payments {
  padding: 0 0 15px;
}

.page-bottom .f-payments img {
  margin-bottom: 3px;
}

.line-title {
  position: relative;
}

.line-title span {
  background: #fff;
  position: relative;
  z-index: 5;
  padding-right: 20px;
}

.line-title:before {
  display: block;
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  border-top: 1px solid #e5e8eb;
  width: 100%;
}

.page-text .desc404 .page404 {
  font-size: 150px;
  font-weight: 600;
  margin: 0.3em 0;
}

.map-row + .footer {
  margin-top: 0;
}

.social-icons a {
  color: #fff;
  background: #556273;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  margin-bottom: 4px;
  transition: opacity 0.3s ease;
}

.social-icons a.vk {
  background: #2e729e;
}

.social-icons a.instagram {
  background: #9a7351;
}

.social-icons a.youtube {
  background: #ff4d40;
}

.social-icons a.facebook {
  background: #2458a0;
}

.social-icons a.twitter {
  background: #00acf2;
}

.social-icons a.google {
  background: #e5543e;
}

.social-icons a:hover {
  opacity: 0.75;
  color: #ffffff;
}

/* Update 1.1 */

/* .bg01 { background: url(/design/mangal/images/grass.png) } */

.bg02 {
  background: url(../images/backgrounds/bg02.png);
}

.bg03 {
  background: url(../images/backgrounds/bg03.png);
}

.bg04 {
  background: url(../images/backgrounds/bg04.png);
}

.bg05 {
  background: url(../images/backgrounds/bg05.png);
}

.bg06 {
  background: url(../images/backgrounds/bg06.png);
}

.bg07 {
  background: url(../images/backgrounds/bg07.png);
}

.bg08 {
  background: url(../images/backgrounds/bg08.png);
}

.bg09 {
  background: url(../images/backgrounds/bg09.png);
}

.bg10 {
  background: url(../images/backgrounds/bg10.png);
}

.bg11 {
  background: url(../images/backgrounds/bg11.png);
}

.bg12 {
  background: url(../images/backgrounds/bg12.png);
}

.bg13 {
  background: url(../images/backgrounds/bg13.png);
}

.bg14 {
  background: url(../images/backgrounds/bg14.png);
}

.bg15 {
  background: url(../images/backgrounds/bg15.png);
}

.bg16 {
  background: url(../images/backgrounds/bg16.png);
}

.bg17 {
  background: url(../images/backgrounds/bg17.png);
}

.bg18 {
  background: url(../images/backgrounds/bg18.png);
}

.bg19 {
  background: url(../images/backgrounds/bg19.png);
}

.white-popup-block {
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

#scroller {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: transparent url(/design/mangal/images/arrow-top.png) no-repeat
    right top;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: none;
}

.col-md-6 > p > a {
  display: none;
}

.left_img {
  display: block;
  float: left;
  max-width: 300px;
  margin: 5px 15px 5px 0;
}

p.zagolov_text {
  font-weight: bold;
  font-size: 17px;
}

.div-max-sty {
  max-width: 100%;
}

.div-sty {
  float: left;
  display: inline-block;
  width: 25%;
}

.div-sty img {
  height: 100px;
}

.buyoneclick {
  display: inline-block;
  color: #124a84;
  font-size: 15px;
  padding: 8px 15px;
  border: 1px solid #124a84;
  position: relative;
  margin-left: 10px;
  top: -13px;
  text-decoration: underline;
}

.iconcorect {
  margin-top: 50px;
}

.icon.cardicon:after,
.icon.tracicon:after,
.icon.refreshicon:after,
.icon.likeicon:after {
  display: inline-block;
  font: normal normal normal 30px/1 FontAwesome;
}

.icon.cardicon:after {
  content: "\f09d";
}

.icon.tracicon:after {
  content: "\f0d1";
}

.icon.refreshicon:after {
  content: "\f021";
}

.icon.likeicon:after {
  content: "\f087";
}

.tableinfo tr:first-child {
  text-align: center;
}

.tableinfo td {
  padding: 10px;
  vertical-align: top;
}

.tableinfo td p {
  margin: 0;
}

.tableinfo td h3 {
  margin: 0;
}

.h_1 {
  font-size: 22px;
  font-weight: 500;
  color: #484848;
  margin: 0 0 20px;
  line-height: 1.1;
}

@media (max-width: 768px) {
  .table-responsive {
    max-width: 100%;
    overflow-x: scroll;
  }
  .tableinfo {
    font-size: 13px;
  }
}

.slidewithoutext .sp-layer.light {
  display: none !important;
}

/*  */

.tabs {
  overflow: auto;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #ddd;
}

.tabs > input {
  display: none;
}

.tabs > div {
  display: none;
  /* background: #FFFFFF; */
  padding: 25px;
  border: 2px solid #ddd;
  /* border-top: 0; */
}

.tabs > label {
  display: inline-block;
  padding: 7px;
  margin: 0 -5px -1px 0;
  text-align: center;
  color: #124a84;
  cursor: pointer;
}

.tabs > input:checked + label {
  color: #124a84;
  border: 1px solid #c0c0c0;
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
}

#tab_1:checked ~ #txt_1,
#tab_2:checked ~ #txt_2,
#tab_3:checked ~ #txt_3,
#tab_4:checked ~ #txt_4 {
  display: block;
}

/*brands*/

.container_product {
  display: flex;
  flex-wrap: wrap;
}

.brand-item {
  border: 1px solid #d5dadf;
  border-radius: 3px;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease;
  margin: 10px 5px;
  width: 24%;
}

.brand-item .image {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #d5dadf;
  position: relative;
  min-height: 270px;
}

.brand-item .btn_brand_goPage {
  display: inline-block;
  color: #fff;
  border: none;
  padding: 5px 15px;
  border-radius: 3px;
  position: relative;
  outline: none;
  transition: background 0.3s ease;
  background: #124a84;
  color: #fff;
  text-align: center;
  margin-top: 25px;
  max-width: 100px;
}

.info_brand {
  display: flex;
  flex-direction: column;
  padding: 15px;
  min-height: 100px;
}

@media screen and (max-width: 768px) {
  .brand-item {
    width: 60%;
  }
  .container_product {
    justify-content: center;
  }
}

@media screen and (max-width: 520px) {
  .brand-item {
    width: 100%;
  }
}
.a_teg {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 50px auto;
}

.a_teg a {
  background-color: #124a84;
  text-decoration: none;
  color: white;
  border-radius: 3px;
}
.a_teg div {
  background-color: #124a84;
  border-radius: 3px;
  margin: 3px;
  padding: 0 5px;
}
.a_teg a:hover,
a:focus {
  text-decoration: none;
}

.img_can p {
  text-align: center;
}
.img_can {
  display: inline-block;
  width: 212px;
  text-align: center;
  border: 2px solid #000;
  margin: 5px 5px;
}

.ptn_pnx {
  background: rgb(18 74 132);
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.review-3 .review-item:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 17px;
  left: 8px;
  background-image: url(/img/kavichki_otzivi.png);
  background-size: contain;
}
.review-3 .review-item {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 1%;
  position: relative;
  font-size: 12px;
  text-align: left;
  box-sizing: border-box;
  padding: 15px 15px 15px 35px;
  border: 1px solid #dddddd;
}
.review-3 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  text-align: center;
  margin: 20px 0 5px;
}
.like_h2 {
  font-size: 20px;
  font-weight: 500;
  color: #484848;
}

.review-3-title {
  color: #333;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
.review-3 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  text-align: center;
  margin: 20px 0 5px;
}
.review-3 .review-item {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 1%;
  position: relative;
  font-size: 12px;
  text-align: left;
  box-sizing: border-box;
  padding: 15px 15px 15px 35px;
  border: 1px solid #dddddd;
}

.review-3 .review-name {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}
.read-more-review3 {
  text-align: center;
  margin-bottom: 20px;
}
.read-more-review3 a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.read-more-review3 a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .review-3 .review-item {
    width: 45%;
    margin: 10px;
  }
}
@media screen and (max-width: 600px) {
  .review-3 {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .review-3 .review-item {
    width: 45%;
    margin: 10px;
  }
}
@media screen and (max-width: 505px) {
  .review-3 {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .review-3 .review-item {
    width: 100%;
    margin: 15px 0;
  }
}

.review-text {
  font-size: 16px;
  line-height: 24px;
  color: #444;
}

.reviews-jo-wrap {
  margin: 50px 0;
}

.jojocardpage {
  background: #124a84;
  color: white;
  padding: 10px 30px;
  border-radius: 7px;
}

.jojocardpagewrap {
  margin-top: 12px;
}

.jojocardpage:hover {
  background: #0b345e;
  color: white;
}

.accordion-item {
  box-shadow: 0 0 0 1px #f5f5f5;
  transition: 200ms linear;
}
.accordion-item.active {
  background: #f5f5f5;
}
.accordion-item__head {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 40px 80px 40px 40px;
}
.accordion-item__head:after {
  content: "\f107";
  font-family: "FontAwesome";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  right: calc(40px - 13px);
  top: 33px;
  z-index: 1;
}
.accordion-item__head.active:after {
  content: "\f106";
}
.accordion-item__head:hover:after {
  background: #f5f5f5;
}
.accordion-item__wrap {
  max-height: 0px;
  overflow: hidden;
  box-sizing: content-box;
  transition: 300ms linear;
}
.accordion-item__body {
  padding: 0 80px 40px 40px;
}
.accordion-item__body p {
  margin: 0;
}
.button_1679469623493 {
  text-decoration: none !important;
  background-color: #124a84 !important;
  color: #ffffff !important;
  border: 4px solid #124a84 !important;
  border-radius: 10px !important;
  padding: 10px 50px !important;
  transition: all 0.8s ease !important;
  margin: 0 auto;
  display: block;
  text-align: center;
  max-width: 400px;
  width: 100%;
}
.button_1679469623493:hover {
  text-decoration: none !important;
  background-color: #ffffff !important;
  color: #124a84 !important;
  border-color: #124a84 !important;
}
.sidebar .title[data-feature="174"] + .filter-list {
  display: none;
}

.sidebar .title.opened[data-feature="174"] + .filter-list {
  display: block;
}
.sidebar .title[data-feature="174"] .toggle {
  display: block !important;
  cursor: pointer;
}

section.blog_products_slider_wrap {
  margin: 10px 0 50px;
}

.blog_products_slider_items {
  margin-top: 30px;
}

.bl_pr_sl_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  border: 1px solid #d5dadf;
  border-radius: 3px;
  padding-bottom: 25px;
  position: relative;
  transition: all 0.3s ease;
}

.bl_pr_sl_item_img {
  width: 100%;
  height: 200px;
  padding: 15px;
}

.bl_pr_sl_item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.bl_pr_sl_item_name a {
  display: block;
  width: 100%;
  text-align: center;
  text-align: left;
  color: #222;
  font-size: 17px;
}

.bl_pr_sl_item_price {
  text-align: center;
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  /* margin-bottom: 15px; */
}

.bl_pr_sl_item a.blue_btn {
  display: inline-block;
  background: #124a84;
  color: #fff;
  border: none;
  padding: 5px 15px;
  border-radius: 3px;
  position: relative;
  outline: none;
  transition: background 0.3s ease;
  margin: 0 auto;
}

.bl_pr_sl_item a.blue_btn:hover {
  text-decoration: none;
  background: #3271b2;
}

@media screen and (max-width: 568px) {
  section.blog_products_slider_wrap div.section_title {
    margin-bottom: 83px;
    text-align: center;
  }

  section.blog_products_slider_wrap .owl-nav {
    right: Calc(50% - 40px);
  }

  section.blog_products_slider_wrap h2.section_title {
    text-align: center;
  }
}

.sub-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.sub-categories-item {
  padding: 30px;
  border: 1px solid #fff;
}
.sub-categories-item a {
  text-decoration: none;
}
.sub-categories-item .subcat_name {
  opacity: 0;
}
.sub-categories-item:hover {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
}
.sub-categories-item:hover .subcat_name {
  opacity: 1;
}
.sub-categories-item a:hover {
  text-decoration: none;
}

table.tableinfo {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.tableinfo tr:nth-child(1) h3 {
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0;
}
table.tableinfo tr:nth-child(even) {
  background-color: #eee; /* светло-серый фон */
}

table.tableinfo tr:nth-child(odd) {
  background-color: #ffffff; /* белый фон */
}
