*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	min-width: 320px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #000;
}

@media (min-width: 768px) {
	body {
		min-height: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.page-footer {
	margin-top: auto;
}

.position-relative {
	position: relative;
}

.position-static {
	position: static;
}

a {
	color: #01a8ec;
}

a:focus, a:hover {
	color: #0586bb;
}

@media (min-width: 768px) {
	.show_mobile {
		display: none;
	}
}

/* Headings */
.heading-title {
	padding: 10px;
	margin-bottom: 10px;
}

.heading-title__wrapper {
	font-size: 14px;
	font-weight: 600;
	color: #01a8ec;
	margin-bottom: 5px;
}

.heading-title__divider {
	max-width: 170px;
	margin: 0 auto;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.heading-title__divider::before,
.heading-title__divider::after {
	content: '';
	display: block;
	height: 0;
	border-top: 1px dotted rgb(142, 142, 142);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.heading-title__icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 448 512'%3e%3cpath fill='%2301a8ec' d='M427.84 380.67l-196.5 97.82a18.6 18.6 0 0 1-14.67 0L20.16 380.67c-4-2-4-5.28 0-7.29L67.22 350a18.65 18.65 0 0 1 14.69 0l134.76 67a18.51 18.51 0 0 0 14.67 0l134.76-67a18.62 18.62 0 0 1 14.68 0l47.06 23.43c4.05 1.96 4.05 5.24 0 7.24zm0-136.53l-47.06-23.43a18.62 18.62 0 0 0-14.68 0l-134.76 67.08a18.68 18.68 0 0 1-14.67 0L81.91 220.71a18.65 18.65 0 0 0-14.69 0l-47.06 23.43c-4 2-4 5.29 0 7.31l196.51 97.8a18.6 18.6 0 0 0 14.67 0l196.5-97.8c4.05-2.02 4.05-5.3 0-7.31zM20.16 130.42l196.5 90.29a20.08 20.08 0 0 0 14.67 0l196.51-90.29c4-1.86 4-4.89 0-6.74L231.33 33.4a19.88 19.88 0 0 0-14.67 0l-196.5 90.28c-4.05 1.85-4.05 4.88 0 6.74z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

@media (min-width: 568px) {
	.heading-title__wrapper {
    font-size: 18px;
	}
}

@media (min-width: 768px) {
	.heading-title__wrapper {
    font-size: 20px;
	}
}

.page-title {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
}

.page-desription {
	font-size: 14px;
	line-height: 26px;
	color: #000;
	margin-bottom: 20px;
}

.page-description h1,
.page-description h2,
.page-description h3,
.page-description h4,
.page-description h5,
.page-description h6 {
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 10px;
}

.page-description h1 {
	font-size: 24px;
}

.page-description h2 {
	font-size: 20px;
}

.page-description h3 {
	font-size: 18px;
}

.page-description h4 {
	font-size: 16px;
}

.page-description h5 {
	font-size: 15px;
}

.page-description h6 {
	font-size: 14px;
}

.text-primary {
	color: #01a8ec;
}

/* Buttons */
.btn-primary {
	color: #fff;
	background-color: #01a8ec;
	border-color: #01a8ec;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0586bb;
	border-color: #0586bb;
}

.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #0586bb;
	border-color: #0586bb;
}

.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: #117737;
	border-color: #117737;
}

.btn:focus,
.btn:active:focus {
	/* outline: none; */
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-outline-primary {
	font-size: 13px;
	font-weight: 500;
	color: #01a8ec;
	border: 1px solid #01a8ec;
	background-color: transparent;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #01a8ec;
	border-color: #01a8ec;
}

.btn-outline-primary:focus,
.btn-outline-primary:active:focus {
	color: #01a8ec;
	outline: none;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(0, 160, 59, .5);
	box-shadow: 0 0 0 0.25rem rgba(0, 160, 59, .5);
}

.btn-lg {
	font-size: 17px;
	font-weight: 500;
	border-radius: 10px;
	padding: 9px 24px;
}

.btn-xl {
	font-size: 14px;
	font-weight: 500;
	height: 51px;
	border-radius: 10px;
}

.btn-xl:focus,
.btn-xl:active:focus {
	outline: none;
}

.miscalculation-button {
	background-color: transparent;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	width: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.miscalculation-button:hover {
	background-color: #efefef;
}

.miscalculation-button:focus,
.miscalculation-button:active:focus {
	outline: none;
}

.miscalculation-icon .icon {
	font-size: 30px;
	color: #01a8ec;
	display: block;
}

.miscalculation-content {
	text-align: left;
	display: block;
	line-height: 1;
	margin-left: 15px;
}

.miscalculation-title {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 3px;
}

.miscalculation-description {
	display: block;
	font-size: 12px;
	font-weight: 500;
}

/* Input */
.input-lg {
	border-radius: 5px;
}

/* .btn-group-lg>.btn, .btn-lg {
	border-radius: 5px;
} */

/* Dropdown */
.dropdown-menu {
	background: #fff;
	padding: 5px 0;
	margin-top: 0;
	border-radius: 0px;
	border: none;
	box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
	font-size: 13px;
}

/* Display */
.d-none {
	display: none!important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none!important;
	}

	.d-sm-table-cell {
			display: table-cell!important;
	}

	.d-sm-block {
			display: table-cell!important;
	}
}

/* Grid */
.d-flex {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-flex {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.row-flex > * {
	padding-left: 10px;
	padding-right: 10px;
}

.flex-15 {
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 567px) {
	.flex-15 {
		margin-left: -5px;
		margin-right: -5px;
	}

	.flex-15 > div {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.section-products {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-items-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 768px) {
	.col-sm-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.row-no-gutters {
	margin-right: -7px;
	margin-left: -7px;
}

.row-no-gutters [class*=col-] {
	padding-right: 7px;
	padding-left: 7px;
}

/* Sizing */
.pt-2 {
	padding-top: 10px;
}

.pb-2 {
	padding-bottom: 10px;
}

.pb-4 {
	padding-bottom: 20px;
}

.mt-0 {
	margin-top: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-2 {
	margin-bottom: 10px;
}

.mb-4 {
	margin-bottom: 20px;
}

.mb-5{
	margin-bottom: 40px;
}

.ml-auto {
	margin-left: auto;
}

.mr-auto {
	margin-left: auto;
}

@media (min-width: 768px) {
	.pt-sm-2 {
		padding-top: 10px;
	}
}

.mw-200 {
	min-width: 200px;
}

.btn.mw-200 {
	padding-left: 25px;
	padding-right: 25px;
}

/* Modal */
.modal-content {
	border-radius: 0;
	width: 100%;
}

.modal-content .alert {
	font-size: 13px;
}

.modal-top-space {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: -webkit-calc(100% - 60px);
	min-height: -moz-calc(100% - 60px);
	min-height: calc(100% - 60px);
}

@media (min-width: 568px) {

	.modal-content {
		padding: 15px;
	}
}

.modal-header {
	text-align: center;
	border-bottom: none;
	position: relative;
}

.modal-header .close {
	position: absolute;
	top: -2px;
	right: -5px;
	background: #fff;
	color: #01a8ec;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	padding-left: 1px;
	filter: alpha(opacity=80);
	opacity: .8;
}

.modal-header .close:focus, .modal-header .close:hover {
	color: #000;
	filter: alpha(opacity=50);
	opacity: .5;
}

.modal-title {
	font-size: 22px;
	font-weight: 500;
}

.modal-footer {
	text-align: center;
	border-top: none;
	padding-top: 0;
}

.modal-footer .btn {
	min-width: 200px;
	padding: 10px 25px;
	font-weight: 600;
}

@media (min-width: 768px) {
	.modal-sm {
    width: 400px;
	}
}

/* Tabs */
.nav-tabs>li>a {
	border-radius: 0;
	padding: 20px 25px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border-color: #e0e0e0;
	border-bottom-color: transparent;
	color: #000;
}

.tab-content {
	margin-bottom: 25px;
	border: 1px solid #e0e0e0;
	border-top: 0;
	padding: 20px;
}

.tab-content .tab-pane {
	font-size: 13px;
	font-weight: 500;
}

/* Alert */
.alert {
	position: relative;
	padding-right: 25px;
}

.alert button.close {
	position: absolute;
	top: 10px;
	right: 10px;
}

/* Form */
.form-control {
	height: 40px;
	font-size: 13px;
	border-radius: 0;
	border-color: #d0d0d0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: background-color ease .25s;
	-o-transition: background-color ease .25s;
	transition: background-color ease .25s;
}

.form-control:hover,
.form-control:focus {
	background: #efefef;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.help-block {
	font-size: 13px;
}

.form-group .text-danger {
	font-size: 12px;
}

/* Border */
.form-control {
	border-color: #e0e0e0;
}

.form-control:focus {
	border-color: #b7b7b7;
}

.block-wrapper {
	border-top: 1px solid #efefef;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/* Navigation top */
.navigation-top {
	border-bottom: 1px solid #E0E0E0;
	padding: 5px 0;
	display: none;
}

.scrolled-wrapper__top {
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 5px;
}

.navigation-top ul,
.scrolled-wrapper__top ul {
	margin-bottom: 0;
}

.navigation-top a,
.scrolled-wrapper__top a {
	font-size: 13px;
	font-weight: 500;
	color: #000;
}

@media (min-width: 768px) {
	.navigation-top {
		display: block;
	}
}

@media (min-width: 992px) {
	.navigation-top .nav li {
		padding-left: 9px;
		padding-right: 9px;
	}
}

/* Language */
#form-language li {
	padding: 0;
}

.language-select {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	line-height: 1;
	padding: 0 5px;
	outline: none;
	text-transform: uppercase;
}

.language-select.active {
	text-decoration: underline;
}

.btn-link.language-select:focus, .btn-link.language-select:hover {
	color: #000;
	outline: none;
}

/* Logo */
#logo {
	width: 140px;
}

@media (min-width: 568px) {
	#logo {
		width: 194px;
	}
}

/* Header */
.block-search {
	padding-left: 10px;
	padding-right: 5px;
	display: none;
}

.block-search .form-control {
	font-size: 13px;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 46px;
	border-radius: 4px;
}

.block-search .form-control::placeholder {
	color: #bababa;
}

.block-search .btn {
	background-color: #fff;
	border-color: #e0e0e0;
	border-left: 0;
	margin-left: -1px;
	color: #01a8ec;
	font-size: 24px;
	line-height: 1;
	padding: 0 15px;
	height: 46px;
	border-radius: 5px;
}

.block-search .btn:hover {
	color: #000;
}

.search-button {
	display: none;
}

.search_button_mobile {
	display: block;
}

.search_button_mobile .btn {
	font-size: 24px;
	background-color: transparent;
	color: #01a8ec;
	line-height: 1;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media (min-width: 640px) {
	.block-search {
    display: table;
		-webkit-flex-grow: 1;
		flex-grow: 1;
	}

	.search-button {
		display: block;
	}

	.search_button_mobile {
		display: none;
	}
}

@media (min-width: 992px) {
	.block-search {
		padding-left: 45px;
		padding-right: 45px;
	}

	.block-search .btn {
		font-size: 30px;
	}
}

@media (max-width: 639px) {
	.block-search {
    display: table;
		position: absolute;
		top: -100%;
		opacity: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		background-color: #fff;
		padding: 10px;
		box-shadow: 0 -7px 10px 7px rgba(0, 0, 0, .5);
		-webkit-transition: top .3s, opacity .5s;
		-o-transition: top .3s, opacity .5s;
		transition: top .3s, opacity .5s;
	}

	.block-search.show-mobile {
		top: 0;
		opacity: 1;
	}
}

.header-telephone {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.header-telephone .icon-phone-call2 {
	color: #01a8ec;
	font-size: 26px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -9px;
}

.header-telephone a {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	padding-left: 10px;
}

.header-telephone a:hover {
	text-decoration: none;
	color: #757474;
}

@media (min-width: 768px) {
	.header-telephone {
		margin-top: 0;
		width: auto;
	}
}

@media (min-width: 992px) {
	.header-telephone a {
		font-size: 30px;
	}

	.header-telephone .icon-phone-call2 {
		margin-top: -14px;
	}
}

@media (max-width: 567px) {
	.site-header > .container {
    padding-left: 10px;
    padding-right: 10px;
	}

	.site-header .row-flex > * {
		padding-left: 5px;
		padding-right: 5px;
	}
}

/* Navigation */
.scrolled-navigation {
	top: 0;
	z-index: 999;
	background: #f7f7f7;
	margin-bottom: 10px;
	display: none;
}

.scrolled-navigation .container {
	position: relative;
}

.scrolled-navigation ul {
	margin-bottom: 0;
}

.scrolled-navigation ul li {
	vertical-align: middle;
}

.scrolled-navigation .navbar {
	margin-bottom: 0;
}

.scrolled-wrapper__bottom .navbar-header .dropdown-menu,
.scrolled-navigation .navbar-header .dropdown-menu {
	width: auto;
	left: 16px;
	right: 16px;

	margin-top: -1px;
	border-radius: 0;
	background-color: #01a8ec;
	border-color: #01a8ec;

	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (min-width: 768px) {
	.scrolled-navigation {
		display: block;
	}
}

.navbar-header .btn-primary {
	font-size: 18px;
	font-weight: 500;
	min-height: 50px;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-header.open .btn-primary {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.navbar-header .btn-primary:focus,
.navbar-header .btn-primary:active:focus {
	outline: none;
	background-color: #01a8ec;
	border-color: #01a8ec;
}

.navbar-header .btn-primary .icon-list {
	display: inline-block;
	font-size: 19px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -5px;
}

@media (min-width: 992px) {
	.navbar-header .btn-primary {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.scrolled-navigation .right-section {
	margin-top: 3px;
}

.scrolled-navigation .dropdown-menu > .row-flex {
	margin-left: 0;
	margin-right: 0;
}

.navbar-section {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-section .nav-item {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	display: block;
	line-height: 1.2;
	padding: 5px 0;
}

.navbar-section .nav-item:hover,
.navbar-section .nav-item:focus {
	background-color: transparent;
	color: #ccc;
}

.navbar-section .nav-item:focus,
.navbar-section .nav-item:active:focus {
	outline: none;
}

@media (min-width: 992px) {
	.navbar-section {
		width: 25%;
	}
}

.block-children {
	margin-left: 15px;
	margin-bottom: 15px;
}

.block-children a {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	display: block;
}

.block-children a:hover {
	text-decoration: underline;
}

.scrolled-wrapper {
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	top: -100%;
	left: 0;
	right: 0;
	z-index: 100;
	opacity: 0;
	background: #f7f7f7;
	box-shadow: 0 -7px 10px 7px rgba(0, 0, 0, .5);

	-webkit-transition: top .3s, opacity .5s;
	-o-transition: top .3s, opacity .5s;
	transition: top .3s, opacity .5s;

	display: none;
}

.scrolled-wrapper.scrolled {
	top: 0;
	opacity: 1;
}

.scrolled-wrapper__bottom {
	padding-top: 5px;
}

.scrolled-wrapper__bottom .site-logo {
	width: 140px;
}

.scrolled-wrapper__bottom .navbar {
	margin-bottom: 0;
}

.scrolled-wrapper__bottom .navbar .btn {
	padding-left: 15px;
	padding-right: 15px;
	min-height: 48px;
	padding-top: 10px;
}

.scrolled-wrapper__bottom .navbar-header.open .btn {
	padding-top: 13px;
	padding-bottom: 14px;
	margin-bottom: -6px;
}

.scrolled-wrapper__bottom .navbar .btn span {
	display: none;
}

.scrolled-wrapper__bottom .navbar .btn i {
	margin-right: 0;
}

.scrolled-wrapper__bottom .navbar-header .dropdown-menu {
	left: 11px;
	right: 11px;
	padding: 5px 10px;
	margin-top: 5px;
}

.scrolled-wrapper__bottom .block-search {
	padding-left: 15px;
	padding-right: 15px;
}

.scrolled-wrapper__bottom ul {
	margin-bottom: 0;
}

.scrolled-wrapper__bottom ul li {
	vertical-align: middle;
}

.scrolled-wrapper__bottom .header-telephone {
	padding-top: 0;
}

.scrolled-wrapper__bottom .header-telephone .icon-phone-call2 {
	margin-top: -6px;
}

.scrolled-wrapper__bottom .header-telephone a {
	font-size: 22px;
}

@media (max-width: 1199px) {
	.scrolled-wrapper__bottom .header-telephone {
		display: none;
	}
}

@media (min-width: 768px) {
	.scrolled-wrapper {
		display: block;
	}

	.modal-dialog.modal-lg {
    width: 740px;
	}
}

@media (max-width: 767px) {
	body {
		margin-top: 119px;
	}

	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
		background: #f7f7f7;
	
		-webkit-transition: box-shadow .3s, padding .3s;
		-o-transition: box-shadow .3s, padding .3s;
		transition: box-shadow .3s, padding .3s;
	}
	
	.site-header.scrolled {
		padding-bottom: 0;
		box-shadow: 0 -7px 10px 7px rgba(0, 0, 0, .5);
	}

	.site-header .header-telephone {
		max-height: 100px;
		-webkit-transition: opacity .3s, max-height .3s, padding .3s;
		-o-transition: opacity .3s, max-height .3s, padding .3s;
		transition: opacity .3s, max-height .3s, padding .3s;
	}

	.site-header.scrolled .header-telephone {
		padding-top: 0;
		opacity: 0;
		overflow: hidden;
		max-height: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.miscalculation-content {
		display: none;
	}
}

/* Mobile navigation */
.mobile-menu {
	display: block;
}

.mobile-menu__button {
	width: 55px;
	height: 55px;
	margin-top: 0px;
	margin-left: -5px;
	border-radius: 0;
	font-size: 22px;
	padding-top: 10px;
}

.mobile-menu__wrapper {
	/* display: none; */
	background-color: rgba(0,0,0,.25);
	position: fixed;
	top: 55px;
	left: -100%;
	bottom: 0;
	z-index: 999;
	width: 100%;
	opacity: 0;
	overflow-y: auto;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.mobile-menu__container {
	/* margin-top: 50px; */
	background: #fff;
	min-height: 100%;
	max-width: 480px;
}

.mobile-menu__container .category-nav {
	padding: 8px 5px;
}

.mobile-menu__container .category-nav .d-flex {
	-ms-flex-align: center;
  align-items: center;
}

.mobile-menu__container .category-nav .nav-item {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #01a8ec;
	padding: 7px 0;
}

.nav-children-open {
	display: block;
	font-size: 12px;
	padding: 7px;
}

.nav-children-open:not(.collapsed) .icon-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	display: block;
}

.nav-children-open:hover,
.nav-children-open:focus,
.nav-children-open:focus:hover,
.nav-children-open:active:focus {
	text-decoration: none;
}

.mobile-menu__container .category-nav .block-children {
	margin-bottom: 0;
}

.mobile-menu__container .category-nav .block-children ul {
	margin-bottom: 20px;
}

.mobile-menu__container .category-nav .block-children a,
.mobile-menu__container .information-nav a {
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	color: #000;
	padding: 3px 0;
}

.mobile-menu__container .information-nav {
	border-top: 1px solid #e0e0e0;
	padding: 10px 5px;
}

.show-mobile-menu .mobile-menu__wrapper {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 1;
}

@media (min-width: 768px) {
	.mobile-menu__button,
	.mobile-menu__wrapper {
		display: none;
	}

	.mobile-menu {
		display: none;
	}
}

@media (max-width: 767px) {
	.show-mobile-menu {
		overflow: hidden;
	}
}

/* Account header */
.right-section .block-account {
	padding: 0;
	cursor: pointer;
}

.link-account {
	display: block;
	font-size: 25px;
	padding: 5px 7px 6px;
}

.link-account svg {
	display: block;
	width: 1em;
	height: 1em;
}

.link-account:hover {
	text-decoration: none;
	color: #c4c4c4;
}

.login-modal {
	min-height: 270px;
	margin-right: -15px;
	margin-left: -15px;
}

.login-modal .col-sm-6 {
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 20px;
}

.login-modal .text-register {
	font-size: 13px;
}

.login-modal .btn {
	min-width: 120px;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: 600;
}

@media (min-width: 768px) {
	.login-modal .col-sm-6:first-child {
		border-right: 1px solid #ddd;
	}
}

/* Cart header */
.button-cart {
	font-size: 30px;
	background-color: transparent;
	color: #01a8ec;
	line-height: 1;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

.button-cart:hover,
.button-cart:focus {
	text-decoration: none;
	color: #c4c4c4;
}

.button-cart .counter {
	position: absolute;
	top: -3px;
	right: -3px;
	font-size: 12px;
	background: #b7afaf;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
	padding-left: 1px;
	display: block;
}

.btn-group.open .button-cart {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #c4c4c4;
	background-color: #efefef;
}

.modal-header-cart .table {
	border-bottom: 1px solid #ddd;
}

.modal-header-cart .table th {
	font-weight: 500;
	color: #777;
	padding-bottom: 20px;
}

.modal-header-cart .table th.cart-name {
	padding-left: 25px;
}

.modal-header-cart .table td {
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: none;
}

.modal-header-cart .cart-image {
	width: 90px;
}

.modal-header-cart .cart-name a {
	font-size: 16px;
	color: #000;
	display: block;
	padding-left: 20px;
	line-height: 1.2;
}

.modal-header-cart .input-group {
	padding-left: 15px;
	padding-right: 15px;
}

.modal-header-cart .form-quantity {
	width: 70px;
	height: 40px;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: -2px;
	border-radius: 0;
	border: 1px solid #000;
}

.modal-header-cart .form-quantity:focus {
	outline: none;
	border-color: #999;
}

.modal-header-cart .input-group-addon {
	padding: 0;
	background-color: transparent;
	border: none;
}

.modal-header-cart .btn-quantity {
	display: block;
	background-color: #000;
	border-radius: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.modal-header-cart .btn-quantity:hover,
.modal-header-cart .btn-quantity:focus,
.modal-header-cart .btn-quantity:active:focus {
	background-color: #777;
	outline: none;
}

.modal-header-cart .btn-quantity:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
}

.modal-header-cart .btn-plus:before {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
}

.modal-header-cart .btn-minus:before {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #fff;
}

.modal-header-cart .cart-price,
.modal-header-cart .cart-total {
	color: #01a8ec;
	white-space: nowrap;
}

.modal-header-cart .cart-remove {
	vertical-align: middle;
}

.modal-header-cart .cart-remove .btn {
	padding: 0;
	display: block;
	font-size: 30px;
	line-height: 1;
	margin: auto;
	color: #e64040;
}

.modal-header-cart .cart-remove .btn:hover {
	text-decoration: none;
	color: #bb4b4b;
}

.cart-result-total {
	font-size: 20px;
	font-weight: 500;
}

.cart-result-total strong {
	font-size: 24px;
	margin-left: 12px;
}

@media (max-width: 567px) {
	.modal-header-cart .modal-footer .btn {
		display: block;
		width: 100%;
	}

	.modal-header-cart .modal-footer .btn + .btn{
		margin-left: 0;
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	.modal-header-cart .modal-footer {
		padding-top: 15px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.modal-header-cart .modal-footer .btn {
		margin: 0 10px;
		min-width: 230px;
	}

	.modal-header-cart .modal-footer .btn-primary {
		margin-left: auto;
	}
}

@media (max-width: 767px) {
	.modal-header-cart .modal-body {
    padding-left: 5px;
    padding-right: 5px;
	}

	.modal-header-cart .table td {
		display: block;
    padding-top: 15px;
    padding-bottom: 15px;
	}

	.modal-header-cart .table thead,
	.modal-header-cart .table td.cart-image {
		display: none;
	}

	.modal-header-cart .table tr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
	}

	.modal-header-cart .cart-name {
		display: block;
		width: 90%;
	}

	.modal-header-cart .input-group {
		padding: 0;
    max-width: 96px;
	}

	.modal-header-cart .form-quantity {
		width: 60px;
    height: 36px;
    padding-left: 5px;
    padding-right: 5px;
	}

	.modal-header-cart .btn-quantity {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 11px;
    padding-right: 9px;
	}

	.modal-header-cart .cart-price,
	.modal-header-cart .cart-total {
		width: 30%;
	}

	.modal-header-cart .cart-quantity {
		width: 35%;
	}
	
	.modal-header-cart .table td.cart-remove {
		position: absolute;
		top: 0;
		right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 49px;
	}

	.cart-result-total .text-right {
		text-align: center;
	}
}


.empty-cart {
	padding: 15px;
	margin: 0;
}

/* Content */

.text-center {
	text-align: center;
}

/* Slideshow */
@media (max-width: 767px) {
	.section-slideshow {
		margin-left: -15px;
		margin-right: -15px;
	}
}

/* Featured category */
.featured-category {
	margin-bottom: 40px;
	/*display: none;*/
}

.featured-category__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3333%;
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;

	padding-left: 10px;
	padding-right: 10px;
}

.featured-category__image {
	text-align: center;
	margin: 20px;
}

.featured-category__image img {
	margin: 0 auto;
}

.featured-category__image img:hover {
	opacity: .7;
}

.featured-category__name {
	text-align: center;
}

.featured-category__link {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #000;
	line-height: 1.5;
}

.featured-category__link:hover {
	text-decoration: none;
}

@media (max-width: 767.98px) {
	.featured-category .nav-tabs>li>a {
    padding: 10px 10px;
    font-size: 12px;
	}

	.featured-category .tab-content {
		border: none;
		padding: 10px 0;
	}
}

@media (min-width: 768px) {
	.featured-category {
		display: block;
	}
}

@media (min-width: 992px) {
	.featured-category__item {
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width: 1200px) {
	.featured-category__item {
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

/* Product grid */
.section-featured {
	margin-bottom: 40px;
}

@media (max-width: 567px) {
	.section-products {
		margin-left: -10px;
		margin-right: -10px;
	}
	.product-layout {
		padding-left: 0;
		padding-right: 0;
	}
}

.product-layout .product-thumb {
	margin: 10px 5px 20px;
}

.product-layout .image {
	text-align: center;
	position: relative;
}

.product-layout .image img {
	padding: 15px 5px;
	margin: 0 auto;
}

@media (min-width: 567px) {
	.product-layout .image img {
		padding: 20px;
	}
}

.product-labels {
	position: absolute;
	top: 0;
	left: 0;
	opacity: .8;
}

.product-label {
  background: #01a8ec;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 15px;
  min-width: 100px;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
	.product-label {
    font-size: 11px;
    padding: 5px 10px;
    min-width: 80px;
	}
}

.product-layout .product-name {
	/* text-align: center; */
	margin: 0;
	height: 52px;
	overflow: hidden;
	margin: 5px 0;
}

.product-layout .product-name a {
	display: block;
	font-size: 11px;
	font-weight: 500;
	color: #000;
	line-height: 1.2;
}

.product-layout .product-name a:hover {
	text-decoration: none;
	color: #01a8ec;
}

.product-layout .text-price {
	font-size: 10px;
	font-weight: 500;
	color: #000;
}

.product-layout .price {
	font-size: 14px;
	font-weight: 500;
	padding: 5px 0;
}

.product-layout .price-old {
  font-weight: 600;
  font-size: 13px;
  color: #888;
  text-decoration: line-through;
  margin-right: 5px;
}

.product-layout .product-cart-block {
	min-height: 52px;
	padding-right: 10px;
	padding-left: 10px;
}

.product-layout .discount-price {
	font-size: 15px;
	font-weight: 700;
	color: #01a8ec;
	padding: 5px 0;
}

.product-layout .product-cart {
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.product-layout .product-cart button {
	display: block;
	background-color: transparent;
	border: none;
	font-size: 30px;
	color: #01a8ec;
}

.product-layout .product-cart button:hover {
	color: #757474;
}

.product-layout .product-cart button .icon {
	display: block;
}

.product-layout .fast-order {
	margin-top: 5px;
	font-size: 11px;
}

.product-layout .fast-order__button {
	display: block;
	background-color: transparent;
	border: 0;
	text-align: center;
	width: 100%;
	font-size: 11px;
}

.product-layout .fast-order__button:hover {
	color: #01a8ec;
}

.product-layout .fast-order__button:focus,
.product-layout .fast-order__button:active:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

@media (min-width: 568px) {
	.product-layout .product-thumb {
		margin: 15px 10px 25px;
	}

	.product-layout .discount-price {
		font-size: 16px;
	}

	.product-layout .fast-order {
		font-size: 13px;
	}
}

@media (min-width: 640px) and (max-width: 767px) {
	.section-products .product-layout.col-xs-6 {
		width: 33.33333%;
	}
}

@media (min-width: 768px) {
	.product-layout .product-name {
		height: 48px;
	}

	.product-layout .product-name a {
    font-size: 14px;
	}

	.product-layout .text-price {
		font-size: 12px;
	}

	.product-layout .price {
		/* text-align: center; */
		padding-right: 10px;
    padding-left: 10px;
	}

	.product-layout .discount-price {
		font-size: 18px;
	}

	.product-layout .product-cart-block {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.product-layout .fast-order__button {
		font-size: 14px;
	}

	.product-layout .fast-order {
		font-size: 14px;
	}
}

@media (max-width: 567px) {
	.section-featured {
		margin-left: -10px;
		margin-right: -10px;
	}
}

/* Carousel */
.section-carousel {
	margin-bottom: 60px;
	display: none;
}

.section-carousel .heading-title {
	margin-bottom: 25px;
}

.section-carousel .swiper-slide .img-responsive {
	margin: 0 auto;
}

@media (min-width: 768px) {
	.section-carousel {
		display: block;
	}
}

/* Footer */
.page-footer {
	background-color: #8e8e8e;
	border-top: 3px solid #01a8ec;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 12px;
}

.page-footer a {
	color: #fff;
}

.page-footer a:hover {
	color: #b9d761;
	text-decoration: none;
}

.page-footer a:focus,
.page-footer a:active:focus {
	outline: none;
	text-decoration: none;
}

.footer-item {
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.footer-section-3 {
		width: 20%;
	}
	
	.footer-section-4 {
		width: 30%;
	}
}

.footer-logo {
	margin-bottom: 20px;
}

.footer-logo img {
	margin: 0 auto
}

.footer-tagline {
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}

.footer-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}

.page-footer .list-unstyled {
	line-height: 1.7;
}

.page-footer .list-unstyled .icon {
	margin-right: 5px;
}

.payment-images {
	-ms-flex-align: center;
  align-items: center;
	margin-bottom: 20px;
	margin-top: 5px;
}

.payment-images > div {
	padding-left: 10px;
	padding-right: 10px;
}

.payment-images .image-3 {
	padding-left: 0;
}

.footer-powered {
	font-size: 9px;
	font-weight: 500;
	text-align: center;
}

.footer-powered p {
	margin-bottom: 5px;
}

@media (min-width: 568px) {
	.page-footer {
		font-size: 14px;
		padding-top: 50px;
		padding-bottom: 30px;
	}

	.footer-tagline {
		font-size: 14px;
	}

	.footer-powered {
		font-size: 11px;
		text-align: left;
	}
}

@media (min-width: 768px) {
	.footer-logo img {
		margin-right: 25%;
	}
}

@media (max-width: 767px) {
	.payment-images {
    -webkit-justify-content: center;
		justify-content: center;
		text-align: center;
	}

	.footer-tagline {
		text-align: right;
	}
}

@media (max-width: 567px) {
	.page-footer .footer-title,
	.page-footer .list-unstyled {
		margin-left: 20px;
	}
}

/* Module html */
.section-html {
	margin-bottom: 50px;
}

.page-description {
	font-size: 11px;
	font-weight: 500;
	color: #000;
	line-height: 1.5;
}

.page-description img[style*="float: left"] {
	margin-right: 25px;
	margin-bottom: 15px;
}
.page-description img[style*="float: right"] {
	margin-left: 25px;
	margin-bottom: 15px;
}

@media (max-width: 567px) {
	.page-description img[style*="float: left"],
	.page-description img[style*="float: right"] {
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
		display: block;
	}
}

.text-title {
	font-size: 12px;
	font-weight: 600;
	color: #01a8ec;
	margin-bottom: 20px;
	line-height: 1.2;
}

@media (min-width: 568px) {
	.text-title {
		font-size: 16px;
	}

	.page-description {
		font-size: 13px;
	}
}

@media (min-width: 768px) {
	.text-title {
		font-size: 18px;
	}

	.page-description {
		font-size: 14px;
    line-height: 26px;
	}
}

/* Blog module */
.section-articles {
	padding-top: 20px;
	padding-bottom: 40px;
}

.section-articles .post-item:last-child {
	display: none;
}

@media (min-width: 992px) {
	.section-articles .post-item:last-child {
		display: block;
	}
}

.post-title {
	min-height: 32px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.post-title a {
	display: block;
	font-size: 15px;
	color: #000;
	line-height: 1.1;
}

.post-title a:hover {
	color: #000;
	text-decoration: none;
}

.post-date {
	margin-bottom: 15px;
	color: #000;
	font-size: 12px;
}

.post-date .icon {
	font-size: 16px;
	color: #01a8ec;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -4px;
	display: inline-block;
}

.post-content {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	margin-bottom: 15px;
}

.page-article .post-content {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 20px;
}

.post-more {
	font-size: 12px;
}

.show-all-posts {
	text-align: right;
	margin-top: 25px;
}

.show-all-posts a {
	font-size: 15px;
	font-weight: 600;
	color: #000;
}

.show-all-posts a:hover {
	text-decoration: none;
	color: #000;
}

.page-articles .post-container {
	margin-bottom: 15px;
}

@media (max-width: 567px) {
	.page-articles .list-post-item {
		width: 100%;
	}
}

@media (min-width: 568px) {
	.post-container {
		padding: 10px 5px;
	}

	.post-title {
		min-height: 38px;
	}

	.post-title a {
    font-size: 18px;
	}

	.post-content {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.page-article .post-content {
		font-size: 14px;
		line-height: 26px;
	}
}

@media (min-width: 768px) {
	.post-title {
		min-height: 48px;
	}
	
	.post-title a {
    font-size: 22px;
	}

	.post-date {
		font-size: 14px;
	}

	.post-content {
		font-size: 14px;
		line-height: 26px;
	}

	.post-more {
		font-size: 14px;
	}

	.show-all-posts a {
		font-size: 18px;
	}

	.page-article .post-image {
		float: left;
		margin-right: 30px;
		margin-bottom: 20px;
	}

	.page-article::after {
		content: '';
		display: block;
		clear: both;
	}
}

@media (max-width: 567px) {
	.section-articles .row {
		margin-left: -10px;
		margin-right: -10px;
	}

	.section-articles .post-item {
		padding-left: 5px;
		padding-right: 5px;
	}
}

/* Breadcrumb */
.breadcrumb {
	padding: 10px 15px;
	background-color: #f7f7f7;
	border-radius: 0;
}

.breadcrumb li {
	font-size: 13px;
}

.breadcrumb .icon {
	font-size: 11px;
}

.breadcrumb>li+li:before {
	content: "\e876";
	font-family: 'elementskit' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 11px;
	color: #01a8ec;
	padding-right: 8px;
}

/* Pagination */
.pagination-wrapper {
	border-top: 1px solid #efefef;
	margin-top: 15px;
	margin-bottom: 10px;
}

.pagination > li {
	display: inline-block;
	margin: 0 2px;
	vertical-align: top;
}

.pagination > li > a, .pagination > li > span {
	padding: 0 12px;
	line-height: 30px;
	z-index: 1;
	color: #000;
}

.pagination > li.active span:hover, .pagination > li:hover span:hover {
	background: #01a8ec;
	border-color: #01a8ec;
}

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

.pagination > li.active, .pagination > li:hover {
	background: transparent;
	border-color: #01a8ec;
}

.pagination > li.active span, .pagination > li:hover span {
	color: #01a8ec;
	background: transparent;
	border-color: #01a8ec;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0;
}

/* Slick slider */
.slick-dots {
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.slick-dots li {
	display: inline-block;
	margin: 0 6px;
}

.slick-dots li button {
	display: block;
	width: 6px;
	height: 6px;
	background: rgba(0, 0, 0, 0.5);
	border: none;
	box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
	padding: 0;
	margin: 0;
	font-size: 0;
	border-radius: 50%;
}

.slick-slider .slick-prev, 
.slick-slider .slick-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;

	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgb(255 255 255 / 30%);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 2;
	background: transparent;
	border: none;
	font-size: 25px;
	color: #01a8ec;
}

.slick-slider .slick-prev {
	opacity: 0.7;
	left: 10px;
}

.slick-slider .slick-next {
	opacity: 0.7;
	right: 10px;
}

.slick-slider .slick-prev:hover, 
.slick-slider .slick-next:hover {
	opacity: 1;
}

.slick-slider .slick-prev.slick-disabled,
.slick-slider .slick-next.slick-disabled {
	opacity: .3;
}

/* Product page */
.slide-images {
	margin-bottom: 30px;
}

.slide-images a:focus,
.slide-images a:active:focus {
	outline: none;
}
 
.image-thumbs {
	margin-bottom: 20px;
}

.image-thumbs .slick-slide {
	padding: 5px;
}

.image-thumbs .slick-slide img {
	border: 1px solid transparent;
}

.image-thumbs .slick-slide.slick-current img {
	border-color: #01a8ec;
}

.product-model,
.product-manufacturer {
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: 500;
	color: #8e8e8e;
}

.product-manufacturer a {
	color: #8e8e8e;
}

.block-price {
	margin-bottom: 25px;
	font-size: 26px;
	font-weight: 500;
	color: #000;
}

.block-price .text-price {
	font-size: 12px;
	font-weight: 500;
	color: #000;
}

.block-price .product-discount {
	font-weight: 600;
	margin-right: 10px;
}

.product-price-old {
  font-size: 16px;
  text-decoration: line-through;
  color: #888;
}

.block-quantity .input-quantity {
	height: 51px;
	width: 55px;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	border: none;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	color: #01a8ec;
	border-bottom: 1px solid #efefef;
}

.block-quantity .input-quantity:hover {
	border-color: #ddd;
}

.block-quantity .input-quantity:focus,
.block-quantity .input-quantity:active:focus {
	border-color: #01a8ec;
	outline: none;
}

.block-quantity .btn-quantity {
	font-size: 15px;
	background-color: transparent;
	border: none;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
}

.block-quantity .btn-quantity:hover {
	background-color: #efefef;
}

.block-quantity .btn-quantity:focus,
.block-quantity .btn-quantity:active:focus {
	outline: none;
	box-shadow: none;
	background-color: #f7f7f7;
}

#product-product .tab-content {
	margin-bottom: 45px;
}

.product-buttons .btn {
	margin-bottom: 10px;
}

.product-buttons .btn-xl {
	height: auto;
	min-height: 58px;
}

.product-buttons .miscalculation-content {
	white-space: initial;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	margin-left: 0;
}

.product-buttons .miscalculation-title {
	font-size: 16px;
}

.product-buttons .miscalculation-icon {
	font-size: 30px;
}

.page-contact {

}

.page-contact__icon {
	margin-right: 15px;
}

.page-contact__icon .icon {
	width: 50px;
	height: 50px;
	display: block;
	line-height: 50px;
	font-size: 26px;
	border-radius: 50%;
	background: #01a8ec;
	color: #fff;
	text-align: center;
}

.page-contact__item {
	margin-bottom: 15px;
}

.page-contact__item a {
	color: #000;
}

.page-contact__item a:hover {
	text-decoration: none;
	color: #01a8ec;
}

.page-contact__title {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-bottom: 4px;
}

.page-contact__description {
	margin-top: 2px;
	color: #000;
}

/* Page search */
.page-search__block .checkbox-inline {
	font-size: 13px;
}

.page-search__block .checkbox-inline input[type=checkbox] {
	margin-top: 3px;
}

/* Card */
.card-brand {
	border: 1px solid #efefef;
	margin-bottom: 30px;
	padding: 15px 10px;
}

.card-brand:hover {
	border-color: #d0d0d0;
}

.card-brand__image img {
	margin: 0 auto;
}

.card-brand__name {
	padding-top: 10px;
	text-align: center;
}

.card-brand__name a {
	color: #000;
}

.card-brand__name a:hover {
	text-decoration: none;
	color: #01a8ec;
}

/* Category page */
.categories-wrapper {
	padding: 10px;
	background-color: #f7f7f7;
}

.sortOrderButton .icon-arrows {
	display: inline-block;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 20px;
	vertical-align: middle;
	margin-right: 10px;
}

.sortOrderButton .icon-down-arrow1 {
	font-size: 10px;
	margin-left: 4px;
}

.sortOrderButton {
	font-size: 13px;
	color: #757474;
}

.sortOrderButton:hover,
.sortOrderButton:focus,
.sortOrderButton:active:focus,
.sortOrderButton__dropdown .btn:hover,
.sortOrderButton__dropdown .btn:focus,
.sortOrderButton__dropdown .btn:active:focus {
	text-decoration: none;
	outline: none;
	color: #000;
}

.sortOrderButton__dropdown {
	left: auto;
	right: 0;
}

.sortOrderButton__dropdown .btn {
	display: block;
	width: 100%;
	color: #757474;
	text-align: left;
	font-size: 13px;
}


/* Module categories */
.categories-list {
	border-top: 1px solid #efefef;
	margin-bottom: 20px;
}

.categories-list__item {
	border: none;
	border-bottom: 1px solid #efefef;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
}

.categories-list__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 42px;
}

.categories-list__link {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	
	font-size: 14px;
	font-weight: 500;
	color: #000;
	line-height: 1.2;
	padding-top: 5px;
	padding-bottom: 5px;
}

.categories-list__link.active {
	color: #01a8ec;
}

.categories-list__open {
	width: 30px;
	text-align: right;
	font-size: 12px;
	color: #000;
}

.categories-list__open .icon {
	-webkit-transition: transform ease .25s;
	-o-transition: transform ease .25s;
	transition: transform ease .25s;
	display: block;
	width: 12px;
	margin-left: auto;
}

.categories-list__open:not(.collapsed) .icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.categories-list__link:hover,
.categories-list__open:hover,
.categories-list__link:focus,
.categories-list__open:focus,
.categories-list__link:active:focus,
.categories-list__open:active:focus {
	text-decoration: none;
}

.categories-list__children {
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 20px;
}

.categories-list__child {
	font-size: 13px;
	font-weight: 500;
	color: #000;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline-block;
}

.categories-list__child:hover,
.categories-list__child:focus,
.categories-list__child:active:focus {
	color: #01a8ec;
	text-decoration: none;
}

.categories-list__child.active {
	font-weight: bold;
}

.categories-list__children li {
	position: relative;
	padding-left: 15px;
}

.categories-list__children .icon {
	color: #8e8e8e;
	font-size: 9px;
	position: absolute;
	left: 0;
	top: 7px;
}

/* Page cart */
.page-cart__buttons {
	margin-bottom: 40px;
}

.btn-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	
	padding-left: 25px;
	padding-right: 25px;
}

.order-list-captcha .g-recaptcha > div {
	margin-left: auto;
	margin-right: auto;
}

.socialNetworks {
	margin-top: 10px;
}

.socialNetworks__link {
	font-size: 18px;
	margin-right: 5px;
  display: inline-block;
  border: 1px solid;
  width: 30px;
  height: 30px;
  line-height: 1;
  text-align: center;
}

.socialNetworks__icon {
	margin: 0 !important;
  padding-top: 5px;
  display: block;
  padding-left: 1px;
}

.categoryTextRange {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  color: #777;
}

.categoryTextRange span {
	font-weight: bold;
	color: #01a8ec;
}

.featured-category__range {
	text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 13px;
  color: #777;
}

.featured-category__range span {
	font-weight: bold;
	color: #01a8ec;
}