@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700|Open+Sans:400,700|PT+Sans:400,400i,700&subset=cyrillic');

/*
font-family: 'Josefin Sans', sans-serif; * Шрифты для логотипа, можно удалить.
font-family: 'PT Sans', sans-serif; *Основной шрифт
font-family: 'Open Sans', sans-serif; *Шрифты для тегов H

*/

html {
  background: #f9f9f9;
}

body {
  font-family: 'PT Sans', sans-serif;
  margin: 0 auto;
  font-size: 16px;
  color: #424352;
  max-width: 1460px;
  margin: 0 auto;
  min-width: 360px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}


/*bootstrap fix*/

.container-fluid {
  margin: 0 25px !important;
}

.carousel-control.left {
  background-image: none;
}

.carousel-control.right {
  background-image: none;
}

.btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
  box-shadow: none;
  border-color: #ededed;
}

.input-group-sm>.input-group-addon {
  background: #f9f9f9;
}

.list-group-item {
  padding: 6px 15px;
  margin-bottom: 0px;
  background-color: #ffffff;
  border: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}

.list-group-item.sub {
  font-weight: 300;
  color: #555;
  padding-left: 25px;
  border-bottom: 2px solid #fff;
  background: #f9f9f9;
  text-transform: none;
}

.list-group-item i {
  margin-right: 7px;
}

a.list-group-item {}

.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #333;
  background-color: #f2f2f2;
  border-color: #fff;
}

.pagination {
  margin-top: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.pagination>li>a,
.pagination>li>span {
  padding: 6px 12px;
  margin-right: 5px;
  color: #424352;
  background-color: #ffffff;
  border: 1px solid #424352;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #fff;
  background-color: #424352;
  border-color: #424352;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #424352;
  border-color: #424352;
}

.thumbnail {
  border-radius: 2px !important;
}

.panel {
  margin-bottom: 20px;
  border-color: #eee;
  border-radius: 0px;
  box-shadow: none;
}

.panel-group .panel {
  border-radius: 0px;
}

.breadcrumb {
  padding: 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: none;
  margin-top: -15px;
  font-size: 13px;
}

.breadcrumb a {
  color: #424352;
  font-size: 13px;
}

.modal-content {
  border-radius: 0px;
  background: #363A42;
  color: #ddd;
  text-shadow: none;
}

.modal-content .close {
  color: #fff;
  font-size: 35px;
  text-shadow: none;
  opacity: 1;
  margin-top: -40px;
  margin-right: -40px;
}

.modal-body {
  padding: 45px 65px;
}

.modal-body .form-control {
  height: 45px;
  border-radius: 0px;
  box-shadow: none;
}

.modal-body label {
  font-weight: normal;
}


/*Кнопки*/

.btn-bord {
  background: #363a42;
  text-transform: uppercase;
  font-weight: 400;
  border-style: solid;
  color: #ffffff;
  font-size: 14px;
  padding: 7px 10px;
}

.btn-bord:hover,
.btn-bord:focus,
.btn-bord:active {
  background: #f06262;
  color: #fff;
}

.btn-subscr {
  color: #fff;
  background-color: #64CEFD;
  border-color: #64CEFD;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 17px 16px;
}

.btn-subscr:hover,
.btn-subscr:focus,
.btn-subscr:active {
  background: #f06262;
  color: #fff;
  border-color: #f06262;
  outline: none;
}

.btn-wh {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #424352;
  text-transform: uppercase;
}

.btn-wh:hover,
.btn-wh:focus,
.btn-wh:active {
  background: #64CEFD;
  border-color: #64CEFD;
  color: #fff;
  outline: none;
}

.btn-blue {
  background: #64CEFD;
  border: 1px solid #64CEFD;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  background: #f06262;
  border-color: #f06262;
  color: #fff;
  outline: none;
}

.btn-pink {
  background: #f06262;
  border: 1px solid #f06262;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active {
  background: #363A42;
  border-color: #363A42;
  color: #fff;
  outline: none;
}


/*header*/

.head-line {
  background: #fff;
  color: #424352;
  padding: 5px 0;
  -webkit-box-shadow: 5px 5px 85px -5px rgba(107, 216, 206, 0.2);
  -moz-box-shadow: 5px 5px 85px -5px rgba(107, 216, 206, 0.2);
  box-shadow: 5px 5px 85px -5px rgba(107, 216, 206, 0.2);
  font-size: 13px;
  border-bottom: 1px solid #f2f2f2;
}

.head-line .msg {
  border-right: 1px solid #ddd;
  padding-right: 15px;
  margin-right: 15px;
}

.head-line a {
  color: #424352;
}

.head-line ul {
  margin-bottom: 0;
}

.head-line .head-links li {
  border-right: 1px solid #ddd;
}

.head-line .head-links li:last-child {
  border-right: 0px;
}

.head-main {
  padding: 15px 0;
}

.head-main .logo h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 0;
  margin-top: 0px;
}

.head-main .logo span {
  color: red;
  font-size: 78px;
  line-height: 1px;
}

.head-main .logo a {
  color: #424352;
  text-decoration: none;
}

.head-main .logo a span {
  color: red;
}

.head-main .logo a:hover {
  text-decoration: none;
}

.search-box {
  padding: 0 45px;
  text-align: center;
}

.search {
  width: 100%;
  position: relative;
}

.search:before {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 25px;
  margin-top: 8px;
  margin-right: 8px;
  font-family: 'FontAwesome';
  content: '\f002';
  background: #fff;
  text-align: center;
  color: #ddd;
  border-radius: 0px;
  border-left: 1px solid #ddd;
}

.searchTerm {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #404755;
  padding: 15px;
  height: 50px;
  border-radius: 4px;
  outline: none;
}

.searchButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 50px;
  opacity: 0;
  cursor: pointer;
}

.head-main .cart {
  margin-top: 0px;
  text-align: center;
  position: relative;
  color: #404755;
}

.cart-block {
  display: block;
  width: 100%;
}

.head-main .cart span {
  position: absolute;
  background: #f06262;
  color: #fff;
  padding: 10px 7px;
  border-radius: 50%;
  left: 35px;
  line-height: 1px;
  font-size: 13px;
  font-weight: 600;
}

.head-main .cart img {
  width: 40px;
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-top: -5px;
}

.head-main .cart h5 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #404755;
}

.cart-add-msg {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px;
  background: rgba(255, 64, 129, 0.95);
  !important;
  color: #fff;
  left: 0;
  right: 0;
  border-radius: 0;
  border: none;
  text-align: center;
}

.cart-add-msg a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.cart-add-msg .close {
  font-size: 32px;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  margin-top: -5px;
  line-height: 1;
}

.head-main .cart .btn-inverse {
  background: transparent;
  color: #404755;
  border: none;
  box-shadow: none;
}

.head-main .cart .btn-inverse:active {
  background: transparent;
  color: #404755;
  border: none;
  box-shadow: none;
  border-color: transparent;
}

.head-main .cart .btn-inverse:focus {
  background: transparent;
  color: #404755;
  border: none;
  box-shadow: none;
  border-color: transparent;
}

#cart .dropdown-menu {
  padding: 0px;
  border: none;
  border-radius: 0px;
  top: 50px;
}

.head-main .support {
  margin-top: 5px;
  text-align: center;
}

.head-main .support img {
  width: 40px;
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-top: -5px;
}

.head-main .support h5 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.head-main .support a {
  color: #333;
  font-size: 14px;
  border-bottom: 1px dotted #666;
}

.head-main .support a:hover {
  text-decoration: none;
  color: #474E5B;
}


/*Navbar fix все стили меню в navbar.css*/

.navbar {
  margin-bottom: 0px;
}

.mob-menu {
  padding-top: 12px;
  color: #fff;
}

.mob-menu a {
  color: #fff;
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar .see-all {
  font-size: 15px;
}


/*HTML Блок с иконками */

.icon-block {
  -webkit-box-shadow: 5px 5px 45px -5px rgba(107, 216, 206, 0.2);
  -moz-box-shadow: 5px 5px 45px -5px rgba(107, 216, 206, 0.2);
  box-shadow: 5px 5px 45px -5px rgba(107, 216, 206, 0.2);
  margin-bottom: 25px;
  padding: 15px 0;
  text-align: center;
}

.icon-block h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
  font-family: 'PT Sans', sans-serif;
}

.icon-block p {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
  color: #888;
}

.icon-block img {
  float: left;
  height: 35px;
  padding-left: 25px;
}

.icon-block .b-left {
  border-left: 1px dashed #ccc;
  padding-right: 35px;
}

.brands {
  -webkit-box-shadow: 5px 5px 45px -5px rgba(107, 216, 206, 0.2);
  -moz-box-shadow: 5px 5px 45px -5px rgba(107, 216, 206, 0.2);
  box-shadow: 5px 5px 45px -5px rgba(107, 216, 206, 0.2);
  margin: 25px 0 0;
  text-align: center;
}


/*сайдбар*/

.side .banner {
  margin-bottom: 25px;
}

.side .side-title h4 {
  font-size: 20px;
  font-weight: 200;
  color: #333e48;
  line-height: 32px;
  padding-bottom: 15px;
  text-transform: uppercase;
  margin: 0 0 25px;
  position: relative;
  font-family: 'PT Sans', sans-serif;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
}

.side .side-title h4:before {
  content: '';
  display: block;
  width: 105px;
  height: 4px;
  background: #fed700;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -1px;
}

.side .top {
  margin-bottom: 25px;
  padding: 15px;
  border: 1px solid #f2f2f2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.side .top:hover {
  box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.10);
  cursor: pointer;
}

.side .top h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.side .top h2 a {
  color: #333;
}

.side .top .price {
  margin-bottom: 5px;
  font-weight: 600;
  color: #555;
}

.side .top .price span {
  font-size: 13px;
  font-weight: 300;
  text-decoration: line-through;
  color: #777;
}


/*баннер возле карусели*/

.top-box {
  position: relative;
  overflow: hidden;
}

.top-box {
  position: relative;
  margin-bottom: 35px;
}

.top-box-cation {
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
  top: 0;
  text-align: center;
  padding: 25px;
  height: 85%;
  margin: 25px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top-box-cation h4 {
  margin-top: 45px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 35px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.top-box:hover>.top-box-cation {
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid #555;
}

.top-box>a {
  display: table;
  float: none;
  height: 100%;
  vertical-align: middle;
  width: 100%;
  position: relative;
}

.top-box>a:before {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: transform 0.5s ease 0s;
  width: 100%;
  z-index: 3;
}

.top-box img {
  width: 100%;
  transition: transform 1s ease 0s;
  border-radius: 2px 2px 0 0;
}

.top-box:hover a>img {
  transform: scale(1.1);
}

.top-box:hover a:before {
  transform: scale(1.1);
}

.top-box .btn-bord {
  z-index: 99999;
  max-width: 50%;
  margin: 0 auto;
}


/* Основная карусель на главной */

.carousel {
  margin-bottom: 20px;
}

.carousel-inner .item {
  overflow: hidden;
}

.carousel-caption {
  left: 10%;
  top: 20%;
  z-index: 10;
  padding: 25px;
  width: 50%;
  color: #ffffff;
  text-align: left;
  text-shadow: none;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 7%;
  margin-left: -10px;
  background: #333;
  font-weight: normal;
  border-radius: 0px 2px 2px 0px;
  padding: 7px 5px;
  font-size: 16px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 7%;
  margin-right: -10px;
  background: #333;
  font-weight: normal;
  border-radius: 2px 0px 0px 2px;
  padding: 7px 5px;
  font-size: 16px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.carousel-box {
  margin-bottom: 15px;
}

.carousel-caption .carousel-box h4 {
  color: white;
  line-height: 59px;
  margin: 0px;
}

.carousel-caption .carousel-box h4 span {
  background-color: #f06262;
  padding: 5px 0;
  -webkit-box-shadow: 1rem 0px 0px #f06262, -1rem 0px 0px #f06262;
  box-shadow: 1rem 0px 0px #f06262, -1rem 0px 0px #f06262;
  box-decoration-break: clone;
}

.carousel-caption .btn-bord {
  margin-left: -10px;
  padding: 10px 38px;
}

.carousel-caption h4 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}


/*Заголовки блоков*/

.section-title h4 {
  font-size: 22px;
  font-weight: 200;
  color: #333e48;
  border-bottom: 1px solid #eaeaea;
  line-height: 32px;
  padding-bottom: 13px;
  text-transform: uppercase;
  margin: 0 0 20px;
  position: relative;
  font-family: 'PT Sans', sans-serif;
}

.section-title h4:before {
  content: '';
  display: block;
  width: 145px;
  height: 4px;
  background: #fed700;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -1px;
}

.section-title h1 {
  font-size: 22px;
  font-weight: 600;
  color: #333e48;
  border-bottom: 1px solid #eaeaea;
  line-height: 32px;
  padding-bottom: 13px;
  text-transform: uppercase;
  margin: 0 0 20px;
  position: relative;
  font-family: 'PT Sans', sans-serif;
}

.section-title h1:before {
  content: '';
  display: block;
  width: 145px;
  height: 4px;
  background: #fed700;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -1px;
}


/*Настройки карусели товаров */

#feat .item {
  margin: 10px;
}

#viewed .item {
  margin: 10px;
}


#late .item {
  margin: 10px;
}


.owl-controls .owl-buttons div {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #333;
  text-align: center;
  color: #fff;
  text-shadow: none;
  padding-top: 5px;
}

.owl-controls .owl-buttons .owl-prev {
  left: 10px;
  top: 39%;
}

.owl-controls .owl-buttons .owl-next {
  right: 10px;
  top: 39%;
}


/*Информационные страницы */

.text-block {
  padding: 65px;
  border: 1px solid #ddd;
}

#content {
  margin-bottom: 45px;
}

#content .form-control {
  box-shadow: none;
  border-radius: 0px;
}

#content .btn-primary {
  background: #363a42;
  color: #fff;
  border-color: #363a42;
}

#content .btn-primary:hover,
#content .btn-primary:focus,
#content .btn-primary:active {
  background: #f06262;
  color: #fff;
  border-color: #f06262;
}


/*новости \ блог на главной*/

.news {
  position: relative;
  display: block;
  min-height: 430px;
  margin-bottom: 65px;
}

.news-pad {
  padding: 15px;
  margin: 0 auto;
  position: absolute;
  top: 30%;
  height: auto;
  display: block;

}

.news-capt {
  background: #fff;
  padding: 25px;
  height: auto;
  box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.10);
}

.news-capt h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.news-capt a h2 {
  color: #424352;
  font-weight: 600;
}

.news-capt p {
  font-size: 15px;
  color: #555;
}


/*Блоки категорий на главной */

.main-cat-box .btn-bord {
  border-radius: 0 0 2px 2px;
  margin-bottom: 25px;
}

.sub-cuts .box {
  margin-bottom: 25px;
}

.box {
  position: relative;
  overflow: hidden;
}

.box>a {
  display: table;
  float: none;
  height: 100%;
  vertical-align: middle;
  width: 100%;
  position: relative;
}

.box>a:before {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: transform 0.5s ease 0s;
  width: 100%;
  z-index: 3;
}

.box img {
  width: 100%;
  transition: transform 1s ease 0s;
  border-radius: 2px 2px 0 0;
}

.box:hover a>img {
  transform: scale(1.1);
}

.box:hover a:before {
  transform: scale(1.1);
}

.box-text {
  position: absolute;
  padding: 10px 15px;
  left: 0px;
  right: 0px;
  bottom: 30%;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.83);
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.box:hover>.box-text {
  background: #f06262;
  color: #fff;
}

.box-text h2 {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 1px;
}


/*Стили товара, листинг*/

.tov {
  font-size: 13px;
  background: #fff;
  position: relative;
  transition: all .4s;
  margin-bottom: 25px;
  border: 1px solid #f6f6f6;
}

.tov:hover {
  box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.10);
  cursor: pointer;
}

.tov-img {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}

.tov-img>a {
  display: table;
  float: none;
  height: 100%;
  vertical-align: middle;
  width: 100%;
  position: relative;
}

.tov-img>a:before {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: transform 0.5s ease 0s;
  width: 100%;
  z-index: 3;
}

.tov-img img {
  width: 100%;
  transition: transform 1s ease 0s;
  border-radius: 2px 2px 0 0;
  /*min-height: 290px;*/
}

.tov-img:hover a>img {
  transform: scale(1.1);
}

.tov-img:hover a:before {
  transform: scale(1.1);
}

.tov .tov-img span {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #f06262;
  font-size: 12px;
  padding: 5px;
  border-radius: 0px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  z-index: 1;
}

.but-block {
  position: absolute;
  bottom: 0px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.4s linear 900ms, opacity 900ms;
  z-index: auto;
}

.tov:hover .but-block {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 400ms;
}

.but-block div {
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.but-block div:hover {
  text-decoration: none;
  background: #f06262;
}

.but-block .cart-b {
  padding: 10px 5px;
  color: #fff;
  float: left;
  width: 60%;
  text-align: center;
  font-weight: 600;
  background: #64CEFD;
}

.but-block .icon-b {
  padding: 10px 5px;
  color: #fff;
  float: left;
  width: 20%;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.50);
  background: rgba(64, 71, 85, 0.80);
}

.tov .caption {
  text-align: left;
  padding: 25px;
  z-index: 9999;
  min-height: 230px;
}

.tov .caption h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.tov .caption h2 a {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  color: #424352;
}

.product-list .tov-img {
  float: left;
  width: 250px;
  display: inline-block;
  margin-right: 25px;
}

.product-list .tov .caption {
  min-height: 302px;
}

.product-grid .tov-img {
  float: none;
  width: auto;
  display: block;
  margin-right: 0;
  margin-bottom: 20px;
}

.rate {
  margin-bottom: 10px;
  font-size: 20px;
  color: #FFB85F;
}

.price {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  color: #F82E56;
}

.price span {
  font-weight: 300;
  text-decoration: line-through;
  color: #f06262;
  padding-left: 7px;
}

.tab-content {
  margin-bottom: 35px;
}


/*Отзывы о товаре*/

.testi h2 {
  font-size: 18px;
  font-weight: 600;
}

.testi h2 a {
  color: #424352;
}

.testi .caption p {
  font-size: 15px;
}

.testi .com {
  margin-bottom: 25px;
  padding: 25px;
  border: 1px solid #f4f4f4;
}

.testi .com:hover {
  box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.10);
}


/*Авторизация и профиль пользователя*/

.well {
  padding: 65px;
  border: 1px solid #ddd;
  min-height: 450px;
}

.acc-box {
  padding: 25px;
  border: 1px solid #ddd;
  text-align: center;
  margin-bottom: 25px;
}

.acc-box i {
  color: #888;
  font-size: 35px;
  display: block;
  margin-bottom: 10px;
}

.acc-box a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #424352;
}


/*Рассылка*/

.mail {
  padding: 25px 0;
  background: #474E5B;
  color: #fff;
  max-width: 1460px;
  margin: 0 auto;
}

.mail img {
  margin-top: -10px;
}

.mail h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 5px;
}

.mail h6 {
  font-weight: 300;
  font-size: 15px;
  color: #ddd;
}

.mail .form-control {
  box-shadow: none;
  height: 55px;
  padding: 15px 30px;
  border-color: #86898E;
  background: #86898E;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mail .form-control:active,
.mail .form-control:focus,
.mail .form-control:hover {
  background: #fff;
  border-radius: 2px;
  border-color: #fff;
  color: #333;
  font-size: 15px;
}

.mail .form-control::-moz-placeholder {
  color: #ddd;
  opacity: 1;
  text-transform: uppercase;
}

.mail .form-control:-ms-input-placeholder {
  color: #ddd;
  text-transform: uppercase;
}

.mail .form-control::-webkit-input-placeholder {
  color: #ddd;
  text-transform: uppercase;
  padding-left: 15px;
}

.inner-addon {
  position: relative;
}

.inner-addon .fa-envelope-o {
  position: absolute;
  padding: 6px 10px;
  pointer-events: none;
  margin-right: 40px;
}

.left-addon .fa-envelope-o {
  left: 0px;
  top: 13px;
}

.right-addon .fa-envelope-o {
  right: 0px;
}

.left-addon input {
  padding-left: 50px;
}

.right-addon input {
  padding-right: 50px;
}


/* Листинг товаров */

.tov-sort {
  margin: 25px 0;
  border-bottom: 1px solid #ededed;
}

.tov-sort p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}

.tov-sort .btn-pink {
  position: relative;
}

.tov-sort .btn-pink span {
  position: absolute;
  background: #363A42;
  color: #fff;
  width: 22px;
  height: 22px;
  text-align: center;
  padding-top: 10px;
  border-radius: 50%;
  left: 25px;
  line-height: 1px;
  font-size: 13px;
  font-weight: 600;
  top: -7px;
}

.filters {
  padding: 25px;
  background: #fff;
  border-radius: 2px;
  font-size: 14px;
  margin-bottom: 20px;
  border: 1px solid #f2f2f2;
}

.filters .control-label {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
}


/*страница товара*/

.full-tov .section-title h4 {
  font-size: 16px;
}

.full-tov .price {
  font-size: 68px;
  color: #333;
  margin: 5px 0;
  font-weight: normal;
}

.full-tov .price span {
  font-size: 26px;
}

.full-tov .price-small {
  font-size: 14px;
  text-decoration: none;
}

.btn-sub-full {
  font-size: 12px;
  color: #474E5B;
  border: none;
  background: transparent;
  margin-right: 5px;
  text-transform: uppercase;
  border-radius: 2px;
}

.btn-sub-full i {
  color: #f06262;
  margin-right: 5px;
}

.full-tov .rate {
  margin: 5px 0 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
}

.full-tov .rate span {
  margin-left: 15px;
  color: #424352;
  text-transform: uppercase;
  font-size: 12px;
}

.full-tov .rate span a {
  color: #424352;
}

.full-tov .dop-info {
  margin: 5px 0 5px;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 15px;
}

.full-tov .to-cart {
  margin-top: 25px;
}

.tabs {
  margin-top: 25px;
}

.nav-tabs {
  border-bottom: 1px solid #f9f9f9;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  color: #424352;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  border-bottom-color: transparent;
  cursor: default;
  border-top: 2px solid #f06262;
}

.full-tov .tab-content {
  background: #f9f9f9;
  padding: 25px;
}

.tab-bg {
  background: #fff;
  padding: 25px;
  box-shadow: 0 2px 25px 0 rgba(64, 71, 85, 0.10);
}


/* footer */

footer {
  background: #363A42;
  padding: 65px 0;
  color: #ddd;
}

footer h4 {
  text-transform: uppercase;
  font-weight: 600;
  color: #999;
}

footer p {
  font-size: 14px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #ddd;
  text-decoration: underline;
}

footer .logo h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 0;
  margin-top: 5px;
  color: #f4f4f4;
}

footer .logo span {
  color: red;
  font-size: 78px;
  line-height: 1px;
}

.panel-body {
  padding: 85px;
}

.panel-body .form-control {
  height: 55px;
}
.checkbox .img-thumbnail {
  width: 30px;
}

.checkbox .btn-default {
  margin-bottom: 5px;
  border-radius: 0px;
  margin-right: 5px;
  padding: 5px;
}

.radio .img-thumbnail {
  width: 30px;
}

.radio .btn-default {
  margin-bottom: 5px;
  border-radius: 0px;
  margin-right: 5px;
  padding: 15px;
}

.p25  {
   border-radius: 2px ;
    /*padding: 25px;*/
     border: 1px solid #f2f2f2;
         margin-bottom: 25px;

}

#menu-v li, #menu-v a {zoom:1;} /* Hacks for IE6, IE7 */
#menu-v, #menu-v ul
{
   
    position: relative; font-size:0;
    list-style: none; margin: 0; padding: 0; display:block;
    z-index:9;
   
}

}
                


#menu-v li
{
    background:  #fff;
    list-style: none; margin: 0; padding: 0;


}
#menu-v li a
{
    font: normal 12px Arial;
    border-bottom: 1px solid #f2f2f2;
    display: block;
    /*overflow: auto; force hasLayout in IE7 */
    color: black;
    text-decoration: none;
    line-height:40px;
    padding-left:26px;   
    text-transform: uppercase;   
  
}
#menu-v ul li a
{
    line-height: 40px;
       padding-left:26px;   

}


                
#menu-v li a.arrow:hover
{
    background-image:url(../img/arrow.gif);
    background-repeat: no-repeat;
    background-position: 97% 50%;

}
#menu-v li a:hover {
  color: #fff;
}
#menu-v ul li a:hover{ color: #fff; }
        

#menu-v li ul
{
    position: absolute;
    min-width: 300px; 
    visibility:hidden;
}
        
#menu-v a.arrow
{
    background-image:url(../img/arrow.gif);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
#menu-v li:hover, #menu-v li.onhover
{
    background-position:0 -62px;
        background: #64CEFD;
        border-color: #64CEFD;
        color: #fff;

}
#menu-v ul li
{
    background:  #fff;
    background-image:none;
    border: none;
    padding: 0px !important;
      -webkit-box-shadow: 0px 26px 41px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 26px 41px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 26px 41px 0px rgba(0, 0, 0, 0.13);
    z-index: 999999;


}
#menu-v ul li:hover, #menu-v ul li.onhover
{
    background: #64CEFD;
    background-image:none;
}
        
/* Holly Hack for IE \
* html #menu-v  li
{
    float:left;
    height: 1%;
}
* html #menu-v  li a
{
    height: 1%;
}*/
/* End */


.product-description {
  font-size: 16px;
  padding-left: 0;
  padding-right: 40px;
  text-align: left; }
.product-description .articulitem {
  color: #8a8fa1;
  font-weight: 300;
  margin-bottom: 20px; }
.product-description .item-detail {
  border-bottom: 1px dotted #ccc;
  padding: 5px 0;
  margin-bottom: 5px;}
.product-description .item-detail div.item-detail-values {
  display: inline-block;
  float: right;
  color: #000; }
  
.ico_style2 span	{
text-decoration: none;
display:block;
min-height: 40px;
float:left;
padding:0px 0px 0px 50px;
font-size:12px;
background-repeat:no-repeat;
background-position:left top;
}

.golovnamenu li > div > a {
    position: relative;
    display: block;
    margin: 0;
    padding: .35em;
    text-decoration: none;
    color: #555;
    outline: none;
    background: transparent;
    flex-grow: 1;
	border-top: 0px solid rgba(0, 0, 0, 0);
	}
	
	.golovnamenu {
    position: relative;
    min-width: 0;
    margin-bottom: 20px;
    word-wrap: break-word;
    border: 0px solid #dfdfdf;
    border-radius: .5rem;
    background-color: transparent;
    background-clip: border-box;
}

.golovnamenu li {
    border-top: 1.4px dashed #bbbaba;
}	

.golovnamenu-title h4 {
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.golovnamenu .count {
    font-size: .85em;
    height: 1.85em;
    margin-right: 0.75em;
    padding: 0 .65em;
    pointer-events: none;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .525em;
    background-color: rgba(255, 255, 255, .85);
    -ms-flex: 0 0 1.85em;
    flex: 0 0 1.85em;
}

.prop_table td:first-child {
    width: 30%;  
	font-weight: bold;
}

.prop_table td {
    
    padding: 2px 7px;
    width: 70%;
	}
	
.list-unstyled .small>span, .product-description li>span {
    display: inline-block;
    min-width: 150px;
    line-height: 20px;
	font-weight: 600;
}

.redmain a{
    color: #f06262;
	font-weight: 700;
}

.block-payment {
    padding-top: 40px;
    background: #ffffff;
    padding-bottom: 50px;
}

.premium-full {
    display: block;
}

.premium {
    margin-top: 40px;
}
.premium > div {
    float: left;
    width: 50%;
    height: 70px;
    margin: 15px 0;
    padding-right: 30px;
    border: 2px;
}
.premium > div .icon {
    height: 70px;
    width: 70px;
    float: left;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.premium > div .text {
    font-size: 12px;
    float: left;
    width: calc(100% - 80px);
}

.premium-1 .icon {
    background-image: url(https://emili.com.ua/image/data/1.svg);
}

.premium-2 .icon {
    background-image: url(https://emili.com.ua/image/data/2.svg);
}

.premium-3 .icon {
    background-image: url(https://emili.com.ua/image/data/3.png);
}

.premium-4 .icon {
    background-image: url(https://emili.com.ua/image/data/4.svg);
}



#vstavka1 {
    background-color: #f06262;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 4px 0;
    margin: 0 0 10px 0;
    height: 35px;
	width: 100%;
	color: #ffffff;
	font-size: 18px;
} 

@media only screen and (max-width: 768px) {
   #vstavka1 {
    
    height: 20px;
	font-size: 10px;}
}

.responsive-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	display: table-header-group;
}
.divTableFoot {
	display: table-footer-group;
}
.divTableBody {
	display: table-row-group;
}

.product-info{margin-bottom:8px}
.product-info{margin-bottom:24px}
.product-info__row{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.product-info__item,.product-info__row{display:-webkit-box;display:-ms-flexbox;display:flex}
.product-info__item{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}
.product-info__item svg{width:100%;max-width:16px;height:100%;max-height:16px;position:relative;top:2px;margin-right:8px}
.product-info__key{font-size: 14px; line-height:4px; font-weight: 600}
.product-info__value{margin-left:8px; font-size: 14px; line-height:4px; font-weight: 400}
.product-info-top{max-width:345px}
.product-info__item{margin-bottom:8px}

.uk-table-small th, .uk-table-small td {padding: 1px 18px;}
 th.name, td.name {font-weight: 600;}
 
 th.value, td.value {padding: 1px 25px;}
 
 .attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.attribute thead td, .attribute thead tr td:first-child {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}

.attribute tr td:first-child {
    color: #000000;
	font-size: 12px;
    font-weight: bold;
    text-align: right;
    width: 20%;
}

.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.ocf-description.ocf-description-bottom {
	padding: 10px 30px 10px 30px;
}
 