@font-face {
font-family: "BoxMeUp";
src: local("BoxMeUp Regular"), local("BoxMeUp-Regular"), url("fonts/BoxmeupRegular.woff") format("woff");
font-weight: 400;
font-style: normal;
font-display:swap;
}
@font-face {
font-family: "BoxMeUp";
src: local("BoxMeUp Medium"), local("BoxMeUp-Medium"), url('fonts/BoxmeupMedium.woff') format("woff");
font-weight: 500;
font-style: normal;
font-display:swap;
}
@font-face {
font-family: "BoxMeUp";
src: local("BoxMeUp Bold"), local("BoxMeUp-Bold"), url('fonts/BoxmeupBold.woff') format("woff");
font-weight: 700;
font-style: normal;
font-display:swap;
}
@font-face {
font-family: "Reforma";
src: url('fonts/Reforma.ttf');
font-style: normal;
font-display:swap;
}
body {
	font-family: 'BoxMeUp',sans-serif;
	font-weight: 400;
	color: #212121;
	font-size: 16px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
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: 14px;
}
/* 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: #9d3942;
    border-color: #a94442;
}
h1 {
	font-size: 24px;
	font-weight: 700;
	font-family: 'BoxMeUp';
	margin: 5px;
}
h1.main_h1 {
	text-align: center;
	opacity: 0;
	height: 0;
}
h2 {
	font-size: 27px;
}
h3 {
	font-weight: 400;
  font-size: 28px;
  position: relative;
}
.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: #444;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
label.oplata_desc[for=codnalozhka] {
  color: red;
  font-weight: 700;
}
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 {
	font-size: 16px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	background: #fff;
  border: 1px solid #ccc;
}
input:focus {

  box-shadow: none!important;
  outline: none!important;
}
/* 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 */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#sizeChartModal .modal-dialog {
	width: 400px;
	max-width: 100%;
}
.measure-box {
	margin-bottom: 15px;
}
#icon-fitting {
	position: absolute;
  left: -25px;
  bottom: 0;
  stroke: #333;
  stroke-width: 1.4;
  width: 18px;
  height: 18px;
  display: inline-block;
  shape-rendering: geometricPrecision;
  fill: none;
}
.size-open {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 8px;
  border-bottom: 1px solid #cccccc;
  transition: border-bottom 0.2s ease-out;
}
.size-open:visited {
	border-bottom: 1px solid #cccccc;
  background-color: transparent;
  -webkit-transition: border-bottom 0.2s ease-out;
  transition: border-bottom 0.2s ease-out;
}
.size-open:hover {
	border-bottom-color: #333333;
  text-decoration: none;
}
.sizechart{
  width: 100%;
}
.sizechart th, .sizechart td{
  text-align: center;
}
.chart-header-bg{
  background: #fafafa;
  border: 1px solid #ccc;
  padding:10px;
  position: relative;;
  text-align: center;
}
.chart-header{
  width: 80px;
}
.chart-data{
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.chart-data td, .chart-header-bg th{
  padding: 10px;
}
#sizeChartModalLabel {
	text-align: center;
}
/* top */
#top {
	padding-top: 3px;
	min-height: 20px;
	font-size: 14px;
	color: #888;
}
#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;
}
.language_selected {
	border-right: 1px solid #888;
	padding-right: 2px;
}
.langgg {
	margin-right: 15px;
}
.langgg span:last-child {
	border: none;
}
#top #top-links .social_top {
	height: 20px;
}
#top .btn-link, #top-links li, #top-links a {
	color: #444;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
.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 {
	margin-right: 20px;
}
#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;
}
.information_links {
	text-transform: uppercase;
	font-size: 12px;
}
.information_links a {
	transition: all 0.1s;
}
.information_links a:hover {
	border-bottom: 1px dashed #888;
	color: #000;
}
/*.information_links a:last-child {
	color: #9d3942;
}*/
.information_links a + a {
	padding-top: 6px;
	margin-left: 15px;	
}
/*HEADER*/
header {
	position: relative;
  min-height: 55px;
}
header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #f2f2f2;
}
header::after {
 bottom: 0;
}
header::before {
	top: 0;
}
.callback_click {
  text-align: center;
  transition: all .2s ease;
  cursor: pointer;
  padding: 8px 30px;
  font-size: 14px;
  background: linear-gradient(95deg, rgb(255, 126, 0) 20%, rgb(201, 38, 74) 80%);
  font-weight: 500;
  border-radius: 8px;
  color: #fff;
}
.callback_click:hover {
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
}
.callback_click_block {
display: flex;
align-items: center;
justify-content: center;
height: 55px;
}
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;
}
.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);
}
.header_menu {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
}
.main_menu {
	list-style: none;
	margin: 0;
	padding: 8px 0;
}
.main_menu .dop_menu:nth-child(5) a, .cat_mob_xs ul li:nth-child(4) a {
	color: #c64242;
	font-weight: 500;
}
.cat_mob_xs ul li:nth-child(5) a {
	font-weight: 700;
}
.cat_mob_xs ul li {
	padding: 4px;
}
.main_menu .dop_menu {
	display: inline-block;
	position: relative;
}
.main_menu > li + li {
	margin-left: 30px;
}
a.dop_menu_a {
	transition: 0.3s linear;
}
a.dop_menu_a:after{
  content: '';
  background: #212121;
  position: absolute;
  width: 0;
  height: 2px;
  transition: all .3s linear;
  z-index: 200;
}

a.dop_menu_a::after{
  top: 100%;
  left: 0;
}

a.dop_menu_a:hover::after{
  width: 100%;
}
.menu_href::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #f2f2f2;
}
.main_menu .dop_menu .dop_menu-menu {
  position: absolute;
  z-index: 100;
  left: -16px;
  top: 100%;
  margin: 0;
  padding-top: 10px;
  transition: 0.2s all;
  display: none;
  background-color: #fff;
}
.main_menu .dop_menu .dop_menu-menu ul {
  padding: 10px 15px 10px;
  border: 1px solid #888;
  min-width: 270px;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
}
.main_menu .dop_menu .dop_menu-menu li {
  font-size: 16px;
  text-align: left;
  margin-bottom: 8px;
}
.dop_menu:hover .dop_menu-menu {
display: block;
}
.line_center_block {
	padding-top: 16px;
  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: row;
  display: flex;
  cursor: pointer;
}
.login_top, .wishlist_top, .cart_top {
  margin-left: 20px;
  position: relative;
}
.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: 1px solid #6b6b6b;
	padding: 9px 14px;
}
.wish_add_remove:hover, .wish_add:hover {
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
}
.wish_remove .fa, .wish_add .fa {
	font-size: 20px;
}
.wish_remove.hide, .wish_add.hide {
	display: none;
}
.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;
}
/* search */

.payment-info input {
	width: 100%;
	margin-bottom: 12px;
  padding: 10px;
  border: 1px solid #97a9af;
}
.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;
}
/* login */
.forgotten {
	cursor: pointer;
}
/* cart */
 .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    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 {
    height: 100%;
    overflow-y: auto;
  }
  
  .modal.right .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-content {
    border-radius: 0;
    border: none;
  }

  .modal-header {
    border: none;
  }
  .modal-header .modal-title {
	font-size: 20px;
	text-transform: uppercase;
  }

  .cart_close, .callback_close {
  	position: absolute;
  	cursor: pointer;
    top: 10px;
    transition: all .2s ease-out;
    border: 1px solid #6b6b6b;
    padding: 5px 14px;
    z-index: 10;
  }
  .cart_close:hover, .callback_close:hover {
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
}
.cart_close {
	left: 14px;
}
.callback_close {
	right: 14px;
}
 .cart_list_items {
  list-style: none;
  padding-left: 0;
 } 
  .cart_item:first-child {
    padding: 0;
}
  .cart_item {
    display: flex;
    align-items: center;
    padding: 30px 0 0 0;
  }
  .cart_item_img {
    width: 70px;
    height: 70px;
    display: flex;
    margin-right: 10px;
    flex-shrink: 0;
    flex-basis: 70px;
}
.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_price_total:nth-child(1) {
  display: none;
}
.cart_text_info {
  margin-top: 25px;
  text-align: center;
}
.cart_block_buttons{
  text-align: center;
}
.cart_button_open, .knopka_boxme {
    transition: all .2s ease-out;
    border: 1px solid #6b6b6b;
    display: block;
    padding: 10px;
    margin: 20px 0;
}
.knopka_boxme.centere {
	margin: 20px auto;
	max-width: 200px;
	cursor: pointer;
}
.cart_button_open.order, .knopka_boxme {
  background: #333;
  color: #fff;
}
.cart_button_open.fff:hover {
	color: #444;
}
.cart_button_open:hover, .cart_button_open.order:hover, .knopka_boxme:hover {
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
  color: #fff;
}
.cart_item_small {
    font-size: 12px;
    display: block;
    margin-top: -3px;
}
.cart_item_small span a {
  cursor: pointer;
}
.cart_a {
	position: relative;
}
#cart-total, #wishlist-total {
	position: absolute;
  top: -7px;
  right: -5px;
  font-size: 12px;
  font-weight: 500;
}
.cart_group {
	margin: 30px 0;
	text-align: center;
}
.button_cart_add {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  background-color: #333;
  padding: 10px 70px;
  color: #fff;
  transition: all .2s ease-out;
  border: 1px solid #6b6b6b;
}
.button_cart_add:hover {
	color: #fff;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
}
#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%;
}
@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 {
	text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 10px;
}
.mobile_menu #cart, .mobile_menu #cart .icon_cart, .mobile_menu .search_top {
	width: 35px;
	height: 35px;
}

.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;
}
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;
}

.ddop_mob_href li a.aaa {
  color: #444;	
}
/* 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) {
		.slick-prev, .slick-next {
		display: none!important;
	}
	.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;
}
.slider_main .img_slider {
	max-height: 100%;
}
.why_need_reg {
	margin: 50px;
  text-align: center;
  font-size: 25px;
  background: #eee;
  padding: 50px;
}
.why_need_reg a {
	background: #f8df77;
  padding: 10px 20px;
	font-weight: 700;
}
.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 {
	min-height: 600px;
}
.slick-next {
  right: -17px;
}
.slick-prev {
  left: -17px;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  z-index: 3;
  margin-top: -60px;
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
}
.slick-prev::before {
  left: -6%;
}
.slick-next::before {
  right: -6%
}
.slick-prev::before, .slick-next::before {
  content: '';
  width: 50px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
  transition: box-shadow 0.3s ease-out;
}
.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: 16px 17px 17px;
  content: '';
  width: 17px;
  height: 17px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-right: 2px solid #444;
  border-bottom: 2px solid #444;
  z-index: 2;
}

/* footer */
footer {
	font-weight: 400;
	margin-top: 30px;
	color: #fff;
	position: relative;
	background: #333;
}
 .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: 14px;
	font-weight: 400;
	text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  color: #909090;
  padding-top: 10px;
}
footer h5::after {
	margin-top: 5px;
}
.powered .text-right {
	float: right;
}
.powered {
  background: url(../image/bg_top.jpg);
  font-family: 'Firasans';
  font-weight: 500;
  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;
	height: 160px;
	font-size: 36px;
	font-weight: 700;
}
.footer_left_logo::after {
  font-family: FontAwesome;
  content: "\f25d";
  position: absolute;
  right: 52px;
  font-size: 17px;
  top: 47px;
}
.footer_left_logo img {
  width: 180px;
  max-width: 95%;
}
.footer_info_block {
	color: #fff;
  height: 160px;
}
.footer_info_block>ul>li>a {
	color: #ececec;
	display: flex;
}
.footer_pay {
		position: absolute;
		right: 0;
		bottom: 0;
	}
/* 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: 100;
  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;
}
/* 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 {
	transition: all .2s ease-out;
  border: 1px solid #6b6b6b;
  display: block;
  padding: 10px;
  margin: 20px 0;
  border-radius: unset;
  box-shadow: none;
  background: #333;
  font-size: 16px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
	background: #333;
	color: #fff;
}
.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 {
margin-top: 40px;
padding: 15px;
}
.account_wrap.mmm {
	position: relative;
}
.account_wrap.mmm::before {
	position: absolute;
	content: '';
	top: -20px;
	left: 30px;
	background-image: url(../image/check.svg);
	width: 100px;
	height: 90px;
	background-position: center;
	background-size: cover;
}
.account_wrap.simpe_check {
	margin-top: 40px;
	max-width: 900px;
}
.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: none;
  font-weight: 500;
  color: #444;
}
.list-group a.active:hover, .list-group a:hover {
  border: none;
  background: none;
  color: #000;
}
/* 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 {
	background: transparent;
}
#carousel0 .owl-wrapper-outer {
	border: none;
	box-shadow: none;
}
#carousel0 .hr_style {
	margin-top: 0;
	margin-bottom: 0;
}
/* product list */
.product-thumb {
	position: relative;
	margin-bottom: 20px;

}
.product-thumb:hover {
	/*box-shadow: inset 0 0 0 1px #dcdcdc;*/
	outline: 1px solid #dcdcdc;
}
.product-thumb:hover .image img {
	opacity: 0.7;
}
.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;
}
}
.product-thumb h4 {
	font-weight: 400;
  margin-top: 10px;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 90px;
	position: relative;
}
.product-thumb .wrap_rating {
  position: absolute;
  top: -26px;
  width: 100%;
  left: 0;
}
.product-thumb .rating {
	position: relative;
	text-align: center;
}

.product-list .product-thumb .caption {
/*	margin-left: 230px;*/
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #333;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #333;
}
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 {
    left: 7%;
    margin-top: 10px;
    font-size: 20px;
}
.product-thumb .price_number {
	font-family: 'Reforma';
	font-size: 24px;
	color: #333;
}
.product-thumb .price_currency {
	font-size: 15px;
	font-weight: 500;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #888;
	text-decoration: line-through;
	margin-left: 10px;
	font-size: 14px;
}
.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 {
	font-size: 11px; 
	font-weight: bold; 
	padding: 5px 10px; 
	border-radius: 2px; 
	position: absolute; 
	z-index: 10;
	margin-left: 0px; 
	top: 0px;
} 
.stickers:nth-child(2) {
	top: 34px;
}
.stickers:nth-child(3) {
	top: 61px;
}
.stickers:nth-child(4) {
	top: 88px;
}

/*РЕТИНГ*/
.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: #333!important;
}
.rat-star.checked {
color: #333;
}
/*ОПЦИИ*/
.img-responsive {
	margin: 0 auto;
}
.image {
	margin: 20px 10px;
  padding: 5px;
  background: #fff;
  position: relative;
}
.fb-like {
	float: right;
}
.product-info .radio {
display:inline-block;
float:left;
margin:0 10px 10px 0;
}
.product-info input[type='radio'], 
.product-info input[type='checkbox']{
display:none;
}
.product-info input[type='radio'] + label, 
.product-info input[type='checkbox'] + label {
padding: 3px 10px;
margin: 0;
background: #fff;
color: #333;
font-size: 14px;
box-shadow: none;
border-radius: 2px;
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: 36px;
}
.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: #333;
background: #fff;
box-shadow: 0px 0px 1px 1px #333;
border-color: #fff;
text-shadow: none;
}
.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: #333;
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 {
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;
}
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;
margin-right: 5px;
line-height: inherit;
background-color: transparent;
border: none;
-webkit-transition: none;
-o-transition: none;
transition: none;
border-radius: 2px;  
}
.is_instock, .not_instock {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 700;
	font-size: 13px;
}
.is_instock {
	color: #438a2d;
}
.not_instock {
	color: #d14445;
}
.model {
	position: absolute;
  right: 13px;
	font-size: 14px;
}
.article_sku {
	font-size: 14px;
	padding: 3px 8px 3px 0;
	color: #444;
}
.adotted {
	cursor: pointer;
  color: #5a5a5a;
  font-weight: 700;
  border-bottom: 2px dotted;
}
.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-size: 14px;
	position: relative;
}
.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: 500;
	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-bottom: 20px;
	margin-top: 20px;
}
.old_price{
  position: relative;
  font-size: 20px;
  font-weight: 500;
  margin-right: 32px;
}
.old_price::after {
	background-image: url("../image/intersect.svg");
	background-position: left;
	background-repeat: no-repeat;
	content: "";
	display: block;
	width: 112px;
	height: 47px;
	position: absolute;
	left: -11px;
	top: -10px;
}
h2.price_h2 {
	font-size: 40px;
	font-weight: 700;
	color: #212121;
	font-family: 'Reforma';
}
.grn {
	font-size: 24px;
  font-weight: 700;
  margin-right: 30px;
  position: relative;
}
.why_price {
	position: absolute;
	top: 0;
}
.thumbnail {
	border: none;
}
.countdown {
	margin: 10px auto;
  position: relative;
}
#countdown, .count_text {
  text-align: center;
  position: absolute;
  top: -6px;
  display: inline;
}
#countdown .count_block {
  display: inline-block;
  width: 44px;
}
.count_time {
  font-size: 10px;
  margin-top: -4px;
}
/*ХЛЕБНЫЕ КРОШКИ*/
.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 45px;
}
.breadcrumb li + li:before {
	content: '\/';
	position: absolute;
	left: -30px;
	top: -1px;
	width: 30px;
	height: 14px;
}
.breadcrumb {
	background-color: transparent;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.breadcrumb li a, .breadcrumb li {
	color: #6f6f6f;
  font-weight: 400;
}
.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: none;
}
.invisible{
display: none;
}
@media (max-width: 767px) {
.breadcrumb  > *:nth-last-child(-n+2) {
display: inline;
} 
.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;
	margin: 20px 0;
}
.loadmore {
	cursor: pointer;
	transition: all .2s ease-out;
	border: 1px solid #6b6b6b;
	padding: 5px 14px;
}
.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;
}
.image_cat {
	width: 88px;
	vertical-align: middle;
	margin: 0 auto;
	position: relative;
}
.image_cat:hover {
	border-color: #849dab;
}
.image_cat:hover img, .image_cat::after {
	opacity: 0.8;
}
.image_cat img {
	max-width: 100%;
	display: block;
}

.name_category {
	margin-top: 10px;
}
.name_category a {
	color: #333;
	font-size: 18px;
	font-family: 'Reforma';
	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;

}
.ocfilter>.panel-heading{
	display: none;
}
.panel-default, .ocfilter-option {
	border: none;
}
.panel.ocfilter {
	box-shadow: none;
}
.ocfilter-mobile-handle {
	display: none;
}
.add_cart_button {
	opacity: 0;
	position: absolute;
	top: 38%;
	left: 0;
	right: 0;
	z-index: 10;
	transition: all 0.2s ease;
}
.product-thumb:hover .add_cart_button {
	opacity: 1;
}
.add_cart_button button {
	font-family: 'Reforma';
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  width: 130px;
  height: 45px;
  background-color: #212121;
  padding: 5px;
  color: #fff;
  border: none;
}
.atr_view {
	position: absolute;
	text-align: left;
  bottom: 10px;
  left: 5px;
  font-size: 12px;
}
/*ТЕКСТОВЫЕ БЛОКИ*/
.pro_block {
	margin-bottom: 10px;
}
.image_block {
  width: 115px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.image_block img {
  width: 100%;
  border: 3px solid #442f2c;
  border-radius: 50%;
}
.image_block::after {
  content: '';
  position: absolute;
  margin: -2px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #442f2c;
  border-radius: 50%;
}
.image_block:hover img {
	-webkit-animation: rotation 0.5s 1 linear;
}
.text_block {
  font-family: 'Reforma';
  font-weight: 600;
  text-align: center;
}
@-webkit-keyframes rotation {
    0% {-webkit-transform: rotate(0deg);}
    25% {-webkit-transform: rotate(10deg);}
    50% {-webkit-transform: rotate(0deg);}
    75% {-webkit-transform: rotate(-10deg);}
		100% {-webkit-transform: rotate(0deg);}
}
/*Описание*/
.tab-content p {

}
/*отзывы*/
.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;
}
.nav-tabs.more_tabs {
	text-align: center;
	height: 43px;
	font-size: 16px;
	margin-top: 25px;
	border-bottom: 1px solid #f2f2f2;
}
.nav-tabs.more_tabs>li.active {
	font-weight: 700;
}
.nav-tabs.more_tabs>li.active::after {
  content: '';
  display: block;
  margin-bottom: 10px;
  height: 2px;
  background: #333;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #444;
}
.nav-tabs.more_tabs>li a sup {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 2px;
	right: -4px;
	padding: 10px 3px;
	color: #444;
	font-size: 12px;
}
.button_cart_add.review_open {
  font-size: 14px;
  cursor: pointer;
  display: inline;
  background-color: #333;	
}
.button_cart_add.review_open:hover {
	color: #fff;
}
#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 {
	float: right;
	font-size: 12px;
	font-weight: 500;
	color: #949292;
}
.review-list .text_rev {
  margin-top: 15px;
}
.review-list .name_admin, .review-list .answer_admin {
margin-top: 10px;
margin-left: 25px;
}
.review-list .name_admin {
	color: #c64242;
  font-weight: 500;
}
#hide_review_write.image {
  margin: 0;
  border-radius: 20px;
}
.button_cart_add.add_review {
	font-size: 14px;
	background-color: #333;
	padding: 10px 30px;
}
.cancel_review {
	cursor: pointer;
}
/*РЕКОМЕНДУЕМЫЕ*/
#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;
}
/*НОВОСТИ*/
.margin {
	margin-top: 20px;
}
.heading_h h3 {
	display: inline-block;
	margin-right: 15px;
}
.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 {text-align: center;}
.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: 350px;}
.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: -28px; max-width: 100%;}
.blog_wrap .image .blog_title {position: absolute; bottom: 12px; left: 0px; width: 100%; padding: 0 8px; font-size: 22px; display: inline-block; 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;}
.blog_date_d {font-weight: 600;}
.blog_date_m {display: block; margin-top: -6px; font-size: 12px;}
h1.title_news {font-weight: 600; font-size: 20px; margin-bottom: 25px;}
@media (max-width: 1199px) and (min-width: 992px) {
.blog_wrap .image, .blog_wrap .image:before {height: 235px;}
}
/*БРЕНДЫ*/
.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-family: 'Reforma';
    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;
}
.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;
}
.zagolovok_register {
	font-family: Reforma;
  color: #9d3942;
	text-transform: uppercase;
	margin-left: 60px;
	font-size: 20px;
	width: 265px;
	margin: 0 auto 20px;
	text-align: center;
	padding: 10px;
	border: 5px dotted #618091;
}
.spisok_register {padding-left: 20px;}
.spisok_register li {list-style: none; padding-left: 25px; margin-bottom: 8px; font-family: 'Firasans';}
.spisok_register li::before {
  font-family: "FontAwesome";
  content: "\f138";
  margin-right: 5px;
  color: #9d3942;
}
.block_register_best {height: 500px; position: relative;}
.block_register_best::before {content: ''; background: url(../image/register.png) no-repeat; background-position: center; background-size: cover; height: 220px; width: 241px; position: absolute; bottom:-26px; 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;
}
/*АККАУНТ*/
.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;
}
.account_account {
	display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.account_account a:hover {
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
}
.account_wrap {
	display: block;
	max-width: 720px;
	margin: 0 auto;
	padding: 0 15px 15px 15px;
	background: #fff;
	border-radius: 0;
	border: 0;
	color: #343434;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}
.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-family: 'Reforma';
  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: #333;
	margin: 0 2px;
}
.btn_delete {
}
.otkr_promo {
	margin-top: 50px;
	text-align: center;
}
.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;
}
/*КОНТАКТЫ*/
        /*СТИЛИ для ГУГЛ карты*/
#google-map {
  position: relative;
}

#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-family: 'Reforma';
  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;
}
/*МЕДИА ЗАПРОСЫ*/
@media (max-width: 1200px) {
.product-thumb .caption {
	padding: 0 10px;
}
}
@media (max-width: 997px) {
	
	.block_register_best::before {
		right: 5%;
	}
}
@media (max-width: 769px) {
.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;
}
.why_need_reg {
	padding: 20px;
	margin: 20px;
	font-size: 20px;
}
.why_need_reg span {
	display: block;
	margin-bottom: 7px;
  font-weight: 500;
}
}
@media (max-width: 767px) {
	.menu_href {
		display: none;
	}
	#top {
		position: fixed;
		width: 100%;
		z-index: 20;
	}
	#top::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  border-top: 2px solid #442F2C;
  border-bottom: 1px solid #442F2C;
  background: #fafaf8;
}
	header {
    min-height: 0;

    margin-bottom: 20px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2000;
    background: #fff;
    box-shadow: 0 0px 11px 0 rgba(0,0,0,.3);
    height: 40px;
	}
	.modal {
		z-index: 9999;
	}
	.navbar-toggle {
		margin-top: 3px;
		margin-right: 10px;
	}
.slider_main {
  line-height: 40px;
  height: auto;
}
.slider_main .img_slider {
    max-width: 100%;
    max-height: 40px;
    padding: 1px;
}
.line_center_block {
	padding-top: 8px;
}
	.pointer_search {
		display: none;
	}
	.wrap_block_simple {
		max-width: 100%;
		padding: 10px;
	}
	.wrap_block_simple .hr_style {
		margin-left: 10px;
		margin-right: 10px;
	}
	.wrap_block_simple #content {
		border: none;
	}
	.nav-tabs.more_tabs {
		font-size: 17px;
	}
	.more_tabs {
		margin-top: 50px;
	}
	.tel_info {
		font-size: 28px;
	}
	.footer_info_block {
	}
	.footer_info_block ul {
		padding-left: 25px;
	}
	h1.main_h1 {
		font-size: 20px;
	}
	.alert {
		line-height: unset;
	}
	.alert.alert-danger {
		height: auto;
	}
}
@media (max-width: 630px) {
	.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;
	}
}

@media (max-width: 475px) {
	.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{
		height: 333px;
	}*/
	.product-thumb .image {
		margin: 10px;
		padding: 0;
	}
	.product-thumb h4 {
		margin-top: 0;
	}
	.add_cart_button button {
		width: 110px;
	}
	
	.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;
	}
	.product-thumb .price {

	}
}
@media (max-width: 375px) {
	.block_register_best::before {
		width: 200px;
		height: 180px;
	}
	.zagolovok_register {
    width: 245px;
	}
	.is_instock, .not_instock {
		top: -15px;
	}
	.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)}