@font-face {
    font-family: RobotoSlab;
	src: url(../fonts/robotoslab-regular.ttf),
	url(../fonts/robotoslab-regular.otf),
	url(../fonts/robotoslab-regular.woff),
	url(../fonts/robotoslab-regular.svg) ;
}
@font-face {
    font-family: Gotham;
	src: url(../fonts/gothamssm_light.ttf),
	url(../fonts/gothamssm_light.otf),
	url(../fonts/gothamssm_light.woff),
	url(../fonts/gothamssm_light.svg) ;
    font-weight: 400;
}
@font-face {
    font-family: Gotham;
	src: url(../fonts/gothamssm_medium.ttf),
	url(../fonts/gothamssm_medium.otf),
	url(../fonts/gothamssm_medium.woff),
	url(../fonts/gothamssm_medium.svg) ;
    font-weight: 700;
}


body {
	font-family: 'Gotham', sans-serif;
	font-weight: 400;
	color: #282B2D;
	font-size: 16px;
	line-height: 1.2;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 32px;
	font-family: 'RobotoSlab', serif;
}
h2 {
	font-size: 28px;
	font-family: 'RobotoSlab', serif;
	font-weight: 400;
	margin-top: 60px;
	margin-bottom: 32px;
	text-transform: uppercase;
	text-align: center;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #282B2D;
	transition: all 0.3s easy;
}
a:hover {
	text-decoration: none;
	color: #58B3A2;
}
ol li {
    margin-bottom: 12px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
   vertical-align: middle;
}
iframe {
    max-width: 100%;
}
.container {
    width: 100%;
    max-width: 1200px;
}
img {
    max-width: 100%;
    height: auto;
}
.table_form table {
        max-width: 100% !important;
        border-spacing: 0;
    }
    .table_form table tr:nth-child(2n) td {
        background-color: #C4C4C4;
    }
       .table_form td, .table_form th {
           border: #C4C4C4 1px solid;
           
        }
       .table_form thead td {
            padding: 3px;
            text-align: center;
            font-weight: 700;
        }
       .table_form table input {
            border: none;
            background: none;
            height: 36px;
        }
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 16px;
	font-weight: normal;
}
button {
    transition: all 0.3s ease;
}
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: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
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;
}
.header_wrap {
    background-image: linear-gradient(to bottom, rgba(175,207,191,0.4), rgba(175,207,191,0.2)), url(../image/pattern.png);
}
header {
    padding: 12px 0;
   
}
header .header__block_wrap {
	display: flex;
	align-items: center;;
	justify-content: space-between;
}
.header__block {
    font-size: 18px;
}
.logo-block {
	display: flex;
	align-items: center;
}
.logo-block img {
    width: 70px;
}
.header__block.logo-block span {
    font-family: 'RobotoSlab', serif;
    font-size: 32px;
    margin-left: 20px;
    letter-spacing: 0.2em;
}
#cart {
    position: relative;
}
#cart-total {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: #58b3a2;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
}

/* search */
.search_block {
    width: 500px;
	max-width: 40%;
}
#search {
	margin-bottom: 0;
	
	background-color: #fff;
	
}
#search .input-lg {
	height: 52px;
	line-height: 1.2;
	padding: 0 10px;
	border: none;
	box-shadow: none;
	font-size: 16px;
}
#search .btn-lg {
	font-size: 16px;
	line-height: 1.2;
	background: none;
	text-shadow: none;
	border: none; 
	box-shadow: none;
	border-radius: none;
	padding: 0 16px;
	
}
#search img {
    width: 40px;
    max-width: none;
}
#cart img {
    width: 32px;
}

/* menu */
.header__menu {
   
    border-top: #C4C4C4 1px solid;
    
    margin-bottom: 20px;
    
   font-size: 15px;
    
    transition: all 0.5s ease;
}
.header__menu.glide {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    background-image: linear-gradient(to bottom, rgba(175,207,191,0.4), rgba(175,207,191,0.2)), url(../image/pattern.png);
    font-size: 14px;
}
.header__menu.glide #menu .dropdown {
    padding: 4px 0;
}
.menu_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    
}
.header__menu.glide #menu .dropdown-toggle img {
    width: 32px;
}
#menu {
	margin: 0;
	padding: 0;
}
#menu li {
	list-style-type: none;
}
.menu_link a {
    margin-right: 36px;
}
.menu_link {
    display: flex;
    align-items: center;
}
.menu_to_form {
    background-color: #58B3A2;
    color: #fff;
    padding: 12px 32px;
    font-weight: 700;
}
.menu_to_form:hover {
    opacity: 0.8;
    color: #fff;
}
#menu .dropdown-menu {
    margin: 0 !important;
    
    border: #C4C4C4 1px solid;
    border-radius: 0;
    text-transform: none;
    box-shadow: none;
     
}
#menu .dropdown {
    padding: 12px 0;
    transition: all 0.5s ease;
}
#menu .dropdown-menu li {
    padding: 12px 16px;
    border-bottom: #C4C4C4 1px solid;
}
#menu .dropdown-menu li:last-child {
    border-bottom: 0;
}
#menu .dropdown-menu li:hover {
    background: #58b3a2;
    color: #fff;
}
#menu .dropdown-menu li:hover a {
    background: none;
    color: #fff;
}
#menu .dropdown-toggle {
    display: flex;
    align-items: center;
}
#menu .dropdown-toggle img {
    margin-right: 12px;
    transition: all 0.5s ease;
    width: 36px;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	
	#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;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding: 30px 0;
	background-image: linear-gradient(to bottom, rgba(175,207,191,0.4), rgba(175,207,191,0.2)), url(../image/pattern.png);
    font-size: 14px;
	
}
footer li {
    margin-bottom: 12px;
}

footer a {
	color: #282B2D;
}

footer h5 {
	font-family: 'RobotoSlab', serif;
	font-size: 18px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.footer_networks {
    display: flex;
}
.footer_networks a {
    margin-right: 26px;
}
.footer_networks a:hover {
    opacity: 0.8;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 40px 0;
	padding: 0;
	border: none;
	background-color: transparent;
	font-size: 14px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
    color: #656565;
	position: relative;
	white-space: nowrap;
	font-size: 14px;
}
.breadcrumb a {
    color: #656565;
    font-size: 14px;
}
.breadcrumb > li + li:before {
	display: none;
}

	.breadcrumb > li:after {
	content: '>';
	display: inline-block;
	padding: 0 8px;

}
.breadcrumb > li:last-child:after {
    display: none;
}
.breadcrumb a:hover {
    color: #58b3a2;
}
.breadcrumb  span {
    font-size: 14px;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: none;
}
.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: none;
	background-color: #e7e7e7;
	
	border: #ddd 1px solid;
}
.btn-primary {
	background-color: #58B3A2;
  color: #fff;
  padding: 12px 32px;
  
  font-size: 20px;
  text-align: center;
  border: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #fff;
    background-color: #58B3A2;
    opacity: 0.8;
    border: none;
}
.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);
}
.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 #282B2D000;
}
.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: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #282B2D000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	
	margin-bottom: 46px;
	
}
.product-thumb .image {
	text-align: center;
	border: #eee 1px solid;
	position: relative;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
	
}
.date_news {
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: center;
    top: 0;
    left: 0;
    background-color: #F5F5F5;
    padding: 8px;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 4px;
	font-size: 16px;
}
.prod_model {
    color: #555;
    font-size: 13px;
}
.product-thumb .caption {
	padding: 0;
	min-height: 120px;
}


.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: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #282B2D;
    margin-bottom: 0;
    margin-top: 8px;
    font-weight: 600;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.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;
}
.simplecheckout-left-column .form-group {
    display: flex;
    align-items: center;
}
.simplecheckout-left-column .form-horizontal .control-label {
    padding-top: 0;
}
@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%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 8px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
	border-radius: 0;
}
.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-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-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-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;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}
.category_wall {
    display: grid;
    grid-template-columns: 39% 28.5% 28.5%;
  grid-template-areas:
'item1 item2 item3' 
'item1 item4 item5';
justify-content: space-between;
align-items: stretch;

}


.catwall_image {
    overflow-x: hidden;
}
.catwall_image img {
    display: block;
}
.item1 {
  grid-area: item1;
  
  
} 
.item1 img {
    width: 160%;
    max-width: none;
    transform: translateX(-18%);
}
.odcatwallhref {
    font-size: 14px;
}
.item1 .odcatwallhref {
    font-size: 20px;
}
.item2 {
  grid-area: item2;
} 
.item3 {
  grid-area: item3;
} 
.item4 {
  grid-area: item4;
} 
.item5 {
  grid-area: item5;
} 
#information-information .category_wall_title  {
    display: none;
}
#column-left {
    border-right: #DEDEDE 1px solid;
}
.filter_block_title {
    font-size: 24px;
    font-family: 'RobotoSlab', serif;
    margin-bottom: 20px;
    
}
.filter_group {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.filter_group_content input {
    width: 16px;
    height: 16px;
    border: #C4C4C4 1px solid;
    margin-top: 0;
    
}
.filter_group_content .checkbox {
    margin-bottom: 12px;
    margin-top: 0;
   
}
.filter_group_content label {
    display: flex;
    align-items: center;
    font-size: 12px;
}
.filter_group_content span {
    margin-left: 8px;
}
#button-filter {
    color: #fff;
    border: none;
    background-color: #58b3a2;
    border-radius: 0;
    padding: 8px 20px;
}
#button-filter:hover {
    opacity: 0.8;
}
.category_group a {
    display: block;
    margin-bottom: 16px;
    font-size: 16px;
}
.category_group a.active {
    font-weight: 700;
    text-shadow: none;
}
.filter_block {
    padding-bottom: 24px;
    border-bottom: #C4C4C4 1px solid;
    margin-bottom: 32px;
}
#product-category #content {
    padding-left: 48px;
}
.modal-dialog {
    width: 1200px;
    max-width: 100%;
}
.modal-header {
    border: none;
}
.modal-body {
    font-size: 20px;
}
.modal-body h1 {
    margin-bottom: 24px;
}
.artikul {
    font-size: 16px; 
    margin-bottom: 32px;
}
.filters {
    max-width: 500px;
    font-size: 14px;
}
.filters_wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 24px;
}
.filters .filters_wrap:first-child {
    display: none;
}
.filters_group {
    font-weight: 700;
    order: 1;
    display: flex;
}
.filters_wrap span {
    margin-left: 3px;
}
.filters_wrap span::after {
    content: ',';
}
.filters_wrap span:last-child::after {
    display: none;
}
.button_default {
    background-color: #58B3A2;
  color: #fff;
  padding: 12px 0;
  
  display: block;
  font-size: 20px;
  text-align: center;
}
.button_second {
    border: #58B3A2 3px solid;
  color: #479789;
  padding: 12px 0;
  text-align: center;
  display: block;
  font-size: 20px;
}

.buttons_block {
    max-width: 500px;
    margin-top: 12px; 
}
.buttons_block a {
    margin-bottom: 20px;
}
.button_default:hover {
    color: #fff;
    opacity: 0.8;
}
.button_second:hover {
    color: #fff;
    background-color: #58B3A2;
    opacity: 0.8;
}
.modal-header .close {
    font-size: 24px;
    opacity: 1;
    text-shadow: none;
    color: #282B2D;
}
.modal-content {
    box-shadow: none;
    border-radius: 0;
}
input.filter2 {
    background-color: #BBA7D1;
}
input.filter3 {
    background-color: #F6D5E7;
}
input.filter4 {
    background-color: #B2C9EB;
}
input.filter5 {
    background-color: black;
}
.filters_text {
    order: 3; 
    display: flex;
    font-size: 14px;
    flex-wrap: wrap;
    align-items: flex-end;
}
.filters_wrap::after {
    content: '';
    display: flex;
    bottom: 3px;
    flex-grow: 1; 
    order: 2; 
    margin: 0 5px;
    border-bottom: 2px dotted #282B2D;
    position: relative;
}
.big .thumbnail {
    border: none;
    padding: 0;
}
.big .thumbnail img {
    max-width: 400px;
}
.thumbnails {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.mini_wrap {
    display: flex;
    flex-direction: column;
    max-height: 620px;
    overflow-y: auto;
}
.description-block {
    font-size:16px;
    margin-top: 20px;
   
}
#product {
    margin-top: 20px;
}
.mob_icons {
    display: none;
}
.news-block .product-thumb .image {
    border: none;
}
.news-block .product-thumb {
    border: #eee 1px solid;
    padding-bottom: 20px;
}
.news-block .caption {
    padding: 0 12px ;
}
.news-block .product-thumb h4 {
    min-height: 40px;
}
.news-block .product-thumb .description {
    font-size: 14px;
    margin-bottom: 12px;
}
.news-block .product-thumb button {
    background: none;
    border: none;
    font-size: 16px;
    color: #58B3A2;
    padding: 0 12px;
}
.news-block .product-thumb button:hover {
    opacity: 0.7;
}
#common-home .news-block .product-thumb h4 {
    min-height: 44px;
}
#information-information .title-new {
    display: none;
}
#information-information #column-left {
    border: none;
}
#information-information .swiper-viewport {
  margin: 0;
  background: none;
  z-index: 1;
  border: none;
  border-radius: 0;
  box-shadow: none;
  
}
.news-page-date  {
    color: #555;
    margin-bottom: 12px;
    font-size: 14px; 
    display: block;
}
.form-zakaz {
    max-width: 700px;
}



.form-zakaz table input {
    display: block;
    width: 100%;
}
.form_input {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
}
 input.form-control {
    width: 400px;
    height: 40px;
    border: #C4C4C4 1px solid;
    border-radius: 0;
    font-size: 16px !important;
    box-shadow: none;
}
textarea.form-control {
    border-radius: 0;
    border: #C4C4C4 1px solid;
    font-size: 16px;
    box-shadow: none;
}
.form_input label {
    text-align: right;
    flex-grow: 1;
    padding-right: 12px;
    margin: 0;
}
.form_input_wrap, .simplecheckout-left-column, .simplecheckout-right-column {
     border: #C4C4C4 1px solid;
     padding: 24px 24px 0 24px;
     margin: 40px 0;
}
.pk {
    font-size: 14px;
    color: #7F7F7F;
}
.pk a {
    text-decoration: underline;
}
.form_button_block {
    display: flex;
    justify-content: flex-end;

}
.form_button_block .button_default {
    padding: 12px 48px;
    border: none;
}
.diplom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
.diplom_item {
   width: 48%;
   text-align: center;
   border: #eee 1px solid;
   padding: 12px;
   margin-bottom: 24px;
   color: #777;
}
.diplom_item img {
    margin-bottom: 12px;
}
.close-menu {
    display: none;
}
.filter-mob {
    display: none;
}
.form-price {
    max-width: 400px;
    margin-top: 24px;
}

.form_price_wrap .form_input {
    flex-direction: column;
    align-items: flex-start;
}
.form-price .form_button_block .button_default {
    width: 100%;
    text-align: center;
}
/* modal */
.modal_age {
  display: none;
}

#info_age_modal {
  max-width: 570px;
  background: #fff;
  padding: 24px;
  
}

.modal_title {
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.modal_age_text {
  text-align: center;
}

.modal_age_text span{
  
  margin-bottom: 12px;
  
}

.modal_age_but {
  text-align: center;
  margin: 16px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modal_but_yes, .modal_but_no {
  font-size: 18px;
  padding: 12px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_but_yes {
    width: 100%;
    margin-bottom: 12px;
    
}
.filters_cat {
    font-size: 12px;
    margin-top: 12px;
    color: #555;
}
.filters_cat span::after {
    content: ', ';
}
.filters_cat span:last-child::after {
    display: none;
}
.button_download {
    display: inline-block;
    padding: 12px 32px;
}
.button_download .fa {
    font-size: 24px;
    margin-right: 8px;
}
.option_cat .radio input[type="radio"] {
    display: none;
}
.option_cat {
    margin-top: 12px;
}
.option_cat .radio span {
  border: #eee 2px solid;
  padding: 2px 4px;
  font-size: 12px;
}
.option_cat  .option_cat_item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    
}
.option_cat  .radio {
    margin-top: 0;
    margin-bottom: 8px;
    margin-right: 4px;
}
.option_cat  .option_cat_item label {
    padding-left: 0;
}
.option_cat .radio input:checked + span {
    border: #58b3a2 2px solid;
}
.button_default.button_cat {
    border: none;
    padding: 8px 0;
    font-size: 16px;
    width: 100%;
}
#button-cart {
    border: none;
    width: 100%;
    max-width: 500px;
}
.qpo-table {
    max-width: 250px;
    font-size: 14px;
}
.qpo-table tr:nth-child(1) td {
    border-top: none;
}
.qpo-btn-minus, .qpo-btn-plus {
    height: 34px;
    width: 24px !important;
    padding: 7.5px 0;
    text-align: center;
    background: none;
    border: none;
    
}
input.qpo-quantity-input {
    padding: 4px 0;
    text-align: center;
    font-size: 14px !important;
    height: 32px !important;
}
.alert-success {
    position: fixed;
    top: 0;
    left: 0; 

    width: 100%;
    z-index: 10000;
}
.checkout-heading-button .text-danger {
    color: #777;
    font-weight: 400;
    font-size: 14px;
}
.simple-content .buttons {
    max-width: 59%;
    padding: 0;
    
    
}
.simplecheckout-left-column {
    margin-bottom: 20px;
}
#agreement_checkbox  {
     margin-bottom: 8px;
}
#agreement_checkbox label {
   font-size: 12px;
  
}
#agreement_checkbox input {
    margin-top: 0;
}
.btn_colvo {
    padding: 4px;
    background: none;
    border: none;
}
.btn_remove {
    background: none;
    border: none;
    font-size: 12px;
    color: #555;
    margin-left: 20px;
}
.simplecheckout-cart td.quantity input {
    text-align: center;
}
.mob-cart-table {
    display: none;
}
.footer_networks img {
    height: 40px;
    width: auto;
}
.price-block h2 {
    text-align: left;
    font-size: 24px;
    text-transform: none;
    margin-top: 24px;
}
.cdek_btn {
    width: auto !important;
    white-space: nowrap;
}
.row-shipping_address_cdek_punkt {
    display: none !important;
}
.simplecheckout-block-content .radio {
    margin-top: 0;
    margin-bottom: 20px;
}
.to-site {
    background-color: #479789;
    border-radius: 50px;
    color: #fff;
    padding: 10px 32px;
    font-size: 20px;
    font-weight: 700;
}
.to-site:hover {
    opacity: 0.7;
    color: #fff;
}


@media (max-width: 1100px) { 
    .menu_link a {
        margin-right: 20px;
        font-size: 14px;
    }
    #menu img {
        width: 30px;
    }
    .menu_to_form {
       font-size: 16px;
       padding: 8px 20px;
    }
    .search_block {
        max-width: 30%;
    }
    footer .col-sm-3 {
        width: 33.333333%;
    }
}
@media (max-width: 900px) {  
    .menu_link a {
        
        font-size: 12px;
    }
     .menu_to_form {
         font-size: 12px;
     }
     .simplecheckout-cart col.name {
   width: auto !important;
}
}
@media (max-width: 768px) {
    .header_wrap {
        background-color: #fff;
        background-size: auto 200%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        transition: all 0.5s ease;

    }
    .header__block_item  img {
        transition: all 0.5s ease;
    }
    header {
        
        padding: 8px 0;
        
        
   
    
    z-index: 1000;
    }
    .mob_icons {
    display: flex;
    align-items: center;
}
.mob-menu {
    margin-left: 24px;
}
.mob-cart {
    margin-left: 24px;
}
.header_slogan {
    font-size: 16px;
}
.search_block {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    max-width: none;
    width: 100%;
    background-color: #fff;
    border-bottom: #ddd 1px solid;
    padding: 8px;
    z-index: 1000;
}
.logo-block img {
    width: 47px;
    transition: all 0.5s ease;
}
.glide2 .logo-block img {
    width: 32px;
}
.glide2  .header__block_item img {
    width: 32px;
}
#cart img {
    transition: all 0.5s ease;
}
.glide2 #cart img {
    width: 28px;
}
.header__block.logo-block span {
    font-size: 20px;
    margin-left: 12px;
}
.header__menu {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    left: 0;
    background-color: #fff;
    z-index: 1000;
    transition: none;
}
.header__menu #cart {
    display: none;
}
.close-menu {
    display: block;
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 40px;
    z-index: 1000;
    
}
.menu_wrap {
    flex-direction: column;
}
#menu {
    background-color: #e3eee8;
    width: 100%;
    margin-bottom: 24px;
}
  .menu_link a {
      margin-right: 0;
      margin-bottom: 20px;
      font-size: 16px;
      padding-left: 16px;
      
  }
  #menu .dropdown-menu {
      position: static;
      display: block;
      width: 100%;
  }
  #menu .dropdown-menu > li > a {
      margin: 0;
      padding: 0;
      
  }
  #menu .dropdown-menu li {
      
  }
  .menu_link {
      flex-direction: column;
      width: 100%;
      align-items: flex-start;
  }
  .header__menu .container {
      padding: 0;
  }
  #menu .dropdown-toggle {
      margin-bottom: 12px;
      
  }
  .menu_to_form {
      font-size: 14px;
      width: 100%;
      text-align: center;
      padding: 12px 0;
  }
h2 {
    margin-top: 24px;
    margin-bottom: 12px;
}
.category_wall {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    
}
.category_wall_item {
    width: 48%;
    margin-bottom: 24px;
}
.category_wall_item.item1 {
    width: 100%;
}
.odcatwallhref {
        
        height: auto !important;
    } 
    
    #common-home {
        padding: 0;
    }
     #common-home .product-thumb .caption {
         padding: 0 10px;
     }
     .product-thumb {
         margin-bottom: 24px;
     }
     footer .col-sm-3 {
         margin-bottom: 40px;
         width: 100%;
     }
     #product-category #content {
         padding-left: 15px;
     }
     .thumbnails {
         flex-direction: column;
     }
     .mini_wrap {
         flex-direction: row;
         width: 100%;
         overflow-x: auto;
     }
     .image-additional a {
         width: 78px;
         min-width: 78px;
     }
     .thumbnail > img {
         max-width: 52px;
     }
     .big  .thumbnail > img {
         max-width: none;
     }
     .modal-body .row {
    margin: 0;
}
.modal-dialog {
    margin: 0;
}
.modal-header .close {
    font-size: 40px;
    float: none;
}
.modal-header {
    text-align: right;
}
.modal-body h1 {
    margin-top: 40px;
}
.filters {
    max-width: none;
}
.buttons_block {
    max-width: none;
}
#common-home .news-block {
    padding: 0 15px;
}
.news-block .product-thumb h4, #common-home .news-block .product-thumb h4 {
    min-height: 0;
}
.form_input {
    flex-direction: column;
    align-items: flex-start;
}
.form_input input {
    width: 100%;
}
.form_button_block .button_default {
    width: 100%;
    padding: 16px 0;
}
#product-category #column-left {
    display: block !important;
    padding: 16px;
    border: none;
    width: 280px;
    position: fixed;
   top: 100px;
   left: 0;
   height: calc(100% - 100px);
   border: #DEDEDE 1px solid;
   z-index: 100;
   background-color: #fff;
   transform: translateX(-280px);
   transition: all 0.5s ease;
}
.filter_block {
   
   
   padding: 0;
   height: 100%;
   overflow-y: auto;
   
   
}
#product-category #column-left .category_group {
    display: none;
}
.filter_block_title {
    font-size: 28px;
    margin-bottom: 12px;
}
.filter_group {
    font-size: 16px;
}
.filter_button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 280px;
    
}
#button-filter {
    
    width: 280px;
}
#product-category .filter-mob {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    width: 38px;
    height: 40px;
}
.modal_age_but {
    flex-direction: column;
    
}
.modal_but_yes, .modal_but_no {
    padding: 12px 0;
}
.modal_but_yes {
    margin-bottom: 0;
}
.modal_but_no {
    margin-top: 12px;
    
}
.product-thumb .caption {
    min-height:130px;
}
.simple-content .buttons {
    max-width: none;
}
.simplecheckout-cart col.name {
    width: auto;
}
.header_fix {
    height: 80px;
}
.header_wrap.glide2 {
    
}
.simplecheckout-left-column .form-group {
    display: block;
}



}
@media (max-width: 600px) {
    .header_slogan {
    display: none;
}
.product-thumb h4 {
    font-size: 16px;
}
h1 {
    font-size: 24px;
   text-align: center;
    margin-bottom: 32px;
}
.breadcrumb {
    margin-bottom: 32px;
}
.modal-body h1 {
    font-size: 32px;
    margin-top: 40px;
    text-align: left;
}
.big .thumbnail img {
    max-width: 100%;
}
.diplom_item {
    width: 100%;
    font-size: 14px;
}
.mob-cart-table {
    display: block;
    text-align: center;
    margin-top: 12px; 
}
.btn_remove {
    margin-left: 0;
}
.simplecheckout-cart thead {
    display: none;
}
 
 .simplecheckout-cart col.remove, .simplecheckout-cart th.remove, .simplecheckout-cart td.remove {
     display: none !important;
 }
 .simplecheckout-cart col.name, .simplecheckout-cart td.name {
     width: 100% !important;
     display: block !important;
 }
.simplecheckout-cart col.quantity, .simplecheckout-cart td.quantity {
     width: 100% !important;
     display: block !important;
 }
 .simplecheckout-cart td.name {
     border-bottom: none;
 }
 .simplecheckout-left-column {
     padding: 12px 0;
 }
 #simplecheckout_comment {
     padding: 0 12px;
 }

}
@media (max-width: 480px) { 
    h2 {
        font-size: 20px;
    }
    .odcatwallhref {
        font-size: 12px;
        
    }
    .item1 .odcatwallhref {
  font-size: 20px;
}
.col-xs-6 {
    padding: 0 10px;
}
.product-thumb .caption {
    min-height: 150px;
} 
.filters_wrap {
    flex-direction: column;
    justify-content: flex-start;
    
}
.filters_wrap::after {
    display: none;
}
.filters_group {
    margin-bottom: 12px;
}
.modal-body {
    padding: 15px 0;
}
.table_form thead td {
    font-size: 12px;
    font-weight: 400;
}
.form-zakaz table input {
    height: 20px;
}
.filters_cat {
    font-size: 10px;
    margin-top: 4px;
}
.product-thumb {
    margin-bottom: 16px;
  }
  
}
@media (max-width: 350px) {
    .header__block_item img {
        width: 32px;
    }
}
