@font-face{
    font-family: 'Gill Sans Nova';
    src: local('Gill Sans Nova SemiBold'), local('Gill-Sans-Nova-SemiBold'),
        url('fonts/GillSansNova-SemiBold.woff2') format('woff2'),
        url('fonts/GillSansNova-SemiBold.woff') format('woff'),
        url('fonts/GillSansNova-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face{
    font-family: 'Gill Sans Nova';
    src: local('Gill Sans Nova Light'), local('Gill-Sans-Nova-Light'),
        url('fonts/GillSansNova-Light.woff2') format('woff2'),
        url('fonts/GillSansNova-Light.woff') format('woff'),
        url('fonts/GillSansNova-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face{
    font-family: 'Gill Sans Nova';
    src: local('Gill Sans Nova Book'), local('Gill-Sans-Nova-Book'),
        url('fonts/GillSansNova-Book.woff2') format('woff2'),
        url('fonts/GillSansNova-Book.woff') format('woff'),
        url('fonts/GillSansNova-Book.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face{
    font-family: 'Gill Sans Nova';
    src: local('Gill Sans Nova Medium'), local('Gill-Sans-Nova-Medium'),
        url('fonts/GillSansNova-Medium.woff2') format('woff2'),
        url('fonts/GillSansNova-Medium.woff') format('woff'),
        url('fonts/GillSansNova-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
body {
	font-family: 'Gill Sans Nova', sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 16px;
	width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #f8f8f9;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 700;
  font-family: 'Gill Sans Nova', sans-serif;
}
thead {
	font-weight: 700;
}
:focus {
outline: 0;
}
a:focus, a:hover {
	color: #000;
}
a:focus, a:active{
border:0;
outline: none;
}
.center {
	text-align: center;
}
/* default font size */
.fa {
	font-size: 16px;
}
/* Override the bootstrap defaults */
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #192940;
    border-color: #192940;
}
.mob_banner_1, .mob_banner_2 {
  display: none;
}
h1 {
  font-family: 'Gill Sans Nova', sans-serif;
	font-size: 30px;
	font-weight: 700;
  line-height: 40px;
	margin: 5px;
	text-align: center;
  margin-bottom: 20px;
  margin-top: 15px;
}
h1.main_h1 {
	text-align: center;
	display: none;
}
h2 {
	font-size: 30px;
  font-family: 'Gill Sans Nova', sans-serif;
  font-weight: 500;
}
h3 {
  font-family: 'Gill Sans Nova', sans-serif;
	font-weight: 700;
  font-size: 24px;
  position: relative;
}
.heading_h h2 {
  text-align: center;
}
.heading_h h3 {
  font-family: 'Gill Sans Nova', sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.heading_h::after {
	display: block;
  content: '';
  width: 98%;
  height: 1px;
  margin: 0px auto 10px;
  background: #f2f2f2;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #192940;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 16px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover, input {
	font-size: 16px;
  border: 1px solid rgba(26,26,26,.1);
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	background: #fff;
  border: 1px solid #ccc;
}
input:focus {
  box-shadow: none;
  outline: none!important;
  -webkit-box-shadow: 0 2px 2px 0 rgb(26 26 26 / 5%);
  box-shadow: 0 2px 2px 0 rgb(26 26 26 / 5%);
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
label.control-label {
	font-size: 16px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */

.we_text {
  font-family: 'Gill Sans Nova', sans-serif;
}
/* top */
#top {
  height: 25px;
  display: flex;
  align-items: center;
  padding: 2px;
  min-height: 15px;
  font-size: 14px;
  background: #212121;
}
.links_hide_mobile, .log_reg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info_meta {
  display: flex;
}
.log_reg img {
  margin-right: 10px;
}
.block_error_404 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block_error_404 img {
  max-width: 500px;
}
.telephone_block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tel_1 {margin-right: 10px;}
#top a {
  color: #fff;
}
#top a.dop_menu_aa {
  color: #333;
}
#top a:hover, #top a:focus {
  color: #fff;
}
#top a.dop_menu_aa:hover {
  color: #000;
}
#top a[data-fon='1'] {
  padding: 0 5px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	cursor: pointer;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	border-bottom: 1px dashed #888;
	color: #444;
}
.panel_info_top img {
  max-height: 100%;
}
.information_links__item {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
}
.info-dop-block {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 100%;
  opacity: 0;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  will-change: transform;
  -webkit-box-shadow: 0 20px 20px 0 rgb(26 26 26 / 10%);
  box-shadow: 0 20px 20px 0 rgb(26 26 26 / 10%);
  width: 220px;
}
.info-dop-block li {
  padding: 5px 0;
}
.information_links__item:hover .info-dop-block {
  opacity: 1;
  z-index: 1000;
}
.block_magaz {
  height: 50px;
  display: flex;
  align-items: center;
}
.magaz-on__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.magaz-on__block .slider_main .img_slider {
    max-height: 40px;
}
.magaz-on__block .dop_menu_aa {
  display: inline-block;
}
a[data-target='location'] {
  display: inline-block;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 300;
}
a[data-target='location']::before {
  position: absolute;
  left: 0;
  top: 3px;
  content: '';
  width: 10px;
  height: 14px;
  background: url(../image/pin.png) no-repeat;
  background-size: contain;
}
a[data-target='sales'] {
  background: #7260aa;
}
a[data-target='blog'] {
  background: #d7277f;
}
.block_magaz__item {
  margin-right: 20px;
}
a.language-select {
  position: relative;
  padding-right: 15px;
  cursor: pointer;
}
/*a.language-select::after {
  content: " ";
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='21' viewBox='0 0 24 24' fill='none' stroke='%2334303D' stroke-width='2' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    right: 0px;
    top: 0;
    transition: transform 1s;
}*/
.language_selected {
	padding-right: 2px;
  padding: 8px;
}
.langgg-ul {
  min-width: unset!important;
}
.langgg {
	margin-left: 10px;
  margin-right: 10px;
}
.langgg.open a.language-select {
  background: transparent;
  box-shadow: none;
}
.langgg.open a.language-select::after {
  transform: scaleY(-1);
}
.langgg span:last-child {
	border: none;
}
#top #top-links .social_top {
	height: 20px;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #fff;
}
.langgg_ul li a {
  font-size: 14px;
  font-weight: 700;
}

.social_top {
	margin: 0;
}
.social_top .social_svg_top{
	transition: all 0.3s;
}
.social_svg_top:hover {
	fill: #333;
}
.mobile_menu .login_main, .mobile_menu .search_top {

}
.mobile_menu a {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.line_center.search {width: 60%;}
#search {width: 100%;}
#search input, .order_id-or-email {
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 45px;
  padding: 0 20px 0 55px;
  transition: border-radius 0.2s;
  color: #1A1A1A;
  background-color: #FFF;
  box-shadow: 0 4px 8px rgba(0,0,0,.12),0 0 2px rgba(0,0,0,.06),0 0 1px rgba(0,0,0,.04);
}
#search input.open_s {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}
.modal-backdrop.in {
  opacity: 0.23;
}
.main_search .serach_list li a {
  font-size: 12px;
  line-height: 15px;
  color: #2ba0b5;
  border-bottom: 1px dashed #bcbcbc;
}
.main_search .serach_list li {
  margin-right: 10px;
}
.main_search .serach_list li:last-child {
  margin-right: 0;
}
.main_search .serach_list {
  display: flex;
}
.main_search .input-group-btn.live {
  top: 14px!important;
}
.main_search .search_info__title {
  display: none;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
  line-height: 14px;
}
#top-links a + a {
	margin-left: 15px;
}
#info-panel-close {
  position: absolute;
  right: 10px;
  cursor: pointer;
  font-size: 10px;
}
.information_links a {
  font-weight: 500;
}
.information_links a:hover span {
  color: #000;
}
#top a:hover .language-select {
  color: #fff;
}
/*.information_links a:last-child {
	color: #9d3942;
}*/
.information_links a, .information_links span {
  margin-top: 6px;
  margin-left: 10px;
/*  border-left: 1px solid #dedede;*/
  padding-left: 10px;
}
.information_links a:first-child, .information_links span:first-child {
  margin-left: unset;
  border-left: none;
  padding-left: unset;
}
.social_top img {
  width: 17px;
}
.hover_email {
  width: 0;
  display: inline-block;
  overflow: hidden;
  transition: width .3s ease;
}
.social_top a:hover .hover_email {
  width: 100%;
}
.info_meta .text_dop_href {
  padding-left: 10px;
  margin-left: 10px;
  margin-top: -2px;
}
.tel_callback {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1340px) {
  .nav_tel {display: none;}
}
@media (max-width: 992px) {
  .dop_href {font-size: 12px;}
  .block_we {}
}
@media (min-width: 767px) and (max-width: 992px) {
  .slider_main .img_slider {margin-top: 7px;}
}
/*HEADER*/
header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
  min-height: 50px;
  height: 85px;
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #333;
  border-bottom: 1px solid #eee;
  transition: all .3s ease;
}
header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
}
header::after {
 bottom: 0;
}
header::before {
	top: 0;
}
header.scroll {
  transform: translateY(-100%);
}
.magaz {
  display: none;
}
header.start .magaz {
  display: block;
}
header.start .magaz-on {
  display: none;
}
.header_text {
  font-size: 10px;
  color: #999999;
  display: flex;
  align-items: center;
  max-width: 200px;
}
.text_dop_icon {
  margin-right: 5px;
}
.header-top-center {
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.header_dop_href {
   font-size: 16px;
    
}
.icon_dop_href {
  margin-right: 20px;
}
.line_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}
.callback_click {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-out;
  cursor: pointer;
}
.callback_click:hover, .credit_btn:hover {
  background-color: #192940;
  color: #fff;
}
.credit_btn {
  display: block;
  margin: 15px auto;
  width: 215px;
  font-size: 14px;
  text-align: center;
  transition: all .2s ease-out;
  cursor: pointer;
  border: 2px solid #212121;
  padding: 5px 15px;
}
.callback_click_block {
  font-size: 10px;
  font-weight: 300;
}
.login_register {
  cursor: pointer;
}
form.callback{
position: relative;
transition: all 1s;
width: 35px;
height: 35px;
background: white;
box-sizing: border-box;
border-radius: 18px;
border: 4px solid white;
padding: 5px;
}

input.callback_input {
border: 1px solid #212121;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 35px;
line-height: 20px;
outline: 0;
display: none;
font-size: 1em;
border-radius: 20px;
padding: 0 10px;
}

.callback_ok{
box-sizing: border-box;
padding: 6px;
width: 35px;
height: 35px;
position: absolute;
top: 0;
right: 0;
border-radius: 50%;
color: #212121;
text-align: center;
font-size: 16px;
font-weight: 500;
transition: all 0.7s;
}

form.callback:hover{
width: 200px;
cursor: pointer;
}

form.callback:hover input{
display: block;
}

form.callback:hover .callback_ok{
background: #212121;
color: white;
}
form:hover .callback_ok::before {
content: 'OK';
margin-right: 10px;
}
.flexcenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dop_href {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.dop_href.start {
	justify-content: space-between;
}
/*.dop_href a {
  padding-right: 20px;
  font-weight: 500;
  text-transform: uppercase;
}*/
.mainSearch {
	display: none;
	box-shadow: 0 2px 2px rgba(0,0,0,0.06),0 4px 4px rgba(0,0,0,0.06),0 8px 8px rgba(0,0,0,0.06),0 16px 16px rgba(0,0,0,0.06),0 32px 32px rgba(56,121,220,0.06);
  width: 90%;
    margin: 0 auto;
}
.header_menu {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
}
.category_panel {
  background: #212121;
}

.wrap_cat_featured {
  margin-bottom: 15px;
}
.category_block {
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
}
.category_block_img {
  overflow: hidden;
  margin-right: 15px;
  border-radius: 50%;
  border: 1px solid #dee0e2;
  background: #fff;
}
.category_block_img img {
  transition: all 0.5s cubic-bezier(.455,.03,.515,.955);
}
.category-name {
  transition: all 0.25s cubic-bezier(.455,.03,.515,.955);
  position: relative;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
}
.category-name::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  transform-origin: center;
  background: rgba(0,0,0,.16);
  transition: all 0.25s cubic-bezier(.455,.03,.515,.955);
}
.category_block_a:hover .category-name::after {
  background-color: #192940;
}
.category_block_a:hover .category_block_img img {
  -webkit-transform: scale(1.05,1.05);
  -moz-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
}
.main_menu {
	list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.main_menu .dop_menu:hover a.dop_menu_a {
  color: #fff;
}
.main_menu .dop_menu, .mobile_lang .dop_menu {
	display: inline-block;
	position: relative;
  cursor: pointer;
}

.mobile_lang .dop_menu .dop_menu-menu ul {
    padding: 10px 15px 10px;
    min-width: 320px;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    border-radius: 5px;
    background: #fff;
}
.mobile_lang .dop_menu .dop_menu-menu li {
    font-size: 16px;
    text-align: left;
    margin-bottom: 8px;
}
.mobile_lang .dop_menu .dop_menu-menu {
  position: absolute;
  z-index: 2;
  left: -16px;
  top: 100%;
  margin: 0;
  transition: 0.2s all;
  transition: all 0.25s cubic-bezier(.455,.03,.515,.955);
  opacity: 0;
  visibility: hidden;
}
.mobile_lang .dop_menu .dop_menu-menu ul {
  padding: 10px 15px 10px;
  min-width: 320px;
  border: 1px solid rgba(0,0,0,.2);
  box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
  border-radius: 5px;
  background: #fff;
}
.mobile_lang .dop_menu .dop_menu-menu li {
  font-size: 16px;
  text-align: left;
  margin-bottom: 8px;
}
.dop_menu:hover .dop_menu-menu {
opacity: 1;
visibility: visible;
}
.main_menu > li + li {
	margin-left: 30px;
}
#menu-category-slider .dop_menu a.dop_menu_a, #menu-category-slider-2 .dop_menu a.dop_menu_a {
  font-weight: 400;
  letter-spacing: -0.02em!important;
  text-transform: uppercase;
  position: relative;
  line-height: 35px;
  display: flex;
  align-items: center;
  color: #fff;
  z-index: 3;
  font-family: 'Gill Sans Nova', sans-serif;
  padding: 0px 10px;
}
#menu-category-slider-2 .dop_menu a.dop_menu_a {
  color: #333;
}
#menu-category-slider-2 .dop_menu a[data-target='sales'], #menu-category-slider-2 .dop_menu a[data-target='blog'] {
  color: #fff;
  border-radius: 10px;
}
.language_selected {
  font-weight: 400!important;
  color: #fff;
}
#menu-category-slider .dop_menu a.dop_menu_a .fa, #menu-category-slider-2 .dop_menu a.dop_menu_a .fa {
  margin-left: 7px;
  font-weight: 700;
}
#menu-category-slider-2 .dop_menu a.dop_menu_a {
  font-size: 16px;
}
.flexy {
  display: flex;
}
.advantage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantage.pos-center {
  flex-direction: column;
}
.advantage .image {
  margin-right: 10px;
  background: transparent;
}
.advantage.pos-center .image {
  margin-right: 0;
}
.advantage .caption {
  text-align: center;
  font-size: 14px;
}
h2.advantages {
  font-size: 30px;
  margin: 0px;
  padding: 10px 0;
  text-align: center;
  font-weight: 500;
}
.advantages-block, #carousel0 {
  padding: 15px;
  margin: 0px 0px 20px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.advantages-block > div {
  padding-left: 10px;
  padding-right: 10px;
}
.advantage {
  border: none;
  padding: 15px 0px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .advantages-block {
    background-size: cover;
  }
}
a.dop_menu_a {
  font-weight: 500;
}
.dop_menu_a_icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.live_search_ok {
	background: none;
}
.main_menu .dop_menu .dop_menu-menu {
  position: absolute;
  z-index: 2;
  left: -16px;
  top: 100%;
  margin: 0;
  transition: 0.2s all;
  transition: all 0.25s cubic-bezier(.455,.03,.515,.955);
  opacity: 0;
  visibility: hidden;
}
.menu_header {
  background: #F4F0ED;
}
.main_menu .dop_menu .dop_menu-menu ul {
  padding: 10px 15px 10px;
  min-width: 320px;
  border: 1px solid rgba(0,0,0,.2);
  box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
  border-radius: 5px;
  background: #fff;
}
.main_menu .dop_menu .dop_menu-menu li {
  font-size: 16px;
  text-align: left;
  margin-bottom: 8px;
}
.dop_menu:hover .dop_menu-menu {
opacity: 1;
visibility: visible;
}
.dop_menu-menu-children {
  position: absolute;
  z-index: 10;
  left: 96%;
  top: 0;
  margin: 0;
  transition: 0.2s all;
  display: none;
}
.dop_children:hover .dop_menu-menu-children {
  display: block;
}
.dop_children, .dop_nochildren {
  position: relative;
}
.dop_menu_a, .dop_menu_aa {
  position: relative;
}
.dop_menu_aa .fa {
  margin-left: 7px;
}
.dop_menu_aa .child_b::before {
  transition: all 0.5s cubic-bezier(.455,.03,.515,.955);
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: #121212;
  transform-origin: left center;
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
  transform: scale(0,1);
}
.dop_menu_aa:hover .child_b::before {
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
}
.has_child::before {
  transition: all 0.25s cubic-bezier(.455,.03,.515,.955);
  top: 100%;
  left: 50%;
  content: " ";
  height: 12px;
  width: 12px;
  position: absolute;
  z-index: 45;
  pointer-events: none;
  margin-top: -5px;
  background: #fff;
  border-radius: 2px;
  border-top: 1px solid rgba(0,0,0,.2);
  border-right: 1px solid rgba(0,0,0,.2);
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transform: translate3d(-50%,0%,0) rotate(-45deg);
  -moz-transform: translate3d(-50%,0%,0) rotate(-45deg);
  -ms-transform: translate3d(-50%,0%,0) rotate(-45deg);
  -o-transform: translate3d(-50%,0%,0) rotate(-45deg);
  transform: translate3d(-50%,0%,0) rotate(-45deg);
  opacity: 0;
}
.dop_menu:hover>.has_child::before {
  opacity: 1;
}
.line_center_block {
	padding-top: 15px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
.line_center {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.line_center_icon {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  cursor: pointer;
}
.line_center a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
span.top_text {
  font-size: 14px;
}
.sp-seo-faq .faq {
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
  border-radius: 10px;
  background-color: #fff;
  padding: 15px;
}
.login_top, .wishlist_top, .cart_top {
  margin-left: 35px;
  position: relative;
}
.login_top a {
  cursor: pointer;
}
.boxme_wish_remove {
	position: absolute;
	right: 8%;
	z-index: 10;
	transition: all 0.2s ease;
	opacity: 0;
}
.boxme_wish_remove .fa {
	font-size: 18px;
}
.product-thumb:hover .boxme_wish_remove {
	opacity: 1;
}
.pointer_search {
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}
.wish_remove, .wish_add {
  background: none;
  transition: all .2s ease-out;
  border: none;
  padding: 14px;
}
.block_top_model {
  position: relative;
  padding: 10px 0;
}
#oneclick {
  text-align: center;
}
.button_wishlist {
  position: absolute;
  top: 30px;
  right: 14px;
}
.wish_remove {
  color: #192940;
}
.wish_add_remove:hover i, .wish_add:hover i, .wish_remove:hover i {
	animation: pulse 1s infinite;
}
.wish_remove .fa, .wish_add .fa {
	font-size: 20px;
}
.wish_remove.hide, .wish_add.hide {
	display: none;
}
@keyframes pulse {
  0% {
    transform: scale(1.1);
  }
  10% {
    transform: scale(1.4);
  }
  20% {
    transform: scale(1.7);
  }
  30% {
    transform: scale(2);
  }
  40% {
    transform: scale(2.2);
  }
  50% {
    transform: scale(2.5);
  }
  60% {
    transform: scale(2);
  }
  70% {
    transform: scale(1.7);
  }
  80% {
    transform: scale(1.4);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.header_account_links {
	transition: all .2s ease-out;
	border: 1px solid #6b6b6b;
	display: block;
	padding: 10px;
	margin: 20px 0;
}
.header_account_links:hover {
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
	color: #212121;
}
.item.slick-slide {
  position: relative;
}
  .wrap_slider {
    position: relative;
  } 
  .progressBarContainer {
  position: absolute;
  bottom: 20px;
  width: 110px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.progressBarContainer div {
  display: block;
  width: 30%;
  padding: 0;
  cursor: pointer;
  margin-right: 5%;
  float: left;
  color: white;
}

.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: rgba(255, 255, 255, 1);
  width: 0%;
  height: 4px;
}
.slider_info {
  position: absolute;
  top: 30%;
  left: 25%;
  text-align: center;
  max-width: 480px;
}
.slider_title {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
}
.slider_sub_title {
  font-size: 30px;
  opacity: 0;
}
.slider_button {
  opacity: 0;  
}
.slider_button_a {
  display: inline-block;
  padding: 10px 90px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: .05em;
  margin-top: 40px;
}
.slider-controls {
    position: absolute;
    bottom: 15px;
    display: flex;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
}
.slider-controls .slick-dots li {
    border-color: #fff;
}
.slider-controls .slick-dots li.slick-active {
    border-width: 2px;
}
.slider-controls .slick-dots li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    padding: 0;
    border: 0 solid #fff;
    border-radius: 50%;
    cursor: pointer;
}
.slider-controls .slick-dots li button {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    text-indent: -9999px;
    background: #fff;
    outline: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.slider-controls .slick-dots li.slick-active button {
  background: transparent;
}
.slider-controls .slick-dots li button {
    background: rgba(255,255,255,.8);
}
.about_block__border {
  background-color: #f5f5f5;
  padding: 12px;
}
.about_block__sector {
	padding: 25px;
  border: 12px solid #fff;
  background: url(../image/bgg.png);
  display: flex;
  flex-wrap: wrap;
}	
.about_block__left, .about_block__right_2 {
	width: 70%;
	margin-bottom: 30px;
}
.about_block__right, .about_block__left_2 {
	width: 30%;
	margin-bottom: 30px;
}
.about_block__right img, .about_block__left img {
	width: 100%;
}
.about_block__title {
  font-size: 26px;
  font-weight: 500;
}
.slideshow {
  margin-top: 0px;
  margin-bottom: 20px;
}

  .tendance-1019 .margeHt1 {
    margin-top: 3%;
}
.margin-b {
    margin-bottom: 20px;
}
.margin-b img, .margeHt1 img, .imgFlottante img, .margeHt2 img {
  width: 100%;
}
.tendance-1019 .imgFlottante {
    width: 45%;
    margin-left: 50%;
    z-index: 5;
    position: relative;
    margin-top: -8%;
}
.tendance-1019 .margeHt2 {
    margin-top: 6%;
}
#templatePanel .panel .fix-horiz .catalog-block {
    line-height: normal;
}
.catalog-block {
  position: relative;
}
.catalog-block.small-margin {
    margin-bottom: 15px;
}
.module-bg {
    position: absolute;
    z-index: 0;
    top: 100px;
    bottom: 100px;
    left: -15px;
    right: -15px;
    background-color: #9f9f9f;
}
/* search */
.search_head, .search_info__title {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: 'Gill Sans Nova', sans-serif;
  color: #333;
}
.search_info__title {
  margin-top: 200px;
}
.serach_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.serach_list li a {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #000;
}
.cart_related_title {
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-top: 70px;
}
.cart_related_flex {
  display: flex;
  justify-content: flex-start;
}
.cart_related_block {
  width: 30%;
  margin-right: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.payment-info input {
  width: 100%;
  margin-bottom: 12px;
  padding: 10px;
}
.payment-info .forgott {
  position: absolute;
  top: 13px;
  right: 70px;
  font-size: 12px;
}
.popup-footer .button_cart_add {
	cursor: pointer;
}
.popup-footer .button_cart_add:hover {
	color: #fff;
}
.popup-footer {
	text-align: center;
	margin: 30px;
}
.button_cart_add:hover {
  color: #fff;
}
/* login */
.forgotten {
	cursor: pointer;
}
@keyframes sale-anim {
  0% {
    animation-timing-function: cubic-bezier(0.9647, 0.2413, -0.0705, 0.7911);
    transform: scale(0.9099999999999999)
  }
  51% {
    animation-timing-function: cubic-bezier(0.9226, 0.2631, -0.0308, 0.7628);
    transform: scale(1.02994)
  }
  100% {
    transform: scale(0.9099999999999999)
  }
}

.sale-anim {
  animation: sale-anim 1s infinite linear
}
/*MENU MOBILE*/
#mobileMenu .modal-dialog {
  width: 80%;
}
.nazva {
  font-size: 12px;
  font-weight: 300;
  color: #888;
  margin: 3px 0 10px 0;
}
.ddop_mob_href a {
  color: #000;
  font-weight: 300;
  font-size: 15px;
}
#mobileMenu .modal-dialog .modal-content .modal-body {
  color: #333;
}
.invert_svg {
  filter: invert(100%);
}
.mobile_lang {
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
.mob-info {
  margin-top: 25px;
}
.filter_open {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.filter_open a {
  color: #666;
}
/* cart */
#myCart {
  text-align: center;
}
#myCart::before {
  vertical-align: middle;
  content: " ";
  height: 100%;
}
 .modal.right .modal-dialog, .modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 40%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }

  .modal.right .modal-content, .modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
    background: #fff;
  }
  
  .modal.right .modal-body, .modal.left .modal-body {
    padding: 15px 15px 80px;
  }
        
  .modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
  }
  
  .modal.right.fade.in .modal-dialog {
    right: 0;
  }

  .modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
         -o-transition: opacity 0.3s linear, left 0.3s ease-out;
            transition: opacity 0.3s linear, left 0.3s ease-out;
  }

  .modal.left.fade.in .modal-dialog {
    left: 0;
  }

  .modal-content {
    border-radius: 0;
    border: none;
  }

  .modal-header {
    border: none;
    padding: 25px 15px 15px;
  }
  .modal-header h4.modal-title {
	font-size: 20px;
	text-transform: uppercase;
  text-align: center;
  letter-spacing: .1em;
  font-family: 'Gill Sans Nova', sans-serif;
  }

  .cart_close, .callback_close {
  	position: absolute;
  	cursor: pointer;
    top: 10px;
    transition: all .2s ease-out;
    padding: 5px;
    z-index: 10;
  }
  .cart_close {
    top: -5px;
  }
 .callback_close:hover {
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
}
.cart_close {
  right: 14px;
  display: block;
  text-align: center;
  color: #7260aa;
  font-size: 30px;
  font-weight: 700;
}
.cart_close:hover{
  color: #30662b;
}
.callback_close {
	right: 14px;
}
 .cart_list_items {
  list-style: none;
  padding-left: 0;
 } 
  .cart_item:first-child {
    padding: 0 0 10px 0;
}
  .cart_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    position: relative;
  }
  .cart_item_delete {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  .cart_item_img {
    display: flex;
    margin-right: 20px;
    flex-shrink: 0;
    flex-basis: 100px;
}
.cart_item_img a {
    display: flex;
    width: 100%;
    border: none;
}
.cart_item_img img {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
    transition: all .2s ease;
}
.cart_item_option {
    flex: auto 1 1;
}
.cart_item_option a {
  font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .1em;
    display: inline-block;
    color: #000;
    text-decoration: none;
}
.cart_item_option a.cart_quantity_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
.cart_price_total:nth-child(1) {
  display: none;
}
.total_cart_price {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .1em;
  padding-bottom: 20px;
  margin-top: 8px;
  color: #666;
}
.cart_text_info {
  margin-top: 25px;
  text-align: center;
}
.cart_block_buttons{
  text-align: center;
}
.cart_button_open, .knopka_boxme, .cart_item_small.white a {
    transition: all .2s ease-out;
    border: none;
    display: inline-block;
    padding: 10px 20px;
    margin: 20px 0;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px rgb(0 0 0 / 2%), 0 0 2px rgb(0 0 0 / 6%), 0 0 1px rgb(0 0 0 / 4%);
    box-shadow: 0 4px 8px rgb(0 0 0 / 2%), 0 0 2px rgb(0 0 0 / 6%), 0 0 1px rgb(0 0 0 / 4%);
    border-radius: 40px;
}
.pl-add-to-cart {
    border-radius: 20px;
    padding: 8px 20px;
}
#table-price td {
  vertical-align: middle!important;
}
.cart_button_open.centere {
	margin: 20px auto;
	max-width: 200px;
	cursor: pointer;
}
.knopka_boxme {
  background: #7260aa;
  color: #fff;
  border-radius: 100px;
}
.cart_button_open.block {
  display: block;
}
.cart_button_open.order {
  font-style: normal;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  background-color: #7260aa;
  border: 1px solid #7260aa;
  border-radius: 40px;
  display: block;
  height: 42px;
  padding: 5px;
}
.cart_group .cart_button_open {
  min-width: 150px;
  margin: 0 8px 0 0;
  font-weight: 500;
  font-size: 14px;
}
.cart_group .cart_button_open:hover {
  background-color: #4f4277;
  color: #fff;
}
.callback_click svg {
  margin-right: 3px;
}
.callback_click:hover svg {
  fill: #fff;
}
.cart_button_open.fff:hover {
	color: #fff;
}
.knopka_boxme:hover {
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
  background: #4f4277;
}
.cart_button_open:hover {
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
}
.cart_button_open.order:hover {
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
}
.cart-line2 {
  margin: 15px 0;
  display: flex;
  align-items: center;
}
.cart-line2 button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 140px;
  color: #192940;
  font-size: 14px;
  font-weight: 500;
  background: none;
  transition: all .2s ease-out;
  border: none;
  margin-right: 10px;
}
.cart-line2 button svg {
  margin-right: 10px;
}
.share-product {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.share-product .icons {
  transition: all 0.25s cubic-bezier(.455,.03,.515,.955);
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 0 0 1px rgb(0 0 0 / 15%);
  opacity: 0;
  font-size: 14px;
  pointer-events: none;
  border-radius: 2px;
}
.share-product .icons .inner {
  display: flex;
  padding: 10px;
  background: #fff;
  position: relative;
  line-height: 1;
  border-radius: 2px;
}
.share-product .icons .inner:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -4px;
  left: 50%;
  margin-left: -5px;
  z-index: -1;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 15%);
  transform: rotateZ(45deg);
  background: #fff;
}
.share-product .icons .social {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  text-align: center;
}
.share-product:hover .icons {
  opacity: 1;
  pointer-events: all;
}
.cart_item_small {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  height: 30px;
}
.cart_item_small span a {
  cursor: pointer;
}
.cart_item_small.white {
  background: #fff;
}
.cart_item_small.white a {
  display: inline-block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.cart_a {
	position: relative;
}
#cart-total, #wishlist-total {
	position: absolute;
  top: -8px;
  right: -12px;
  font-size: 12px;
  font-weight: 500;
}

.total_in_cart {
  display: flex;
  justify-content: space-between;
}
.total_sub_total, .total_in_cart span {
  font-size: 16px;
}
.total_in_cart.total {
  margin-top: 7px;
}
.total_in_cart.total span {
  font-size: 18px;
}
.total_in_cart.total > .simplecheckout-cart-total-value {
  font-size: 20px;
  font-weight: 500;
}
#wishlist-total > .yellow, #wishlist-total[title], #cart-total > .yellow, #cart-total[title] {
  width: 20px;
  height: 20px;
  background: #EF1865;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cart_group {
	margin-bottom: 35px;
	text-align: center;
}
.button_cart_add {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  background-color: #7260aa;
  padding: 10px 70px;
  color: #fff;
  transition: all .2s ease-out;
  border: 1px solid #7260aa;
  height: 50px;
  border-radius: 45px;
}
.button_cart_add:hover {
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
  background: #4f42ff;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#simplecheckout_payment_form {
  display: none;
}
#simplecheckout_shipping_address {
  border-top: none;
}
#simplecheckout_shipping {
  border-bottom: none;
  margin-bottom: 0;
}
#simplecheckout_shipping .checkout-heading::before {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23191919' fill-rule='evenodd' d='M28.092 13.663l-3.787-6.184A2.899 2.899 0 0 0 21.755 6H6.047C4.34 6 3 7.428 3 9.251v10.302c0 1.377.969 2.627 2.218 3.022.154 1.67 1.518 2.933 3.239 2.933 1.568 0 2.83-1.046 3.162-2.5h8.275c.331 1.454 1.606 2.5 3.162 2.5 1.53 0 2.78-.995 3.136-2.398 1.352-.407 2.308-2.052 2.308-3.557v-4.296c0-.65-.14-1.199-.408-1.594zm-5.087-5.419l3.404 5.559h-4.373c-.676 0-1.148-.561-1.148-1.352V7.504h.854c.549 0 .995.256 1.263.74zm-16.958-.74h10.455v8.9H4.505V9.251c0-.994.663-1.746 1.542-1.746zm4.157 14.752c0 .982-.765 1.747-1.747 1.747a1.725 1.725 0 0 1-1.747-1.747c0-.969.829-1.747 1.849-1.747.803 0 1.568.689 1.645 1.48v.267zm-1.658-3.251a3.356 3.356 0 0 0-3.11 2.053c-.536-.268-.944-.867-.944-1.505v-1.645h11.997v3.596h-4.845c-.318-1.415-1.619-2.499-3.098-2.499zm14.51 4.998a1.725 1.725 0 0 1-1.747-1.747v-.23c.153-.764.79-1.517 1.747-1.517.982 0 1.746.765 1.746 1.747 0 .982-.764 1.747-1.746 1.747zm3.136-2.588c-.357-1.403-1.619-2.41-3.149-2.41-1.492 0-2.78 1.033-3.175 2.499h-1.887v-14h1.403v4.947c0 1.62 1.134 2.844 2.652 2.844h4.947v4.246c.012.739-.332 1.479-.79 1.874z'/%3E%3C/svg%3E");
}
#simplecheckout_payment .checkout-heading::before {
  width: 32px;
  height: 32px;
  margin-right: 10px;  
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='01_Icons-/-Card' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M28.4899647,21.4125 L28.4899647,9.7 C28.4899647,8.2125 27.253083,7 25.7356714,7 L5.75429334,7 C4.23688173,7 3,8.2125 3,9.7125 L3.10201086,21.4125 C3.10201086,22.9 4.3388926,24.1125 5.8563042,24.1125 L25.72292,24.1125 C26.539007,24.1125 27.3040884,23.7875 27.8268941,23.2375 C28.3114457,22.7125 28.5537215,22.05 28.4899647,21.4125 Z M5.75429334,8.475 L25.72292,8.475 C26.4114934,8.475 26.9725531,9.025 26.9725531,9.7 L26.9725531,10.6375 L4.50466025,10.6375 L4.49190889,9.7 C4.50466025,9.025 5.06572,8.475 5.75429334,8.475 Z M26.717526,22.2375 C26.4880015,22.4875 26.1182121,22.6375 25.72292,22.6375 L5.8563042,22.6375 C5.16773087,22.6375 4.60667111,22.0875 4.60667111,21.4 L4.53016297,12.1125 L26.9980558,12.1125 L26.9980558,21.475 C27.0235586,21.8375 26.8577909,22.1 26.717526,22.2375 Z' id='Card' fill='%23191919'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
#simplecheckout_customer .checkout-heading span::before {
  width: 32px;
  height: 32px;
  margin-right: 10px;   
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='28' viewBox='-2 -5 32 32'%3E%3Cpath fill='%23191919' fill-rule='evenodd' d='M16.72 6.49c0-2.772-2.016-4.99-4.467-4.99-2.45 0-4.468 2.218-4.468 4.99 0 2.77 2.018 4.988 4.468 4.988S16.72 9.26 16.72 6.49zm1.5 0c0 3.568-2.654 6.488-5.967 6.488-3.312 0-5.968-2.92-5.968-6.489S8.941 0 12.253 0c3.313 0 5.967 2.92 5.967 6.49zM1.52 24.656a.75.75 0 0 1-1.489.186 3.048 3.048 0 0 1-.014-.164c-.09-1.33.192-2.942 1.166-4.5 1.779-2.846 5.35-4.527 11.07-4.527 5.722 0 9.293 1.68 11.072 4.527.974 1.558 1.256 3.17 1.166 4.5-.005.074-.01.129-.015.164a.75.75 0 1 1-1.488-.186l.006-.08a5.765 5.765 0 0 0-.086-1.353 6.255 6.255 0 0 0-.855-2.25c-1.483-2.372-4.563-3.822-9.8-3.822-5.235 0-8.316 1.45-9.798 3.822a6.255 6.255 0 0 0-.855 2.25 5.765 5.765 0 0 0-.08 1.433z'/%3E%3C/svg%3E");
}
#simplecheckout_cart .checkout-heading::before {
  width: 32px;
  height: 32px;
  margin-right: 10px;    
content: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' width='32px' height='32px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.598 24.03L25.15 13.693c-.154-1.16-1.137-1.962-2.373-1.962h-.708V8.366c0-1.259-.414-2.203-1.185-3.11C20.24 4.496 18.97 3 16.065 3c-3.107 0-4.91 1.364-5.486 2.256-.604.88-.899 1.899-.899 3.11v3.365h-.82c-1.208 0-2.205.777-2.374 1.86L5.053 24.004c-.196 1.11.155 2.244.97 3.11.814.867 2.008 1.377 3.272 1.377h13.047c1.208 0 2.318-.446 3.132-1.275a3.922 3.922 0 0 0 1.124-3.186zM11.126 13.235v.736l.001 3.323a.753.753 0 1 1-1.507 0l-.001-.247v-3.812h1.507zm10.941 0v4.059a.753.753 0 1 1-1.507 0v-4.059l.753-.001h.754zm-5.89-8.731c2.58.09 4.532 1.86 4.419 4.066v3.122c-1.387-.038-4.08-.012-9.516.026V8.366h-.016c0-.918.242-1.683.758-2.32.549-.714 1.662-1.542 3.887-1.542h.468zm6.731 8.73c.4 0 .685.255.742.65l1.457 10.324a2.442 2.442 0 0 1-.714 2.014c-.5.497-1.185.778-1.928.778H9.185c-.785 0-1.528-.306-2.042-.842-.5-.522-.728-1.223-.6-1.924L8 13.808c.057-.319.357-.56.743-.56-.029-.013 14.165-.013 14.165-.013z' fill='%23191919' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.btn-primary.focus, .btn-primary:focus {
  background-color: #192940;
  border-color: #192940;
  outline: none;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
  background-color: #192940;
  border-color: #192940;
  outline: none;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
	.mobile_menu .login_main, .mobile_menu .search_top {
	margin-right: 0px;
}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
.price_for_one {
	font-size: 14px;
	color: #c64242;
}
/*mobile-menu*/
.cat_mob_xs {
  font-weight: 400;
}
.mobile-lang-soc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_mob_a {
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.mob_link_item {
  border-bottom: 1px solid #eee;
}
.mobile_menu #cart, .mobile_menu #cart .icon_cart, .mobile_menu .search_top {
/*	width: 35px;
	height: 35px;*/
}
.cat_mob_xs ul li:last-child a {

}
.cat_mob_xs a {
  color: #333;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 6px 0 6px 15px;
}
.parent_xs_child a {
  font-size: 14px;
  margin: 4px 0 4px 10px;
  text-align: left;
  color: #000;
  font-weight: 300;
}
.parent_xs_child .see-all {
  font-size: 12px;
  font-weight: 500;
}
.parent_xs {
  position: relative;
}
.parent_xs::before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 8px;
}
.parent_xs.active::before {
  content: "\f107";
}
.mobile_menu .text_login {
	display: none;
}
.mobile_menu .login_main {
	height: 35px;
	width: 50px;
}
.mobile_pop {
	padding: 3px 0;
	text-align: right;
}
.mobile_pop .navbar-toggle {
	margin: 0;
  padding: 10px;
}
#mobile_left_menu {
	background: #f8f7f5;
}
.mobile_dop_linkss {
  margin-top: 20px;
}
.mobile_dop_linkss a {
  display: block;
  font-size: 12px;
  line-height: 1;
  padding: 7px 0;
  color: rgba(0,0,0,.7);
}
body.common-home.offcanvas-stop-scrolling::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(55, 53, 53, 0.7);
    z-index: 10;
    height: 5000px;
    width: 100%;
}
.social_top.center {
	margin-top: 10px;
}
.navbar-offcanvas {
	padding-left: 0px!important;
	padding-right: 0px!important;
}
ul.ddop_mob_href {
	list-style: none;
	padding: 0px;
}

/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
  .add_wishlist_button {
    opacity: 1;
    position: relative;
  }
  .menu_header {
    display: none;
  }
  .top_text {
    display: none;
  }
  #info-panel-close {
    top: 65px!important;
    right: unset;
    left: 10px;
  }
		.slick-prev, .slick-next {
		display: none!important;
	}
  #cart-total, #wishlist-total {
    top: -10px;
    right: -10px;
  }
	.mobile_menu .search_top {
		margin-right: 0;
	}
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	.product-thumb h4 {
		height: 50px;
	}
}
/* content */
header {

}
.overlay_fon {
  transition: 0.2s;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.slider_photo:hover .overlay_fon {
	background-color: rgba(0,0,0,0.1);
}
.slider_main {
  height: 50px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.slider_main .img_slider {
  max-width: 100%;
  width: auto;
  max-height: 65px;
}
header.start .slider_main {
  justify-content: flex-start;
}
#check-order-status-window .modal-content {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  will-change: transform;
  -webkit-box-shadow: 0 20px 20px 0 rgb(26 26 26 / 10%);
  box-shadow: 0 20px 20px 0 rgb(26 26 26 / 10%);
}
.modal-content {
  
  
  
}
.zoom_insta_slider {
	overflow: hidden;
	cursor: pointer;
}
.zoom_insta_slider img {
	transition: 0.5s;
}
.zoom_insta_slider img:hover {
	cursor: pointer;
	transform: scale(1.1);
}
#content {
	box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.slick-prev, .slick-next {
  z-index: 3;
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
  transition: .3s opacity ease;
}
.slick-prev:hover::before, .slick-next:hover::before {
  box-shadow: 0 2px 2px rgba(0,0,0,0.06),0 4px 4px rgba(0,0,0,0.06),0 8px 8px rgba(0,0,0,0.06),0 16px 16px rgba(0,0,0,0.06),0 32px 32px rgba(56,121,220,0.06);
  transition: none;
}
.slick-prev::after {
  transform: rotate(135deg);  
}
.slick-next::after {
  transform: rotate(-45deg);  
}
.slick-prev::after, .slick-next::after {
  margin: 12px 12px 10px;
  content: '';
  width: 10px;
  height: 10px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 2;
}

/* footer */
.footer_login {
  cursor: pointer;
}
.wrap-socialka {
  width: 100%;
  display: block;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 80px;
}
.wrap-socialka__block {
  margin: 0 10%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  border-top: 1px solid #e4e4e4;
  overflow: hidden;
}
.wrap-socialka__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 40px;
}
.wrap-socialka__item:first-child {
  border-right: 1px solid #e4e4e4;
}
.socialka-icons {
  text-align: center;
}
.ul_socail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul_socail li img {
  max-width: 20px;
  max-height: 20px;
  margin: 25px 10px;
}
#txtemail {
    padding: 22px 10px;
    width: 300px;
    max-width: 100%;
}
.subscribe-box {
  text-align: center;
}
.subscribe-form {
  padding: 25px 0;
}
h4.subscribe-title {
  text-align: center;
}
footer {
	padding-top: 20px;
	font-weight: 400;
	margin-top: 30px;
	color: #fff;
	position: relative;
	background: #212121;
}
.zelenka {
  background: #7260aa;
  padding: 20px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 13px;
}
 .powered::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 8px;
  top: -7px;
  border-top: 4px solid #212121;
  border-bottom: 2px solid #212121;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a:hover {
	color: #fff;
}
footer h5 {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  color: #fff;
  padding-top: 10px;
  font-family: 'Gill Sans Nova', sans-serif;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #7260aa;
}
footer h5::after {
	margin-top: 5px;
}
.powered .text-right {
	float: right;
}
.powered {
  background: url(../image/bg_top.jpg);
  font-weight: 700;
  padding: 0 5px;
}
.powered .text-right, .powered .text-left {
  margin-top: 8px;
  display: inline-block;
}
.footer_left_logo {
	display: flex;
	align-items: center;
	justify-content: center;
  flex-direction: column;
}
.footer_tel {
  margin-top: 15px;
}
.footer_tel a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
footer a {
  color: #fff;
  font-weight: 300;
}
footer a:focus {
  color: #fff;
  text-decoration: none;
}
.footer_email {
  margin-top: 10px;
  margin-bottom: 7px;
  padding-bottom: 12px;
  border-bottom: 1px solid #7260aa;
}
/*.footer_left_logo::after {
  font-family: FontAwesome;
  content: "\f25d";
  position: absolute;
  right: 52px;
  font-size: 17px;
  top: 47px;
}*/
.footer_left_logo img {
  width: 200px;
  max-width: 95%;
}
.footer_info_block {
	color: #fff;
  min-height: 160px;
}
.footer_info_block>ul>li>a {
	color: #fff;
	display: flex;
  padding: 5px 0;
}
.footer_info_block img {
	width: 20px;
  height: 20px;
}
.footer_pay img {
  max-height: 30px;
  margin-right: 15px;
  filter: invert(1);
}
.footer_pay img:last-child {
  margin-right: 0;
}
.footer-info li {
  padding: 5px 0;
}
.hr_style.niz {
  background: #7260aa;
}
.soc_flex {
  display: flex;
  align-items: center;
}
.soc_flex a {
  padding: 5px;
  background: #f2f6f8;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
}
.tab-content img {
  max-width: 100%;
}
/* alert */
.alert {
	position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 700;
  height: 0px;
  line-height: 50px;
  overflow: hidden;
  z-index: 9999;
  padding: 0;
  border: 0;
  transition: all 0.5s ease;
}
.alert.alert-danger, .alert.alert-success {
	height: 50px!important;
	overflow: hidden;
	transition: all 0.5s ease;
}
.alert .close {
	position: absolute;
  right: 20px;
  top: 12px;
}

.pagination {
	margin: 30px 0 0 0;
}
.helping_block span {
  display: block;
  font-weight: 300;
}
.note-video-clip {
  max-width: 100%;
  margin: 0 auto;
}
.note-video-clip iframe {
  max-width: 100%;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	position: relative;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  min-width: 150px;
  background-color: #7260aa;
  padding: 15px 25px;
  color: #fff;
  border: none;
  border-radius: 45px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 30%);
  color: #fff;
  background-color: #4f4277;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.account_wrap.mmm {
	position: relative;
}
.account_wrap.simpe_check {
	margin-top: 15px;
	max-width: 900px;
}
.orders_list {list-style: none; margin-bottom: 20px;}
.orders_list .order {padding: 16px; border: 1px solid #e9e9e9; border-radius: 4px;}
.order_status_wrap {position: relative; padding-left: 20px;}
.order_status_wrap::before {position: absolute; left: 0; top: 0; display: block; height: 100%; width: 8px; border-radius: 50px; content: "";}
.order_status_wrap.done::before {background-color: #00a046;}
.order_status_wrap.in::before {background-color: #ffc801;}
.order_status_wrap.canceled::before {background-color: #8e8e8e;}
.order_flex {display: flex; justify-content: space-between; align-items: center;}
.order_top_line {font-size: 13px; color: #797878;}
.order_bottom_line {font-size: 16px;}
.order_photo {position: relative; display: flex; justify-content: center; align-items: center;}
.order_photo_more {position: absolute; width: 100%; text-align: center; border-radius: 5px; font-size: 35px; font-weight: 500; color: #333; bottom: -5px; line-height: 17px;}
.order_more {border: 1px solid #eee; border-radius: 6px; padding: 3px 10px; font-size: 14px; box-shadow: 5px 2px 20px -8px rgba(0,0,0,0.34);}
.spisok_success {
	font-size: 14px;
	margin-top: 20px;
}
.spisok_success>li {
	padding-bottom: 7px;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
  border: none;
  padding: 4px 10px;
	color: #444;
}
.list-group a.active {
  border: none;
  background: #eafaef;
  font-weight: 500;
  color: #444;
}
.list-group a.active:hover, .list-group a:hover {
  border: none;
  background: none;
  color: #000;
}
/* ПРАЙС ЛИСТ*/
.p-l-price .p-l-price-special, .p-l-summ .p-l-price-sum-special {
    font-weight: 600;
    color:#F00;
}
.price .p-l-price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.p-l-summ .price-line-through{
  color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.input-quantity{
    max-width:25px;
    display:inline-block !important;
}
.p-l-price-minus ,.p-l-price-plus{
  padding:6px;
}
.p-l-quantity input {
  border: none;
  box-shadow: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.p-l-quantity{
    min-width:130px;
    text-align:center;
}
.p-l-price-plus i, .p-l-price-minus i{
    color:#666;
    cursor:pointer;
}
.plus i:hover, .minus i:hover{
    color:#336699;
}
#table-price th{
    background: #F5F5F5;
    text-align:center;
}
.price{
    min-width:100px;
}
.none{
    display:none;
}
.td-option{
    min-width: 140px;
}

.p-l-price-tooltip{
  position: absolute;
  padding: 10px 20px;
  /* красивости... */

  border: 1px solid #b3c9ce;
  border-radius: 4px;
  text-align: center;
  font: italic 14px/1.3 sans-serif;
  color: #333;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
#carousel0 .owl-wrapper-outer {
	border: none;
	box-shadow: none;
}
#carousel0 .hr_style {
	margin-top: 0;
	margin-bottom: 0;
}
#carousel0 .image img {
  opacity: 1;
}
#carousel0 .image:hover img {
  opacity: .6;
}
/* product list */
.product_flex {
  display: flex;
  flex-wrap: wrap;
}
.border_left, .border_right {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
}

.border_right {
  padding: 0 15px;
}
.trademark {
  position: relative;
  display: inline-block;
  border: none!important;
  width: 6px;
}
.trademark:after {
    position: absolute;
    top: -14px;
    left: 0;
    content: "®";
    font-size: 7px;
}
#price-view, #grid-view {
  background: none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dedede;
}
.product-layout {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.main_img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.main_img_box .image {
  width: 80%;
}
#dop-images a {
  border: 1px solid #dedede;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
}
#dop-images {
  width: 20%;
}
.dop-prev, .dop-next {
  position: relative;
  display: block;
  width: 92px;
  height: 20px;
  font-size: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  border: 1px solid transparent;
  cursor: pointer;
}
.dop-prev.slick-disabled, .dop-next.slick-disabled {
  opacity: 0.3;
  cursor: unset;
}
.dop-next::after {
  background: url(../image/arrow-down.svg);
}
.dop-prev::after {
  background: url(../image/arrow-up.svg);
}
.dop-prev::after, .dop-next::after {
  content: "";
  width: 15px;
  height: 9px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.dop-left, .dop-right {
  width: 25px;
  height: 22px;
  border: none;
  position: absolute;
  top: 40%;
  z-index: 10;
}
.dop-left {
  background: url(../image/left.png) no-repeat;
  background-size: contain;
  left: 0;
}
.dop-right {
  background: url(../image/right.png) no-repeat;
  background-size: contain;
  right: -5px;
}
@media (max-width: 767px) {
  #dop-images img {
    margin: 0 auto;
  }
}
.main-image .stickers {
  top: 15px;
}
.feedback_block_product {
  padding: 30px;
  display: flex;
  align-items: center;
}
.feedback_product {
  display: flex;
  align-items: center;
  margin: 35px auto;
}
.feedback_product-icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  flex-shrink: 0;
}
.feedback__title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}
.feedback__subtitle {
  font-size: 14px;
  color: #9e9e9e;
}
.feedback__click {
  margin-top: 15px;
}
.product-thumb {
  position: relative;
  margin-bottom: 20px;
  transition: all ease 0.3s;
  margin: 10px 0;
  border: 1px solid #ddd;
  margin: 0 -1px 0px 0;
  z-index: 0;
  padding: 1px;
}
.product-thumb:hover {
  box-shadow: 0 0 10px 0 #c0ceda;
  z-index: 1;
  transition: .3s;
}
#product {
  padding-bottom: 15px;
}
.product-thumb.slick-slide {
  margin: 15px;
}

.product-thumb:hover div .caption h4 a {
  -webkit-line-clamp: 4;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	padding: 0 15px;
}
}
.option_title {font-size: 10px;}
.product-thumb h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  margin-bottom: 7px;
  height: 55px;
  text-align: center;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 170px;
	position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-thumb .caption h4 a, .cart_item_name a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
}
.product-thumb .rating {
	position: relative;
	text-align: center;
}
.prod_review_a a {
  position: relative;
  margin-left: 13px;
  font-size: 13px;
  padding-left: 22px;
  color: #7f95ac;
  text-decoration: none;
}
.prod_review_a a::before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBpbWFnZS1yZW5kZXJpbmc9Im9wdGltaXplUXVhbGl0eSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iIHRleHQtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iIHZpZXdCb3g9IjAgMCAxMzAgMTE4LjE4Ij48ZGVmcy8+PGRlZnM+PHN0eWxlPi5zdHIwe3N0cm9rZTojN2Y5NWE3O3N0cm9rZS13aWR0aDo1O3N0cm9rZS1taXRlcmxpbWl0OjIyLjkyNTZ9LmZpbDB7ZmlsbDpub25lfTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLQodC70L7QuV94MDAyMF8xIj48cGF0aCBkPSJNMTEuOTEgNzYuNDdWMjQuMTFjMC05Ljk0IDguMTMtMTguMDggMTguMDctMTguMDhoNzUuODJjOS45NCAwIDE4LjA3IDguMTQgMTguMDcgMTguMDh2NTIuMzZjMCA5Ljk0LTguMTMgMTguMDgtMTguMDcgMTguMDhINTguMzZsLTI3LjA4IDIyLjgtLjE3LTIyLjhjLTEwLjU0IDAtMTkuMi03LjE3LTE5LjItMTguMDh6TTM1LjM2IDUwLjIxaDY1LjA2TTM1LjM2IDY4Ljk3aDQ2Ljg5TTM1LjM2IDMxLjQ1aDY1LjA2IiBjbGFzcz0iZmlsMCBzdHIwIi8+PC9nPjwvc3ZnPg==);
  width: 20px;
  height: 15px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}
.number-spinner {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
  background: #f9fafc;
  padding: 0px 40px;
  border: 1px solid #ebecee;
  margin-right: 5px;
  border-radius: 100px;
}
.number-add {
  display: flex;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 3px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  overflow: visible;
  font-weight: 600;
  cursor: pointer;
  background: #fff;
  color: #8f8f8f;
  transition: .3s;
  box-shadow: 0 5px 5px 0 #ebecee8c;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.number-add::after {
  content: '';
  display: block;
  width: 7px;
  height: 1px;
  background: #8f8f8f;
  position: absolute;
  top: 50%;
  left: 8px;
}
.number-minus::after {
  width: 10px;
  height: 2px;
  left: 13px;
}
.number-minus {
  left: 3px;
}
.number-plus {
  right: 3px;
}
.number-plus::before {
  height: 10px;
  width: 2px;
  left: 16px;
  top: 14px;
  content: '';
  display: block;
  background: #8f8f8f;
  position: absolute;
}
.number-plus::after {
  right: 13px;
  left: auto;
  width: 10px;
  height: 2px;
}
.int-q {
  border: 0px!important;
  display: inline-flex;
  padding: 0;
  width: 42px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border: 0;
  justify-content: center;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  margin: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
  transition: all 0.25s cubic-bezier(.455,.03,.515,.955);
  border-radius: 0;
  box-shadow: none;
}
input.int-q::-webkit-outer-spin-button,
input.int-q::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.block_ten_big, .block_ten_all {
  border-radius: 10px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
  padding: 15px;
  background: #fff;
}
.block_ten_all {
  padding: 0;
}
.block_ten_all .heading_h {
  padding: 15px;
}
.block_ten {
  background: #f9fafc;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 200px;
  width: 180px;
}
.block_ten img {
  width: 30px;
}
.atr_ten {
  font-size: 12px;
  font-weight: 500;
}
.atr_ten .atr_text {
  font-weight: 300;
}
.block_button_cart {
    width: 100%;
    background-color: #f9fafc;
    border: 1px solid #e8e9eb;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-list .product-thumb .caption {
/*	margin-left: 230px;*/
}
.no_need_size, .size_ok {
  font-size: 16px;
  font-weight: normal;
  padding: 5px 10px;
  background: none;
  margin-bottom: 20px;
}
.no_need_size {
  border: 1px solid #218ed3;
  border-radius: 4px;
}
.size_ok {
  border: 1px solid #333;
  transition: all .2s ease-out;
}
.size_ok:hover {
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating_flex {
  display: flex;
  align-items: center;
}
.rating_circle {
  border: 4px solid #fddc72;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  font-family: 'Gill Sans Nova', sans-serif;
  border-radius: 50%;
  margin-right: 10px;
  transform: rotate(45deg);
}
.rating_circle span {
  transform: rotate(-45deg);
}
.rating_info {
  padding-left: 30px;
  border-left: 2px solid #d6d6d6;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rating_info__title {
  font-weight: 700;
}

.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #fddc72;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #fddc72;
}
.simple_logo {
	max-width:140px; 
	margin: 0px auto; 
	text-align: center;
}
.simple_logo a {
  display: inline-block;
}

h2.price {
	margin: 0;
}
.color-preview {
	display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 0px;
  vertical-align: text-top;
	box-shadow: inset 0 0 1px rgba(0,0,0,.5);
}
/*.product-thumb .price {
	position: absolute;
	bottom: 0;
  left: 20px;
  margin-top: 10px;
  font-size: 20px;
}*/

.product-thumb .price {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.product-thumb .price_number {
  font-style: normal;
  font-size: 30px;
  line-height: 35px;
}
.product-thumb .price_currency {
	font-size: 13px;
  vertical-align: top;
  border-bottom: 2px solid;
  display: inline-block;
  margin-left: 5px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
  color: #888;
  font-size: 13px;
  position: relative;
  font-weight: 500;
}
.product-thumb .price-old::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 50%;
  height: .1rem;
  background: #FF2121;
  transform: rotate(350deg);
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
	.account_wrap.simpe_check {
		margin-top: 0;
	}
	.account_wrap.mmm::before {
		top: -47px;
		left: calc(50% - 30px);
		width: 80px;
		height: 80px;
	}
	.drop_h1.sss {
		text-align: center;
	}
	.drop_why_wrap {
		height: auto!important;
	}
}
.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
/*@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}*/

/* fixed colum 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%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.stickers.skidka, .stickers {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  z-index: 20;
  line-height: 1;
  pointer-events: none;
  margin-left: 0;
  left: -14px;
  top: 15px;
  height: 26px;
}
.stickers::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 7px 0;
    border-color: transparent rgba(0,0,0,.1) transparent transparent;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    pointer-events: none;
}
.stickers::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 7px 0;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    pointer-events: none;
}
.stickers.skidka::after {
  border-right-color: var(--color-bg);
}
.stickers.sold::after {
  border-right-color: #cfcfcf;
}
.stickers.bestseller::after {
  border-right-color: var(--color-bg);
}
.main_img_box .stickers.skidka, .main_img_box .stickers {
  left: 35px;
}
.stickers.skidka span, .stickers span{
  /*margin-top: 10px;*/
}
/*.stickers.skidka::after, .stickers::after {
  content: '';
  position: absolute;
  border-top: 13px solid #d45e56;
  border-bottom: 13px solid #d45e56;
  border-left: 12px solid transparent;
  top: -19px;
  transform: rotate(90deg);
}*/
/*.stickers.skidka::after, .stickers::after {
  content: '';
  position: absolute;
  border-top: 13px solid var(--color-bg);
  border-bottom: 13px solid var(--color-bg);
  border-left: 12px solid transparent;
  top: -19px;
  transform: rotate(90deg);
}*/

.stickers {
	/*font-size: 16px;*/ 
	font-weight: bold; 
	padding: 4px 12px; 
	/*border-radius: 14px; */
	position: absolute; 
	z-index: 10;
	/*margin-left: -10px; */
	/*top:-5px;*/
} 
.stickers:nth-child(2) {
	top: 50px;
}
.stickers:nth-child(3) {
	top: 85px;
}
.stickers:nth-child(4) {
	top: 105px;
}
.slider_pad {
  padding-right: 10px;
  padding-left: 10px;
}
.slider_pad .product-thumb {
  margin: 10px 0;
}
/*РЕТИНГ*/
.prod-rating {
font-size: 0;
color: #ccc;
display: inline-block;
vertical-align: middle;
}
.prod-rating input {
display: none;
}
.prod-rating * {
margin: 0 1px 0 0;
}
.prod-rating label .fa {
font-size: 16px;
padding: 2px 4px 2px 0px;
cursor: pointer;
}
.rat-star.active {
color: #fcd68d!important;
}
.rat-star.checked {
color: #fcd68d;
}
/*ОПЦИИ*/
.img-responsive {
	margin: 0 auto;
}
.image {
  background: #fff;
  position: relative;
}
#content {
  border-collapse: collapse;
  margin-bottom: 25px;
}
.short-descr {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
}
.specification_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.main_block_specif {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 215px;
  padding: 20px;
  margin: 10px;
  text-align: center;
  background: rgb(243, 243, 243);
}
.main_block_specif_title {
  font-weight: 700;
  font-size: 20px;
}
.main_block_specif_param {
  font-size: 35px;
}
.fb-like {
	float: right;
}
h1.category_h1 {
  font-size: 30px;
  line-height: 37px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
h1.category_h1.background--light, .wrap_cat_h1_about.background--light {
  color: #000;
}
h1.category_h1.background--dark, .wrap_cat_h1_about.background--dark {
  color: #fff;
}
.wrap_cat_image {
  position: relative;
  overflow: hidden;
  height: 330px;
}
.cat_fone {
  position: absolute;
  top: 0;
}
.wrap_cat_text {
  padding: 20px 75px;
  position: absolute;
  bottom: 0;
}
.back_desc_fon {
  margin: 50px 0;
}
.dropdown-toggle.sort {
  width: 100%;
  background: none;
  border: none;
}
.dropdown-menu {
  border: none;
  padding: 10px;
}
.dropdown-menu>li>a {
  padding: 5px 25px;
  position: relative;
  font-weight: 300;
}
.sort-item a::before {
  content: "";
  font-size: 23px;
  display: inline-block;
  min-height: 16px;
  height: 16px;
  width: 16px;
  border: 1px solid rgba(0,0,0,0.5);
  padding: 0;
  font-weight: normal;
  line-height: 16px;
  margin: 0 12px 0 0;
  text-indent: -4px;
  vertical-align: middle;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 8px;
}
.sort-item.selected a::before {
  background-color: #333;
  -webkit-box-shadow: inset 0 0 0 2px white;
  box-shadow: inset 0 0 0 2px white;
  min-width: 16px;
  padding: 1px 6px;
  font-size: 11px;
  line-height: 11px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.product-info .radio {
display:inline-block;
margin:10px 3px 10px 0;
}
.product-info .opt_with_img input[type='radio'] + label {
/*	padding: 0px;
	border-radius: 50%;
	width: 20px;
	overflow: hidden;*/
}
.product-info .opt_with_img input[type='radio']:checked + label {
	border: 1px solid #eee;
	color: #333;
}
.product-info .opt_with_img input[type='radio']:checked + label .fa {
  font-size: 16px;
  top: 7px;
  bottom: unset;
}
.product-info input[type='radio'], 
.product-info input[type='checkbox'] {
  display:none;
}
.product-info input[type='radio'] + label, 
.product-info input[type='checkbox'] + label, .view0_link {
padding: 7px;
margin: 0;
background: #fff;
color: #333;
font-size: 14px;
box-shadow: none;
border-radius: 50%;
border-color: #ddd;
-webkit-transition: all 100ms linear;
-moz-transition: all 100ms linear;
-ms-transition: all 100ms linear;
-o-transition: all 100ms linear;
transition: all 100ms linear;
position: relative;
min-width: 30px;

width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
}

.view0_link {
  border: 1px solid #ddd;
}
.product-info input[type='radio']:hover + label::after {
  border-color: #8a8a8a;
}
.product-layout .product-info input[type='radio'] + label, 
.product-layout .product-info input[type='checkbox'] + label {
transition: initial;
}
.product-info input[type='radio'] + label .fa, 
.product-info input[type='checkbox'] + label .fa {
display: none;
-webkit-transition: all 100ms linear;
-moz-transition: all 100ms linear;
-ms-transition: all 100ms linear;
-o-transition: all 100ms linear;
transition: all 100ms linear;
}
.product-info input[type='radio']:checked + label, 
.product-info input[type='checkbox']:checked + label {
color: #0a0f9d;
background: #fff;
box-shadow: 0px 0px 5px 1px #0a0f9d;
border-color: #fff;
text-shadow: none;
}
.product-info input[type='radio']:checked + label::after, .view0_link:hover::after {
	border-color: #333;
	top: -11px;
}
.product-info input[type='radio']:checked + label .fa, 
.product-info input[type='checkbox']:checked + label .fa {
display: block;
position: absolute;
bottom: 0px;
right: 0px;
color: #ff6379;
font-size: 10px;
-webkit-transition: all 100ms linear;
-moz-transition: all 100ms linear;
-ms-transition: all 100ms linear;
-o-transition: all 100ms linear;
transition: all 100ms linear;
}
.product-info input[type='radio']:hover + label, 
.product-info input[type='checkbox']:hover + label, .view0_link:hover {
box-shadow: 0px 0px 1px 1px #8a8a8a;
border-color: #fff;
-webkit-transition: all 100ms linear;
-moz-transition: all 100ms linear;
-ms-transition: all 100ms linear;
-o-transition: all 100ms linear;
transition: all 100ms linear;
}
.option-line {
    display: inline-block;
    margin-top: 10px;
}
span.option_price {
color: #777;
padding-left: 3px;
font-size: 13px;
}
.product-info input[type='radio']:checked + label span.option_price, 
.product-info input[type='checkbox']:checked + label span.option_price {
color: #333;
}
.product-info .radio .btn-default:active {
color: #333;
background-color: #fff;
border-color: #333;
}
.product-info .radio .img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: 0;
line-height: inherit;
background-color: transparent;
border: none;
-webkit-transition: none;
-o-transition: none;
transition: none;
border-radius: 50%;  
}
.product_h1 {
  text-align: left;
  font-style: normal;
  font-size: 30px;
  line-height: 35px;
  margin-top: 0;
  margin-left: 0px;
  border-bottom: 1px solid #7260aa;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #192940;
  margin-bottom: 10px;
}
.brend_nadia {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.brend_title {
    font-size: 33px;
    font-weight: 300;
    text-transform: uppercase;
}
.brend_nadia__text {
    font-size: 12px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.brend_nadia__img {
    width: 80px;
    height: 80px;
    margin-left: 5px;
}
span.ukrainian {
    font-weight: 700;
    border-bottom: 1px solid #333;
}
.is_instock, .not_instock {
	font-size: 13px;
  color: #333;
  padding: 3px 7px;
  border-radius: 5px;
  font-weight: 700;
}
.is_instock {
  color: #489041;
}
.not_instock {
	color: #FD9DA6;
}
.euroagroshop {
  font-size: 14px;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.euroagroshop .rating {
  margin-right: 15px;
}
.model {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article_sku {
	font-size: 16px;
}
.adotted {
  cursor: pointer;
  color: #212121;
  font-weight: 300;
}
.adotted.short {
  margin-top: -7px;
  display: inline-block;
  margin-bottom: 7px;
  border-bottom: 1px solid #333;
}
.info_tooltip::after {
	font-family: FontAwesome;
	color: #d14341;
	content: "\f059";
	margin-left: 4px;
}
.info_tooltip.verify_of::after {
	font-family: FontAwesome;
	color: #428796;
	content: "\f058";
	margin-left: 4px;
}
.atributes {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  /*margin-bottom: 20px;*/
}
.main_atr_cat {
  margin-top: 30px!important;
  position: relative;
  font-weight: 700;
  margin-bottom: 10px;
}
.main_atr_cat span {
  margin-left: 10px;
}
.main_atr_cat a span i::before {
  content: "\f106";
}
.main_atr_cat a.collapsed span i::before {
  content: "\f107";
}
.atr_title {margin-right: 4px;}
.atributes ul li:not(:first-child) {
	margin-top: 5px;
}
.atributes a {
  color: #333;
  text-decoration: none;
}
.atributes a:hover {
	text-decoration: none;
}
.attributes_stars .fa, .atr_vew_name .fa {
	color: #333;
	width: 1em;
	height: 1em;
	line-height: 1em;
}
.bold_fira {
	font-weight: 700;
	color: #333;
}
.hr_style {
  height: 1px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  background: #f2f2f2;
}
.hr_style.sss {
  margin-bottom: 10px;
  margin-top: 10px;
}
.price_tovar {
  margin-top: 10px;
}
.price_tovar ul {
  margin: 0;
}
.block_cena {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #fcf3f7;
  border-radius: 10px;
  padding: 15px;
  max-width: 350px;
  position: relative;
  margin-right: 15px;
}
.economy_block {
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #EF1865;
  position: absolute;
  padding: 18px 10px;
  border-radius: 10px 0 0 10px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.economy_block::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #EF1865;
  position: absolute;
  right: -10px;
  top: 24px;
}
.economy_verh {
  font-size: 20px;
  font-weight: 700;
}
.economy_niz {
  font-size: 14px;
}
.old_block {
  margin: 0 10px 0 100px;
}
.cart_group {
  margin-bottom: 0;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.old_price{
  position: relative;
  font-size: 20px;
  font-weight: 500;
  margin-right: 32px;
}
.old_price::after {
    content: '';
    height: 1px;
    position: absolute;
    width: 120%;
    background-color: #EF1865;
    left: -10%;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-15deg);
}
h2.price_h2 {
	font-size: 30px;
	font-weight: 700;
	color: #192940;
}
.price_bb {
  margin-bottom: 20px!important;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
}
.grn {
	font-size: 19px;
  font-weight: 700;
  margin-right: 5px;
  position: relative;
}
.why_price {
	position: absolute;
	top: 0;
}
.thumbnail {
	border: none;
}
.countdown {
	margin: 10px auto;
  display: flex;
  justify-content: space-around;
  max-width: 500px;
}
.info_skidos {
  font-weight: 700;
  font-size: 20px;
}
.info_skidos_2 {
  color: #9e9e9e;
  font-weight: 500;
  font-size: 16px;
}
#countdown, .count_text {
  display: flex;
}
#countdown .count_block {
  display: flex;
  width: 45px;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  position: relative;
}
.count_item {
  background: #F8F8F8;
  width: 40px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.count_time {
  font-size: 12px;
  margin-top: 5px;
  font-weight: 500;
}
.relative {
  position: relative;
}
/*ХЛЕБНЫЕ КРОШКИ*/
.breadcrumb {
	padding: 8px 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 20px;
	position: relative;
	/*white-space: nowrap;*/
}
.breadcrumb li + li {
  margin: 0 0 0 34px;
}
.breadcrumb li + li:before {
  position: absolute;
  left: -20px;
  top: 0;
  content: '\f178';
  font-family: FontAwesome;
  padding: 0;
}
.breadcrumb {
	background-color: transparent;
	margin: 0;
	padding: 15px 10px;
	/*overflow: hidden;*/
	font-size: 12px;
}
.breadcrumb li a, .breadcrumb li {
	color: #6f6f6f;
  font-weight: 300;
  display: inline-block;
}
.temnoi {
  color: #192940!important;
}
.you_here {
  position: absolute;
  top: 26px;
  left: -28px;
  color: #e31e25;
}
.you_here::after {
  content: '';
  background: url(../image/arrow_here.png) no-repeat;
  background-size: contain;
  height: 25px;
  width: 30px;
  position: absolute;
  top: -11px;
  right: -37px;
}
.breadcrumb i {
font-size: 16px;
}
.breadcrumb > li {
padding: 0;
position: relative;
overflow: hidden;
text-overflow: ellipsis; 
}
.breadcrumb>li.br_ellipses+li:before {
content: "";
padding: 0;
}
.breadcrumb > *:nth-child(n+1) {
display: inline;
}
.invisible{
display: none;
}
@media (max-width: 767px) {
.breadcrumb  > *:nth-last-child(2) {
display: inline;
/*white-space: break-spaces;*/
}
.breadcrumb > * {
max-width: 60px;
font-size: 13px;
}
h1.inbreadcrumb {
font-size: 15px;
}
}
@media (min-width: 768px) and (max-width:991px) {
.breadcrumb  > *:nth-last-child(-n+4) {
display: inline;
} 
.breadcrumb  > * {
max-width: 100px;
}
}
@media (min-width: 992px) {
.breadcrumb  > *:nth-last-child(-n+6) {
display:inline;
} 
.breadcrumb  > * {
max-width: 170px;
}
}  
/*КАТЕГОРИИ*/
.wrap_category {
  text-align: center;
  padding: 0 10px;
  width: 20%;
}
.loadmore {
	cursor: pointer;
	transition: all .2s ease-out;
	border: 1px solid #6b6b6b;
	padding: 5px 14px;
	margin-top: 20px;
	display: inline-block;
}
.loadmore:hover {
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
}
.pagination>li>a, .pagination>li>span {
	border: none;
	font-weight: 500;
	padding: 3px 6px;
	margin-right: 20px;
	color: #444;
}
.pagination>.active>span {
	background-color: #333;
  border-color: #333;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-radius: 7px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #4d4d4d;
	border-color: #4d4d4d;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 3;
	color: #ffffff;
	background-color: #4d4d4d;
	border-color: #4d4d4d;
	border-radius: 7px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.title_cat {
    font-weight: 300;
    font-family: 'Gill Sans Nova', sans-serif;
    display: inline-block;
    line-height: 18px;
    font-size: 16px;
    margin-top: 7px;
}
.category_flex {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0;
}
.image_cat:hover {
	border-color: #849dab;
}
.image_cat:hover img, .image_cat::after {
	opacity: 0.8;
}
.image_cat:hover img.circle {
  transform: rotate(-10deg);
}
.image_cat img {
	max-width: 100%;
	display: block;
  margin: 0 auto;
  transition: all .3s ease;
}
.image_cat img.circle {
  border-radius: 50%;
}
.wrap_category.noimage {
  border: 1px solid #999;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
}
.wrap_category.noimage:hover {
  border: 1px solid #000;
}
.name_category {
	margin-top: 10px;
}
.name_category a {
	color: #333;
	font-size: 18px;
  font-weight: 500;
	text-transform: uppercase;
}
.filter_add::before {
	content: '';
	display: block;
	margin-bottom: 10px;
	height: 4px;
	backgroud: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAA2IaO4AAAABGdBTUEAALGPC/xhBQAAACFQTFRFXYCS////XYCSXYCSXYCSXYCSXYCSXYCSXYCSXYCSXYCSf4E4/QAAAAp0Uk5TAAATP0vW1+Pn6BNca/UAAAAkSURBVAiZY/CYIijIMGslkKhaDiRMk4GEoCCMYABSDEwKgoIAkiAFTwVKHA4AAAAASUVORK5CYII=") repeat-x 0 0;

}
.noUi-connect {
  background: #999!important;
}
.ocfilter>.panel-heading{
	display: none;
}
.ocf-option-values>.ocf-block-image>label>input {
  visibility: hidden;
}
.ocf-block-image {
  display: flex;
  align-items: center;
  height: 40px;
}
.ocf-block-image .ocf-image {
  height: 40px!important;
  width: 40px!important;
}
.panel-default, .ocfilter-option {
	border: none;
  background: transparent;
}
.panel.ocfilter {
	box-shadow: none;
}
.ocfilter-mobile-handle {
	display: none;
}
.add_cart_button {
	opacity: 1;
	transition: all 0.2s ease;
}
.add_wishlist_button {
	z-index: 10;
  opacity: 0;
	transition: all 0.2s ease;
}
.product_bottom_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_action {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.product-thumb:hover .add_cart_button, .product-thumb:hover .add_wishlist_button {
	opacity: 1;
}
.wishlist_add_heart {
	border: none;
  background: transparent;
}
.wishlist_add_heart .fa {
	font-size: 25px;
	color: #e85c5c;
}
.slick-initialized .slick-slide {display: flex; justify-content: space-around;}
#product_price_wrap {font-size: 16px;}
.main_attributes {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.wrap_main_att {
	display: flex;
  flex-wrap: wrap;
	width: 100%;
}
.main_att {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 45%;
  margin: 2%;
  color: #797979;
  font-weight: 500;
  text-align: center;
}
.main_att_icon {margin-bottom: 5px; margin-right: 5px;}
.main_att_icon img {
	width: 45px;
}
.main_att_text {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}
.main_att_text_title {
	font-weight: 500;
  color: #333;
}
.add_cart_button button {
	position: relative;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  width: 120px;
  height: 40px;
  background-color: #7260aa;
  padding: 5px;
  color: #fff;
  border: none;
  border-radius: 20px;
}
.add_cart_button a {
  color: #fff;
}
.atr_view {
	position: absolute;
	text-align: left;
  bottom: 10px;
  left: 5px;
  font-size: 12px;
}
#tab-description img {
  max-width: 100%!important;
}
/*ТЕКСТОВЫЕ БЛОКИ*/
.text_pro_blocks {
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 15px;
  border: 1px solid #e4e4e4;
  background: #fff;
}
.wrap_pro_block {
  display: flex;
  align-items: center;
  width: 30%;
  margin-bottom: 15px;
}
.pro_head {
    font-size: 25px;
    font-weight: 700;
}
.pro_block__icon img {
  width: 70%;
}
.pro_block__about {
    width: 70%;
}
.pro_block__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../image/pro_block_fon.png) no-repeat;
  background-size: 100%;
  height: 80px;
  width: 77px;
  margin-right: 10px;
}
.pro_block__icon::after {
/*  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e6c2c7;
  top: 9px;
  left: 12px;
  z-index: -1;*/
}
.problock_title {
	font-weight: 700;
}
@-webkit-keyframes rotation {
    0% {-webkit-transform: rotate(0deg);}
    25% {-webkit-transform: rotate(5deg);}
    50% {-webkit-transform: rotate(0deg);}
    75% {-webkit-transform: rotate(-5deg);}
		100% {-webkit-transform: rotate(0deg);}
}
/*Описание*/
.tab-content p {
  line-height: 32px;
}
.tab-content {
  margin-bottom: 40px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
  border-radius: 10px;
  background-color: #fff;
  padding: 40px;
}
#myAccount .tab-content {
  box-shadow: none;
}
/*отзывы*/
.flex_review {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
    }
    .flex_review .image {
        margin: 0;
        width: 30%;
    }
    .title_review {
        width: 70%;
    }
    .title_review h4 {
        height: auto;
        font-size: 15px;
        font-weight: 500;
        margin: 0;
    }
    .review .rating {
        margin-top: -10px;
    }
    .reviews-caption {
        min-height: 0 !important;
    }
    .reviews-description {
        font-size: 15px;
        font-style: italic;
        min-height: 90px;
    }
    .reviews-sign {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin-bottom: 7px;
    }
    .reviews-author {
        font-weight: bold;
    }
    .reviews-date {
        margin-left: 10px;
        font-size: 14px;
        color: #b0b0b0;
    }
    @media (max-width: 600px) {
      .reviews-sign {
        flex-direction: column;
      }
      .reviews-date {
        margin-left: 0;
      }
    } 
.nav>li>a:focus, .nav>li>a:hover, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  background: transparent;
  border: none;
}
.nav-tabs>li>a:hover {
  border: none;
}
.nav-tabs>li>a {
  margin: 0!important;
  border: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8rem;
  color: #5d5d5d;
  padding: 10px;
}
.nav-tabs.more_tabs {
  text-align: center;
  height: 57px;
  font-size: 16px;
  margin-top: 25px;
  border-bottom: 1px solid #f2f2f2;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
  padding-top: 15px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.nav-tabs.more_tabs>li.active {
  font-weight: 700;
}
.nav-tabs.more_tabs>li.active::after {
  content: '';
  display: block;
  margin-bottom: 10px;
  height: 3px;
  background: #7260aa;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #212121;
}
.tab-content>.active {
  display: block;
}
.nav-tabs.more_tabs>li a sup {
    position: absolute;
    top: 50%;
    right: -6px;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    background: #EF1865;
    letter-spacing: normal;
    color: #ffffff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: -32px 0 0 0;
    z-index: -1;
    /*position: absolute;
    top: 44%;
    right: 3px;
    font-size: 55px;
    font-weight: bold;
    line-height: 64px;
    letter-spacing: normal;
    color: #eceeef;
    margin: -32px 0 0 0;
    z-index: -1;*/
}
.planb_table tbody tr td {
  width: 50%;
}
.table tbody tr:nth-child(2n) {
  background: #f3f3f3;
}
.button_cart_add.review_open {
  font-size: 14px;
  cursor: pointer;
  display: inline;
  background: #7260aa;
  border: none;
  border-radius: 45px;
}
.button_cart_add.review_open:hover {
  background: #4f4277;
}
.tagss {
  display: flex;
  flex-wrap: wrap;
}
.tags_img {
    margin-right: 7px;
}
.tags_block {
  display: flex;
  align-items: center;
  margin: 5px 5px;
  padding: 5px 10px;
  border: 1px solid #e8e9eb;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
}
.write_review_block {
  margin-bottom: 40px;
}
#review .review-list, #answers .review-list {
	width: 100%;
	line-height: 1;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 15px;
}
.review-list .author, .review-list .rating {
  display: inline-block;
}
.review-list .author span {
  font-size: 16px;
  font-weight: 500;
}
.review-list .rating {
  float: none;
  margin-left: 7px;
}
.review-list .rdate {
	display: block;
  margin-top: 5px;
	font-size: 12px;
	font-weight: 500;
	color: #949292;
}
.review-list .text_rev {
  margin-top: 15px;
  font-size: 16px;
  line-height: 23px;
  font-style: italic;
}
.review-list .name_admin, .review-list .answer_admin {
font-size: 16px;
margin-top: 10px;
margin-left: 25px;
}
.review-list .name_admin {
	color: #c64242;
  font-weight: 500;
}
.review-list .name_admin.black {
  color: #333;
}
#hide_review_write.image {
  margin: 0;
  border-radius: 20px;
}
.button_cart_add.add_review {
	font-size: 14px;
	padding: 10px 30px;
}
.cancel_review {
	cursor: pointer;
}
.product-thumb.reviews {
  display: flex;
}
.product-thumb.reviews:hover::after {
  transform: none;
}
.product-thumb.reviews h4 {
  font-weight: 500;
  text-align: left;
  height: auto;
}
.reviews_footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.product-thumb.reviews .caption {
  width: 100%;
}
.reviews-date {
  font-size: 14px;
  color: #b0b0b0;
}
.mfp-bottom-bar {
    display: none;
  }
.relative {
  position: relative;
}
.kod_tovara {
  font-size: 12px;
}
.mfp-iframe-scaler iframe {
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%, -50%);
  width: 80%!important;
  height: 80%!important;
}
.mfp-iframe-holder .mfp-close {
  font-size: 50px!important;
  right: 10px!important;
  opacity: 1!important;
  color: #838383!important;
  top: 0!important;
}
/*РЕКОМЕНДУЕМЫЕ*/
#related_product.owl-carousel, .latest_product_mod.owl-carousel, .best_product.owl-carousel,.featured_product_mod.owl-carousel {
	background: transparent;
}
.slick-track {
	margin-left: 0!important;
	margin-right: 0!important;
}
#related_product.owl-carousel .owl-wrapper-outer, .latest_product_mod.owl-carousel .owl-wrapper-outer, .best_product.owl-carousel .owl-wrapper-outer, .featured_product_mod.owl-carousel .owl-wrapper-outer {
	border: none;
	box-shadow: none;
}
.drag {
  width: 100%;
  height: 35px;
  background: url(../image/dragler.gif) no-repeat;
  background-position: top right;
  background-size: contain;
  opacity: 0.6;
  margin-top: -10px;
}
/*НОВОСТИ*/
.blog_wrap {
	position: relative;
}
.image-blog img {
  width: 100%;
}
.product-thumb .image img {
	max-width: 100%;
}
#blog_mod {
  padding: 0 15px;
}
#blog_mod .image {
	padding: 20px;
}
#blog_mod .image img {
	border-radius: 15px;
	max-width: 100%;
	margin-bottom: 10px;
}
.blog_title {
	text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  height: 65px;
  display: inline-block;
}
.blog_wrap::after {
	content: '';
  position: absolute;
  background: #fff;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
  z-index: -1;
  transition: all ease 0.3s;
  border: 1px solid transparent;
}
.margin {
	margin-top: 20px;
}
.heading_h {
  position: relative;
}
.heading_h span.hidden-xs {
  position: absolute;
  top: 10px;
  right: 0;
}
.second_title {
	color: #D2D2D2;
  font-family: 'Gill Sans Nova',sans-serif;
  display: none;
}
.heading_h {
	margin-top: 30px;
	margin-bottom: 10px;
}
#blog_mod .owl-wrapper-outer {
	border: none;
	box-shadow: none;
}
#blog_mod.owl-carousel {
	background: transparent;
}
.blog_date {display: flex; }
.blog_wrap.col-xs-12 {margin: 0 auto 15px auto;}
.blog_wrap {max-width: 585px; margin: 0 auto; padding: 0 5px;}
.blog_wrap .image {position: relative; height: auto; cursor: pointer;}
.blog_wrap .image a {cursor: pointer;}
.blog_wrap .image a:hover img {box-shadow: 0 2px 2px rgba(0,0,0,0.06),0 4px 4px rgba(0,0,0,0.06),0 8px 8px rgba(0,0,0,0.06),0 16px 16px rgba(0,0,0,0.06),0 32px 32px rgba(56,121,220,0.06);}
.blog_wrap .image img {margin-bottom: 15px; max-width: 100%; border-radius: 15px;}
.blog_wrap .image .blog_title {width: 100%; padding: 0 8px; font-size: 22px; display: none; text-align: left;}
.blog_wrap .image .blog_date {position: absolute; top: 0; right: 65px; padding: 5px 15px; background-color: #fff; color: #444444; font-size: 18px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;}
h1.title_news {font-weight: 600; font-size: 20px; margin-bottom: 25px;}
.blog_date_d, .blog_date_m {margin-right: 10px;}
.blog_bottom_line {display: flex; justify-content: space-around; align-items: center;}
@media (max-width: 1199px) and (min-width: 992px) {
.blog_wrap .image, .blog_wrap .image:before {height: 235px;}
}
/*Информационные*/
#img-about-header {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.absolute-h1 {
  position: absolute;
  padding: 10px 20px;
  color: #fff;
  top: 0;
  left: 0;
  margin: 0;
}
.border-block {
  padding: 30px;
  border: 1px solid #e4e4e4;
}
.block-reg {
  margin-bottom: 15px;
}
.label-reg {
  margin-bottom: 8px!important;
  font-size: 14px!important;
}
.input-reg input, .input-reg select {
  display: block;
  width: 100%;
  padding: 4px 8px;
  border-radius: 0;
  min-height: 40px;
  margin-bottom: 10px;
  line-height: 1.5;
  transition: all 0.25s cubic-bezier(.455,.03,.515,.955);
}
.input-reg input:focus, .input-reg select:focus {
  border-color: #121212;
  color: #121212;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*БРЕНДЫ*/
.hide_text {
	display: none;
}
.show_more {
	text-transform: uppercase;
  border-radius: 25px;
  background: #428796;
  border-color: #428796;
  padding: 11px 20px;
  font: 16px 'Firasans';
  border-width: 1px;
  margin: 10px auto;
  text-align: center;
  cursor: pointer;
  color: #fff;
  max-width: 150px;
}
.brand_name {
	font-size: 20px;
	height: 40px;
}
.branding_block {
	margin-bottom: 20px;
}
/*МОБИЛЬНОЕ МЕНЮ*/

#spisok_cat_xs {
	display: none;
	padding: 10px 20px 20px;
}
#spisok_cat {
  display: none;
  position: absolute;
  top: 110px;
  left: -18px;
  right: -18px;
  padding: 10px 20px 20px;
  border: 2px solid #42302b;
  border-top: none;
  background: url(../image/bg_header.jpg);
  z-index: 3;
}
#spisok_cat .parent span, #spisok_cat_xs .parent_xs span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#spisok_cat > li > a, #spisok_cat_xs > li > a {
    position: relative;
    display: block;
    color: #9d3942;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 25px;
    line-height: 40px;
}
#mobile_category:hover, #mobile_category.active, #spisok_cat > li > .active, #spisok_cat > li > a:hover, #spisok_cat_xs > li > .active, #spisok_cat_xs > li > a:hover {
    color: #618091;
}
.parent div, .parent_xs div {
	font-size: 19px;
}
.parent_xs div li {
	margin: 5px 0;
	font-size: 12px;
	font-weight: 400;
  text-align: left;
}
.see-all {
	font-size: 12px;
	font-weight: 400;
}
.xs_logo {
	margin-top: -5px;
	text-align: center;
	position: relative;
}
.xs_logo .text_logo {
  position: absolute;
  bottom: 4px;
  color: #231c1e;
  font-size: 12px;
  font-weight: 700;
}
.xs_logo .text_logo.left {
	left: 68px;
}
.xs_logo .text_logo.right {
	right: 60px;
}
.xs_logo img {
	max-width: 50%;
}
/*РЕГИСТРАЦИЯ*/
.wrap_block_simple #content {
	min-height: 500px;
}
.wrap_block_simple {
  position: relative;
  max-width: 90%;
  width: 890px;
  margin: 0 auto;
  padding: 30px;
  background: #e7e3d7;
  border: 3px solid #442f2c;
}
.wrap_block_simple::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 2px;
  border: 2px solid #442f2c;
}
.wrap_block_simple #content {
  padding: 0 50px;
  border-right: 1px solid #442f2c;
  z-index: 1;
}
.simple_h1 {
	text-align: center;
}
.simple_h1 + .hr_style {
	margin-top: 0px;
}
.register_simple_ok {
	margin-top: 20px;
}
.text_agree_reg {
	font-size: 11px;
}
#popupregister .result {
  display:block;
  font-size:14px;
  text-align:center;
  margin: 15px 0 -10px;
  color:#f00;
}
.zagolovok_register {
	font-weight: 500;
  color: #000;
	text-transform: uppercase;
	margin-left: 60px;
	font-size: 20px;
	width: 265px;
	margin: 0 auto 20px;
	text-align: center;
	padding: 10px;
	border: 5px solid #ffcb62;
}
.row-register_customer_group_id {display: none;}
.spisok_register {padding-left: 20px;}
.spisok_register li {list-style: none; padding-left: 25px; margin-bottom: 8px; font-family: 'Gill Sans Nova';}
.spisok_register li::before {
  font-family: "FontAwesome";
  content: "\f138";
  margin-right: 5px;
  color: #e31d23;
}
.block_register_best {height: 500px; position: relative; margin-top: 20px;}
.block_register_best::before {content: ''; background: url(../image/register.jpg) no-repeat; background-position: center; background-size: cover; height: 220px; width: 241px; position: absolute; bottom:-92px; right: 18%;}
.wrapper_reg {margin: 0 auto; max-width: 860px; border: 1px solid #c0e8ea; box-shadow: 0 0 20px 1px rgb(170, 218, 219); border-radius: 20px; padding: 30px;}
.register_heading {font-weight: 600; text-align: center; text-transform: uppercase; margin-bottom: 30px; padding-bottom: 5px; border-bottom: 2px solid #ea9ebc;}
.register_heading_h2 {max-width: 300px;margin: 0 auto;}
.wrap_reg_field {padding: 0 50px; border-right: 1px solid #ebf9fb;}
.text_agree_reg {font-size: 11px; text-align: center; display: inherit;}
.tab_popup_f, .tab_popup_s  {
	width: 40%;
	display: inline-block;
	margin-bottom: 15px;
	border-bottom: 2px solid #acb8b8;
}
.tab_popup_f.active, .tab_popup_s.active {
	font-weight: 700;
	border-bottom: 2px solid #212121;
} 
.account_login {
	min-height: 410px;
}
#simpleregister label {
	display: none;
}
/*АККАУНТ*/
.title-h2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: -10px;
  position: relative;
}
.customer_level {
  position: absolute;
  cursor: pointer;
  bottom: -110px;
  right: -35px;
  background: #ffcb62;
  width: 180px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  transition: all .4s ease;
}
.customer_level:hover {
  width: 230px;
}
.me_more {
  position: absolute;
  right: -27px;
  bottom: -89px;
  padding: 3px 11px;
  background: #fff;
  border-radius: 50%;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all .4s ease;
}
.customer_level:hover ~ .me_more {
  opacity: 1;
}
.wrap_my_info {
  display: flex;
  justify-content: space-around;
}
.my_info_block {
  width: 30%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 9px;
}
.my_info_block__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrap_progress {width: 100%; display: inline-block; padding: 50px 20px 30px 20px; z-index: 1;}
.progressbar {list-style: none; padding: 0; display: flex; justify-content: space-between; counter-reset: step; overflow: hidden;}
.progressbar li {position: relative; text-align: center; z-index: 1; width: 100%;}
.progressbar li::before {content:counter(step); counter-increment: step; width: 30px; height: 30px; border: 2px solid #bebebe; display: block; margin: 0 auto 10px auto; border-radius: 50%; line-height: 27px; background: white; color: #bebebe; text-align: center; font-weight: bold;}
.progressbar li::after {content: ''; position: absolute; width:92%; height: 3px; background: #979797; top: 15px; left: -42%; z-index: -1;}
.progressbar li:first-child::after {content: none;}
.progressbar li.active::after {background: #3aac5d;}
.progressbar li.active::before {border-color: #3aac5d; background: #3aac5d; color: white;}

.my_info_block__title {height: 55px; overflow: hidden; font-size: 16px; text-align: center;}
.my_info_block__value {width: 45%; text-align: center;}
.my_info_block__value img {max-width: 100%;}
.account_account a {
  font-size: 18px;
  text-align: center;
  position: relative;
  width: 225px;
  height: 100px;
  border: 1px solid #ccc;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 13px 0 rgb(51 51 51 / 38%);
  transition: all .4s ease;
}
.account_account {
	display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.account_account a:hover {
  box-shadow: 0 0 13px 0 rgb(255 203 98 / 75%);
  border: 1px solid #ffdc94;
}
.account_wrap {
	display: block;
	margin: 0 auto;
	padding: 0 15px 15px 15px;
	border-radius: 0;
	border: 0;
	color: #343434;

}
.account_wrap_block {
	padding: 10px 30px;
}
.account_href_wrap {
	padding: 2px;
  background: #e7e3d7;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 0px 0px 3px #442f2c;
}
.account_href_block {
	border: 2px solid #442f2c;
  padding: 10px;
	text-align: center;
}
.account_href_block a {
	border-bottom: 1px dotted;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  color: #444;
  display: block;
}
.account_href_block a:hover {
	color: #23527c;
}
.auth_block {
	margin: 0 auto 50px;
  max-width: 600px;
  text-align: center;
}
/*ЗАКАЗ*/
.text_period_hover,#ibebik_text_1.active, #ibebik_text_2.active {
	padding: 8px;
  font-size: 15px;
  text-align: center;
  background: #f4f3f1;
  border: 2px solid #43302b;
  border-radius: 4px;
  width: 170px;
  margin-left: 23px;
  margin-top: 11px;
}
#ibebik_text_1.active, #ibebik_text_2.active {
	display: block;
	width: 225px;
	position: relative;
}
.text_period_hover::before, .text_period_hover::after, #ibebik_text_1::before, #ibebik_text_1::after, #ibebik_text_2::before, #ibebik_text_2::after {
  content: '';
  top: 18px;
  position: absolute;
  width: 2px;
  background: #43302b;
  height: 15px;
}
#ibebik_text_1::before, #ibebik_text_1::after, #ibebik_text_2::before, #ibebik_text_2::after {
	top: -17px;
}
.text_period_hover::before {
  left: 60px;
}
label.hover {padding:0;}
#ibebik_text_1, #ibebik_text_2 {display: none; transition: all 0.5s;}
/*#ibebik_text_1.active, #ibebik_text_2.active {height: 50px; opacity: 1; position: relative; margin-left: 25px; padding: 15px; border-radius: 10px; background-color: #e8fafc; color: #515151;}
#ibebik_text_1.active:before, #ibebik_text_2.active:before {content: ''; display: block;  border: 1em solid #e8fafc;  border-right-color: transparent;  border-left-color: transparent;  border-top-color: transparent; position: absolute; top: -.75em; left: 0; margin: -1em 0 0 2em;}*/

.desc_oplata {font-weight: 500; font-size: 12px;}
.desc_dostavka {height: 50px; opacity: 1; position: relative; margin-left: 25px; padding: 15px; border-radius: 10px; background-color: #dfdcde; color: #515151; font-size: 80%; display: block;}
.ul_main {
	list-style: none;
	padding: 10px;
	margin: 0;
}
.ul_main li {
	border-bottom: 2px solid #888;
	margin-bottom: 10px;
}
.kol_cena_cena {
	text-align: right;
	font-weight: 700;
}
.col_vyb {
	margin: 5px auto;
}
.option_main {
	font-size: 12px;
}
.btn_minus, .btn_plus, .btn_delete {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: none;
	color: #666;
	margin: 0 2px;
	background: transparent;
}
.btn_delete {
}
.otkr_promo {
	margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.otkr_promo a {
  padding-left: 8px;
  font-size: 14px;
}
.block_coupon_inputs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 12px;
}
.label_copun {
  width: 60%;
}
.input_sim_reward {
  width: 40%;
}
#simplecheckout_button_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-transform: none;
  border-radius: 0px;
}
/*.block_rewards_enter {
	position: relative;
	padding: 8px;
	font-size: 15px;
	text-align: center;
	background: #f4f3f1;
	border: 2px solid #43302b;
	border-radius: 4px;
	width: 100%;
	margin-top: 20px;
}
.block_rewards_enter::before, .block_rewards_enter::after {
	content: '';
	top: -22px;
	position: absolute;
	width: 2px;
	background: #43302b;
	height: 20px;
}
.block_rewards_enter::before {
	left: 45px;
}
.block_rewards_enter::after {
	right: 45px;
}*/
.inputs {
	margin-bottom: 10px;
}
.input_sim_reward {
	max-width: 100px;
}
.update_rewards_btn {
	margin-top: 10px;
}
.simplecheckout .btn-primary {
	height: 45px;
}
#content.checkout {
	border-right: none;
	padding-top: 25px;
}
.account_wrap.simpe_check {
  box-shadow: unset;
  background: none;
}
/*КОНТАКТЫ*/
.contact_li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
}
.contact_li img {
  width: 30px;
  margin-right: 15px;
}
        /*СТИЛИ для ГУГЛ карты*/
#google-map {
  position: relative;
}
.contact_title_icon img {
  max-width: 20px;
  max-height: 20px;
  margin: 5px 10px;
}
.contact_title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
}
#google-container {
  height: 600px;
}

#zoom-in, #zoom-out {
  margin-left: 50px;
}

#google-map address {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 13px;
  font-size: 1.25rem;
}

#zoom-in, #zoom-out {
  height: 50px;
  width: 50px;
  cursor: pointer;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
  transition:all 0.25s ease;
}

#zoom-in {
  background-image: url("../image/plus.png");
}

#zoom-out {
  background-image: url("../image/minus.png");
}

#zoom-in:hover, #zoom-out:hover {
  opacity: 1;
}

#zoom-in {
  margin-top: 10px;
}
.wrap_contact_bi {
  border: 1px solid #212121;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 15px 0;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
}
.wrap_contact_bi .title {
  padding: 10px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #212121;
  font-weight: 500;
  font-size: 25px;
  background: #eee;
  border-bottom: 1px solid #212121;
}
.wrap_contact_bi .text {
  padding: 2px;
  color: #444;
  font-size: 20px;
}
.wrap_contact_bi .text_i {
  padding: 2px;
  color: #444;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap_contact_bi .text_bg {
	padding: 1px;
  color: #444;
  font-size: 20px;
  border-radius: 2px;
	text-align: center;
}
/**/
.conception {
	float: left; 
	margin-right:10px; 
	border-radius:5px;
}
.conception img {
	max-width: 260px;
	border-radius: 5px;
}
.wrap_drop_ur {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}
.drop_spisok {
  list-style: none;
  padding-left: 10px;
}
.drop_spisok li::before {
  font-family: "FontAwesome";
  content: "\f138";
  margin-right: 8px;
  color: #333;
}
.maps_contact iframe {width: 100%;}
.one_click_header {
  margin: 8px 0;
  font-size: 14px;
}
.one_click_header .dotted {
  border-bottom: 2px dotted #888888;
  cursor: pointer;
}
.category-wall h3{
  text-align: center;
  margin-bottom: 15px;
}
.one_click {
  max-width: 300px;
  /*margin: 0 auto;*/
}
.one_click input {
  border-radius: 100px;
  padding: 0 40px 0 20px;
  font-size: 16px;
  border: 1px solid #ebecee;
  box-shadow: none;
  height: 40px;
}
.sss {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
/*.category-item {
  text-align: center;
  padding: 30px;
  overflow: hidden;
}
.cat-image{
  display: block;
  width: 100%;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 16%);
  padding: 10px;
  background: #fff;
  transition: all .3s ease;
}
.cat-image:hover {
  transform: scale(1.03);
}
.cat-caption{
  text-align: center;
}
.cat-name{
  font-size: 18px;
  text-decoration: none;
}*/
.brend_about {
  letter-spacing: 0.35px;
}
.category-item {
  margin: 30px auto;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 300px;
  height: 300px;
}
.overlay_cat {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}
.category-item:hover .overlay_cat {
  display: block;
  background: rgba(0, 0, 0, .3);
} 
.cat-image {
  display: block;
  width: 100%;
}
.cat-image img {
  position: absolute;
  width: 100%;
  left: 0;
}
.cat-caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #444;
  z-index: 1;
  transition: bottom .5s ease;
  background: rgb(255 255 255 / 68%);
  padding: 5px;
}
.category-item:hover .cat-caption {
  bottom: 50%;
}
.text_hover {
  position: absolute;
  width: 100%;
  left:0;
  top: 70%;
  text-align: center;
  opacity: 0;
  transition: opacity .7s ease;
}
.text_hover span {
  width: 200px;
  padding: 12px 20px;
  text-align: center;
  color: white;
  border: solid 2px white;
  z-index: 1;
}
.category-item:hover .text_hover {
  opacity: 1;
}
.simplecheckout-block-content .form-group label {
  font-weight: 300;
}
label[for="wayforpay"] img {
  height: 25px;
}
     /* Dots */
.slick-dots {
  text-align: center;
  z-index: 10;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 35px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/*МЕДИА ЗАПРОСЫ*/
@media (max-width: 1200px) {
.product-thumb .caption {
	padding: 0 10px;
}
}
@media (max-width: 997px) {
  .category_flex {
    flex-wrap: wrap;
  }
  .wrap_category {
    width: 33%;
  }
	
	.block_register_best::before {
		right: 5%;
	}
}
@media (max-width: 991px) {
  .list-group-item.ocfilter-option {
    padding: 10px 0;
  }
  .slick-prev {left: 8px;}
  .slick-next {right: 8px;}
  .line_center.search {
    display: none;
  }
  td.p-l-quantity {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    min-width: 85px;
  }
  .p-l-summ .price {min-width: 70px;}
  .knopka_boxme.pl-add-to-cart {position: relative; padding: 15px 30px;}
  .add_cart_button button::after, .knopka_boxme.pl-add-to-cart::after {
    content: '';
    top: 8px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    position: absolute;
}
.knopka_boxme.pl-add-to-cart::after {top: 2px; height: 25px;}
.information_links ul li {
  margin-bottom: 15px;
}
.banner_title {
  font-size: 50px;
}
.product-list .product-thumb .caption {
	min-height: 0px;
	margin-left: 0;
	padding: 0 10px;
}
#logo {
  top: 22px;
  left: 10px;
  transform: scale(1.15);
}
.mobile-products-cart .image img {
	padding: 0!important;
}
.pointer_search {
  display: none;
}
.mobile_menu .login_main, .mobile_menu .search_top {
  margin-right: 0;
}
.dop_href.start {justify-content: flex-start;}
.icon_dop_href {display: none;}
.header_text {margin-right: 15px;}
.main_attributes {justify-content: space-between;}
.main_att {margin: 1%;}
.old_price::after {background-size: contain; width: 90px;}
.price_tovar {justify-content: center; flex-direction: column;}
.grn {margin-right: 0px;}
.cart_group {margin-top: 10px;}
.wish_remove, .wish_add {line-height: 10px;}
}
@media (min-width: 992px) and (max-width: 1208px) {
  .old_price::after {background-size: contain; width: 90px;}
  .grn {margin-right: 5px; font-size: 20px;}
  .price_h2 {font-size: 30px;}
}
@media (min-width: 767px) and (max-width: 992px) {
  .atributes {margin-top: 30px;}
  .is_instock, .not_instock {top: -25px;}
  .pointer_search {display: none;}
  .mobile_menu .search_top {margin-right: 0;}
  .information_links {font-size: 12px;line-height: 20px;}
}
@media (min-width: 375px) and (max-width: 398px) {
  .atributes {margin-top: 30px;}
  .is_instock, .not_instock {top: -25px;}
}
@media (min-width: 500px) and (max-width: 986px) {
  h2.price_h2 {font-size: 30px;}
  .grn {font-size: 20px; margin-right: 20px;}
  .cart_group .button_cart_add {padding: 10px 25px;}
  .one_click {width: 80%; margin: 0 auto;}
}
@media (min-width: 767px) and (max-width: 1100px) {
  .category-item {padding: 30px 10px; margin-top: -40px;}
  .slick-dots {bottom: 15px;}
  .cat-image {box-shadow: 0px 4px 12px rgb(0 0 0 / 16%);padding: 5px;height: 175px;}
  .icon_dop_href {display: none;}
}
@media (min-width: 769px) and (max-width: 1220px) {
  .container {width: 95%;}
  .dop_href.start {justify-content: space-around;}
}
@media (min-width: 690px) and (max-width: 992px) {
  ul.pad {max-width: 80%;}
}
@media (max-width: 690px) {
  .customer_level {bottom: -90px; right: -17px;}
  ul.pad {margin-top: 80px;}
  .me_more {right: 0; bottom: -68px;}
}

@media (max-width: 767px) {
  .drag {
    margin-top: -40px;
  }
  .product-thumb .price {
    text-align: left;
  }
  .product-thumb .price_number {
    font-size: 20px;
    line-height: 20px;
  }
  .product-thumb .price_currency {
    font-size: 8px;
    margin-left: 3px;
  }
  .product-thumb .price-old {
    font-size: 9px;
  }
  .product-thumb .price-old::after {
    width: 40%;
    left: 0;
  }
  .add_cart_button button {
    width: auto;
    height: auto;
    padding: 8px 10px;
    font-size: 13px;
  }
  .product-thumb .fa-stack {
    width: 1.5rem;
  }
  .category_block {
    flex-direction: column;
    justify-content: center;
  }
  .category_block_img {
    margin-right: 0;
  }
  .category-name {
    margin-bottom: 10px;
  }
  .block_cena {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .blog_bottom_line {
    flex-direction: column;
  }
  .mob-email {
    font-size: 11px;
  }
  .block_disc__item {
    width: 100%;
  }
  .wrap-socialka__item {
    width: 100%;
    padding: 15px;
  }
  .wrap-socialka__block {
    margin: 0 5%;
  }
  #txtemail {
    width: 100%;
  }
  .wrap-socialka__item:first-child {
    border: none;
  }
  .wrap_cat_featured {
    min-height: 75px;
  }
  .category_panel {
    display: none;
  }
  .stickers {
    left: -11px!important;
  }
  .account_wrap.mmm {
    margin-top: 0;
    padding: 20px;
  }
  .account_wrap.mmm h1 {
    margin-left: 0px;
    margin-top: 5px;
  }
  .nav-tabs.more_tabs>li a sup {
    right: -15px;
    top: 90%;
    width: 20px;
    height: 20px;
  }
  .euroagroshop {
    margin-top: 15px;
  }
  .wrap_cat_text {
    padding: 20px;
  }
  .back_desc_fon {
    background-color: #f7f6f4;
    padding: 70px 20px;
    display: inline-block;
    margin-top: 50px;
  }
  .border_left, .border_right {
    width: 100%;
    position: relative;
  }
  .mobileb {
    position: absolute;
    top: 0;
    margin-top: 10px;
    z-index: 1;
  }
  .wishlist_add_heart {
    position: absolute;
    top: -287px;
    right: -18px;
    display: none;
  }
  h2.simple_h1 {
    font-size: 17px;
  }
  .simple_logo {
    max-width: 180px;
    margin: 0px auto;
  }
  .simplecheckout-block {
    padding: 5px!important;
  }
  .simplecheckout-block-content {
    padding: 0px 10px!important;
  }
  .modal.right .modal-dialog, .modal.left .modal-dialog {
    width: 100%;
  }
  .slider_info {
    top: 25%;
    left: 0%;
    right: 0%;
  }
  .slider_title, .slider_sub_title {
    font-size: 25px;
  }
  .slider_button {
    margin-top: 15px;
  }
  .slider-controls {
    bottom: 6%;
  }
  .footer_pay img {
    max-height: 20px;
    margin-right: 10px;
  }
  .add_wishlist_button {
    opacity: 1;
    position: relative;
    top: unset;
}
  .product_action {
    margin-bottom: 10px;
  }
  .add_cart_button {
    opacity: 1;
    text-align: center;
  }
  .heading_h h3 {
    font-size: 20px;
  }
  .slider_banner {
    width: 100%;
  }
  .list-group-item.ocfilter-option {
    padding: 15px;
  }
  body {
    font-size: 16px;
  }
  h3 {
    font-size: 20px;
  }
  h1 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 25px;
  }
  .main_line {
    margin-bottom: 25px;
  }
  .gfg {
    display: none!important;
  }
  .category-item {
    padding: 15px 20px;
    margin-top: 0px;
  }
  .cat-image {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 16%);
  }
	.menu_href {
		/*display: none;*/
	}
	#top {
    display: none;
	}
  .slideshow {
    margin-top: 0px;
  }
  .progressBarContainer {
    bottom: 30px;
  }
  .panel_info_top {
    margin-top: 50px;
    overflow: hidden;
    height: auto!important;
  }
  .panel_info_top img {
    max-width: 130%!important;
  }
  .slick-slide img {
    height: auto;
  }
   .slick-slide img.dop_menu_a_icon {
    height: 35px;
  }
  .slideshow.mob img {
    height: calc(100vh - 120px);
  }
  .category_flex {
    flex-wrap: wrap;
  }
  .wrap_category {
    width: 33%;
  }
	header {
    min-height: 0;
    margin-bottom: 20px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2000;
    height: 50px;
    display: block;
	}
  .login_top, .wishlist_top, .cart_top {
    margin-left: 15px;
  }
	.modal {
		z-index: 9999;
	}
	.navbar-toggle {
		margin-top: 3px;
		margin-right: 10px;
	}
.slider_main {
  line-height: 40px;
  height: 45px;
}
#mobileMenu .menu_href {
  display: none;
}
.header_text {
  max-width: 211px;
}
.header_text.mobile {
  max-width: 100%;
  margin: -20px 0 20px 0;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.header_text.mobile .top_tel {
  font-size: 18px;
  color: #192940;
  font-weight: 500;
}
.callback_click_block {
  display: block;
}
.line_tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.phone-svg {margin-right: 8px;}
.header_text.mobile .callback_click_block {
  max-width: 170px;
}
a[data-target='location']::before {
  display: none;
}
.product-thumb::before, .product-thumb::after {
  top: 172px;
}
.product-thumb .caption::before {
  right: 0;
  left: 0;
}
.slick-dots {bottom: 0;}
.slider_main .img_slider {
    max-width: 100%;
    max-height: 40px;
    padding: 1px;
}
.line_center_block {
	padding-top: 12px;
}
.mobile_menu a {
  height: 45px;
}
.add_cart_button button::after, .knopka_boxme.pl-add-to-cart::after {
  content: unset;
}
.cart_button_open.order::before, .add_cart_button button::before {
  content: unset;
}
	.pointer_search {
		display: none;
	}
	.wrap_block_simple {
		max-width: 100%;
		padding: 10px;
	}
  .text_pro_blocks {
    margin: 50px 10px;
    justify-content: flex-start;
  }
  .wrap_pro_block {
    font-size: 12px;
    width: 100%;
  }
	.wrap_block_simple .hr_style {
		margin-left: 10px;
		margin-right: 10px;
	}
	.wrap_block_simple #content {
		border: none;
	}
	.nav-tabs.more_tabs {
		font-size: 15px;
		display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 15px 0;
	}
	.nav-tabs.more_tabs::-webkit-scrollbar {
		width:0!important;
	}
	.more_tabs {
		margin-top: 50px;
	}
	.tel_info {
		font-size: 28px;
	}
	.footer_info_block {
    min-height: 50px;
	}
	.footer_info_block ul {
		padding-left: 0px;
	}
	h1.main_h1 {
		font-size: 20px;
	}
	.alert {
		line-height: unset;
	}
	.alert.alert-danger {
		height: auto;
	}
  .price_tovar {
    justify-content: center;
    flex-direction: column;
  }
  .grn {
    margin-right: 0px;
  }
  .cart_group {
    margin-top: 10px;
    justify-content: center;
  }
  .form-group.cart_group .number-spinner, .form-group.cart_group button {
    width: 45%;
    margin-bottom: 20px;
  }
  .int-q {
    width: 100%;
  }
  .cart-line2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .cart-line2 button {
    max-width: 100%;
  }
  .cart-line2 button i {
    margin-right: 10px;
  }
  .btn-prt {
    padding: 14px;
  }
  .brend_title {
    font-size: 26px;
    font-weight: 300;
  }
  .brend_about {
    font-size: 10px;
    letter-spacing: 0.2px;
  }
  .wish_remove, .wish_add {
    line-height: 10px;
  }
/*  #content {
    min-height: 450px;
  }*/
  .block_register_best::before {
    bottom: -13px;
  } 
  .block_register_best {
    height: 430px;
  }
  .product-thumb {
    margin-left: -10px;
    margin-right: -10px;
  }

}
@media (min-width: 1300px) {
  .container {
    width: 1290px;
  }
}

@media (max-width: 630px) {
  .cat_fone {
    left: 0;
    transform: translateX(-50%);
  }
  .line_1 {
    flex-direction: column;
  }
  #dop-images {width: 100%; text-align: center;}
  .nav-tabs>li>a {
    padding: 0;
    min-width: 70px;
    white-space: nowrap;
    font-weight: 300;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .nav-tabs.more_tabs>li.active a {
    font-weight: 500;
  }
  .nav-tabs.more_tabs>li a sup {
    right: -4px;
  }
  .planb_table tbody {
    flex-flow: column;
  }
  .tab-pane {
    padding: 30px 0;
  }
  .write_review_block {
    text-align: center;
  }
  .button_cart_add.review_open {
    padding: 10px 40px;
  }
	.drop_about_short {
		display: none;
	}
	.drop_h1 {
		font-size: 18px!important;
	}
	.drop_dop_text {
		font-size: 16px!important;
	}
}
@media (max-width: 420px) {
	.drop_h1 {
		font-size: 13px!important;
	}
	.drop_dop_text {
		font-size: 13px!important;
	}
  .price{
    min-width:50px;
}
}
@media (max-width: 475px) {
	.feedback_block_product {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    border: 1px solid #eee;
    margin: 10px auto;
	}
	.feedback_product {
		margin: 20px auto;
	}
	.feedback__click {
		margin-bottom: 20px;
	}
  .product-thumb::before, .product-thumb::after {
    top: 55%;
  }
  .mainSearch {
    width: 100%;
  }
  .input-group-btn.live {
    right: 50px!important;
  }
  .main_att_text_title {
    font-size: 14px;
  }
  .breadcrumb > *:nth-child(n+1) {
    display: none;
  }
  .breadcrumb> *:nth-last-child(-n+2) {
    display: inline;
  }
  .wrap_category {
    width: 50%;
  }
  .flex_review {
    flex-direction: column;
  }
  .flex_review .image, .title_review {
    width: 100%!important;
  }
  .title_review h4 {
    min-height: 50px!important;
    font-weight: 500;
  }
  .p-l-summ .price {
    min-width: 45px;
  }
  .btn-group.btn-group-sm {margin-bottom: 13px;}
  .knopka_boxme.pl-add-to-cart {
    position: relative;
    padding: 10px 25px;
  }
  .knopka_boxme.pl-add-to-cart::after {
    top: 1px;
    height: 18px;
  }
  #table-price {font-size: 14px;}
  .my_info_block__title {
    height: 75px;
  }
  .progressbar li::after {
    left: -38%;
  }
	/*.product-thumb .rating {
		display: none;
	}*/
	h1.main_h1 {
		font-size: 17px;
	}
	.block_register_best::before {
		right: 0;
	}
	.wrap_block_simple #content {
		padding: 0 10px;
	}
	.price-old, .product-thumb .rating::before, .product-thumb .rating::after {
		/*display: none;*/
	}
  .product-thumb .price-old {
    margin-left: 0;
    right: 0;
    left: unset;
  }
/*	.product-thumb{
		height: 333px;
	}*/
	.product-thumb .image {
		margin: 5px;
		padding: 0;
	}
	.product-thumb h4 {
		margin-top: 15px;
		font-size: 15px;
	}
  .product-thumb .wrap_rating {
    top: -18px;
  }
	.product-thumb .caption h4 a {
		-webkit-line-clamp: 2;
	}
  .product-thumb:hover div .caption h4 a {
    -webkit-line-clamp: 3;
  }
	.button_cart_add {
		font-size: 20px;
	}
	.forgot_center {
    margin-top: 20px;
    float: none;
    text-align: center;
	}
	.powered .text-left {
		font-size: 12px;
		width: 100%;
		text-align: center!important;
	}
	.conception {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.atr_view {
		display: none;
	}
	.account_wrap_block {
    padding: 10px;
  }
  .orders_list {
    padding: 0;
  }
  .order_top_line, .order_bottom_line {
    font-size: 11px;
  }
  .order_photo {
    width: 60px;
  }
  .order_photo img {
    width: 100%;
  }
}
@media (max-width: 375px) {
		.nav-tabs.more_tabs>li + li {
		margin-left: 5px;
	}
	.block_register_best::before {
		width: 200px;
		height: 180px;
	}
	.zagolovok_register {
    width: 245px;
	}
  .atributes {margin-top: 30px;}
	.is_instock, .not_instock {
		top: -25px;
	}
	.payment-info .forgott {
		right: 35px;
	}
}
@media (max-width: 321px) {
	.zagolovok_register {
  width: 200px;
}
.slider_main {
	display: none;
}
}

@media (max-width: 767px){.offcanvas-stop-scrolling{height:100%;overflow:hidden}.navbar-default .navbar-offcanvas{background-color:#f8f8f8}.navbar-inverse .navbar-offcanvas{background-color:#222}.navbar-offcanvas{position:fixed;width:100%;max-width:250px;height:100%;left:-250px;top:0;padding-left:15px;padding-right:15px;z-index:999;overflow:scroll;-webkit-overflow-scrolling:touch;transition:all .15s ease-in}.navbar-offcanvas.in{box-shadow:0 0 20px rgba(0,0,0,0.3)}.navbar-offcanvas.navbar-offcanvas-fade{opacity:0}.navbar-offcanvas.navbar-offcanvas-fade.in{opacity:1}.navbar-offcanvas.offcanvas-transform.in{-webkit-transform:translateX(250px);transform:translateX(250px)}.navbar-offcanvas.offcanvas-position.in{left:0}.navbar-offcanvas.navbar-offcanvas-right{left:auto;right:-250px}.navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in{-webkit-transform:translateX(-250px);transform:translateX(-250px)}.navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in{left:auto;right:0}.navbar-offcanvas .dropdown.open .caret{border-top:0;border-bottom:4px solid}.navbar-offcanvas .dropdown-menu{position:relative;width:100%;border:inherit;box-shadow:none;transition:height .15s ease-in}.navbar-offcanvas .dropdown-menu.shown{display:block;margin-bottom:10px}}.offcanvas-toggle .icon-bar{background:#000;transition:all .25s ease-in-out}.offcanvas-toggle.is-open .icon-bar:nth-child(1){-webkit-transform:rotate(45deg) translate(5px, 4px);transform:rotate(45deg) translate(5px, 4px)}.offcanvas-toggle.is-open .icon-bar:nth-child(2){opacity:0}.offcanvas-toggle.is-open .icon-bar:nth-child(3){-webkit-transform:rotate(-45deg) translate(4px, -4px);transform:rotate(-45deg) translate(4px, -4px)}

/*LOADER*/
.loader {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 10000 !important;
    background-color: rgba(255, 255, 255, 0.75);
}

.cssload-clock {
    border-radius: 58px;
    border: 3px solid #a96578;
    height: 78px;
    width: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -39px;
    margin-left: -39px;
}

.cssload-clock:after {
    content: "";
    position: absolute;
    background-color: #a96578;
    top: 2px;
    left: 48%;
    height: 37px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 97%;
    -o-transform-origin: 50% 97%;
    -ms-transform-origin: 50% 97%;
    -webkit-transform-origin: 50% 97%;
    -moz-transform-origin: 50% 97%;
    animation: grdAiguille 0.8s linear infinite;
    -o-animation: grdAiguille 0.8s linear infinite;
    -ms-animation: grdAiguille 0.8s linear infinite;
    -webkit-animation: grdAiguille 0.8s linear infinite;
    -moz-animation: grdAiguille 0.8s linear infinite;
}

.cssload-clock:before {
    content: "";
    position: absolute;
    background-color: #a96578;
    top: 6px;
    left: 48%;
    height: 34px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 94%;
    -o-transform-origin: 50% 94%;
    -ms-transform-origin: 50% 94%;
    -webkit-transform-origin: 50% 94%;
    -moz-transform-origin: 50% 94%;
    animation: ptAiguille 4.8s linear infinite;
    -o-animation: ptAiguille 4.8s linear infinite;
    -ms-animation: ptAiguille 4.8s linear infinite;
    -webkit-animation: ptAiguille 4.8s linear infinite;
    -moz-animation: ptAiguille 4.8s linear infinite;
}

@keyframes grdAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes grdAiguille {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes grdAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes grdAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes grdAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes ptAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes ptAiguille {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes ptAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes ptAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes ptAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes jelly {
  0% {
    animation-timing-function: cubic-bezier(0.1441, 0.1912, 0.6583, 1.1029);
    transform: translate(0, 0) skewX(0)
  }
  31% {
    animation-timing-function: cubic-bezier(0.0667, 0.1419, 0.6667, 1.1415);
    transform: translate(-7.800000000000001px, 0) skewX(7.800000000000001deg)
  }
  45% {
    animation-timing-function: cubic-bezier(0.0542, 0.1151, 0.5697, 1.181);
    transform: translate(4.680000000000001px, 0) skewX(-4.680000000000001deg)
  }
  59% {
    animation-timing-function: cubic-bezier(0.0497, 0.1058, 0.4541, 1.231);
    transform: translate(-2.8100000000000005px, 0) skewX(2.8100000000000005deg)
  }
  73% {
    animation-timing-function: cubic-bezier(0.0808, 0.1711, 0.4109, 1.2519);
    transform: translate(1.6800000000000002px, 0) skewX(-1.6800000000000002deg)
  }
  87% {
    animation-timing-function: cubic-bezier(0.2073, 0.3705, 0.4064, 0.8839);
    transform: translate(-1.01px, 0) skewX(1.01deg)
  }
  100% {
    transform: translate(0.78px, 0) skewX(-0.78deg)
  }
}

.jelly {
  animation: jelly 1s infinite linear
}

@keyframes jump {
  0% {
    animation-timing-function: cubic-bezier(0.0637, 0.1569, -0.0154, 0.8727);
    transform: translate(0, 0)
  }
  22% {
    animation-timing-function: cubic-bezier(0.7634, 0.2713, 0.7818, 0.6832);
    transform: translate(0, -13.958px)
  }
  43% {
    animation-timing-function: cubic-bezier(0.0599, 0.1266, 0.2372, 1.029);
    transform: translate(0, -2.338px)
  }
  56% {
    animation-timing-function: cubic-bezier(0.6353, 0.3049, 0.6792, 0.6671);
    transform: translate(0, -7.868px)
  }
  68% {
    animation-timing-function: cubic-bezier(0.0513, 0.1148, 0.3085, 1.1548);
    transform: translate(0, -1.596px)
  }
  76% {
    animation-timing-function: cubic-bezier(0.467, 0.2881, 0.3593, 0.7819);
    transform: translate(0, -4.41px)
  }
  83% {
    animation-timing-function: cubic-bezier(0.0632, 0.1615, 0.3539, 1.4565);
    transform: translate(0, -1.12px)
  }
  88% {
    animation-timing-function: cubic-bezier(0.3563, 0.3125, 0.5387, 1.6475);
    transform: translate(0, -2.4080000000000004px)
  }
  92% {
    animation-timing-function: cubic-bezier(0.1265, 0.4155, 0.3821, 1.8827);
    transform: translate(0, -0.812px)
  }
  95% {
    animation-timing-function: cubic-bezier(0.5727, 1.3521, 0.0229, 3.0356);
    transform: translate(0, -1.302px)
  }
  98% {
    animation-timing-function: cubic-bezier(0.4531, -1.3593, 0.757, 0.0281);
    transform: translate(0, -0.798px)
  }
  100% {
    transform: translate(0, 0)
  }
}

.jump {
  animation: jump 1s infinite linear
}