@import url('https://fonts.googleapis.com/css2?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Open+Sans:300,400,600,700,800&amp;subset=cyrillic');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@media (min-width: 576px) {
  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }
  
}


@media screen and (max-width: 767px) {
  .table,
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 14px 10px;
  }
 

  .table-responsive {
    border: none;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
      font-size: 15px;
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 400;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.nav-item a, .left-head a, .left-head2 a{
    color:black;
    text-decoration: none;
    padding:10px 0 10px 10px;
}
.nav-item a:hover, .left-head a:hover, .left-head2 a:hover {
            color: black;
       text-decoration: underline;
        }
      
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.current-price.dp {
    color: #f84147;
}
.current-price {
    font-size: 1.3rem;
    font-weight: 600;
    display: block;
}
.old-price {
    color: #a2a2a2;
    text-decoration: line-through;
}
.t-available {
    color: #33b600;
font-size: 13px;
}
.t-not-available {
    color: #e52626;
font-size: 13px;
}
.item {
    position:relative;
    display:inline-block;
    
}
.not{
    background-color: #4253ff;
    color: #fff;
  position: absolute;
    font-size: .8rem;
    padding: 2px 5px;
    border-radius: 3px;
    top: 0;
    left: 0;
}
.phone{
    color: #3a3a3a;
    text-align:right;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
}
.grafik{
    color: #3a3a3a;
    text-align:left;
    
}
.left-middle-head {
      text-align:right;
      padding: 0 20px 0 0;
}
.left-middle-head a{
  color: #3a3a3a; 

}
.footer{
            margin-top: 60px;
                background: #f9f9fb;
            font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 1.5;
    text-decoration: none;
      padding-left: 2rem;
    padding-right: 2rem;
    
}
.foot a{
                font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 1.5;
    text-decoration: none;
}
.fooot{
        font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 1.5;
        display: flex;
    margin-bottom: 10px;
}
.ulfoot{
    
        list-style: none;
}
.column2 {
    width: 50%;
}

.column {
    padding-right: 15px;
    padding-left: 15px;
    flex-direction: column;
}
.old-price-date {
    background: #fb5454;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    display: inline-block;
    border-radius: 12px;
    margin-left: 15px;
    position: relative;
    top: -3px;
}
.item-status {
    background-color: #f4faf6;
    color: #00a046;
    display: inline-flex;
    padding: 5px 15px;
    border-radius: 12px;
    margin-top: 8px;
    align-items: center;
}

.default-header__mobile {
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
.default-header__mobile .mobile-menu-button a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.default-header__mobile .mobile-menu-button a svg {
    margin-right: 10px;
}
.default-header__mobile .mobile-menu-button a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.default-header__mobile .mobile-menu-search {
    width: 100%;
    padding-right: 15px;
    padding-left: 10px;
}
.search-form input {
    width: 100%;
    border: 1px solid #ddd;
    height: 40px;
    border-radius: 25px;
    padding-left: 15px;
    font-size: 1rem;
}
.default-header__mobile .mobile-menu-search {
    width: 100%;
    padding-right: 15px;
    padding-left: 10px;
}
.flex-right {
    justify-content: flex-end;
}

.callback {
    display: flex;
}
.callback a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.callback a svg {
    margin-right: 10px;
}
.short-cart {
    display: flex;
    margin-left: 7px;
}
.short-cart a {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.bbc {
    background-color: #4253ff;
    color: #fff;
}
.short-cart__badge {
    position: absolute;
    display: flex;
    padding: 0 5px;
    border-radius: 4px;
    top: -10px;
    left: 15px;
    font-size: .8rem;
    margin-left: 0!important;
}
.default-header__mobile .mobile-menu-dropdown.show {
    display: block;
}
.default-header__mobile .mobile-menu-dropdown {
    overflow-y: auto;
    position: fixed;
    background: #fff;
    top: 71px;
    left: 0;
    height: calc(100vh - 71px);
    width: 100%;
    z-index: 999999999;
    padding: 15px;
    display: none;
}
.default-header__mobile .mobile-menu-dropdown__logo {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    width: 100%;
    display: flex;
    margin-bottom: 15px;
}
.default-header__mobile .mobile-menu-dropdown__logo img {
    height: 25px;
}
.default-header__mobile .mobile-menu-dropdown__links .link-title {
    color: #7d7d7d;
    font-size: .9rem;
}
.default-header__mobile .mobile-menu-dropdown__links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.content {
  margin: auto;
  padding: 30px;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}
p {
  color: #71767a;
  font-family: 'Open Sans', Arial, sans-serif;
  word-spacing: -0.1px;
  line-height: 1.6;
}
.form-control {
  font-family: 'Open Sans', Arial, sans-serif;
  height: 40px;
  color: #323438;
  font-size: 14px;
  background: #fff;
  border-color: rgba(185, 193, 199, 0.5);
  border-radius: 3px;
  box-shadow: none;
}

/**
 * breadcrumbs
 */

.breadcrumb {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  color: #71767a;
  background: transparent;
  margin: 0;
  padding: 25px 0 0;
}
.breadcrumb li {
  vertical-align: middle;
}
.breadcrumb > li + li:before {
  content: '.\00a0';
  color: #b9c1c7;
  padding: 0 4px;
}
.breadcrumb .material-icons {
  font-size: 20px;
}

h1 {
    font-size: 28px;
}
h1, h2, h3, h4, h5 {
    font-weight: 400;
    letter-spacing: -1px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom: 1px solid transparent;
    border-left: 1px solid #eeeff2;
    border-right: 1px solid #eeeff2;
    border-top: 1px solid #eeeff2;
    color: #3c3f42;
}
.ripplelink {
    display: block;
    position: relative;
    overflow: hidden;
}
.nav-tabs > li > a {
    color: #71767a;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

/**
 * rating
 */

.rating {
}

.rating a {
  font-size: 13px;
  margin-left: 3px;
}
.rating .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o {
  color: #ffce54;
  font-size: 16px;
}
.rating .fa-star {
  color: #ffce54;
  font-size: 16px;
}
.rating .fa-star + .fa-star-o {
  color: #ffce54;
}
/**
 * table
 */

.table,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-color: transparent;
  padding: 14px 0;
  vertical-align: middle;
}
.table > thead,
.thead {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.table > tbody + tbody {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .table,
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 14px 10px;
  }
  .table-responsive {
    border: none;
  }
}
/**
 * tabs
 */

.nav-tabs {
  border-bottom: 1px solid #eeeff2;
  margin-bottom: 0;
}
.nav-tabs > li > a {
  color: #71767a;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: transparent;
  border-bottom: 1px solid transparent;
  border-color: transparent;
  color: #0099e5;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-bottom: 1px solid transparent;
  border-left: 1px solid #eeeff2;
  border-right: 1px solid #eeeff2;
  border-top: 1px solid #eeeff2;
  color: #3c3f42;
}
.tab-content {
  background: #fff;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .tab-content {
    margin-bottom: 20px;
  }
}
/* dropdown menu animation */
.animated {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0.9;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/**
 * main menu
 */

.navbar {
  border-radius: 0;
  margin-bottom: 0;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-default {
  background-color: #fff;
  border-bottom: none;
  width: 100%;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff;
}
.navbar-default .navbar-toggle {
  border-color: #dce0e3;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #dce0e3;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #323438;
}
.navbar-default .navbar-nav > li > a {
  color: #323438;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #0099e5;
  background-color: #fff;
}
.navbar ul li ul li{
  position: relative;
}
.navbar .dropdown-triangle::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 29px;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  border-bottom: 8px solid rgba(178, 180, 185, 0.36);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transition: visibility 0s, opacity 2s ease;
  -moz-transition: visibility 0s, opacity 2s ease;
  -o-transition: visibility 0s, opacity 2s ease;
  transition: visibility 0s, opacity 2s ease;
}
.navbar .dropdown-triangle::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 30px;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  border-bottom: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  -webkit-transition: visibility 0s, opacity 0s ease;
  -moz-transition: visibility 0s, opacity 0s ease;
  -o-transition: visibility 0s, opacity 0s ease;
  transition: visibility 0s, opacity 0s ease;
  z-index: 1001;
}
.navbar ul li:hover span::before,
.navbar ul li.open span::before {
  visibility: visible;
  opacity: 1;
}
.navbar ul li:hover span::after,
.navbar ul li.open span::after {
  visibility: visible;
  opacity: 1;
}
.navbar .nav > li > a {
  background: none;
  margin: 0;
  padding-left: 12px;
  padding-right: 12px;
  text-shadow: none;
}
.navbar .nav > li > a:hover,
.navbar .nav > li.open > a {
  color: #0099e5;
  background: none;
}
.navbar .dropdown-menu {
  padding: 12px 0 10px;
  border-radius: 3px;
}
.navbar .sub-dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 98%;
  padding: 10px 0;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #eeeff2;
  box-shadow: 0 10px 60px 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  z-index: 1001;
  min-width: 160px;
}
.navbar .fa-angle-right {
  color: #eeeff2;
  font-size: 18px;
}
.navbar .dropdown-inner,
.navbar .sub-dropdown-inner {
  display: table;
}
.navbar .dropdown-inner ul,
.navbar .sub-dropdown-inner ul {
  display: table-cell;
}
.navbar .dropdown-inner a {
  border-bottom: 1px solid #f7f8fa;
  clear: both;
  display: block;
  color: #71767a;
  min-width: 230px;
  padding: 15px 20px;
}
.navbar .see-all {
  display: block;
  color: #71767a;
  padding: 15px 20px;
  border-radius: 0;
}
.navbar .dropdown-inner a:hover,
.navbar .dropdown-inner a:focus,
.navbar .see-all:hover,
.navbar .see-all:focus {
  color: #0099e5;
}
.navbar .nav-tabs > li > a,
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  border: none;
}
@media (min-width: 768px) {
  .navbar .dropdown:hover .dropdown-menu,
  .navbar ul li ul li:hover > .sub-dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    border-radius: 0;
  }
  .navbar div.dropdown-inner > ul.list-unstyled,
  .navbar .dropdown-inner {
    display: block;
  }
  .navbar .dropdown-inner a {
    width: 100%;
  }
  .navbar #category {
    float: left;
    margin-left: 15px;
    font-weight: 700;
    margin-top: 17px;
  }
  .navbar .nav > li > a {
    padding-left: 18px;
    padding-right: 18px;
  }
  .navbar ul li:hover span,
  .navbar ul li:focus span,
  .navbar ul li:active span,
  .navbar .fa-angle-right {
    display: none;
  }
}


/**
 * product grid
 */

.product-grid .product-thumb {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  background: #fff;
  overflow: hidden;
  z-index: 1;
}
.product-grid .image {
  position: relative;
  overflow: hidden;
}
.product-grid img {
  width: 100%;
  opacity: 1;
  border-radius: 2px;
  transition: all 0.55s ease;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.product-grid img:hover {
  opacity: 0.7;
  -webkit-transform: scale3d(1.03, 1.03, 1);
  transform: scale3d(1.03, 1.03, 1);
}
.product-grid .image a {
  display: block;
  width: 100%;
}
.product-grid .caption {
  padding: 6px 15px;
}
.product-grid .name,
.product-list .name {
  display: block;
  font-size: 13px;
  margin: 12px 0 1px;
}
.product-grid .price-regular,
.product-grid .price-new,
.product-list .price-regular,
.product-list .price-new {
  display: inline-block;
  font-size: 17px;
  margin-bottom: 10px;
  transition: .3s;
}
.product-grid .rating,
.product-grid .description,
.product-grid .btn-group {
 /* display: none;*/
}
.product-grid .btn-group {
  display: none;
  width: 101%;
  position: absolute;
  bottom: -1px;
  padding: 12px 0 5px;
  background: rgba(240, 240, 240, 0.9);
}
.product-grid .image:hover .btn-group {
  display: block;
}
.product-grid .btn-group > .btn {
  float: none;
  color: #323438;
}
.product-grid .btn-group > .btn:first-child {
  margin-left: 20px;
}
@media(max-width: 767px) {
  .product-grid .image:hover .btn-group {
    display: none;
  }
}
@media(max-width: 360px) {
  .product-grid .btn-group > .btn:last-child {
    margin-left: 18px;
  }
}

/**
 * Loader
 */

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgb(255, 255, 255);
}


/**
 * column left + content + right
 */

@media (min-width: 768px) {
  #column-left  .product-layout .col-md-3 {
     width: 100%;
  }
  #column-left + #content .product-layout .col-md-3 {
     width: 50%;
  }
  #column-left + #content + #column-right .product-layout .col-md-3 {
     width: 100%;
  }
  #content + #column-right .product-layout .col-md-3 {
     width: 100%;
  }
}

@media (max-width: 767px) {
  .btn-group.animated.fadeInUp {
    display: none !important;
  }
}  
.nav-tabs {
  border-bottom: 1px solid #ccc;
}

.nav-tabs li {
  display: inline-block;
}

.nav-tabs li a {
  display: block;
  padding: 10px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: border-color 0.3s;
}

.nav-tabs li.active a {
  border: 1px solid #ccc;
  border-bottom-color: transparent;
  position: relative;
}

.nav-tabs li.active a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ccc;
  animation: tabAnimation 0.3s;
}

@keyframes tabAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.slider-nav {
  display: flex;
  align-items: center;
}

.slider-nav img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid black;
}

.slider-nav > div {
  flex: 0 0 auto;
  width: 100%;
}
.product-thumb {
  position: relative;
}


.badges1 {
  position: absolute;
  top: 10px;
  left: 10px;
}

.badges1 .badge {
  display: block;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

.badge-hit {
  background-color: #ff0000; /* Цвет фона для бэджа "ХИТ ПРОДАЖ" */
}

.badge-discount {
  background-color: #ff9900; /* Цвет фона для бэджа "СКИДКА" */
}

.badge-new {
  background-color: #00cc00; /* Цвет фона для бэджа "НОВИНКА" */
}
