@charset "UTF-8";
body {
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	line-height: 2;
	font-weight: 400;
	color: #747474;
	background: #ffffff;
}

body.bg-dog {
	background: url(".././images/bg-dog.svg") no-repeat top right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	color: #003863;
	font-weight: 700;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

ul,
li {
	margin: 0;
	padding: 0;
}

ul.checks {
	list-style: none;
}

ul.checks li {
	padding-left: 40px;
	position: relative;
	line-height: 1.5;
	color: #5e82a0;
	font-size: 16px;
	margin-bottom: 20px;
}

ul.checks li::before {
	content: "";
	position: absolute;
	color: #5e82a0;
	font-family: "Font Awesome 5 Pro";
	font-size: 24px;
	font-weight: 400;
	left: 0;
	top: 0;
}

p {
	margin-bottom: 30px;
}

a {
	color: #003863;
}

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

.row {
	margin-left: -12px;
	margin-right: -12px;
}

[class*=col-] {
	padding-left: 12px;
	padding-right: 12px;
}

.close {
	position: relative;
	opacity: 1;
	transition: all 0.3s;
}
.close:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url("./../images/close-blue-hover.svg") no-repeat center;
	opacity: 0;
	transition: all 0.3s;
}
.close:hover {
	opacity: 0;
}
.close:hover::after {
	opacity: 1;
}

@media (max-width: 1199px) {
	h1 {
		font-size: 30px;
	}

	.row {
		margin-left: -7.5px;
		margin-right: -7.5px;
	}

	[class*=col-] {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
}

@media (max-width: 767px) {
	body.bg-dog {
		background-size: 100%;
		background-position: 0 100px;
	}
}

@media (min-width: 1260px) {
	.container {
		max-width: 1230px;
	}
}

.break {
	flex-basis: 100%;
	height: 0;
}

.btn-collapse-trigger::after {
	transform: translateY(-50%) rotate(180deg);
}

.btn-collapse-trigger.collapsed::after {
	transform: translateY(-60%);
}

.btn-info:hover, .btn-info:focus, .btn-info:active,
.btn-more:hover,
.btn-more:focus,
.btn-more:active {
	text-decoration: none !important;
	color: #247cc1;
	background-color: transparent !important;
	outline: none !important;
}

.btn-info:hover::after, .btn-info:focus::after, .btn-info:active::after,
.btn-more:hover::after,
.btn-more:focus::after,
.btn-more:active::after {
	color: #247cc1;
	outline: none !important;
}

.btn-more {
	padding-right: 0;
}

.btn-more::after {
	display: none;
}

.btn-collapse {
	width: 100%;
	color: #003863;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	text-align: left;
}

.btn-collapse::after {
	content: "";
	position: absolute;
	right: 0;
	top: calc(50% - 10px);
	transform: translateY(-50%) rotate(180deg);
	color: #003863;
	font-family: "Font Awesome 5 Pro";
	font-size: 12px;
	font-weight: 400;
	transition: all 0.3s;
}

.btn-collapse:hover {
	color: #247cc1;
}

.btn-collapse:hover::after {
	color: #247cc1;
}

.btn-collapse.collapsed::after {
	transform: translateY(-50%);
}

.btn-collapse i {
	margin-left: 20px;
	color: #809cb1;
}

.btn-light-blue {
	display: inline-flex;
	align-items: center;
	padding-left: 24px;
	padding-right: 24px;
	background-color: transparent;
	color: #003863;
	font-size: 16px;
	font-weight: 700;
	border: 2px solid #edf7ff;
	height: 48px;
	transition: all 0.3s;
}

.btn-light-blue.v2 {
	border: 2px solid #d8eeff;
}

.btn-light-blue.v2:hover {
	background-color: #d8eeff;
}

.btn-light-blue:hover {
	color: #003863;
	box-shadow: 0 10px 10px #d8eeff;
	background-color: #edf7ff;
}

.btn-light-blue:focus, .btn-light-blue:active {
	background-color: #d8eeff;
	border: 2px solid #d8eeff;
}

.btn-light-blue.disabled {
	color: #809cb1;
	cursor: not-allowed;
}
.btn-light-blue i {
	margin-right: 8px;
}

.btn-blue {
	display: inline-flex;
	padding-left: 24px;
	padding-right: 24px;
	align-items: center;
	height: 48px;
	background-color: #003863;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	transition: all 0.3s;
}

.btn-blue:hover {
	background-color: #247cc1;
	color: #ffffff;
	text-decoration: none;
}

.btn-blue:focus, .btn-blue:active {
	background-color: #2b6fa3;
	color: #ffffff;
}

.btn-blue.disabled {
	cursor: no-drop;
	background-color: #d8eeff;
	color: #809cb1;
	opacity: 1;
}

.btn-blue .icon {
	padding-right: 12px;
}

.btn-social {
	background-color: #3b5998;
	display: inline-flex;
	height: 48px;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	width: 100%;
	max-width: 280px;
	transition: all 0.3s;
}

.link {
	color: #003863;
	font-size: 16px;
	transition: all 0.3s;
}
.link:hover {
	color: #247cc1;
	text-decoration: none;
}

.link-edit {
	color: #5e82a0;
	padding-left: 22px;
	position: relative;
	transition: all 0.3s;
}
.link-edit span {
	color: #5e82a0;
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
	transition: all 0.3s;
}
.link-edit::before {
	position: absolute;
	content: "";
	color: #5e82a0;
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	font-weight: 700;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}
.link-edit:hover {
	text-decoration: none;
}
.link-edit:hover span {
	color: #003863;
	text-decoration: none;
}
.link-edit:hover::before {
	color: #003863;
}
.link-edit.set::before {
	content: "";
}

/* end buttons */
/* input groups */
.input-group {
	height: 48px;
	width: 100%;
}

.input-group .form-control {
	border: 0;
	box-shadow: none;
	height: 48px;
	border: 1px solid #f2f2f2;
	background-color: #ffffff;
	border-radius: 0;
	position: relative;
	z-index: 1;
}

.input-group .form-control:focus {
	border: 1px solid #d8eeff;
	box-shadow: 0 3px 6px #d8eeff;
}

.input-group-btn {
	border-radius: 0;
	background-color: #003863;
	width: auto;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 3;
	transition: 0.3s all;
}

.input-group-btn:hover {
	box-shadow: 0 10px 10px #d8eeff;
	background-color: #247cc1;
}

.input-group-btn:active, .input-group-btn:focus {
	background-color: #2b6fa3;
}

.input-group-btn .btn {
	display: block;
	width: 100%;
	height: 48px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	padding: 0px 24px;
}

/* end input groups */
/* check */
.check-styled {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	width: 100%;
}

input[type=checkbox] {
	opacity: 0;
	display: block;
	position: absolute;
}

input[type=checkbox] + label {
	display: block;
	width: 100%;
	margin: 0;
	min-height: 20px;
	margin: 0;
	background: url("./../images/uncheck.svg") left center no-repeat;
	background-size: 18px 18px;
	padding-left: 30px;
	cursor: pointer;
	font-weight: normal;
	padding-top: 3px;
	transition: color 0.3s;
}

input[type=checkbox] + label:hover {
	color: #003863;
}

input[type=checkbox]:checked + label {
	background: url("./../images/check.svg") no-repeat left center;
	background-size: 18px 18px;
}

/* end check */
.happy-tooltip {
	color: #809cb1;
	font-size: 16px;
	font-weight: 400;
	transition: all 0.3s;
}
.happy-tooltip:hover {
	color: #247cc1;
}

.form-group {
	position: relative;
	max-width: 384px;
	width: 100%;
}
.form-group.smaller {
	max-width: 282px;
}
.form-group.small {
	max-width: 180px;
}
.form-group label {
	font-size: 16px;
	font-weight: 400;
	color: #747474;
}
.form-group label span {
	color: #0c416b;
	margin-left: 3px;
}
.form-group.valid .form-control {
	background: #fff url("./../images/valid.svg") no-repeat center right 12px;
	background-size: 18px 18px;
}
.form-group.invalid {
	position: relative;
}
.form-group.invalid .form-control {
	background: #fff url("./../images/invalid.svg") no-repeat center right 12px;
	background-size: 18px 18px;
	border: 1px solid #ffdbdb;
}
.form-group.invalid .form-control:focus {
	box-shadow: 0 3px 6px #ffdbdb;
}
.form-group.invalid .alert {
	bottom: auto;
	color: #f77878;
	font-size: 14px;
	font-weight: 400;
	position: static;
	left: auto;
	top: 100%;
	left: 0;
	padding-left: 0;
}
.form-group .alert {
	position: absolute;
	left: 100%;
	bottom: 7px;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	padding-left: 24px;
	color: #747474;
	font-size: 14px;
	font-weight: 400;
}

.form-control {
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
	height: 48px;
	border-radius: 0;
	transition: all 0.3s;
	color: #747474;
	font-size: 16px;
	font-weight: 700;
}
.form-control::placeholder {
	opacity: 0.5 !important;
}
.form-control:focus {
	box-shadow: 0 3px 6px #d8eeff;
	border: 1px solid #d8eeff;
}
.form-control:hover {
	border: 1px solid #d8eeff;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
	border: none !important;
	outline: none !important;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
	box-shadow: none !important;
	background-color: transparent !important;
	border: none !important;
	outline: none !important;
	border-bottom: 1px solid #4d4d4d !important;
}

/* Selectbox */
.custom-select {
	position: relative;
	padding: 0;
	height: 49px;
	border-radius: 0;
	border: 1px solid #e2e2e2;
}

.custom-select select {
	display: none;
}

.select-items {
	height: 150px;
	overflow-y: auto;
	padding: 10px 20px;
}

.select-selected {
	height: 48px;
	background-color: #ffffff;
	border-radius: 0;
	border-radius: 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e2e2e2;
}

.select-selected:after {
	position: absolute;
	content: "";
	top: 20px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #747474 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
	border-color: transparent transparent #747474 transparent;
	top: 10px;
}

.select-items .inner-select-item,
.select-selected {
	color: #747474;
	padding: 8px 16px;
	cursor: pointer;
	user-select: none;
	color: #747474;
	font-size: 16px;
	font-weight: 700;
}

.select-items {
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: -1px;
	right: -1px;
	z-index: 99;
	padding: 0;
	height: auto;
	border: 1px solid #e2e2e2;
}

.select-hide {
	display: none;
}

.select-items .inner-select-item:hover,
.same-as-selected {
	background-color: #edf7ff;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
	cursor: pointer;
	user-select: none;
	color: #747474;
	font-size: 16px;
	font-weight: 700;
	padding: 8px 16px;
}

.select-items div:hover {
	background-color: #f5f2ef;
}

.select-items div.same-as-selected:hover {
	background-color: #edf7ff;
}

/* END Selectbox */
textarea {
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
	transition: all 0.3s;
	height: 160px;
	resize: none;
	width: 100%;
	color: #747474;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	padding: 12px 16px;
}
textarea:hover {
	border: 1px solid #d8eeff;
}
textarea:focus {
	box-shadow: 0 3px 6px #d8eeff;
	border: 1px solid #d8eeff;
	background-color: #ffffff;
}

/* Modal */
.modal-backdrop.show {
	opacity: 0.8;
	background-color: #001729;
}

.modal-dialog {
	max-width: 500px;
	margin: 1.75rem auto;
}

.modal-content {
	background-color: #ffffff;
	border: none;
	border-radius: 0;
	outline: 0;
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0;
	border-bottom: none;
	border-radius: 0;
}

.modal-body {
	padding: 0;
}

.modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0;
	border: none;
	border-radius: 0;
}

.modal-header .close {
	transition: all 0.3s;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: 1;
}

.modal-header .close {
	margin: 0;
	padding: 0;
}

/* Mobile Modal */
.mobile-modal .modal-dialog {
	margin-top: 0;
	max-width: 550px;
}

.mobile-modal .modal-header {
	position: relative;
	padding: 13px 15px;
}

.mobile-modal .modal-header .modal-title {
	font-size: 15px;
}

.mobile-modal .modal-header .modal-title span {
	color: #747474;
	font-weight: 400;
}

.mobile-modal .modal-footer {
	border-top: 1px solid #f2f2f2;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: center;
}

.mobile-modal .close {
	position: absolute;
	opacity: 1;
	top: 15px;
	right: 15px;
	width: 18px;
	height: 18px;
	display: flex;
}

.mobile-modal .close i {
	color: #f2f2f2;
	transition: 0.3s all;
}

.mobile-modal .close:hover i {
	color: #003863;
}

/* END Mobile Modal */
/* END Modal */
/** Dropdown **/
.dropdown-toggle {
	padding-right: 20px;
}

.dropdown-menu {
	top: 100%;
	left: 0;
	min-width: 10rem;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	color: #747474;
	text-align: left;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 0;
	border-radius: 0;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	border: none;
}

.dropdown-menu:after,
.dropdown-menu:before {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
}

.dropdown-menu:after {
	bottom: 100%;
	border-color: transparent transparent #ffffff transparent;
	border-width: 10px;
}

.dropdown-menu:before {
	bottom: 100%;
	border-color: transparent transparent #edf7ff transparent;
	border-width: 11px;
	left: 9px;
}

.dropdown-item {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 7px 10px;
	font-weight: 400;
	line-height: 1;
	color: #747474;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	transition: 0.3s all;
}

.dropdown-item img {
	padding-right: 8px;
}

.dropdown-item:first-child {
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.dropdown-item:last-child {
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #003863;
	text-decoration: none;
	background-color: inherit;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #007bff;
}

.dropdown-toggle::after {
	border: 0;
	color: #747474;
	font-family: "Font Awesome 5 Pro";
	font-size: 12px;
	content: "";
	top: 2px;
	position: absolute;
	right: 0;
	transition: all 0.3s;
}

.dropdown.show .dropdown-toggle::after {
	transform: rotate(180deg);
}

/** END Dropdown **/
/* header */
header {
	margin-bottom: 20px;
}

header .header-top-wrap {
	border-bottom: 1px solid #f2f2f2;
}

header .header-top {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}

header .header-top .header-top-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

header .header-top .header-top-left ul li {
	margin: 0;
	padding: 0;
	line-height: 1;
	padding-right: 35px;
}

header .header-top .header-top-left ul li:last-child {
	padding-right: 0;
}

header .header-top .header-top-left ul li a {
	color: #747474;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	line-height: 1;
	transition: 0.3s all;
}

header .header-top .header-top-left ul li a:hover {
	color: #003863;
}

header .header-top .header-top-right {
	display: flex;
	justify-content: space-between;
	line-height: 1;
}

header .header-top .header-top-right .header-phone {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-left: 20px;
	align-items: center;
}

header .header-top .header-top-right .header-phone:before {
	width: 8px;
	height: 8px;
	background-color: #59c79e;
	border-radius: 50%;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

header .header-top .header-top-right .header-phone span {
	margin-right: 30px;
}

header .header-top .header-top-right .header-phone span:nth-child(2) {
	margin-right: 20px;
}

header .header-top .header-top-right .header-phone span:nth-child(3) {
	margin-right: 10px;
}

header .header-top .header-top-right .flag .dropdown {
	margin-bottom: -9px;
}

header .header-top .header-top-right .flag .dropdown-menu {
	border: none;
	padding: 0;
	min-width: 90px;
}

header .header-top .header-top-right .flag .dropdown-menu::after, header .header-top .header-top-right .flag .dropdown-menu::before {
	display: none;
}

header .header-top .header-top-right .flag .dropdown-toggle {
	padding-bottom: 10px;
	padding-left: 10px;
	transition: 0.3s all;
	color: #747474;
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

header .header-top .header-top-right .flag .dropdown-toggle:hover::after, header .header-top .header-top-right .flag .dropdown-toggle:focus::after, header .header-top .header-top-right .flag .dropdown-toggle:active::after {
	color: #003863;
}

header .header-top .header-top-right .flag .dropdown-toggle:hover {
	color: #747474;
}

header .header-top .header-top-right .flag .dropdown-toggle > img {
	padding-right: 8px;
}

header .header-top .header-top-right .flag .dropdown-menu:after {
	border-color: transparent transparent #ffffff transparent;
}

header .header-main-wrap {
	border-bottom: 1px solid #f2f2f2;
}

header .header-main {
	padding: 20px 0px;
	display: flex;
}

header .header-main-content {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}

header .header-main-content .header-search {
	width: 100%;
	max-width: 385px;
	display: none;
}

header .header-main-content .header-b2b {
	min-height: 40px;
	min-width: 140px;
	margin-left: 50px;
	line-height: 1;
	color: #003863;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	align-items: flex-start;
}

header .header-main-content .header-b2b a {
	text-decoration: none;
}

header .header-main-content .header-b2b a .b2b-text {
	padding-left: 7px;
	text-decoration: underline;
	font-weight: 700;
}

header .header-main-content .header-login {
	background: url("./../images/user.svg") no-repeat center left;
	min-height: 40px;
	min-width: 140px;
	padding-left: 37px;
	margin-left: 30px;
	line-height: 1;
	color: #003863;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	align-items: flex-start;
}

header .header-main-content .header-login a {
	text-decoration: underline;
}

header .header-main-content .header-login > span {
	margin-right: 5px;
}

header .header-main-content .header-login .login {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
	transition: 0.3s all;
}

header .header-main-content .header-login .login:hover {
	color: #247cc1;
	text-decoration: none;
}

header .header-main-content .header-login .reg {
	font-weight: 700;
	transition: 0.3s all;
}

header .header-main-content .header-login .reg:hover {
	color: #247cc1;
	text-decoration: none;
}

header .header-main-content .header-login-mobile {
	display: flex;
	align-items: center;
	margin-left: 25px;
}

header .header-main-content .header-cart {
	background: url("./../images/cart.svg") no-repeat center left;
	min-height: 40px;
	padding-left: 37px;
	margin-left: 30px;
	line-height: 1;
	color: #003863;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	width: 140px;
	position: relative;
}

header .header-main-content .header-cart .cart-link {
	display: block;
	text-decoration: underline;
	margin-bottom: 5px;
	font-weight: 700;
}

header .header-main-content .header-cart .cart-link:hover {
	color: #247cc1;
	text-decoration: none;
}

header .header-main-content .header-cart .cart-link::after {
	display: none;
}

header .header-main-content .header-cart .cart-text {
	width: 100%;
}

header .header-main-content .header-cart .number {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -14px;
	top: 2px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	border-radius: 50%;
	background-color: #59c79e;
}

.header-menu {
	padding: 15px 0px;
}

.header-menu-main {
	display: flex;
}

.header-menu-main ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 20px;
}

.header-menu-main ul li {
	margin: 0px 20px;
}

.header-menu-main ul li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 700;
	font-size: 18px;
	transition: 0.3s all;
}

.header-menu-main ul li a .icon {
	opacity: 1;
	transition: 0.3s all;
	margin-right: 15px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-menu-main ul li a .icon::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	transition: 0.3s all;
	opacity: 0;
	left: 0;
	top: 0;
}

.header-menu-main ul li a .icon.dog::after {
	background: url("./../images/ico-dog-hover.svg") no-repeat center;
}

.header-menu-main ul li a .icon.cat::after {
	background: url("./../images/ico-cat-hover.svg") no-repeat center;
}

.header-menu-main ul li a .icon.fish::after {
	background: url("./../images/ico-fish-hover.svg") no-repeat center;
}

.header-menu-main ul li a .icon.sale::after {
	background: url("./../images/ico-sale-hover.svg") no-repeat center;
}

.header-menu-main ul li a:hover {
	text-decoration: none;
	color: #247cc1;
}

.header-menu-main ul li a:hover .icon {
	position: relative;
}

.header-menu-main ul li a:hover .icon img {
	transition: 0.3s all;
	opacity: 0;
}

.header-menu-main ul li a:hover .icon::after {
	opacity: 1;
}

.header-menu-main > .btn {
	display: flex;
	align-items: center;
	position: relative;
}

.header-menu-main > .btn img {
	opacity: 1;
	transition: 0.3s all;
}

.header-menu-main > .btn::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: url(".././images/menu-icon-hover.svg") no-repeat center;
	opacity: 0;
	transition: 0.3s all;
}

.header-menu-main > .btn:hover img {
	opacity: 0;
}

.header-menu-main > .btn:hover::after {
	opacity: 1;
}

.header-menu-grey {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-left: 20px;
	display: flex;
}

.header-menu-grey li {
	margin: 0px 20px;
	display: flex;
}

.header-menu-grey li a {
	color: #747474;
	font-size: 16px;
	letter-spacing: 0.51px;
	display: flex;
	transition: 0.3s all;
}

.header-menu-grey li a:hover {
	text-decoration: none;
	color: #003863;
}

.header-search-mobile {
	display: flex;
	align-items: center;
	margin-left: auto;
}

/* Cart Menu */
.cart-menu {
	min-width: 486px;
	padding-top: 40px;
	background: transparent;
	box-shadow: none;
}

.cart-menu:after, .cart-menu:before {
	display: none;
}

.cart-menu-content {
	width: 100%;
	position: relative;
	background: #ffffff;
}

.cart-menu-content:after, .cart-menu-content:before {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
}

.cart-menu-content:after {
	bottom: 100%;
	border-color: transparent transparent #edf7ff transparent;
	border-width: 10px;
}

.cart-menu-content:before {
	bottom: 100%;
	border-color: transparent transparent #edf7ff transparent;
	border-width: 11px;
	left: 9px;
}

.cart-menu-content .heading {
	background-color: #edf7ff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 16px;
}

.cart-menu-content .heading h4 {
	height: 26px;
	color: #003863;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}

.cart-menu-content .heading p {
	color: #809cb1;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}

.cart-menu-content .cart-link {
	text-align: center;
	margin-top: 16px;
	margin-bottom: 23px !important;
}

.cart-menu-content .cart-buttons {
	display: flex;
	justify-content: center;
	padding-bottom: 32px;
}

.cart-menu-content .cart-buttons .btn-blue {
	margin-right: 16px;
}

.cart-item {
	display: flex;
	width: 100%;
	padding: 13px 52px 13px 32px;
	position: relative;
	border-bottom: 1px solid #f2f2f2;
}

.cart-item:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.cart-item .text {
	display: flex;
	width: calc(100% - 64px);
	box-sizing: border-box;
	padding-left: 25px;
}

.cart-item .text .info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cart-item .text .info .name,
.cart-item .text .info .price {
	color: #003863;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
}

.cart-item .text .info .price {
	font-weight: 700;
}

.cart-item .text .info .name {
	transition: 0.3s all;
}

.cart-item .text .info .name:hover {
	color: #247cc1;
	text-decoration: none;
}

.cart-item .close {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: #f2f2f2;
	font-size: 30px;
	line-height: 1;
	opacity: 1;
	transition: 0.3s all;
}

.cart-item .close:hover {
	color: #003863;
	top: 50%;
	transform: translateY(-50%) !important;
}

.cart-item .numbers {
	margin-left: auto;
	display: flex;
	align-items: center;
}

.cart-menu-content {
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
}

/* END Cart Menu */
@media (min-width: 768px) {
	.header-search-mobile {
		display: none;
	}

	.header-main-content .header-search {
		display: block !important;
	}
}

@media (min-width: 992px) {
	header .header-main-content .header-login-mobile {
		display: none;
	}

	header .header-main-content .header-login {
		display: flex;
	}

	header .header-main-content .header-b2b {
		display: flex;
	}
}

@media (max-width: 1899px) {
	.cart-menu {
		right: 0 !important;
		left: auto !important;
		transform: none !important;
		top: calc(100% - 25px) !important;
	}

	.cart-menu .cart-menu-content::after, .cart-menu .cart-menu-content::before {
		left: auto;
		right: 60px;
	}
}

@media (max-width: 1259px) {
	header .header-top .header-top-left ul li a, header .header-top .header-top-right .header-phone span {
		font-size: 11px;
	}

	header .header-top .header-top-right .flag .dropdown-toggle, header .header-top .header-top-right .flag .dropdown-item {
		font-size: 12px;
	}

	header .header-main-content .header-cart .cart-link, header .header-main-content .header-cart .cart-text, header .header-main-content .header-login .login, header .header-main-content .header-login .reg {
		font-size: 14px;
	}

	header .header-main-content .header-b2b a .b2b-text {
		font-size: 14px;
	}

	.header-menu-main ul li a {
		font-size: 16px;
	}

	.header-menu-main ul {
		margin-left: 6px;
	}

	.header-menu-main ul li {
		margin-right: 6px;
	}

	.header-menu-grey li a {
		font-size: 14px;
	}
}

@media (max-width: 1199px) {
	header .header-main-content .header-b2b {
		margin-left: 35px;
		display: flex;
		align-items: center;
	}

	header .header-main-content .header-login {
		margin-left: 20px;
	}

	header .header-main-content .header-search {
		margin-left: 30px;
	}

	header .header-main-content .header-cart {
		margin-left: 20px;
	}
}

@media (max-width: 991px) {
	header {
		margin-bottom: 0;
	}

	.header-top-left, .header-menu-main ul, .header-menu-grey {
		display: none;
	}

	header .header-top .header-top-right {
		width: 100%;
	}

	header .header-top .header-top-right .flag {
		margin-left: auto;
	}

	header .header-main-content .header-cart .cart-link span,
	header .header-main-content .header-cart .cart-text {
		display: none;
	}

	header .header-main-content .header-b2b {
		min-width: auto;
	}

	header .header-main-content .header-b2b .b2b-text {
		display: none;
	}

	header .header-main-content .header-cart {
		padding-left: 0;
		margin-left: 25px;
		margin-right: 43px;
		width: auto;
	}

	header .header-main-content .header-cart .cart-link {
		padding-left: 5px;
		height: 50px;
	}

	.header-menu {
		padding: 8px 0;
	}

	.header-menu > .container {
		position: relative;
	}

	.header-hamburger {
		position: absolute;
		top: -55px;
		right: 0;
		width: 50px;
		height: 50px;
	}

	.header-logo {
		width: 135px;
		display: flex;
		align-items: center;
	}

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

	header .header-main {
		padding: 16px 0px;
		padding-bottom: 10px;
	}

	.cart-menu {
		right: -40px !important;
	}

	.cart-menu .cart-menu-content::after, .cart-menu .cart-menu-content::before {
		right: 44px;
	}
}

@media (max-width: 767px) {
	header .header-main-content .header-b2b {
		margin-left: 25px;
	}

	header .header-main-content .header-login-mobile {
		display: none;
	}
}

@media (max-width: 767px) {
	header .header-top .header-top-right .header-phone span {
		display: none;
	}

	header .header-top .header-top-right .header-phone span:nth-child(2) {
		display: block;
	}

	header .header-top .header-top-right .header-phone {
		padding-left: 15px;
	}

	header .header-main-wrap {
		border-bottom: none;
	}

	.cart-menu-content::before, .cart-menu-content::after {
		display: none;
	}

	.cart-menu-content .heading h4 {
		height: auto;
	}

	.cart-menu-content .heading h4, .cart-menu-content .heading p {
		width: 100%;
		display: block;
	}

	.cart-menu-content .cart-buttons {
		flex-direction: column;
		padding-left: 15px;
		padding-right: 15px;
	}

	.cart-menu-content .cart-buttons .btn-blue {
		width: 100%;
		margin-right: 0;
		order: 2;
		height: 54px;
		padding: 0;
		align-items: center;
		justify-content: center;
	}

	.cart-menu-content .cart-buttons .btn-light-blue {
		order: 1;
		margin-bottom: 10px;
		height: 54px;
		padding: 0;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 575px) {
	.header-hamburger {
		top: -47px;
	}
}

.contacts h1 {
	margin-bottom: 24px;
}
.contacts .perex p {
	color: #5e82a0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.78;
	max-width: 400px;
}

.contact-box {
	padding: 20px 32px;
	display: flex;
}
.contact-box.blue {
	background-color: #edf7ff;
}
.contact-box .social-value {
	color: #003863;
	font-size: 16px;
	font-weight: 400;
	padding-right: 32px;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s;
}
.contact-box .social-value i {
	color: #003764;
	font-size: 22px;
	padding-right: 16px;
	transition: all 0.3s;
}
.contact-box .social-value:hover {
	color: #247cc1;
	text-decoration: none;
}
.contact-box .social-value:hover i {
	color: #247cc1;
}

.contact-label {
	color: #003863;
	font-size: 20px;
	font-weight: 700;
	width: 185px;
}

.contact-value {
	display: flex;
	color: #003863;
	font-size: 20px;
	font-weight: 400;
	padding-right: 32px;
}
.contact-value a {
	font-size: 20px;
	font-weight: 400;
	text-decoration: underline;
	transition: all 0.3s;
}
.contact-value a:hover {
	color: #247cc1;
	text-decoration: none;
}
.contact-value .icon {
	padding-right: 23px;
}

.contact-section {
	margin-top: 5px;
	padding-top: 40px;
	border-top: 1px solid #f2f2f2;
}
.contact-section h2 {
	color: #003863;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 32px;
}
.contact-section ul {
	margin-bottom: 40px;
	list-style: none;
}
.contact-section ul li {
	color: #747474;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}
.contact-section ul li a {
	text-decoration: underline;
	transition: all 0.3s;
}
.contact-section ul li a:hover {
	text-decoration: none;
	color: #247cc1;
}
.contact-section ul li.mail, .contact-section ul li.phone {
	color: #003764;
	font-size: 16px;
	font-weight: 400;
	padding-left: 35px;
	position: relative;
	display: flex;
	align-items: center;
}
.contact-section ul li.mail::before, .contact-section ul li.phone::before {
	position: absolute;
	left: 0;
	content: "";
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-section ul li.phone::before {
	background: url("../images/ico-phone-small.svg") no-repeat center;
}
.contact-section ul li.mail::before {
	background: url("../images/ico-mail-small.svg") no-repeat center;
}
.contact-section h3 {
	font-size: 16px;
	color: #003764;
	font-weight: 700;
	margin-bottom: 10px;
}

.contact-images {
	margin-bottom: 40px;
}

.member-box {
	border: 1px solid #f2f2f2;
	padding: 32px;
	padding-top: 26px;
	padding-right: 24px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.member-box .name {
	color: #003863;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.member-box .phone,
.member-box .mail {
	color: #003764;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	padding-left: 33px;
}
.member-box .mail {
	position: relative;
}
.member-box .mail::before {
	position: absolute;
	content: "";
	left: 0;
	width: 20px;
	height: 20px;
	background: url("../images/ico-mail-small.svg") no-repeat center;
	top: 50%;
	transform: translateY(-50%);
}
.member-box .mail a {
	text-decoration: underline;
	transition: all 0.3s;
}
.member-box .mail a:hover {
	text-decoration: none;
	color: #247cc1;
}
.member-box .phone {
	position: relative;
}
.member-box .phone::before {
	position: absolute;
	content: "";
	left: 0;
	width: 20px;
	height: 20px;
	background: url("../images/ico-phone-small.svg") no-repeat center;
	top: 50%;
	transform: translateY(-50%);
}
.member-box .job {
	color: #747474;
	font-size: 16px;
	line-height: 2;
	font-weight: 400;
}
.member-box .avatar {
	width: 96px;
	height: 96px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	overflow: hidden;
}

.complaint .perex p {
	max-width: unset;
}
.complaint h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 30px;
}

.contact-tabs {
	list-style: none;
}

.contact-tab {
	display: block;
	color: #5e82a0;
	font-size: 16px;
	font-weight: 400;
	padding: 20px;
	padding-left: 24px;
	border: 1px solid #f2f2f2;
	margin-bottom: 16px;
	transition: all 0.3s;
}
.contact-tab:hover {
	box-shadow: 0 20px 20px rgba(0, 56, 99, 0.05);
	text-decoration: none;
	color: #003764;
	background-color: #ffffff;
}

@media (max-width: 1199px) {
	.contact-tabs {
		display: flex;
		flex-wrap: wrap;
		margin-left: -8px;
		margin-right: -8px;
		margin-bottom: 30px;
	}
	.contact-tabs li {
		padding-left: 8px;
		padding-right: 8px;
	}

	.contact-tab {
		width: 200px;
		padding: 10px 15px;
	}
}
@media (max-width: 991px) {
	.contact-box {
		padding: 20px;
	}

	.contact-value {
		padding-right: 20px;
		font-size: 18px;
	}

	.contact-value .icon {
		padding-right: 10px;
	}

	.contact-value a {
		font-size: 19px;
	}

	.contacts .perex p {
		font-size: 17px;
	}

	.contact-section ul {
		margin-bottom: 30px;
	}

	.contact-images {
		margin-bottom: 30px;
	}

	.contact-section {
		padding-top: 30px;
	}

	.member-box {
		padding: 18px;
	}

	.member-box .name {
		font-size: 18px;
	}

	.member-box .job {
		font-size: 15px;
	}

	.member-box .phone, .member-box .mail {
		font-size: 15px;
	}

	.member-box .avatar {
		width: 80px;
		height: 80px;
	}
}
@media (max-width: 767px) {
	.contact-tabs {
		display: none;
	}

	.contacts .perex p {
		font-size: 16px;
	}

	.contact-box {
		flex-wrap: wrap;
	}

	.contact-label {
		width: 100%;
		margin-bottom: 10px;
	}

	.contact-value {
		margin-bottom: 10px;
	}

	.contacts h1 {
		margin-bottom: 15px;
	}

	.contacts .perex p {
		margin-bottom: 20px;
	}

	.contact-section h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.contact-box .social-value {
		margin-bottom: 10px;
	}

	.contact-images > [class*=col-] {
		margin-bottom: 15px;
	}

	.complaint h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}
}
.terms .perex p {
	max-width: unset;
}
.terms p a {
	text-decoration: underline;
	transition: all 0.3s;
}
.terms p a:hover {
	text-decoration: none;
	color: #247cc1;
}
.terms .perex + p {
	margin-bottom: 60px;
}

.terms-section {
	margin-bottom: 60px;
}
.terms-section h2 {
	margin-bottom: 24px;
}

@media (max-width: 1199px) {
	.contact-tabs li {
		width: 50%;
	}

	.contact-tab {
		width: 100%;
	}

	.terms-section h2 {
		font-size: 26px;
	}
}
@media (max-width: 767px) {
	.terms .perex + p {
		margin-bottom: 30px;
	}

	.terms-section {
		margin-bottom: 30px;
	}
}

/* end header */
.menu-modal .modal-dialog {
	margin: 0;
	background-color: #003863;
	color: #ffffff;
	height: 100vh;
	padding: 0 100px;
	overflow: hidden;
	overflow-y: auto;
}

.menu-modal .modal-dialog .modal-content {
	background-color: #003863;
}

.menu-modal .modal-dialog .modal-header .close {
	margin: 0;
	padding: 0;
	opacity: 1;
	box-shadow: none;
	text-shadow: none;
	position: absolute;
	top: 24px;
	right: -75px;
	z-index: 10;
	line-height: 1;
	width: 20px;
	height: 20px;
	border-radius: 0;
}

.menu-modal .modal-dialog .modal-header .close img {
	display: block;
}
.menu-modal.modal {
	transition: none;
}

.menu-modal.modal .modal-dialog {
	width: 0;
	transition: width 0.5s;
}

.menu-modal.modal.show .modal-dialog {
	width: 80%;
	max-width: 1300px;
}

.menu-modal .modal-content {
	width: 1100px;
	display: flex;
}

.modal-header-content {
	width: 100%;
	letter-spacing: 1.2px;
	padding-top: 30px;
	display: flex;
	align-items: center;
}

.menu-phone {
	font-size: 12px;
	display: flex;
	width: 50%;
}

.menu-phone .name {
	position: relative;
	padding-left: 20px;
	margin-right: 30px;
}

.menu-phone .name:before {
	width: 8px;
	height: 8px;
	background-color: #59c79e;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50%;
	content: "";
	display: block;
}

.menu-phone .name span {
	text-transform: uppercase;
}

.menu-phone a {
	color: #ffffff;
	display: inline-block;
	margin-right: 20px;
}

.menu-mail {
	display: flex;
	padding-left: 10px;
	width: 50%;
}

.menu-mail a {
	color: #ffffff;
	text-decoration: underline;
	transition: 0.3s all;
}

.menu-mail a:hover {
	text-decoration: none;
}

.menu-mail .name {
	margin-right: 30px;
}

.menu-mail .name span {
	text-transform: uppercase;
}

.modal-menu-icons {
	margin-top: 30px;
	margin-bottom: 20px;
}

.modal-menu-icons a {
	color: #ffffff;
	font-size: 16px;
	padding-left: 38px;
	display: block;
}

.modal-menu-icons .modal-menu-login {
	background: url("./../images/lock-white.svg") no-repeat center left;
	margin-right: 48px;
	transition: 0.3s all;
}

.modal-menu-icons .modal-menu-login:hover {
	color: #809cb1;
	text-decoration: none;
}

.modal-menu-icons .modal-menu-cart {
	background: url("./../images/cart-white.svg") no-repeat center left;
	margin-right: 48px;
	transition: 0.3s all;
}

.modal-menu-icons .modal-menu-cart:hover {
	color: #809cb1;
	text-decoration: none;
}

.modal-menu-icons .modal-menu-registration {
	background: url("./../images/user-white.svg") no-repeat center left;
	transition: 0.3s all;
}

.modal-menu-icons .modal-menu-registration:hover {
	color: #809cb1;
	text-decoration: none;
}

.modal-menu-wrap {
	margin: 0px -15px;
}

.modal-menu-wrap h3 {
	color: #ffffff;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 25px;
}

.modal-menu-wrap ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.modal-menu-wrap a {
	color: #809cb1;
	font-size: 16px;
	transition: 0.3s all;
}

.modal-menu-wrap a:hover {
	color: #ffffff;
	text-decoration: none;
}

.modal-menu-item {
	width: 25%;
	padding: 0px 15px;
}

.modal-menu-social {
	display: flex;
	margin-top: 50px;
}

.modal-menu-social a {
	color: #ffffff;
	font-size: 24px;
	display: block;
	margin-right: 40px;
	transition: 0.3s all;
}

.modal-menu-social a:hover {
	color: #809cb1;
}

.modal-menu-social a:last-child {
	margin-right: 0;
}

.menu-brand {
	display: none;
}

@media (max-width: 1619px) {
	.menu-modal.modal.show .modal-dialog {
		width: 100%;
	}
}

@media (max-width: 1299px) {
	.menu-modal.modal.show .modal-dialog {
		max-width: 1199px;
	}

	.menu-modal .modal-header {
		position: relative;
	}

	.menu-modal .modal-dialog .modal-header .close {
		right: 20px;
	}
}

@media (max-width: 1199px) {
	.menu-modal .grid {
		display: flex;
		flex-wrap: wrap;
	}

	.menu-modal .modal-content {
		width: 100vw;
	}

	.menu-modal .modal-body {
		padding-left: 0;
		padding-right: 0;
	}

	.menu-modal .modal-header {
		padding-left: 50px;
		padding-right: 50px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
		padding-bottom: 22px;
	}

	.modal-header-content {
		display: flex;
		justify-content: center;
		padding-top: 20px;
	}

	.menu-modal .modal-dialog {
		padding: 0;
	}

	.menu-brand {
		display: block;
		position: absolute;
		left: 50px;
	}

	.menu-phone,
	.menu-mail {
		width: auto;
	}

	.menu-mail .name {
		display: none;
	}

	.menu-phone .name,
	.menu-phone a,
	.menu-phone,
	.menu-mail .name,
	.menu-mail a,
	.menu-mail > span {
		font-size: 11px;
		color: rgba(255, 255, 255, 0.8);
	}

	.menu-mail > span {
		margin-left: 30px;
	}

	.menu-mail a {
		text-transform: uppercase;
	}

	.modal-menu-icons {
		position: relative;
		margin: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 50px;
		padding-right: 50px;
	}

	.modal-menu-icons::after {
		content: "";
		position: absolute;
		left: -50px;
		right: -50px;
		top: 100%;
		height: 1px;
		background-color: rgba(255, 255, 255, 0.15);
	}

	.modal-menu-icons .modal-menu-cart {
		display: block;
		float: right;
	}

	.modal-menu-icons .modal-menu-login {
		background-size: 15px 20px;
	}

	.modal-menu-icons .modal-menu-registration {
		background-size: 17px 20px;
	}

	.modal-menu-icons .modal-menu-cart {
		background-size: 16px 20px;
	}

	.modal-menu-icons a {
		font-size: 15px;
	}

	.modal-menu-wrap {
		padding-left: 50px;
		padding-right: 50px;
	}

	.modal-menu-item {
		padding-bottom: 30px;
	}

	.modal-menu-item:nth-of-type(4n + 1) {
		position: relative;
	}

	.modal-menu-item:nth-of-type(4n + 1)::after {
		position: absolute;
		content: "";
		left: -50px;
		right: -1000px;
		height: 1px;
		background-color: rgba(255, 255, 255, 0.15);
		top: 100%;
	}

	.modal-menu-social {
		justify-content: center;
		margin-top: 30px;
	}
}

@media (max-width: 929px) {
	.menu-modal .modal-header {
		padding-left: 20px;
		padding-right: 20px;
	}

	.menu-brand {
		left: 20px;
	}

	.modal-menu-icons,
	.modal-menu-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 819px) {
	.menu-modal .modal-header {
		padding-left: 15px;
		padding-right: 15px;
	}

	.modal-header-content {
		justify-content: flex-start;
	}

	.menu-brand {
		position: static;
		margin-right: 15px;
	}

	.modal-menu-icons,
	.modal-menu-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	.modal-menu-item {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 13px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}

	.modal-menu-wrap h3 {
		margin: 0;
		position: relative;
		padding-bottom: 7px;
		cursor: pointer;
	}

	.modal-menu-wrap h3::after {
		content: "";
		position: absolute;
		color: #ffffff;
		font-family: "Font Awesome 5 Pro";
		font-size: 12px;
		font-weight: 400;
		transition: 0.3s all;
		right: 0;
		top: 0;
	}

	.modal-menu-wrap h3.show::after {
		transform: rotate(180deg);
	}

	.modal-menu-wrap ul {
		display: none;
	}

	.modal-menu-wrap ul li {
		margin-bottom: 10px;
	}

	.modal-menu-item:nth-of-type(4n + 1)::after {
		display: none;
	}

	.menu-phone, .menu-mail {
		flex-direction: column;
	}

	.menu-mail > span {
		margin-left: 0;
	}

	.menu-phone a {
		margin-left: 15px;
	}

	.menu-brand {
		margin-right: 40px;
	}
}

@media (max-width: 575px) {
	.menu-modal .modal-header {
		padding-bottom: 0;
	}

	.modal-menu-login, .modal-menu-registration {
		width: 100%;
		margin-bottom: 10px;
	}

	.modal-menu-icons .modal-menu-cart {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.modal-header-content {
		flex-wrap: wrap;
		padding-top: 0;
		padding-bottom: 0;
	}

	.menu-brand {
		width: calc(100% + 30px);
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
		margin-right: 0;
		margin-left: -15px;
		margin-right: -15px;
		padding: 15px;
	}

	.menu-phone, .menu-mail {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.modal-menu-social a {
		font-size: 28px;
	}

	.modal-menu-social {
		margin-top: 20px;
	}
}

/** Breadcrumb **/
.breadcrumb {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 20px;
	background-color: transparent;
	border-radius: 0;
	margin-top: 7px;
}

.breadcrumb-item {
	color: #809cb1;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.breadcrumb-item a {
	color: #809cb1;
	transition: 0.3s all;
}

.breadcrumb-item a:hover {
	text-decoration: none;
	color: #003863;
}

.breadcrumb-item.active {
	color: #809cb1;
	text-transform: uppercase !important;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	color: #809cb1;
	content: "/";
}

@media (max-width: 1199px) {
	.breadcrumb-item a {
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	.breadcrumb {
		padding-top: 20px;
		margin-top: 0;
	}
}

@media (max-width: 575px) {
	.breadcrumb::before {
		position: absolute;
		content: "";
		top: 0;
		height: 1px;
		background-color: #f2f2f2;
		left: -15px;
		right: -15px;
	}
}

/** END Breadcrumb **/
/* footer */
footer {
	background-color: #003863;
	padding-top: 30px;
}

footer h4 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
}

footer ul {
	list-style: none;
}

footer ul li {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.75;
}

footer ul li a {
	color: #809cb1;
	font-size: 16px;
	line-height: 2.25;
	transition: all 0.3s;
}

footer ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

footer ul li a[href^="mailto:"] {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.75;
	text-decoration: underline;
}

footer ul li a[href^="mailto:"]:hover {
	text-decoration: none;
}

footer p {
	color: #809cb1;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.36;
}

footer p a {
	color: #809cb1;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.36;
	text-decoration: underline;
	transition: 0.3s all;
}

footer p a:hover {
	text-decoration: none;
	color: #ffffff;
}

.footer-section {
	padding-bottom: 30px;
}

.footer-collapse ul {
	padding-top: 28px;
}

.footer-perex p {
	margin-top: 20px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
}

.footer-form-group {
	height: 48px;
	background-color: #032e50;
	display: inline-flex;
	margin-bottom: 24px;
}

.footer-form-group input {
	font-size: 16px;
	color: #ffffff;
	background-color: #032e50;
	border: none;
	padding-left: 18px;
	transition: all 0.3s;
	max-width: 180px;
}

.footer-form-group input::placeholder {
	color: #809cb1;
}

.footer-form-group input:focus {
	background-color: #0c416b;
}

.footer-form-group button {
	background-color: #032e50;
	border: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	padding-left: 21px;
	padding-right: 21px;
	border-left: 1px solid #003863;
	transition: all 0.3s;
}

.footer-form-group button:hover {
	background-color: #247cc1;
	color: #ffffff;
}

.footer-form-group button:focus, .footer-form-group button:active {
	background-color: #2b6fa3;
}

.footer-socials {
	display: flex;
	max-width: 150px;
	width: 100%;
	justify-content: space-between;
}

.footer-socials li a {
	color: #ffffff;
	font-size: 24px;
	padding-left: 5px;
	padding-right: 5px;
	transition: all 0.3s;
}

.footer-socials li a:hover {
	color: #809cb1 !important;
}

.footer-bottom {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}

.footer-bottom .item {
	align-items: center;
}

.footer-bottom .item,
.footer-bottom ul {
	display: flex;
}

.footer-bottom .item h4,
.footer-bottom ul h4 {
	padding-right: 26px;
	margin: 0;
}

.footer-bottom ul {
	padding: 0;
}

.footer-bottom ul li {
	padding-right: 26px;
}

.footer-title .mobile {
	display: none;
}

.footer-white {
	background-color: #ffffff;
	height: 86px;
	display: flex;
	align-items: center;
}

.footer-white .row > [class*=col] {
	display: flex;
	align-items: center;
}

.footer-white .row > [class*=col]:nth-of-type(2) {
	text-align: right;
	justify-content: flex-end;
}

.footer-white .row > [class*=col] p {
	margin-bottom: 0;
}

.footer-white .row > [class*=col] p a {
	color: #003863;
	text-decoration: underline;
}

.footer-white .row > [class*=col] p a:hover {
	text-decoration: none;
}

@media (max-width: 1199px) {
	footer {
		overflow: hidden;
		padding-top: 0;
	}

	.footer-bottom .item {
		width: 33%;
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
	}

	.footer-bottom .item h4 {
		width: 100%;
		margin-bottom: 22px;
	}

	.footer-section {
		position: relative;
		padding-bottom: 17px;
	}

	.footer-section::after {
		content: "";
		position: absolute;
		height: 1px;
		background: rgba(255, 255, 255, 0.15);
		left: -200px;
		right: -200px;
		top: 100%;
	}

	.footer-collapse ul {
		padding-top: 13px;
	}

	.footer-title {
		position: relative;
		cursor: pointer;
	}

	.footer-title::after {
		content: "";
		position: absolute;
		font-family: "Font Awesome 5 Pro";
		font-weight: 400;
		right: 0;
		top: 0;
		transform: rotate(0deg);
		transition: all 0.3s;
	}

	.footer-title .desktop {
		display: none;
	}

	.footer-title .mobile {
		display: inline-block;
	}

	.footer-title.show::after {
		transform: rotate(180deg);
	}

	.footer-collapse {
		display: none;
	}

	.newsletter-right {
		padding-top: 20px;
		padding-left: 30px;
	}

	.footer-form-group input {
		max-width: 220px;
	}

	.footer-socials {
		max-width: unset;
		justify-content: center;
		padding-top: 30px;
		padding-bottom: 22px;
	}

	.footer-socials li {
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer-socials li a i {
		font-size: 28px;
	}

	.footer-socials::after {
		content: "";
		position: absolute;
		height: 1px;
		background: rgba(255, 255, 255, 0.15);
		left: -200px;
		right: -200px;
		top: 100%;
	}
}

@media (max-width: 991px) {
	.footer-bottom ul li {
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	.footer-bottom {
		flex-wrap: wrap;
	}

	.footer-bottom .item {
		width: 100%;
		margin-bottom: 40px;
	}

	footer p {
		margin-bottom: 20px;
	}

	.footer-socials {
		margin: 0 auto;
	}

	.newsletter-right {
		padding-top: 0px;
		padding-left: 7.5px;
	}

	.footer-title::after {
		font-size: 12px;
	}

	.footer-perex p {
		margin-bottom: 20px;
	}

	.footer-bottom {
		margin-top: 30px;
		margin-bottom: 0;
	}
}

@media (max-width: 575px) {
	.footer-white .row > [class*=col] {
		justify-content: center;
		text-align: center;
		margin-bottom: 10px;
	}

	.footer-white .row > [class*=col]:nth-of-type(2) {
		justify-content: center;
		text-align: center;
		margin-bottom: 0;
	}
}

/* end footer */
/* Carousel */
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-item {
	float: left;
	width: 100%;
	margin-right: -100%;
}

.carousel-item img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.hp-carousel {
	transition: 0.3s all;
}

.hp-carousel:hover {
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
}

.hp-carousel .carousel-item img {
	max-width: unset;
	width: 100%;
	max-height: 100%;
	height: 423px;
}

.carousel-caption {
	right: 40px;
	left: 40px;
	top: 40px;
	bottom: 40px;
	padding: 0;
	width: 50%;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 63px;
	padding-top: 39px;
}

.carousel-caption p {
	color: #003863;
	font-size: 16px;
	letter-spacing: 0.58px;
	line-height: 26px;
	margin-bottom: 0;
}

.carousel-caption h2 {
	margin-top: 0px;
	margin-bottom: 20px;
}

.carousel-tag {
	position: absolute;
	top: 0;
}

.carousel-tag span {
	display: inline-flex;
	color: #003863;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.2px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffff;
	text-transform: uppercase;
}

.carousel-btn {
	position: absolute;
	bottom: 0;
}

/* Arrows */
.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	color: #ffffff;
	text-align: center;
	opacity: 0.5;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.hp-carousel .carousel-control-next,
.hp-carousel .carousel-control-prev {
	opacity: 1;
	width: 48px;
	height: 48px;
	background-color: #ffffff;
	bottom: 0;
	top: auto;
	transition: 0.3s all;
}

.hp-carousel .carousel-control-next:hover,
.hp-carousel .carousel-control-prev:hover {
	background-color: #003863;
}

.hp-carousel .carousel-control-next:hover i,
.hp-carousel .carousel-control-prev:hover i {
	color: #ffffff !important;
}

.hp-carousel .carousel-control-next {
	right: 0;
}

.hp-carousel .carousel-control-prev {
	left: auto;
	right: 48px;
}

.hp-carousel .carousel-control-next i,
.hp-carousel .carousel-control-prev i {
	color: #003863;
	transition: 0.3s all;
}

/* END Arrows */
/* Indicators */
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: #ffffff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	transition: opacity 0.6s ease;
}

.carousel-indicators .active {
	opacity: 1;
}

/* END Indicators */
@media (max-width: 1199px) {
	.hp-carousel .carousel-item img {
		max-width: 100%;
	}

	.hp-carousel .carousel-caption {
		top: 26px;
		left: 26px;
		bottom: 26px;
		width: 70%;
		padding-top: 44px;
	}

	.hp-carousel .carousel-caption span {
		font-size: 11px;
		padding-left: 6px;
		padding-right: 6px;
	}

	.hp-carousel .carousel-caption h2 {
		font-size: 32px;
		margin-bottom: 15px;
	}

	.hp-carousel .carousel-caption p {
		font-size: 16px;
		line-height: 1.6;
	}

	.hp-carousel .carousel-caption .btn-blue {
		font-size: 14px;
		height: 39px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 991px) {
	.hp-carousel .carousel-caption {
		top: 26px;
		left: 26px;
		bottom: 26px;
		width: 70%;
		padding-top: 44px;
	}

	.hp-carousel .carousel-caption span {
		font-size: 10px;
		padding-left: 6px;
		padding-right: 6px;
	}

	.hp-carousel .carousel-caption h2 {
		font-size: 26px;
		margin-bottom: 15px;
	}

	.hp-carousel .carousel-caption p {
		font-size: 14px;
		line-height: 1.6;
	}

	.hp-carousel .carousel-caption .btn-blue {
		font-size: 14px;
		height: 39px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.hp-carousel .carousel-item img {
		height: 100%;
		max-height: 283px;
		width: auto;
		max-width: unset;
		position: relative;
		right: 30px;
	}
}

@media (max-width: 767px) {
	.hp-carousel {
		max-width: 423px;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.hp-carousel .carousel-item img {
		right: unset;
		height: 298px;
		max-width: 100%;
		max-height: 298px;
	}
}

@media (max-width: 439px) {
	.hp-carousel {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 0;
		padding-right: 0;
		width: auto;
	}
}

/* END Carousel */
/* Tabs */
.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav.nav-tabs {
	border: none;
	position: relative;
}

.nav.nav-tabs::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #f2f2f2;
	top: 100%;
}

.nav-tabs .nav-item {
	margin-bottom: 0;
	padding-right: 63px;
}

.nav-tabs .nav-link {
	border: none;
	border-radius: 0;
	padding: 0;
	color: #5e82a0;
	font-size: 16px;
	font-weight: 400;
	transition: 0.3s all;
	display: inline-flex;
}

.nav-tabs .nav-link span {
	padding-bottom: 13px;
	z-index: 3;
	position: relative;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border: none;
	border-radius: 0;
	color: #003863;
	font-size: 16px;
	font-weight: 400;
	z-index: 2;
}

.nav-tabs .nav-item.show .nav-link span,
.nav-tabs .nav-link.active span {
	position: relative;
}

.nav-tabs .nav-link.active span::after,
.nav-tabs .nav-link:focus span::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	left: 0;
	top: 100%;
	background-color: #003863;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border: none;
	border-radius: 0;
	color: #003863;
}

.nav-tabs .blue-number {
	margin-left: 7px;
}

.best-selling-sm .tab-content .tab-pane {
	height: 243px;
}

.best-selling-sm .slick-list {
	margin: 0 -7.5px;
	padding-top: 50px;
}

.best-selling-sm .product-item-smallest {
	margin: 0 7.5px;
}

.best-selling-sm .nav-tabs .nav-item {
	width: 50%;
}

.best-selling-sm .nav-tabs .nav-item .nav-link {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}

.best-selling-sm .nav-tabs .nav-item .nav-link span {
	position: relative;
	padding-left: 40px;
	padding-bottom: 8px;
}

.best-selling-sm .nav-tabs .nav-item .nav-link span::before {
	position: absolute;
	content: "";
	background: url(".././images/dog-icon.svg") no-repeat top center;
	width: 29px;
	height: 31px;
	left: 0;
	top: calc(50% - 8px);
	transform: translateY(-50%);
}

.best-selling-sm .nav-tabs .nav-item .nav-link.active {
	border-bottom: 1px solid #003863;
}

.best-selling-sm .nav-tabs .nav-item .nav-link.active.show span::after {
	display: none;
	transition: unset;
}

.best-selling-sm .nav-tabs .nav-item .nav-link.active span:hover::after, .best-selling-sm .nav-tabs .nav-item .nav-link.active span:focus::after {
	display: none;
}

.best-selling-sm .nav-tabs .nav-item .nav-link.active span::before {
	background: url(".././images/dog-icon-active.svg") no-repeat top center;
}

.best-selling-sm .nav-tabs .nav-item .nav-link.active span::after {
	display: none;
}

.best-selling-sm .nav-tabs .nav-item.cats .nav-link span::before {
	background: url(".././images/cat-icon.svg") no-repeat top center;
}

.best-selling-sm .nav-tabs .nav-item.cats .nav-link.active span::before {
	background: url(".././images/cat-icon-active.svg") no-repeat top center;
}

/* END Tabs */
/** Table **/
.table {
	width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
	border-collapse: collapse;
	margin-top: 15px;
	margin-bottom: 25px;
}

.table:not(.points-table) thead th {
	vertical-align: center;
	border: none;
	padding: 0;
	text-align: left;
	background-color: #edf7ff;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	color: #5e82a0;
	font-size: 16px;
	font-weight: 700;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 20px;
}

.table td {
	padding: 0;
	vertical-align: center;
	border: none;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.table-striped tbody tr:nth-of-type(2n + 1) {
	background-color: #fcfcfc;
}

.table tbody tr:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	background: #ffffff;
}

/** END Table **/
.variant-item {
	border: 1px solid #f2f2f2;
	background-color: #ffffff;
	transition: all 0.3s;
	position: relative;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	padding: 20px 10px;
}

.variant-item .image {
	display: block;
	height: 70px;
	width: 100%;
	margin-bottom: 15px;
}

.variant-item .image img {
	max-height: 100%;
	width: auto;
	max-width: 100%;
}

.variant-item .name {
	font-weight: 400;
	font-size: 16px;
	color: #003863;
	width: 100%;
	line-height: 1;
	margin-bottom: 8px;
	text-align: center;
}

.variant-item .name:hover {
	text-decoration: none;
}

.variant-item .price {
	color: #003863;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
	line-height: 1;
}

.variant-item:hover {
	border: 1px solid transparent;
	text-decoration: none;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
}

.variant-item:focus, .variant-item:active {
	border: 1px solid transparent;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.variant-item.active {
	border: 1px solid #003863;
}

.variants-row {
	margin-bottom: 15px;
}

/* Slick Slider */
/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	top: calc(100% - 75px);
	display: block;
	line-height: 46px;
	padding: 0;
	cursor: pointer;
	z-index: 10;
	color: transparent;
	outline: none;
	left: calc(50% + 23px);
	transform: translateX(-50%);
	width: 48px;
	height: 48px;
	border: 1px solid #f2f2f2;
	background-color: #ffffff;
}

.slick-prev:hover,
.slick-next:hover {
	background-color: #003863 !important;
	border: 1px solid #003863;
}

.slick-prev:hover::before,
.slick-next:hover::before {
	color: #ffffff;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: #ffffff;
}

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

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	opacity: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}

.slick-prev {
	transition: all 0.3s;
	left: calc(50% - 24px);
}

.slick-prev:before {
	content: "";
	color: #003863;
	font-weight: 600;
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
}

.slick-next {
	transition: all 0.3s;
}

.slick-next:before {
	content: "";
	color: #003863;
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
	font-weight: 600;
}

.similar-products .slick-list {
	padding-bottom: 100px;
	margin-top: 70px;
	margin-bottom: 45px;
	z-index: 99;
}

/* end Slick Slider */
.detail h1 {
	margin-bottom: 5px;
}

.detail-top {
	margin-bottom: 50px;
}

.detail-code-brand {
	margin-bottom: 20px;
}

.detail-code-brand ul {
	font-size: 14px;
	margin: 0;
	padding: 0;
	display: flex;
	color: #747474;
}

.detail-code-brand li {
	list-style: none;
	margin-right: 23px;
}

.detail-code-brand li a {
	text-decoration: underline;
	color: #747474;
	transition: 0.3s all;
}

.detail-code-brand li a:hover {
	color: #003863;
	text-decoration: none;
}

.carousel-detail .carousel {
	display: flex;
	flex-wrap: nowrap;
}

.carousel-detail .carousel-inner {
	display: flex;
	align-items: center;
}

.carousel-detail .carousel-item img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.carousel-detail .carousel-indicators {
	position: relative;
	flex-direction: column;
	display: flex;
	width: 70px;
	margin: 0;
}

.carousel-detail .carousel-indicators li {
	display: flex;
	transition: all 0.3s;
	width: 67px;
	height: 67px;
	padding: 5px;
	border: 1px solid #f2f2f2;
	background: #ffffff;
	opacity: 1;
	margin: 12px 0px;
}

.carousel-detail .carousel-indicators li:hover {
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
	border: 1px solid transparent;
}

.carousel-detail .carousel-indicators li:focus, .carousel-detail .carousel-indicators li:active {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
	border: 1px solid transparent;
}

.carousel-detail .carousel-indicators li a {
	display: block;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s all;
}

.carousel-detail .carousel-indicators li a:focus {
	outline: none;
}

.carousel-detail .carousel-indicators li a img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.carousel-detail .carousel-indicators li.active {
	border: 1px solid #003863;
}

.carousel-detail .carousel-indicators li a.more {
	color: #003863;
	font-size: 16px;
	text-indent: 0;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	line-height: 1;
}

.carousel-detail .carousel-indicators li a.more span {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 3px;
}

.carousel-detail .carousel-indicators li a.more:hover, .carousel-detail .carousel-indicators li a.more:focus, .carousel-detail .carousel-indicators li a.more:active {
	text-decoration: none;
}

.detail-top .badge-wrap {
	top: 0;
	left: 0;
	position: relative;
	width: 100%;
	display: flex;
}

.detail-top .badge-wrap .badge {
	clear: none;
	margin-right: 8px;
	float: none;
}

.detail-perex {
	margin-bottom: 20px;
}

.detail-perex p {
	margin-bottom: 0;
}

.detail-info-table .detail-info-table-row {
	border-top: 1px solid #f2f2f2;
	color: #747474;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	padding: 15px 0px;
}

.detail-info-table .detail-info-table-row .value {
	color: #5e82a0;
}

.detail-info-table .detail-info-table-row .value span {
	display: inline-block;
	margin-left: 14px;
}

.detail-info-table .detail-info-table-row .old-price {
	text-decoration: line-through;
	font-size: 16px;
}

.detail-info-price {
	width: 100%;
	text-align: right;
	color: #003863;
	font-size: 30px;
	font-weight: 700;
}

.detail-info-button-row {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.detail-info-button-row .free-ship {
	margin-right: auto;
	font-size: 14px;
	color: #003863;
}

.detail-info-button-row .free-ship a {
	text-decoration: underline;
	color: #003863;
	transition: 0.3s all;
}

.detail-info-button-row .free-ship a:hover {
	text-decoration: none;
	color: #247cc1;
}

.product-count {
	margin-right: 8px;
	border: 1px solid #f2f2f2;
	background-color: #ffffff;
	overflow: hidden;
}

.product-count input {
	background-color: #ffffff;
	border: 0;
	width: 81px;
	height: 48px;
	text-align: center;
	color: #003863;
	font-size: 16px;
	margin: 0;
}

.product-count .ui-spinner {
	border: 0;
	border-radius: 0;
}

.product-count .ui-spinner-button {
	background: #ffffff;
}

.product-count .ui-button .ui-icon::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	color: #003863;
	font-family: "Font Awesome 5 Pro";
	font-size: 12px;
	left: 0;
	top: 0%;
	text-align: center;
	line-height: 25px;
}

.product-count .ui-button.ui-spinner-down .ui-icon::after {
	transform: rotate(180deg);
	left: 0;
}

.product-count:hover {
	box-shadow: 0 3px 6px #d8eeff;
	border: 1px solid #d8eeff;
}

.product-count:focus {
	box-shadow: 0 3px 6px #d8eeff;
	border: 1px solid #d8eeff;
}

.product-count:focus .ui-icon::after {
	color: #247cc1;
}

.registration-sale {
	background-color: #edf7ff;
	color: #003863;
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
	padding: 15px;
}

.registration-sale a {
	text-decoration: underline;
	transition: 0.3s all;
}

.registration-sale a:hover {
	color: #247cc1;
}

.detail-variants {
	margin-top: 25px;
}

.detail-variants h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

.detail-top-checks {
	margin-top: 70px;
}

.detail-top-checks .checks {
	display: flex;
	flex-wrap: wrap;
}

.detail-top-checks .checks li {
	width: 50%;
}

.detail-top-checks .checks li span {
	max-width: 70%;
	display: block;
}

.detail-top-links {
	display: flex;
	margin-top: 30px;
}

.detail-top-links a {
	color: #5e82a0;
	text-decoration: underline;
	font-size: 16px;
	margin-right: 30px;
	display: block;
	transition: 0.3s all;
}

.detail-top-links a:hover {
	color: #809cb1;
	text-decoration: none;
}

.detail-top-links a:hover i {
	color: #5e82a0;
}

.detail-top-links a i {
	font-size: 24px;
	margin-right: 15px;
}

.blue-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #003863;
	font-size: 16px;
	font-weight: 700;
	width: 32px;
	height: 32px;
	background-color: #edf7ff;
	border-radius: 50%;
}

.description {
	padding-top: 45px;
	margin-bottom: 65px;
}

.description h3 {
	font-size: 30px;
}

.description h4 {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.description h4 + h5 {
	margin-top: 35px;
}

.description h5 {
	font-size: 20px;
	margin-bottom: 20px;
}

.description h5 + ul.checks {
	margin-top: 30px;
}

.description p {
	color: #747474;
	font-size: 16px;
	line-height: 2;
	font-weight: 400;
}

.description p a {
	color: #747474;
	text-decoration: underline;
}

.description p a:hover {
	text-decoration: none;
}

.description .main-info,
.description .section {
	margin-bottom: 45px;
}

.description .perex p {
	color: #5e82a0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.78;
}

.description .business-card {
	margin-top: 60px;
	margin-bottom: 25px;
}

.description .business-card h5 {
	margin-bottom: 40px;
	width: 100%;
}

.description-links {
	display: flex;
	margin-top: 26px;
	margin-bottom: 32px;
}

.description-links ul {
	list-style: none;
	column-count: 2;
	width: 80%;
}

.description-links ul li a {
	color: #003863;
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
	transition: 0.3s all;
}

.description-links ul li a:hover {
	text-decoration: none;
	color: #247cc1;
}

.description-right {
	padding-left: 95px;
}

.action-product-list-sum p.perex,
.next-products p.perex {
	color: #5e82a0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.78;
	margin-top: 15px;
}

.parameters {
	list-style: none;
	margin-top: 35px;
}

.parameters li {
	margin-bottom: 20px;
}

.parameters .value {
	float: right;
	color: #5e82a0;
	font-size: 16px;
	text-decoration: underline;
	transition: 0.3s all;
}

.parameters .value:hover {
	text-decoration: none;
	color: #809cb1;
}

.quality-image {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px 0;
	margin-bottom: 35px;
	background: none;
}

.btn-variants {
	display: none;
}

.nav-detail {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	position: relative;
}

.nav-detail:after {
	position: absolute;
	content: "";
	height: 1px;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #f2f2f2;
}

.nav-detail-item {
	padding-right: 60px;
}

.nav-detail-link {
	display: block;
}

.nav-detail-link:hover {
	text-decoration: none;
}

.nav-detail-link span {
	padding-bottom: 17px;
	display: inline-block;
	padding-right: 5px;
}

.nav-detail-link.active span,
.nav-detail-link:active span {
	position: relative;
}

.nav-detail-link.active span::after,
.nav-detail-link:active span::after {
	content: "";
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	top: 100%;
	background-color: #003863;
	z-index: 2;
}

.detail-section-content {
	width: 100%;
	max-width: 100vw;
	height: auto;
}

@media (max-width: 1259px) {
	.detail-info-button-row .free-ship {
		font-size: 12px;
	}
}

@media (max-width: 1199px) {
	.detail h1 {
		font-size: 36px;
	}

	.description h3 {
		font-size: 21px;
	}

	.description-links ul li a,
	.description p {
		font-size: 15px;
	}

	.description .perex p {
		font-size: 16px;
	}

	.description h4 {
		font-size: 18px;
		margin-top: 0;
		margin-bottom: 10px;
	}

	.description .main-info,
	.description .section {
		margin-bottom: 37px;
	}

	.description .main-info,
	.description .section {
		margin-bottom: 15px;
	}

	.similar-products .product-item {
		height: 482px;
	}

	.similar-products .product-item .btn-blue {
		font-size: 15px;
	}

	.similar-products .product-item .btn-blue .icon {
		display: none;
	}

	.similar-products .product-item .name {
		text-align: center;
	}

	.similar-products .slick-prev,
	.similar-products .slick-next {
		height: 54px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 160px;
		z-index: 100;
	}

	.similar-products .slick-prev {
		left: calc(50% - 85px);
	}

	.similar-products .slick-next {
		left: calc(50% + 85px);
	}

	.detail h3 {
		font-size: 21px;
	}

	.description-right {
		padding-left: 20px;
	}
}

@media (max-width: 991px) {
	.detail-info-table .detail-info-table-row {
		flex-direction: column;
		justify-content: flex-start;
	}

	.detail-info-price {
		text-align: left;
	}

	.detail-info-button-row {
		justify-content: flex-start;
	}

	.detail-info-button-row {
		flex-wrap: wrap;
	}

	.detail-info-button-row .free-ship {
		width: 100%;
		font-size: 14px;
		margin-bottom: 20px;
	}

	.detail-info-button-row .btn {
		flex-grow: 2;
		padding: 0;
		justify-content: center;
		align-items: center;
	}

	.detail-top-checks .checks li {
		width: 100%;
		font-size: 16px;
	}

	.detail-top-links {
		display: flex;
		flex-direction: column;
	}

	.detail-top-links a {
		margin-bottom: 20px;
	}

	.detail-variants {
		display: none;
	}

	.btn-variants {
		display: flex;
		margin-top: 25px;
		height: 54px;
		padding: 0;
		justify-content: center;
		width: 100%;
	}

	.btn-variants span {
		font-weight: 400;
		color: #747474;
		margin-left: 5px;
	}

	.description-links ul {
		width: 100%;
	}

	.parameters {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 0;
	}

	.parameters .title {
		font-size: 14px;
	}

	.parameters .value {
		font-size: 15px;
	}

	.parameters li {
		display: flex;
		flex-direction: column;
		width: 50%;
		border-bottom: 1px solid #f2f2f2;
		padding-bottom: 15px;
	}

	.parameters li:last-of-type {
		border-bottom: none;
	}

	.quality-image {
		margin-top: 0;
	}

	.description h5 {
		font-size: 21px;
		text-align: center;
	}

	ul.checks {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	ul.checks li {
		width: 50%;
	}

	.description-right .btn-more {
		display: block;
		margin: 0 auto;
	}

	.description .business-card {
		margin-top: 0;
		padding-top: 40px;
		border-top: 1px solid #f2f2f2;
		margin-top: 50px;
		justify-content: center;
	}

	.description-btn {
		margin-top: 30px;
		display: flex;
		justify-content: center;
	}

	.description {
		margin-bottom: 0;
		padding-bottom: 50px;
		border-bottom: 1px solid #f2f2f2;
	}

	.detail > .container > h3 {
		padding-top: 40px;
		text-align: center;
	}

	.similar-products .slick-list {
		margin-top: 40px;
		padding-bottom: 60px;
	}

	.similar-products .slick-prev,
	.similar-products .slick-next {
		top: calc(100% - 25px);
	}

	.similar-products .product-item .btn-blue {
		padding-left: 16px;
		padding-right: 16px;
	}

	.carousel-detail .carousel {
		flex-wrap: wrap;
	}

	.carousel-detail .carousel-inner {
		order: 1;
	}

	.carousel-detail .carousel-indicators {
		order: 2;
		width: 100%;
		flex-direction: row;
		margin-top: 35px;
	}

	.carousel-detail .carousel-indicators li {
		margin-right: 20px;
	}

	.carousel-detail .carousel-indicators li:nth-of-type(4) {
		display: none;
	}

	.carousel-detail .carousel-indicators li:last-of-type {
		margin-right: 0;
	}

	.detail .advantages {
		margin-top: 90px;
	}

	.detail-top-checks .checks li span {
		max-width: unset;
	}

	.modal-variants .modal-header {
		border-bottom: 1px solid #f2f2f2;
		margin-bottom: 20px;
	}

	.modal-variants .modal-body {
		padding: 20px;
	}

	.modal-variants .variants-row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.modal-variants .variant-item-col {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {
	.detail-code-brand {
		margin-bottom: 30px;
	}

	.detail-top-checks {
		margin-top: 30px;
	}

	.detail-info-button-row .free-ship {
		order: 1;
	}

	.product-count,
	.detail-info-button-row .btn {
		height: 54px;
		align-items: center;
		order: 2;
	}

	.carousel-detail .carousel-item img {
		max-height: 330px;
	}

	.carousel-detail .carousel-indicators li {
		margin-right: 10px;
	}

	.detail-info {
		margin-top: 30px;
	}

	.nav-detail {
		display: none;
	}

	.detail-top-links a {
		margin-bottom: 15px;
	}

	.detail-top {
		margin-bottom: 15px;
	}

	.detail-top-links {
		margin-top: 20px;
	}

	ul.checks li {
		margin-bottom: 10px;
	}

	.table thead th {
		font-size: 14px;
		line-height: 1.4;
	}

	.table td {
		font-size: 14px;
	}

	.description h5 {
		font-size: 16px;
		text-align: left;
	}

	.description-right {
		padding-left: 0;
	}

	.similar-products .product-item .btn-blue .icon {
		display: block;
	}

	.similar-products .product-item .product-count {
		order: 1;
	}

	.similar-products .product-item .btn-blue {
		order: 2;
	}

	.detail-section > h3 {
		cursor: pointer;
	}

	.detail-section-content {
		display: none;
		position: relative;
		padding-left: 5px;
		padding-right: 5px;
	}

	.detail-section.description {
		margin-top: 0;
		border: none;
	}

	.detail-section {
		padding: 0;
		margin-top: -2px;
	}

	.detail-section h3 {
		padding: 15px;
		border: 2px solid #f2f2f2;
		color: #003863;
		font-size: 16px;
		font-weight: 700;
		position: relative;
		transition: 0.3s all;
	}

	.detail-section h3::after {
		position: absolute;
		content: "";
		color: #003863;
		font-family: "Font Awesome 5 Pro";
		font-size: 12px;
		font-weight: 400;
		right: 15px;
		top: 20px;
		transition: 0.3s all;
	}

	.detail-section h3.show {
		border: 2px solid #003863;
	}

	.detail-section h3.show::after {
		transform: rotate(180deg);
	}

	.detail .advantages {
		margin-top: 50px;
	}

	.modal-menu-wrap .modal-menu-item {
		position: relative !important;
		border-bottom: none !important;
		padding: 0 !important;
	}

	.modal-menu-wrap .modal-menu-item h3 {
		border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
		margin: 0 !important;
		padding: 15px 20px;
	}

	.modal-menu-wrap .modal-menu-item h3::after {
		padding: 15px 20px;
	}

	.modal-menu-wrap .modal-menu-item h3.show {
		border-bottom: none !important;
	}

	.modal-menu-wrap .modal-menu-item ul {
		border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
		margin: 0 !important;
		padding: 15px 20px;
		padding-top: 0;
	}

}

@media (max-width: 575px) {
	.parameters li {
		width: 100%;
	}

	ul.checks {
		margin-bottom: 25px;
	}

	ul.checks li {
		width: 100%;
	}

	.description-right .btn-more {
		text-align: left;
	}

	.description .business-card {
		margin-top: 40px;
	}

	.description .business-card h5 {
		font-size: 21px;
		margin-bottom: 20px;
	}

	.description-right .btn-more {
		margin-top: 25px;
		margin-bottom: 10px;
	}
}

.product-list .perex {
	margin-top: 30px;
	max-width: 690px;
}

.product-list .text {
	max-width: 690px;
}

.product-list .perex p {
	margin-bottom: 20px;
}

.product-list .text p {
	margin-bottom: 20px;
}

/* Category discount */
.category-discounts-overlay {
	display: flex;
	padding: 0;
	border: 1px solid #f2f2f2;
	background-color: #ffffff;
	box-sizing: border-box;
	align-items: center;
	margin-bottom: 24px;
	transition: all 0.3s;
}

.category-discounts-overlay .category-discount {
	padding: 1rem;
}

.category-discounts-overlay .discount-image {
	float: left;
	width: 35%;
}

.category-discounts-overlay .discount-image img {
	max-height: 100%;
	width: auto;
	max-width: 100%;
}

.category-discounts-overlay .discount-desc {
	float: right;
	width: 55%;
}

.category-discounts-overlay .category-discount .name {
	font-size: 1.4rem;
	line-height: 1.7rem;
	font-weight: bold;
	margin-top: 1rem;
	margin-bottom: 6rem;
	float: left;
	width: 100%;
}

.detail-info-discount-row .category-discounts-overlay .category-discount .name {
	font-size: 1.2rem;
	line-height: 1.5rem;
}

.category-discounts-overlay .category-discount .old-price {
	position: absolute;
	bottom: calc(15% + 2rem + 13px);
}

.category-discounts-overlay .category-discount .old-price span {
	float: left;
	padding: 2px 10px;
	background: #003863;
	color: #ffffff;
	text-decoration: line-through;
	font-size: 0.8rem;
}

.category-discounts-overlay .category-discount .new-price {
	position: absolute;
	bottom: 15%;
}

.category-discounts-overlay .category-discount .new-price span {
	float: left;
	padding: 5px 10px;
	background-color: #c20000;
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;
}

.category-discounts-overlay .category-discount .new-price span img {
	float: left;
	margin-right: 7px;
	height: 2rem;
}

.category-discounts-overlay .carousel-control-prev {
	position: absolute;
	top: calc(80% - 2rem);
	height: calc(2rem + 13px);
	width: calc(2rem + 13px);
	left: calc(100% - 6rem - 13px);
	border: 1px solid #f2f2f2;
	opacity: 1;
	border-right: 0;
}

.category-discounts-overlay .carousel-control-prev:hover {
	border: 0;
}

.category-discounts-overlay .carousel-control-next {
	position: absolute;
	top: calc(80% - 2rem);
	height: calc(2rem + 13px);
	width: calc(2rem + 13px);
	left: calc(100% - 4rem);
	border: 1px solid #f2f2f2;
	opacity: 1;
}

.category-discounts-overlay .carousel-control-next:hover {
	border: 0;
}

.category-discounts-overlay:hover .category-discount .name {
	color: #747474;
}

.category-discounts-overlay:hover {
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
	text-decoration: none;
}

.category-discounts-overlay:hover .category-discount .name {
	color: #247cc1;
	text-decoration: none;
}

@media (max-width: 546px) {
	.category-discounts-overlay .category-discount .name {
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.4rem;
	}

	.category-discounts-overlay .discount-image {
		width: 100%;
		height: 245px;
		text-align: center;
	}

	.category-discounts-overlay .discount-desc {
		width: 100%;
	}

	.category-discounts-overlay .category-discount .old-price {
		position: absolute;
		bottom: calc(23px + 2rem);
	}

	.category-discounts-overlay .category-discount .new-price {
		position: absolute;
		bottom: 10px;
	}

	.category-discounts-overlay .carousel-control-prev {
		top: calc(100% - 2rem - 20px);
	}

	.category-discounts-overlay .carousel-control-next {
		top: calc(100% - 2rem - 20px);
	}
}

/* Category Nav */
.category-nav {
	margin-left: -12px;
	margin-right: -12px;
	margin-top: 45px;
}

.category-nav [class*=col-] {
	padding-left: 12px;
	padding-right: 12px;
}

.category-nav .item {
	display: flex;
	padding: 0 15px;
	border: 1px solid #f2f2f2;
	background-color: #ffffff;
	box-sizing: border-box;
	height: 80px;
	align-items: center;
	margin-bottom: 24px;
	transition: all 0.3s;
}

.category-nav .item .image {
	margin-right: 15px;
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.category-nav .item .image img {
	max-height: 100%;
}

.category-nav .item .name {
	color: #747474;
	font-size: 16px;
	color: #003863;
	font-weight: 700;
	transition: all 0.3s;
}

.category-nav .item .name span {
	font-weight: 400;
	color: #747474;
}

.category-nav .item:hover {
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
	text-decoration: none;
}

.category-nav .item:hover .name {
	color: #247cc1;
	text-decoration: none;
}

.category-nav .item:active, .category-nav .item:focus {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.category-nav .item:active .name, .category-nav .item:focus .name {
	color: #003863;
}

/* END Category Nav */
/* Left Filter */
.left-filter {
	width: 300px;
	padding-bottom: 50px;
	padding-right: 16px;
}

.left-filter .btn-collapse {
	padding-bottom: 20px;
	position: relative;
	display: block;
}

.left-filter .collapse-content {
	padding-bottom: 16px;
}

.left-filter h5 {
	font-size: 18px;
	margin-bottom: 30px;
}

.left-filter .business-card {
	margin-bottom: 36px;
}

.filter-section {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 24px;
}

.filter-subsection {
	padding-left: 27px;
}

.business-card {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}

.business-card .image {
	width: 78px;
	height: 78px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	margin-right: 24px;
}

.business-card .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.business-card .text h6 {
	margin: 0;
	color: #003863;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 4px;
}

.business-card .text .phone {
	display: inline-block;
	color: #747474;
	font-weight: 400;
	line-height: 1.3;
}

.business-card .text a[href^="mailto:"] {
	color: #003863;
	text-decoration: underline;
	font-size: 16px;
	line-height: 1.3;
}

.business-card .text a[href^="mailto:"]:hover {
	text-decoration: none;
	color: #247cc1;
}

/* END Left Filter */
.products-content {
	display: flex;
	margin-top: 55px;
}

.products-content .main-content {
	width: calc(100% - 300px);
	padding-left: 23px;
	padding-bottom: 40px;
}

.products-content .main-content .filter-top .btn-blue {
	display: none;
}

/* Filter Top */
.filter-top {
	display: flex;
}

.filter-top ul {
	list-style: none;
	display: flex;
}

.filter-top ul li {
	padding-right: 45px;
}

.filter-top ul li a {
	color: #809cb1;
	font-family: "Nunito Sans";
	font-size: 16px;
	font-weight: 400;
	transition: all 0.3s;
}

.filter-top ul li a:hover {
	text-decoration: none;
	color: #5e82a0;
}

.filter-top ul li a:focus, .filter-top ul li a:active {
	color: #003863;
}

.filter-top ul li a.active {
	color: #003863;
}

.filter-top .number {
	color: #747474;
	font-size: 16px;
	font-weight: 400;
	margin-left: auto;
}

/* END Filter Top */
/* Product Item */
.product-items {
	margin-top: 50px;
}

.product-item {
	transition: all 0.3s;
	position: relative;
	height: 416px !important;
	text-align: center;
}

.product-item .image {
	display: block;
	height: 245px;
	padding-bottom: 10px;
}

.product-item .image img {
	max-height: 100%;
	width: auto;
	max-width: 100%;
}

.product-item .name {
	transition: all 0.3s;
}

.product-item .name:hover {
	color: #247cc1;
	text-decoration: none;
}

.product-item .name,
.product-item .price {
	color: #003863;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
}

.product-item-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	transition: all 0.3s;
	padding: 24px;
	background-color: #ffffff;
}

.product-item-hover:hover {
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
	padding-bottom: 48px;
	bottom: -56px;
	z-index: 2;
}

.product-item-hover:hover .product-bottom {
	height: 48px;
}

.in-stock {
	color: #59c79e;
	font-size: 14px;
	font-weight: 600;
	padding-left: 22px;
	position: relative;
}

.in-stock::before {
	content: "";
	position: absolute;
	left: 0;
	color: #59c79e;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.delivery-delay {
	color: #f7a978;
	font-size: 14px;
	font-weight: 600;
	padding-left: 22px;
	position: relative;
}

.delivery-delay::before {
	content: "";
	position: absolute;
	left: 0;
	color: #f7a978;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.not-available {
	color: #f77878;
	font-size: 14px;
	font-weight: 600;
	padding-left: 22px;
	position: relative;
}

.not-available::before {
	content: "";
	position: absolute;
	left: 0;
	color: #f77878;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.product-bottom {
	position: absolute;
	margin-top: 8px;
	height: 0;
	overflow: hidden;
	transition: all 0.3s;
	bottom: 24px;
	display: flex;
}

.badge-wrap {
	top: 16px;
	left: 16px;
	position: absolute;
}

.badge-wrap .badge {
	margin-bottom: 10px;
}

.badge {
	padding: 6px 10px;
	display: block;
	line-height: 1;
	position: relative;
	float: left;
	align-items: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	clear: both;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	border-radius: 0;
}

.badge.red {
	background-color: #f77878;
}

.badge.green {
	background-color: #59c79e;
}

.badge:hover, .badge:focus, .badge:active {
	color: #ffffff;
}

.btn-next {
	margin-top: 45px;
}

/* Pagination */
.pagination {
	padding-left: 0;
	border-radius: 0.25rem;
	margin-top: 35px;
	margin-bottom: 1rem;
	justify-content: center;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-radius: 0;
}

.page-link {
	padding: 0;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 0;
	line-height: 1;
	background-color: #ffffff;
	border: none;
	color: #003863;
	font-family: "Nunito Sans";
	font-size: 16px;
	font-weight: 700;
	transition: all 0.3s;
}

.page-item.active .page-link {
	color: #003863;
	background-color: #edf7ff;
	border: none;
}

.page-item.disabled .page-link {
	color: #6c757d;
	cursor: auto;
	background-color: #ffffff;
	border-color: #dee2e6;
}

.page-link:focus {
	box-shadow: none;
}

.page-link:hover {
	color: #247cc1;
	background-color: #ffffff;
	border: none;
}

/* END Pagination */
/* END Product Item */
/* Advantages */
.advantages {
	margin-top: 20px;
	padding-top: 65px;
	padding-bottom: 65px;
	border-top: 1px solid #f2f2f2;
}

.advantage-item {
	display: flex;
	justify-content: center;
	align-items: center;
}

.advantage-item .icon {
	margin-right: 30px;
}

.advantage-item .text {
	color: #003863;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.58px;
	line-height: 1.5;
}

/* END Advantages */
.price-slider .ui-slider-horizontal {
	border-radius: 10px;
	height: 8px;
	background-color: #f2f2f2;
	border: 0;
}

.price-slider .ui-slider-horizontal:hover .ui-slider-range,
.price-slider .ui-slider-horizontal:hover .ui-slider-handle {
	background-color: #247cc1;
}

.price-slider .ui-slider-range {
	background: #003863;
	border-radius: 10px;
	transition: background-color 0.3s;
}

.price-slider .ui-slider-handle {
	width: 16px;
	height: 16px;
	background: #003863;
	border-radius: 50%;
	border: 0;
	top: -4px;
	transition: background-color 0.3s;
}

.price-slider .ui-slider-handle::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 50%;
	transition: 0.3s all;
}

.price-slider .ui-slider-handle:active::after, .price-slider .ui-slider-handle:hover::after {
	left: -2px;
	right: -2px;
	top: -2px;
	bottom: -2px;
	box-shadow: 0 3px 6px rgba(64, 99, 126, 0.37);
	background-color: #247cc1;
}

.price-slider .price-slider-inputs {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.price-slider .price-input {
	color: #747474;
	font-size: 14px;
	font-weight: 400;
	line-height: 34px;
	width: 70px;
	height: 34px;
	border: 0;
	background: #ffffff;
}

.price-slider .price-to {
	text-align: right;
}

.uitooltip {
	padding: 13px 16px;
	box-sizing: border-box;
	width: 100%;
	max-width: 200px;
	background-color: rgba(0, 56, 99, 0.9);
	box-shadow: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.57;
	border-radius: 0;
	border: none;
	outline: none;
}

.btn-list-info {
	margin-top: 10px;
}

.simple-filter {
	display: none;
}

.categories-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.btn-show-categories {
	display: none;
	flex-wrap: wrap;
}

@media (min-width: 991px) and (max-width: 1199px) {
	.product-list .product-item {
		height: 480px;
	}

	.product-list .product-item .btn {
		height: 48px;
		font-size: 15px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.product-list .product-item .btn .icon {
		display: none;
	}

	.product-list .product-item .name,
	.product-list .product-item .price {
		line-height: 1.4;
		margin-bottom: 8px;
		text-align: center;
	}

	.product-list .product-count input {
		width: 70px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.category-nav {
		margin-left: -7.5px;
		margin-right: -7.5px;
	}

	.category-nav .item {
		height: 54px;
		margin-bottom: 15px;
	}

	.category-nav .item .image {
		width: 30px;
		height: 37px;
		margin-right: 12px;
	}

	.category-nav .item .image img {
		max-height: 37px;
	}

	.category-nav .item .name {
		font-size: 11px;
	}

	.category-nav [class*=col-] {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
}

@media (max-width: 1199px) {
	.product-item {
		height: 442px;
	}

	.product-item-hover {
		padding-bottom: 48px;
		bottom: 0;
	}

	.product-item-hover:hover {
		bottom: 0;
	}

	.product-item-hover .product-bottom {
		height: 48px;
	}

	.actions .btn-light-blue {
		padding-left: 60px;
		padding-right: 60px;
		height: 54px;
	}

	.product-list .perex p {
		font-size: 15px;
	}

	.product-list .text p {
		font-size: 15px;
	}

	.products-content .main-content {
		padding-left: 10px;
	}

	.btn-next {
		margin-top: 25px;
	}

	.btn-next .btn-blue {
		width: 100%;
		max-width: 330px;
		padding: 0;
		justify-content: center;
	}
}

@media (max-width: 991px) {
	.left-filter {
		display: none;
	}

	.products-content .main-content {
		width: 100%;
	}

	.products-content .main-content .filter-top .btn-blue {
		display: flex;
		padding-left: 100px;
		padding-right: 100px;
		height: 54px;
	}

	.filter-top {
		justify-content: space-between;
		align-items: center;
	}

	.filter-top ul {
		display: none;
	}

	.filter-top .number {
		margin-left: 0;
	}

	.simple-filter {
		display: block;
	}

	.simple-filter .btn-collapse {
		color: #003863;
		font-size: 15px;
		font-weight: 400;
	}

	.simple-filter .btn-collapse::after {
		top: 0;
		color: #003863;
		transform: rotate(0deg);
	}

	.simple-filter .dropdown-menu::after, .simple-filter .dropdown-menu::before {
		display: none;
	}

	.simple-modal .modal-dialog {
		max-width: 360px;
	}

	.simple-modal .modal-content {
		background: transparent;
	}

	.simple-modal .modal-body {
		background: #ffffff;
	}

	.simple-modal .modal-body .filter-top ul {
		display: flex;
		flex-direction: column;
		align-content: center;
		width: 100%;
	}

	.simple-modal .modal-body .filter-top ul li {
		text-align: center;
		padding: 15px 0;
		border-bottom: 1px solid #f2f2f2;
	}

	.simple-modal .modal-header {
		margin-bottom: 10px;
	}

	.simple-modal .close {
		margin-left: auto;
		font-size: 2.4rem;
		font-weight: 300;
		line-height: 1;
		color: white;
		text-shadow: 0 1px 0 #ffffff;
		opacity: 1;
	}

	.simple-modal .close:hover {
		transform: none;
	}

	.product-list .product-item {
		height: 480px;
	}

	.product-list .product-item .product-item-hover {
		padding: 24px 0;
	}

	.product-list .product-item:hover .product-item-hover {
		box-shadow: none;
	}

	.product-list .product-item .btn {
		padding-left: 15px;
		padding-right: 15px;
	}

	.product-list .product-item .name,
	.product-list .product-item .price {
		line-height: 1.4;
		margin-bottom: 8px;
		text-align: center;
	}

	.product-list .product-item .product-count input {
		width: 70px;
	}

	.category-nav .name {
		line-height: 1.4;
	}

	.filter-modal .modal-body {
		border-top: 1px solid #f2f2f2;
	}

	.filter-modal .left-filter {
		display: block;
		width: 100%;
		padding: 15px;
		padding-bottom: 25px;
		margin-top: 10px;
	}

	.filter-modal .left-filter .btn-collapse {
		font-size: 16px;
	}

	.filter-modal .left-filter .btn-light-blue {
		border: none;
		color: #003863;
		font-size: 15px;
		font-weight: 700;
		text-decoration: underline;
		padding: 0;
	}

	.filter-modal .left-filter .btn-light-blue:hover {
		border: none;
		text-decoration: none;
		color: #247cc1;
		background-color: transparent;
		box-shadow: none;
	}

	.filter-modal .left-filter .btn-light-blue:focus, .filter-modal .left-filter .btn-light-blue:active {
		background-color: transparent;
		box-shadow: none;
	}

	.filter-modal .left-filter .business-card {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.btn-show-categories {
		display: flex;
	}

	.btn-show-categories .btn {
		height: 54px;
		width: 100%;
		padding: 0;
		justify-content: center;
		margin-bottom: 10px;
	}

	.btn-show-categories .btn .number {
		color: #747474;
		font-weight: 400;
		margin-left: 5px;
	}

	.categories-content {
		width: 100%;
		display: none;
	}

	.category-nav .item {
		width: 100%;
		max-width: unset;
	}

	.filter-top {
		flex-wrap: wrap;
	}

	.filter-top .btn-blue {
		order: 1;
		width: 100%;
		font-size: 16px;
		padding: 0 !important;
		justify-content: center;
		margin-bottom: 35px;
	}

	.filter-top .simple-filter {
		order: 2;
	}

	.filter-top .number {
		order: 3;
	}

	.products-content .main-content {
		padding-left: 0;
	}

	.products-content {
		margin-top: 0px;
	}

	.simple-modal .close:hover {
		transform: none !important;
	}

	.product-list .product-item,
	.similar-products .product-item {
		height: 445px !important;
	}

	.page-link {
		width: 50px;
		height: 50px;
	}

	.btn-next .btn {
		width: 100%;
		max-width: unset;
	}

	.pagination {
		justify-content: space-between;
	}

	.page-item:nth-of-type(4), .page-item:nth-of-type(5) {
		display: none;
	}

	.modal-categories .categories-content {
		display: block;
	}

	.modal-categories .modal-header {
		border-bottom: 1px solid #f2f2f2;
		margin-bottom: 20px;
	}

	.categories-content {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 20px;
	}

	.category-nav [class*=col-] {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}

	.category-nav-col {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.category-nav .item {
		margin-bottom: 15px;
	}

	.product-list .product-item .item-name .name,
	.similar-products .product-item .item-name .name {
		height: auto;
	}

	.product-list .product-item .product-bottom .product-count,
	.similar-products .product-item .product-bottom .product-count {
		height: 54px !important;
	}

	.cart-product .content .image img {
		width: 180px;
	}

	.cart-product .content .name {
		text-align: center;
	}

	.no-sub-categories {
		display: block;
		width: 100%;
		height: 35px;
	}

	.pagination {
		display: block;
	}

	.pagination li.page-item {
		display: inline-block;
	}

	.pagination li.disabled {
		width: 25px;
		height: 50px;
		display: inline-block;
		text-align: center;
	}

	.tooltip-custom {
		display: none !important;
	}
}

.homepage .advantages {
	border-top: 0;
}

.hp-category {
	display: block;
	padding: 30px;
	margin-bottom: 24px;
	height: 200px;
	transition: 0.3s all;
	background-repeat: no-repeat;
	background-position: right center;
}

.hp-category .content {
	position: relative;
	padding-bottom: 30px;
}

.hp-category .text {
	position: relative;
	max-width: 165px;
	width: 100%;
	height: 100%;
}

.hp-category .text .link {
	line-height: 1.4;
}

.hp-category .text .link a {
	color: #5e82a0;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.45px;
	text-decoration: underline;
	line-height: 1.4;
	transition: 0.3s all;
}

.hp-category .text .link a:hover {
	color: #003863;
	text-decoration: none;
}

.hp-category .text h4 {
	margin-bottom: 20px;
	font-size: 18px;
}

.hp-category .text h4 a {
	position: relative;
	text-decoration: none;
	font-size: 18px;
}

.hp-category .text .btn {
	position: absolute;
	bottom: 0;
}

.hp-category:hover {
	background-position: right -20px center;
}

.hp-category:hover {
	background-position: right -20px center;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
	text-decoration: none;
}

.hp-category:hover h4 {
	text-decoration: none;
}

.hp-category .arrow {
	display: none;
}

.product-item-smallest {
	margin-top: 45px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	border: 1px solid #f2f2f2;
	transition: 0.3s all;
}

.product-item-smallest:hover {
	text-decoration: none;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
	border: 1px solid #ffffff;
}

.product-item-smallest:hover h6 {
	color: #247cc1;
}

.product-item-smallest h6 {
	font-size: 16px;
	margin-bottom: 10px;
	transition: 0.3s all;
}

.product-item-smallest p {
	font-size: 14px;
	color: #747474;
	line-height: 1.4;
}

.product-item-smallest .image {
	height: 90px;
	margin-bottom: 20px;
	margin-top: -44px;
	text-align: center;
}

.product-item-smallest .image img {
	display: inline-block;
	max-height: 100%;
	width: auto;
}

.actions {
	margin: 0 auto;
	width: 100%;
	max-width: 930px;
	margin-top: 72px;
	padding-bottom: 70px;
}

.actions .product-item {
	margin-top: 15px;
}

.actions .btn-light-blue {
	margin-top: 0;
}

.action-products .slick-list {
	padding-bottom: 90px;
	margin-left: -12px;
	margin-right: -12px;
}

.action-products .product-item {
	margin: 0 12px !important;
}

.news {
	background-color: rgba(237, 247, 255, 0.5);
	padding-top: 80px;
}

.news h2 {
	text-align: center;
	margin-bottom: 65px;
}

.news .btn-light-blue {
	margin-top: 30px;
	margin-bottom: 70px;
}

.news-items {
	margin-left: -12px;
	margin-right: -12px;
	display: flex;
}

.news-items .slick-list {
	padding-bottom: 40px;
}

.news-items .slick-track {
	height: 100%;
}

.news-items .news-item {
	margin: 0 12px;
	height: 100%;
}

.news-item {
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	transition: 0.3s all;
	height: 100%;
}

.news-item:hover {
	text-decoration: none;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
}

.news-item .date {
	color: #809cb1;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.news-item .image {
	display: block;
}

.news-item .image img {
	margin: 0 auto;
}

.news-item .text {
	padding: 24px;
}

.news-item .text h3 a {
	display: inline-block;
	font-size: 24px;
	margin-bottom: 15px;
}

.news-item .text h3 a:hover {
	text-decoration: none;
}

.news-item .text p {
	line-height: 1.625;
	margin-bottom: 10px;
}

.quality-brands {
	padding-top: 72px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.quality-brands h2 {
	margin-bottom: 25px;
}

.quality-brands .btn-light-blue {
	margin-top: 10px;
}

.brand-items {
	width: 100%;
	padding-bottom: 150px;
	margin-left: -12px;
	margin-right: -12px;
}

.brand-items .brand-item {
	margin-left: 12px;
	margin-right: 12px;
}

.brand-items .slick-prev,
.brand-items .slick-next {
	top: calc(100% - 60px);
}

.brand-item {
	text-align: center;
	margin-top: 65px;
}

.brand-item .image {
	display: inline-block;
	margin-bottom: 40px;
	height: 50px;
}

.brand-item .text {
	width: 100%;
	text-align: center;
}

.brand-item .text p {
	display: inline-block;
	text-align: center;
	line-height: 1.625;
	margin-bottom: 20px;
	max-width: 295px;
}

.help-articles {
	padding-top: 72px;
}

.help-articles h2 {
	margin-bottom: 20px;
}

.help-articles p {
	margin-bottom: 50px;
}

.help-articles .btn-light-blue {
	margin-top: 60px;
}

.hp-banner {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: url(".././images/hp-banner.jpg") no-repeat top center;
	margin-top: 75px;
	box-sizing: border-box;
	position: relative;
}

.hp-banner:hover::after {
	opacity: 0.85;
}

.hp-banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f5f0ec;
	opacity: 0.7;
	transition: 0.3s all;
}

.hp-banner .content {
	position: relative;
	z-index: 3;
	display: flex;
	position: relative;
	height: 480px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.hp-banner .content h2 {
	margin-bottom: 25px;
}

.hp-banner .content p {
	color: #003863;
}

.events-content {
	display: flex;
	width: 100%;
}

#events {
	margin-top: 35px;
	width: 100%;
}

.events {
	padding-top: 72px;
	padding-bottom: 63px;
}

.events h2 {
	margin-bottom: 22px;
}

.events .btn-light-blue {
	margin-top: 30px;
	margin-left: 21px;
	margin-right: 21px;
}

.events [class*=col-] {
	height: 100%;
}

.events .slick-list {
	padding-bottom: 90px;
}

.events .slick-track {
	height: 100%;
}

.event-item {
	border: 1px solid #f2f2f2;
	background-color: #ffffff;
	text-align: center;
	padding: 33px 48px;
	padding-top: 0;
	margin-top: 55px;
	transition: 0.3s all;
	height: 100%;
}

.event-item:hover {
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

.event-item .icon {
	margin: 0 auto;
	margin-top: -32px;
	margin-bottom: 32px;
	width: 64px;
	height: 64px;
	box-shadow: 0 10px 20px rgba(128, 156, 177, 0.4);
	background-color: #809cb1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.event-item .icon.cats {
	box-shadow: 0 10px 20px rgba(247, 169, 120, 0.4);
	background-color: #f7a978;
}

.event-item .text {
	text-align: left;
}

.event-item .text .blue-tag {
	margin-bottom: 20px;
}

.event-item .text h3 {
	font-size: 24px;
	max-width: 230px;
	margin-bottom: 22px;
}

.event-item .text h3 a {
	text-decoration: none;
	transition: 0.3s all;
}

.event-item .text ul {
	list-style: none;
}

.event-item .text a {
	text-decoration: underline;
}

.event-item .text a:hover {
	text-decoration: none;
	color: #247cc1;
}

.blue-tag {
	height: 24px;
	background-color: #edf7ff;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-flex;
	align-items: center;
	color: #5e82a0;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.location-box {
	display: flex;
	position: relative;
	margin-top: 90px;
	margin-bottom: 50px;
}

.location-box .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.location-box .content .btn {
	display: inline-flex;
	max-width: 172px;
}

.location-box .text {
	display: flex;
	background-color: #edf7ff;
	padding: 43px 60px;
	padding-right: 26px;
	width: 100%;
	box-sizing: border-box;
	max-width: 735px;
	align-content: center;
}

.location-box .text p {
	color: #747474;
	font-size: 18px;
	line-height: 1.78;
}

.location-box .text p a {
	color: #747474;
	text-decoration: underline;
	transition: 0.3s all;
}

.location-box .text p a:hover {
	color: #003863;
	text-decoration: none;
}

.location-box .text h3 {
	font-size: 36px;
	margin-bottom: 23px;
}

.location-box .text .icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: auto;
}

.location-box .image {
	position: absolute;
	right: 53px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s all;
	display: block;
}

.location-box .image img {
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
	transition: 0.3s all;
}

.location-box .image::before {
	content: "";
	position: absolute;
	top: -57px;
	bottom: 57px;
	left: 57px;
	right: -57px;
	background: url(".././images/blue-circle.png") repeat left -10px top -10px;
	z-index: -1;
	transition: 0.3s all;
}

.location-box .image:hover {
	top: calc(50% - 10px);
}

.location-box .image:hover img {
	box-shadow: 0 40px 40px rgba(0, 0, 0, 0.2);
}

.location-box .image:hover::before {
	top: -47px;
}

.best-selling-lg {
	display: none;
	clear: both;
}

.best-selling-lg div.item-box {
	margin-bottom: 25px;
}

.best-selling-sm h2 {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 25px;
}

@media (min-width: 1200px) {
	.best-selling-lg {
		display: flex;
	}

	.best-selling-sm {
		display: none;
	}
}

@media (max-width: 1259px) {
	.hp-category.dogs {
		background-size: 30% !important;
	}

	.hp-category.cats {
		background-size: 22% !important;
	}

	.hp-category.fishes {
		background-size: 30% !important;
	}

	.hp-category.adv {
		background-size: 22% !important;
	}
}

@media (max-width: 1199px) {
	.hp-category {
		padding: 15px !important;
		height: auto;
		margin-bottom: 13px;
		padding-left: 57px !important;
		display: flex;
	}

	.hp-category.show .arrow {
		transform: rotate(180deg);
	}

	.hp-category h4 {
		margin-bottom: 0 !important;
	}

	.hp-category h4 a {
		display: block;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.hp-category .content-collapse {
		display: none;
	}

	.hp-category .text {
		width: 100%;
		max-width: unset;
	}

	.hp-category .arrow {
		position: absolute;
		right: 0;
		top: 11px;
		display: block;
		transition: 0.3s all;
	}

	.hp-category.dogs {
		background: #fff4ed url(".././images/dog-small.png") no-repeat left;
		background-size: auto !important;
	}

	.hp-category.dogs:hover {
		background-position: left -10px center;
	}

	.hp-category.cats {
		background: #f5f2ef url(".././images/cat-small.png") no-repeat left;
		background-size: auto !important;
	}

	.hp-category.cats:hover {
		background-position: left -10px center;
	}

	.hp-category.fishes {
		background: #fff3ce url(".././images/fish-small.png") no-repeat left;
		background-size: auto !important;
	}

	.hp-category.fishes:hover {
		background-position: left -10px center;
	}

	.hp-category.adv {
		background: #edf7ff url(".././images/bag-small.png") no-repeat left;
		background-size: auto !important;
	}

	.hp-category.adv:hover {
		background-position: left -10px center;
	}

	.best-selling-sm .slick-list {
		padding-top: 90px;
	}

	.best-selling-sm h2 {
		margin-top: 30px;
	}

	.actions {
		margin-top: 90px;
	}

	.actions h2 {
		font-size: 24px;
		margin-bottom: 5px;
	}

	.actions p {
		margin-bottom: 20px;
	}

	.action-products .slick-list {
		margin-left: -7.5px;
		margin-right: -7.5px;
	}

	.action-products .product-item {
		margin: 0 7.5px !important;
	}

	.news {
		padding-top: 40px;
	}

	.news h2 {
		font-size: 24px;
		margin-bottom: 35px;
	}

	.news .date {
		font-size: 10px;
		margin-bottom: 10px;
	}

	.news .text {
		padding: 16px;
	}

	.news .text h3 a {
		font-size: 22px;
	}

	.news .text p {
		font-size: 15px;
	}

	.news .btn-light-blue {
		margin-top: 10px;
		margin-bottom: 50px;
	}

	.news-items {
		margin-left: -7.5px;
		margin-right: -7.5px;
	}

	.news-items .slick-list {
		padding-bottom: 30px;
	}

	.news-items .news-item {
		margin: 0 7.5px;
	}

	.quality-brands {
		padding-top: 50px;
	}

	.quality-brands h2 {
		font-size: 24px;
		margin-bottom: 5px;
	}

	.quality-brands p {
		max-width: 430px;
		margin: 0 auto;
		text-align: center;
		line-height: 1.5;
		margin-bottom: 15px;
	}

	.brand-item .text p {
		font-size: 15px;
	}

	.brand-items .slick-prev,
	.brand-items .slick-next {
		width: 160px;
		height: 54px;
		left: calc(50% + 79px);
		top: calc(100% - 100px);
	}

	.brand-items .slick-prev {
		left: calc(50% - 80px);
	}

	.help-articles {
		padding-top: 5px;
	}

	.help-articles h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.help-articles > p {
		font-size: 16px;
		max-width: 430px;
		margin: 0 auto;
		text-align: center;
		line-height: 1.6;
		margin-bottom: 30px;
	}

	.news-item .date {
		font-size: 10px;
		margin-bottom: 15px;
	}

	.news-item .text h3 a {
		font-size: 22px;
	}

	.news-item .text p {
		font-size: 15px;
	}

	.help-articles .btn-light-blue {
		height: 54px;
		padding-left: 70px;
		padding-right: 70px;
	}

	.help-articles .btn-light-blue {
		margin-top: 30px;
	}

	.hp-banner {
		margin-top: 60px;
	}

	.hp-banner .content {
		height: 327px;
	}

	.hp-banner .content h2 {
		font-size: 24px;
	}

	.hp-banner .content p {
		max-width: 340px;
		margin: 0 auto;
		text-align: center;
		font-size: 18px;
		margin-bottom: 30px;
	}

	.events {
		padding-top: 50px;
	}

	.events h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.events p {
		max-width: 430px;
		margin: 0 auto;
		text-align: center;
		line-height: 1.6;
	}

	.event-item {
		height: 100%;
		padding: 20px;
		padding-bottom: 0;
	}

	.event-item .text h3 a {
		font-size: 20px;
	}

	.event-item .text ul li {
		font-size: 14px;
	}

	.event-item .icon {
		margin-bottom: 27px;
	}

	.events .btn-light-blue {
		margin-top: -20px;
	}

	.location-box {
		margin-top: 25px;
	}

	.location-box .image {
		width: 450px;
	}

	.location-box .image::before {
		display: none;
	}

	.location-box .text {
		padding: 40px 30px;
		max-width: 430px;
	}

	.location-box .text h3 {
		font-size: 24px;
	}

	.location-box .text p {
		font-size: 16px;
	}

	.location-box .text .icon {
		display: none;
	}

	.advantage-item .icon {
		max-width: 60px;
		margin-right: 16px !important;
	}

	.advantage-item .icon img {
		max-width: 100%;
		height: auto;
		max-height: 45px;
	}

	.advantage-item .text {
		font-size: 14px;
	}

	.event-item {
		margin-top: 35px;
	}

	.event-item .icon {
		margin-top: -52px;
	}
}

@media (max-width: 991px) {
	.best-selling-sm {
		padding-bottom: 30px;
	}

	.best-selling-sm .product-item-smallest {
		border: none;
	}

	.best-selling-sm .product-item-smallest .image {
		margin-top: 0;
	}

	.best-selling-sm .slick-list {
		padding-top: 0;
		height: 238px;
	}

	.best-selling-sm .slick-prev,
	.best-selling-sm .slick-next {
		top: calc(100% + 20px);
		border: 1px solid #f2f2f2;
	}

	.best-selling-sm .tab-content {
		border: 1px solid #f2f2f2;
		border-top: none;
	}

	.best-selling-sm .nav-tabs .nav-item {
		padding-right: 0;
	}

	.hp-category .text h4 a {
		font-size: 16px;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.hp-category .content {
		padding-bottom: 40px;
	}

	.hp-category .text .btn {
		bottom: 5px;
	}

	.actions {
		margin-top: 10px;
	}

	.action-products .slick-prev,
	.action-products .slick-next {
		top: calc(100% - 25px);
	}

	.actions .btn-wrap {
		margin-top: 45px;
	}

	.news-items .slick-prev,
	.news-items .slick-next {
		top: calc(100% + 10px);
		width: 160px;
		height: 54px;
		border: none;
	}

	.news-items .slick-prev {
		left: 7.5px;
		transform: none;
	}

	.news-items .slick-next {
		right: 7.5px;
		left: auto;
		transform: none;
	}

	.news .btn-light-blue {
		height: 54px;
	}

	.help-articles .news-items .slick-prev,
	.help-articles .news-items .slick-next {
		border: 1px solid #f2f2f2;
	}

	.help-articles .btn-light-blue {
		height: 54px;
		padding-left: 90px;
		padding-right: 90px;
		margin-top: 10px;
	}

	.hp-banner {
		background-size: 170%;
	}

	.events .slick-prev,
	.events .slick-next {
		top: calc(100% - 60px);
		width: 100px;
		height: 48px;
		border: none;
		border: 1px solid #f2f2f2;
	}

	.events .slick-prev {
		left: 7.5px;
		transform: none;
	}

	.events .slick-next {
		right: 7.5px;
		left: auto;
		transform: none;
	}

	.events .btn-light-blue {
		margin-top: -60px;
	}

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

	.location-box .image {
		width: 282px;
		right: -15px;
	}

	.location-box .text {
		max-width: unset;
		padding: 30px;
	}

	.location-box .text p,
	.location-box .text h3 {
		max-width: 360px;
	}

	.advantage-item {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.advantages {
		padding-top: 0;
		padding-bottom: 40px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.action-products .slick-prev,
	.action-products .slick-next {
		top: calc(100% + 10px);
		width: 160px;
		height: 54px;
		border: 1px solid #f2f2f2;
	}

	.action-products .slick-prev {
		left: 7.5px;
		transform: none;
	}

	.action-products .slick-next {
		right: 7.5px;
		left: auto;
		transform: none;
	}

	.actions .btn-wrap {
		margin-top: 10px;
	}

	.brand-items .slick-prev {
		left: calc(50% - 85px);
	}

	.brand-items .slick-next {
		left: calc(50% + 84px);
	}
}

@media (max-width: 767px) {
	.best-selling-sm .nav-tabs .nav-item {
		padding-right: 0;
		border-top: 1px solid #f2f2f2;
		border-left: 1px solid #f2f2f2;
		padding-top: 10px;
	}

	.best-selling-sm .nav-tabs .nav-item:last-of-type {
		border-right: 1px solid #f2f2f2;
	}

	.best-selling-sm .product-item-smallest {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.best-selling-sm .slick-list {
		padding-top: 0;
		height: 228px;
	}

	.best-selling-sm br {
		display: none;
	}

	.best-selling-sm .slick-prev,
	.best-selling-sm .slick-next {
		top: 100%;
		width: calc(50% + 1px);
		transform: none;
	}

	.best-selling-sm .slick-prev {
		left: -1px;
	}

	.best-selling-sm .slick-next {
		right: -1px;
		left: auto;
		width: calc(50% + 2px);
	}

	.hp-category .text .link {
		padding-top: 10px;
	}

	.hp-category .text .link > span {
		display: none;
	}

	.hp-category .text .link a {
		display: block;
		margin-bottom: 15px;
		font-size: 15px;
	}

	.hp-category .content {
		padding-bottom: 30px;
	}

	.hp-category .text .btn {
		bottom: 10px;
		font-size: 15px;
	}

	.actions {
		margin-top: 45px;
		padding-bottom: 28px;
	}

	.actions h2 {
		margin-bottom: 10px !important;
	}

	.actions p {
		line-height: 1.6;
	}

	.news {
		padding-top: 35px;
	}

	.news h2 {
		font-size: 21px;
	}

	.news-item .date {
		font-size: 12px;
	}

	.news-item .text h3 a {
		font-size: 24px;
	}

	.news-items .news-item:hover {
		box-shadow: none;
	}

	.news-items .slick-list {
		padding-bottom: 10px;
	}

	.news-items .slick-prev, .news-items .slick-next {
		width: calc(50% - 12.5px);
	}

	.news .btn-light-blue {
		margin-top: 85px;
		width: 100%;
		padding: 0;
		justify-content: center;
	}

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

	.quality-brands h2 {
		font-size: 21px;
		margin-bottom: 10px;
	}

	.quality-brands p {
		font-size: 15px;
	}

	.quality-brands .btn-light-blue {
		margin-top: 5px;
	}

	.brand-items {
		padding-bottom: 125px;
	}

	.brand-item {
		margin-top: 40px;
	}

	.brand-item .image {
		margin-bottom: 20px;
	}

	.brand-items .slick-prev, .brand-items .slick-next {
		top: calc(100% - 95px);
	}

	.help-articles {
		padding-top: 35px;
		position: relative;
	}

	.help-articles::before {
		position: absolute;
		content: "";
		height: 1px;
		background-color: #f2f2f2;
		left: -7.5px;
		right: -7.5px;
		top: 0;
	}

	.help-articles .btn-light-blue {
		padding: 0;
		width: 100%;
		justify-content: center;
		margin-top: 74px;
	}

	.news-item .text {
		border: 1px solid #f2f2f2;
		border-top: none;
	}

	.news-items .slick-prev, .news-items .slick-next {
		top: calc(100% - 27px);
	}

	.help-articles .news-items .slick-prev, .help-articles .news-items .slick-next {
		top: 100%;
	}

	.hp-banner {
		background-size: 410%;
	}

	.news-item {
		background: transparent;
	}

	.news-item .text {
		background: #ffffff;
		padding-bottom: 30px;
	}

	.news .btn-light-blue {
		margin-top: 49px;
	}

	.hp-banner .content h2 {
		font-size: 28px;
	}

	.hp-banner .content {
		height: 360px;
		justify-content: center;
	}

	.hp-banner .content h2 {
		margin-bottom: 10px;
	}

	.hp-banner .content p {
		margin-bottom: 20px;
		font-size: 16px;
	}

	.events {
		padding-bottom: 30px;
	}

	.events h2 {
		font-size: 21px;
	}

	.events p {
		font-size: 15px;
	}

	#events {
		margin-top: 20px;
	}

	.event-item .text {
		margin-bottom: 40px;
	}

	.events .slick-prev, .events .slick-next {
		width: calc(50% - 12.5px);
	}

	.events .btn-light-blue {
		width: 100%;
		display: flex;
		margin: 0;
		justify-content: center;
		height: 54px;
		margin-bottom: 10px;
	}

	.events .slick-prev, .events .slick-next {
		top: calc(100% - 80px);
	}

	.events-buttons {
		margin-top: -10px;
	}

	.location-box .text {
		order: 2;
	}

	.location-box {
		flex-wrap: wrap;
		margin-top: 0;
	}

	.location-box .image {
		order: 1;
		position: static;
		width: auto;
		transform: none;
	}

	.advantages {
		position: relative;
		margin-top: 30px;
		padding-top: 20px;
	}

	.advantages::before {
		content: "";
		position: absolute;
		height: 1px;
		left: 0;
		right: 0;
		top: 0;
		background-color: #f2f2f2;
	}

	.advantage-item {
		justify-content: flex-start;
	}

	.advantage-item .icon {
		max-width: unset;
		width: 85px;
		display: flex;
		justify-content: center;
		margin-right: 27px;
	}

	.advantage-item .icon img {
		max-height: unset;
		max-width: 100%;
		height: auto;
	}

	.cart-summary-buttons-mobile {
		overflow: hidden;
		clear: both;
	}

	.cart-summary-buttons-mobile a.summary-back,
	.cart-summary-buttons-mobile button[type="submit"] {
		display: inline-flex;
		width: 100%;
	}

	.cart-summary-buttons-mobile a.summary-back {
		height: 54px;
		text-align: center;
		align-items: center;
		justify-content: center;
	}

	.cart-summary-buttons-mobile button[type="submit"] {
		margin-bottom: 10px;
	}

	.thanks-dog {
		margin-bottom: -30px;
	}

	.discount-form {
		padding-left: 0 !important;
	}

	.discount-form input {
		height: 54px !important;
	}

	.sum-invoice-data > [class*="col-"]:first-of-type {
		border-bottom: none !important;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	.header-search-input {
		z-index: 20000;
	}

}

@media (max-width: 575px) {
	.hp-carousel .carousel-caption {
		top: 5px;
		left: 15px;
		bottom: 15px;
		padding-top: 44px;
		padding-bottom: 54px;
	}

	.header-menu {
		padding: 0;
	}

	.action-products .slick-prev, .action-products .slick-next {
		width: 50%;
		transform: none;
		display: flex;
		justify-content: center;
	}

	.action-products .slick-prev {
		left: 10px;
	}

	.action-products .slick-next {
		left: auto;
		right: 10px;
	}

	.actions .btn-light-blue {
		width: 100%;
		padding: 0;
		justify-content: center;
	}
}
.cart-top {
	border-bottom: 1px solid #f2f2f2;
}
.cart-top .content {
	width: 100%;
	max-width: 792px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 20px;
}

.cart-top-item {
	color: #5e82a0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.51px;
	text-transform: uppercase;
	transition: all 0.3s;
	padding-bottom: 15px;
}
.cart-top-item:hover {
	text-decoration: none;
}
.cart-top-item.active {
	color: #003863;
	position: relative;
}
.cart-top-item.active::after {
	content: "";
	position: absolute;
	top: 100%;
	height: 1px;
	left: 0;
	right: 0;
	background-color: #003863;
}

.cart-content {
	width: 100%;
	max-width: 822px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.cart-content .container {
	margin-bottom: -30px;
}

.cart-content h1 {
	color: #003863;
	font-size: 24px;
	font-weight: 700;
	margin-top: 32px;
	margin-bottom: 30px;
}
.cart-content h2 {
	color: #003863;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: 30px;
}
.cart-content h3 {
	color: #003863;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.cart-content .divider {
	height: 1px;
	width: 100%;
	background-color: #f2f2f2;
	margin-top: 30px;
	margin-bottom: 20px;
}
.cart-content > .buttons {
	margin-bottom: 32px;
}
.cart-content > .buttons .link {
	text-decoration: underline;
}
.cart-content > .buttons .link:hover {
	text-decoration: none;
}
.cart-content > .buttons .btn-blue {
	margin-right: 22px;
}
.cart-content > p {
	color: #5e82a0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.77;
}
.cart-content .cart-items {
	display: table;
	width: 100%;
}
.cart-content .cart-item {
	padding-left: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: table-row;
	border-bottom: none;
}
.cart-content .cart-item .image {
	display: table-cell;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #f2f2f2;
}
.cart-content .cart-item .info {
	display: table-cell;
	vertical-align: middle;
	border-top: 1px solid #f2f2f2;
}
.cart-content .cart-item .info .name {
	color: #003863;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.625;
	transition: all 0.3s;
}
.cart-content .cart-item .info .name:hover {
	color: #247cc1;
	text-decoration: none;
}
.cart-content .cart-item .info .price {
	color: #003863;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
}
.cart-content .cart-item .info .price span {
	color: #809cb1;
	font-size: 14px;
	font-weight: 400;
	margin-right: 16px;
}
.cart-content .cart-item .numbers {
	display: table-cell;
	vertical-align: middle;
	border-top: 1px solid #f2f2f2;
	margin-left: 32px;
}
.cart-content .cart-item .numbers .product-count {
	display: inline-flex;
}
.cart-content .cart-item .in-stock,
.cart-content .cart-item .delivery-delay,
.cart-content .cart-item .not-available {
	display: table-cell;
	vertical-align: middle;
	border-top: 1px solid #f2f2f2;
}
.cart-content .cart-item .main-price {
	display: table-cell;
	vertical-align: middle;
	border-top: 1px solid #f2f2f2;
	color: #003863;
	font-size: 16px;
	font-weight: 700;
	text-align: right;
}
.cart-content .cart-item .cart-delete {
	display: table-cell;
	vertical-align: middle;
	border-top: 1px solid #f2f2f2;
}
.cart-content .cart-item .cart-delete .close {
	position: static;
	transform: none;
	padding-left: 15px;
	padding-right: 20px;
}
.cart-content .cart-item .cart-delete .close::after {
	display: none;
}
.cart-content .cart-item .cart-delete .close:hover {
	transform: none !important;
}
.cart-content .cart-item.voucher .image {
	border-bottom: 1px solid #f2f2f2;
}
.cart-content .cart-item.voucher .image i {
	color: #003863;
	font-size: 56px;
}
.cart-content .cart-item.voucher .in-stock {
	color: #003863;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px solid #f2f2f2;
}
.cart-content .cart-item.voucher .in-stock::before {
	display: none;
}
.cart-content .cart-item.voucher .info,
.cart-content .cart-item.voucher .numbers,
.cart-content .cart-item.voucher .main-price,
.cart-content .cart-item.voucher .cart-delete {
	border-bottom: 1px solid #f2f2f2;
}

.cart-progress-bar {
	background-color: #edf7ff;
	margin-top: 32px;
}
.cart-progress-bar p {
	color: #003863;
	font-family: "Nunito Sans";
	font-size: 16px;
	font-weight: 400;
	padding-top: 17px;
	padding-bottom: 17px;
	margin-bottom: 0;
	text-align: center;
}
.cart-progress-bar p i {
	color: #003863;
	font-size: 24px;
	margin-right: 11px;
}

.progress {
	height: 8px;
	margin: 0;
	background-color: #d8eeff;
	border-radius: 0;
	box-shadow: none;
}

.progress-bar {
	line-height: 8px;
	background-color: #59c79e;
	box-shadow: none;
	transition: none;
}

.yellow-info {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 20px;
	background-color: #fff3ce;
}
.yellow-info p {
	color: #003863;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 0;
}
.yellow-info p a {
	text-decoration: underline;
}
.yellow-info p i {
	margin-left: 8px;
	color: #809cb1;
	font-size: 16px;
	font-weight: 400;
}
.yellow-info .tag-green {
	margin-right: 16px;
}

.tag-green {
	background-color: #59c79e;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.2px;
	padding: 4px 16px 2px 10px;
	white-space: nowrap;
}

.discount-code {
	display: flex;
	align-items: center;
}
.discount-code .icon {
	color: #003863;
	font-size: 24px;
	font-weight: 300;
	margin-right: 12px;
}
.discount-code .btn {
	line-height: 1;
}
.discount-code .btn.show {
	transition: all 0.3s;
	top: 0px !important;
	transform: none !important;
}
.discount-code .btn.show::after {
	top: 0px !important;
	transform: rotate(180deg);
}

.cart-bottom {
	margin-top: 40px;
}
.cart-bottom .buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}

.whole-price {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.whole-price .discount-code {
	margin-top: -8px;
}
.whole-price .price .with-dph {
	color: #003863;
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
	display: flex;
	align-items: center;
}
.whole-price .price .with-dph span {
	color: #003863;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-right: 20px;
}
.whole-price .price .without-dph {
	color: #5e82a0;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	margin-top: 10px;
}

.discount-form {
	display: none;
	padding-left: 24px;
}
.discount-form .input-group {
	margin-top: 16px;
	margin-bottom: 16px;
}
.discount-form .form-control {
	max-width: 240px;
}

.cart-top-mobile a {
	display: block;
	border: 1px solid #f2f2f2;
	padding: 10px 15px;
	position: relative;
	color: #003863;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.51px;
	text-transform: uppercase;
}
.cart-top-mobile a:hover {
	text-decoration: none;
}
.cart-top-mobile a::after {
	position: absolute;
	content: "";
	color: #003863;
	font-family: "Font Awesome 5 Pro";
	font-size: 12px;
	font-weight: 400;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}

.cart-top-modal .filter-top ul li a {
	color: #003863;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.cart-top-modal .filter-top ul li a.active {
	font-weight: 700;
}

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

	.cart-content .cart-item .image {
		padding-left: 24px;
	}
}
@media (max-width: 991px) {
	.yellow-info p {
		line-height: 1.6;
	}

	.whole-price .price .without-dph {
		margin-top: 3px;
	}
}
@media (max-width: 767px) {
	.cart-content .cart-item {
		display: block;
	}

	.cart-content .cart-items,
	.cart-content .cart-item .image,
	.cart-content .cart-item .info,
	.cart-content .cart-item .in-stock,
	.cart-content .cart-item .delivery-delay,
	.cart-content .cart-item .not-available,
	.cart-content .cart-item .numbers,
	.cart-content .cart-item .main-price,
	.cart-content .cart-item .cart-delete {
		display: block;
		border: none;
	}

	.cart-content .cart-item {
		float: left;
		padding: 20px 0px;
	}
	.cart-content .cart-item:hover {
		box-shadow: none;
	}
	.cart-content .cart-item::before {
		content: "";
		position: absolute;
		top: 0;
		height: 1px;
		left: -15px;
		right: -15px;
		background-color: #f2f2f2;
	}
	.cart-content .cart-item .info,
	.cart-content .cart-item .in-stock,
	.cart-content .cart-item .delivery-delay,
	.cart-content .cart-item .not-available {
		display: block;
		float: left;
		width: calc(100% - 50px);
		margin-left: auto;
		padding-left: 10px;
		line-height: 1.2;
	}
	.cart-content .cart-item .in-stock,
	.cart-content .cart-item .delivery-delay,
	.cart-content .cart-item .not-available {
		padding-left: 32px;
		line-height: 1.2;
		margin-top: 3px;
	}
	.cart-content .cart-item .in-stock::before,
	.cart-content .cart-item .delivery-delay::before,
	.cart-content .cart-item .not-available::before {
		left: 10px;
	}

	.cart-content .cart-item .image {
		display: block;
		float: left;
		width: 50px;
	}
	.cart-content .cart-item .image img {
		max-width: 100%;
		height: auto;
	}

	.cart-content .cart-item .info .name,
	.cart-content .cart-item .info .price span {
		line-height: 1;
		font-size: 15px;
	}

	.cart-content .cart-item .info .price {
		font-size: 15px;
	}

	.cart-content .cart-item .info {
		margin-top: 5px;
	}

	.cart-content .cart-item .numbers .product-count {
		width: 140px;
		height: 54px;
		margin-top: 17px;
		float: left;
	}
	.cart-content .cart-item .numbers .product-count .ui-spinner,
	.cart-content .cart-item .numbers .product-count input {
		width: 100%;
		color: #003863;
		font-size: 16px;
		font-weight: 700;
	}
	.cart-content .cart-item .numbers .product-count .ui-spinner:focus,
	.cart-content .cart-item .numbers .product-count input:focus {
		outline: none !important;
	}

	.cart-content .cart-item .numbers {
		margin-left: 0;
		float: left;
	}

	.cart-content .cart-item .main-price {
		float: right;
		margin-top: 25px;
	}

	.cart-content .cart-item .cart-delete {
		position: absolute;
		right: 15px;
		top: 15px;
	}
	.cart-content .cart-item .cart-delete .close {
		padding-left: 0;
		padding-right: 0;
	}

	.cart-content {
		padding-left: 0;
		padding-right: 0;
	}

	.discount-form {
		float: left;
	}

	.cart-top {
		display: none;
	}

	.cart-progress-bar {
		margin-top: 15px;
	}

	.cart-content .cart-item.voucher .main-price {
		position: absolute;
		right: 0;
		margin-top: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.cart-content .cart-item.voucher .info,
	.cart-content .cart-item.voucher .numbers,
	.cart-content .cart-item.voucher .main-price,
	.cart-content .cart-item.voucher .cart-delete,
	.cart-content .cart-item.voucher .in-stock,
	.cart-content .cart-item.voucher .image {
		border-bottom: none !important;
	}

	.cart-content .cart-item.voucher {
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
	}
	.cart-content .cart-item.voucher::after {
		content: "";
		position: absolute;
		height: 1px;
		top: 100%;
		left: -15px;
		right: -15px;
		background-color: #f2f2f2;
	}

	.cart-content .cart-item.voucher .image i {
		font-size: 50px;
	}

	.cart-content .cart-item.voucher .in-stock {
		padding-left: 10px;
	}

	.cart-bottom {
		float: left;
		width: 100%;
	}
}
@media (max-width: 575px) {
	.yellow-info {
		margin-left: -15px;
		margin-right: -15px;
		flex-direction: column;
		align-items: flex-start;
		padding-left: 15px;
		padding-right: 15px;
	}
	.yellow-info p {
		font-size: 14px;
	}
	.yellow-info .tag-green {
		margin-bottom: 10px;
	}

	.whole-price {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}

	.discount-code {
		margin-bottom: 30px;
	}
	.discount-code .price {
		display: flex;
		flex-direction: column;
	}

	.whole-price .price .with-dph {
		flex-direction: column;
	}

	.whole-price .price .with-dph span {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.cart-bottom .buttons {
		flex-direction: column;
		justify-content: flex-start;
	}
	.cart-bottom .buttons .btn-light-blue {
		order: 2;
		justify-content: center;
		height: 54px;
	}
	.cart-bottom .buttons .btn-blue {
		order: 1;
		justify-content: center;
		height: 54px;
		margin-bottom: 10px;
	}

	.cart-progress-bar p {
		font-size: 13px;
		line-height: 1.6;
	}

	.cart-content h1 {
		font-size: 21px;
	}
}
.check-item {
	position: relative;
	cursor: pointer;
	user-select: none;
}

.check-item input[type=radio] {
	display: block;
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.table-payment {
	margin-bottom: 10px;
}

.payment-item {
	display: flex;
	width: 100%;
	transition: all 0.3s;
	border-bottom: 1px solid #f2f2f2;
}
.payment-item:first-of-type {
	border-top: 1px solid #f2f2f2;
}
.payment-item:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
}
.payment-item:hover .point {
	border: 2px solid #003863;
}
.payment-item .check-item {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 0;
}
.payment-item .point-wrap {
	padding: 28px 32px;
}
.payment-item .point {
	width: 24px;
	height: 24px;
	background-color: #f2f2f2;
	border-radius: 50%;
	border: 5px solid #f2f2f2;
	transition: all 0.3s;
}
.payment-item .info {
	padding-left: 25px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 8;
}
.payment-item .info .name {
	color: #003863;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.625;
	transition: all 0.3s;
}
.payment-item .info .name:hover {
	color: #247cc1;
}
.payment-item .info .name a {
	color: #5e82a0;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
	margin-left: 10px;
}
.payment-item .info .name a:hover {
	text-decoration: none;
}
.payment-item .info .text {
	color: #747474;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
}
.payment-item .icon-wrap {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.payment-item .icon {
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
}
.payment-item .price {
	color: #003863;
	font-size: 16px;
	font-weight: 700;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 35px;
	padding-left: 15px;
	height: 100%;
}

.check-item input[type=radio]:checked {
	border: 5px solid #003863;
}
.check-item input[type=radio]:checked ~ .point-wrap, .check-item input[type=radio]:checked ~ .info, .check-item input[type=radio]:checked ~ .icon-wrap, .check-item input[type=radio]:checked ~ .price {
	background-color: #edf7ff;
}
.check-item input[type=radio]:checked + .point-wrap > .point {
	border: 5px solid #003863;
}

.payment-info {
	text-align: right;
	margin-bottom: 30px;
}
.payment-info p {
	text-align: right;
	color: #003863;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.payment-item .check-item {
		flex-wrap: wrap;
	}

	.table-payment {
		margin-right: -15px;
		margin-left: -15px;
		width: auto;
	}

	.shipment .payment-item .point-wrap {
		padding-bottom: 70px;
	}

	.payment-item .point-wrap {
		padding: 0;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 30px;
		padding-bottom: 80px;
	}

	.payment-item .icon-wrap {
		padding-right: 15px;
		flex-grow: 8;
	}

	.payment-item .info {
		padding-left: 0;
		padding-bottom: 20px;
		max-width: 200px;
	}

	.payment-item .info .name {
		font-size: 15px;
	}

	.payment-item .icon {
		width: 70px;
	}

	.payment-item .price {
		padding: 0;
		height: auto;
		position: absolute;
		bottom: 10px;
		left: 55px;
		text-align: left;
		justify-content: flex-start;
	}

	.payment-item .info .name {
		flex-direction: column;
	}
	.payment-item .info .name span {
		display: block;
	}
	.payment-item .info .name a {
		margin-left: 0;
	}

	.payment-item .info .text {
		font-size: 14px;
	}

	.cart-bottom .payment-info {
		justify-content: center;
		text-align: center;
		margin-bottom: 25px;
	}
	.cart-bottom .payment-info p {
		text-align: center;
	}
}
.cart-delivery .cart-content h2 {
	margin-bottom: 15px;
}
.cart-delivery .cart-content h2 + h3 {
	margin-top: 30px;
}
.cart-delivery .cart-content p {
	margin-bottom: 25px;
}
.cart-delivery .cart-content ul.checks {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.cart-delivery .cart-content ul.checks li {
	width: 100%;
	max-width: 300px;
	display: flex;
	align-items: center;
}
.cart-delivery .cart-content ul.checks li::before {
	color: #59c79e;
	top: 50%;
	transform: translateY(-50%);
}
.cart-delivery .cart-content input[type=checkbox] + label {
	color: #5e82a0;
	font-size: 18px;
	font-weight: 400;
}
.cart-delivery .cart-content input[type=checkbox] + label:hover {
	color: #003863;
	font-size: 18px;
}
.cart-delivery .cart-content .buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}
.cart-delivery .cart-content .buttons.buttons-login {
	justify-content: flex-start;
	align-items: center;
}
.cart-delivery .cart-content .buttons.buttons-login .btn-blue {
	margin-right: 24px;
}
.cart-delivery .cart-content .buttons .btn-blue {
	margin-right: 0;
}

.section-data {
	margin-top: 35px;
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	.form-group::after {
		top: 45px;
	}
	.form-group .alert {
		position: static;
		left: auto;
		top: 100%;
		left: 0;
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.cart-content h2 {
		font-size: 21px;
	}

	.cart-delivery .cart-content p {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.cart-delivery .cart-content .buttons {
		margin-top: 20px;
	}

	.cart-content .divider {
		margin-top: 24px;
		margin-bottom: 24px;
	}

	.cart-content h2 {
		margin-top: 24px;
	}

	.cart-delivery .cart-content ul.checks {
		margin-bottom: 25px;
	}

	.section-data {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.cart-delivery .cart-content input[type=checkbox] + label {
		font-size: 16px;
	}
	.cart-delivery .cart-content input[type=checkbox] + label:hover {
		font-size: 16px;
	}

	.cart-delivery .cart-content .buttons .btn {
		margin-bottom: 10px;
	}

	.form-group .alert {
		white-space: normal;
		line-height: 1.6;
	}
}
@media (max-width: 575px) {
	.cart-delivery .cart-content .buttons {
		flex-direction: column;
		margin-top: 20px;
	}

	.cart-delivery .cart-content .buttons .btn {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.cart-delivery .cart-content .buttons .link {
		text-align: center;
		margin-top: 15px;
	}

	.cart-delivery .cart-content .buttons.buttons-login .btn-blue {
		margin-right: 0;
	}

	.cart-content .btn-blue {
		width: 100%;
		height: 54px;
		justify-content: center;
	}
}
.form-blue-box {
	position: relative;
	width: 100%;
	background-color: #edf7ff;
	padding: 32px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.form-blue-box .info {
	display: flex;
}
.form-blue-box .info .link {
	text-decoration: underline;
	margin-right: 11px;
}
.form-blue-box .info .link:hover {
	text-decoration: none;
}
.form-blue-box .info .text {
	color: #5e82a0;
	font-size: 16px;
	font-weight: 400;
}
.form-blue-box .info .text .happy-tooltip {
	margin-left: 11px;
}
.form-blue-box .bottom-info {
	margin-bottom: 30px;
}
.form-blue-box .bottom-info p {
	color: #5e82a0;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}
.form-blue-box .bottom-info p a {
	color: #5e82a0;
	text-decoration: underline;
	transition: all 0.3s;
}
.form-blue-box .bottom-info p a:hover {
	color: #003863;
	text-decoration: none;
}
.form-blue-box .close {
	position: absolute;
	opacity: 1;
	right: 24px;
	top: 24px;
	font-size: unset;
}
.form-blue-box .login-inputs {
	display: flex;
	flex-wrap: wrap;
}
.form-blue-box .login-inputs .form-group {
	margin-right: 24px;
}
.form-blue-box .form-group label {
	margin-bottom: 0;
}
.form-blue-box .buttons {
	margin-top: 0;
}
.form-blue-box input[type=checkbox] + label {
	background: url("./../images/uncheck-blue-box.svg") left center no-repeat;
}
.form-blue-box input[type=checkbox]:checked + label {
	background: url("./../images/check.svg") no-repeat left center;
	background-size: 18px 18px;
}
.form-blue-box .section-data {
	margin-top: 15px;
}
.form-blue-box .section-data.inv {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.form-blue-box {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 20px;
	}
	.form-blue-box h3 {
		font-size: 18px;
	}

	.form-blue-box .close {
		right: 15px;
		top: 15px;
	}
}
@media (max-width: 575px) {
	.form-blue-box .login-inputs .form-group {
		width: 100%;
		max-width: unset;
		margin-right: 0;
	}

	.cart-delivery .cart-content .form-blue-box .buttons {
		margin-top: 5px;
	}

	.form-blue-box .info {
		flex-direction: column;
	}

	.form-blue-box .bottom-info p {
		font-size: 14px;
		line-height: 1.7;
	}

	.cart-delivery .cart-content .buttons.buttons-login .link {
		order: 2;
	}

	.cart-delivery .cart-content .buttons.buttons-login .btn-blue {
		order: 1;
	}

	.cart-delivery .cart-content .buttons .btn {
		height: 54px;
	}

	.cart-delivery .cart-content .buttons .btn-light-blue {
		order: 2;
	}

	.cart-delivery .cart-content .buttons .btn-blue {
		order: 1;
	}
}
.cart-delivery-info .cart-content > p > a {
	color: #5e82a0;
	font-size: 18px;
	font-weight: 400;
	text-decoration: underline;
	transition: all 0.3s;
}
.cart-delivery-info .cart-content > p > a:hover {
	text-decoration: none;
	color: #003863;
}

.contact-data {
	margin-top: 30px;
}
.contact-data ul {
	list-style: none;
}
.contact-data ul li {
	color: #5e82a0;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}
.contact-data .link-edit {
	display: block;
	margin-top: 15px;
}

.invoice-data {
	padding-top: 20px;
}
.invoice-data h3 {
	margin-bottom: 25px;
}
.invoice-data .check-styled {
	margin-bottom: 20px;
}

.invoice-box {
	border: 1px solid #f2f2f2;
	background-color: #ffffff;
	padding: 20px 40px;
	transition: all 0.3s;
}
.invoice-box:hover {
	border: 1px solid transparent;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
}
.invoice-box ul {
	list-style: none;
	margin-bottom: 20px;
}
.invoice-box ul li {
	color: #5e82a0;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}
.invoice-box .btn-choose {
	margin-right: 22px;
}
.invoice-box .btn-choose:focus, .invoice-box .btn-choose:active {
	background-color: inherit;
}

.btn-choose.active {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	background-color: #59c79e;
}
.btn-choose.active:focus, .btn-choose.active:active {
	outline: none;
	box-shadow: none;
	background-color: #59c79e;
}
.btn-choose.active:hover {
	box-shadow: none;
	background-color: #59c79e;
}
.btn-choose.active::before {
	content: "";
	color: #ffffff;
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
	margin-right: 8px;
}

.invoice-buttons {
	margin-top: 32px;
}
.invoice-buttons .btn-light-blue {
	margin-right: 22px;
}
.invoice-buttons .btn-light-blue:hover {
	text-decoration: none;
}

.cart-note textarea {
	margin-top: 25px;
}

@media (max-width: 991px) {
	.invoice-box {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 767px) {
	.invoice-box {
		padding-left: 20px;
		padding-right: 20px;
	}

	.invoice-box-buttons {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.invoice-box-buttons .btn-choose {
		margin-right: 0;
		justify-content: center;
	}
	.invoice-box-buttons .link-edit {
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.invoice-box {
		padding-left: 20px;
		padding-right: 20px;
	}

	.invoice-box-buttons {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
	}
	.invoice-box-buttons .btn-choose {
		margin-right: 22px;
		justify-content: center;
	}
	.invoice-box-buttons .link-edit {
		margin-top: 0px;
	}

	.invoice-buttons {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.invoice-buttons .btn-light-blue {
		width: 100%;
		height: 54px;
		margin-right: 0;
	}

	.invoice-buttons .link-edit {
		margin-top: 10px;
	}

	.invoice-data {
		padding-top: 0;
	}
}
.cart-summary .row {
	margin-bottom: 45px;
}
.cart-summary h2 {
	margin-bottom: 10px;
}
.cart-summary h2 + p {
	margin-bottom: 45px;
}
.cart-summary ul {
	list-style: none;
}
.cart-summary ul li {
	color: #5e82a0;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}
.cart-summary p {
	color: #5e82a0;
	font-size: 16px;
	font-weight: 400;
}
.cart-summary .cart-item .main-price {
	padding-right: 24px;
}
.cart-summary .cart-items {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 32px;
	margin-top: 27px;
}
.cart-summary .price-small {
	justify-content: flex-start;
	text-align: right;
	color: #003863;
	font-size: 16px;
}
.cart-summary .whole-price {
	color: #003863;
	font-size: 30px;
	font-weight: 700;
	justify-content: flex-end;
	align-items: center;
	margin-top: 15px;
}
.cart-summary .whole-price .dph {
	color: #003863;
	font-size: 16px;
	font-weight: 400;
	margin-right: 23px;
}
.cart-summary .price-without-dph {
	color: #5e82a0;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	margin-top: -10px;
}
.cart-summary .bottom-info {
	text-align: right;
	color: #5e82a0;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}
.cart-summary .bottom-info p {
	margin-bottom: 0;
}
.cart-summary .bottom-info a {
	color: #5e82a0;
	text-decoration: underline;
	transition: all 0.3s;
}
.cart-summary .bottom-info a:hover {
	text-decoration: none;
	color: #003863;
}
.cart-summary .cart-content > .buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 23px;
}
.cart-summary .cart-content > .buttons .btn-blue {
	margin-right: 0;
}

.number-box {
	color: #003863;
	font-size: 16px;
	font-weight: 700;
	width: 81px;
	height: 48px;
	border: 1px solid #f2f2f2;
	background-color: #fcfcfc;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.cart-summary .cart-content h2 {
		font-size: 21px;
	}
	.cart-summary .cart-content h2 + p {
		margin-bottom: 0;
		border-bottom: 1px solid #f2f2f2;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.cart-summary .cart-content h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.sum-contact-data,
	.sum-invoice-data,
	.sum-next-info {
		border-bottom: 1px solid #f2f2f2;
		padding-bottom: 20px;
	}

	.cart-summary .row {
		margin-bottom: 25px;
	}

	.sum-invoice-data > [class*=col-]:first-of-type,
	.sum-next-info > [class*=col-]:first-of-type {
		padding-bottom: 20px;
		border-bottom: 1px solid #f2f2f2;
		margin-bottom: 20px;
	}

	.sum-next-info p {
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	.cart-summary .cart-content .cart-item .numbers {
		max-width: 200px;
		width: 100%;
		margin-top: 15px;
	}
	.cart-summary .cart-content .cart-item .numbers .number-box {
		width: 100%;
		height: 54px;
	}

	.cart-summary .cart-item .main-price {
		margin-top: 15px;
		height: 54px;
		display: flex;
		align-items: center;
	}

	.cart-summary .cart-items {
		float: left;
		width: 100%;
		margin-top: 15px;
		border-bottom: none;
	}

	.cart-summary .price-small {
		text-align: center;
		justify-content: center;
	}

	.cart-summary .price-without-dph {
		text-align: center;
		justify-content: center;
	}

	.cart-summary .whole-price {
		line-height: 1.5;
		margin-top: 35px;
		flex-direction: column;
	}

	.cart-summary .price-without-dph {
		margin-top: -5px;
	}

	.cart-summary .whole-price .dph {
		margin-right: 0;
	}

	.cart-summary .cart-content > .buttons {
		order: 2;
		flex-direction: column;
		margin-top: 40px;
		margin-bottom: 25px;
	}
	.cart-summary .cart-content > .buttons .btn-light-blue {
		order: 2;
		height: 54px;
		justify-content: center;
		margin-top: 10px;
	}
	.cart-summary .cart-content > .buttons .btn-blue {
		order: 1;
		height: 54px;
		justify-content: center;
	}

	.cart-summary .bottom-info {
		justify-content: center;
		text-align: center;
		color: #5e82a0;
		line-height: 1.7;
	}

	.cart-summary .bottom-info p {
		display: inline;
		text-align: center;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.7 !important;
	}

	.cart-summary .bottom-info {
		order: 3;
	}

	.sum-contact-data,
	.sum-invoice-data > [class*=col-]:first-of-type {
		padding-bottom: 10px;
		margin-bottom: 25px;
	}

	.cart-summary .row.sum-invoice-data {
		margin-bottom: 25px;
		padding-bottom: 15px;
	}

	.cart-summary ul {
		margin-bottom: 10px;
	}
}
.cart-thanks {
	margin-top: 70px;
}
.cart-thanks .cart-content {
	margin-bottom: 0;
}

.cart-thanks-top {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
}
.cart-thanks-top .icon {
	display: flex;
	width: 78px;
	height: 78px;
	border: 2px solid #003863;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	color: #003863;
	font-family: "Font Awesome 5 Pro";
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 25px;
}
.cart-thanks-top h1 {
	color: #003863;
	font-size: 34px;
	font-weight: 700;
}
.cart-thanks-top p {
	color: #5e82a0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	text-align: center;
}

.cart-thanks-cols {
	margin-top: 20px;
	margin-bottom: 75px;
}
.cart-thanks-cols .socials-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
}
.cart-thanks-cols .image {
	width: 100%;
	text-align: center;
	margin-bottom: 23px;
}
.cart-thanks-cols .image img {
	display: inline-block;
}
.cart-thanks-cols p {
	color: #5e82a0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}
.cart-thanks-cols .socials {
	width: 160px;
}
.cart-thanks-cols .socials .icons {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.cart-thanks-cols .socials .icons i {
	color: #003863;
	font-family: "Font Awesome 5 Brands";
	font-size: 30px;
	font-weight: 400;
	transition: all 0.3s;
}
.cart-thanks-cols .socials .icons i:hover {
	color: #247cc1;
}

.thanks-dog {
	display: flex;
	justify-content: center;
}

@media (max-width: 991px) {
	.cart-thanks-top h1 {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.cart-thanks .cart-content h2 {
		font-size: 22px;
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	.cart-thanks {
		margin-top: 55px;
	}

	.cart-thanks-top .icon {
		margin-bottom: 15px;
	}

	.cart-thanks-top {
		padding-bottom: 10px;
	}

	.cart-thanks-cols {
		margin-bottom: 105px;
		margin-top: 40px;
	}
	.cart-thanks-cols [class*=col-]:first-of-type {
		order: 2;
	}
	.cart-thanks-cols [class*=col-]:first-of-type .icons {
		display: flex;
		width: 100%;
		justify-content: space-between;
		max-width: 160px;
		margin: 0 auto;
	}
	.cart-thanks-cols [class*=col-]:first-of-type .icons i {
		color: #003863;
		font-family: "Font Awesome 5 Brands";
		font-size: 30px;
		font-weight: 400;
		transition: all 0.3s;
	}
	.cart-thanks-cols [class*=col-]:first-of-type .icons i:hover {
		color: #247cc1;
	}
	.cart-thanks-cols [class*=col-]:nth-of-type(2) {
		order: 1;
	}

	.cart-thanks .cart-content h2 {
		justify-content: center;
		text-align: center;
	}
}
@media (max-width: 575px) {
	.cart-thanks-top h1 {
		font-size: 28px;
	}

	.cart-thanks-top p {
		font-size: 16px;
	}

	.cart-content h2 {
		margin-top: 0;
	}

	.cart-thanks-cols p {
		text-align: center;
	}

	.cart-thanks-cols {
		margin-bottom: 75px;
	}

	.shipment .payment-item .check-item {
		display: flex;
		align-items: stretch;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.shipment .payment-item .point-wrap {
		display: block;
		padding-bottom: 0;
	}

	.shipment .payment-item .info {
		display: block;
		justify-content: start;
		padding-top: 15px;
		padding-bottom: 45px;
	}

	.shipment .payment-item .icon-wrap {
		display: block;
		padding-top: 25px;
	}

	.shipment .payment-item .price {
		flex: 1 1 100%;
	}

}
/* Cart Pop-up */
.modal-cart .modal-dialog {
	max-width: 820px;
	width: 100%;
}
.modal-cart h4 {
	color: #003863;
	font-size: 24px;
	font-weight: 700;
}
.modal-cart .modal-content > .close {
	position: absolute;
	right: 24px;
	top: 24px;
	font-size: unset;
	z-index: 99;
}
.modal-cart .modal-content > .close:hover img {
	opacity: 0;
	transition: all 0.3s;
}
.modal-cart .modal-content .buttons {
	margin-top: 32px;
}
.modal-cart .modal-content .buttons .btn-light-blue {
	margin-left: 12px;
}
.modal-cart .main-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.modal-cart .main-content-left {
	width: calc(100% - 232px);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 32px;
}
.modal-cart .main-content-right {
	width: 232px;
	background: #edf7ff url("./../images/cart-truck.svg") no-repeat bottom 11px left -53px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px;
}
.modal-cart .main-content-right h5 {
	color: #003863;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
}
.modal-cart .main-content-right p {
	color: #003863;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}
.modal-cart .main-content-right p a {
	text-decoration: underline;
	transition: all 0.3s;
}
.modal-cart .main-content-right p a:hover {
	text-decoration: none;
	color: #5e82a0;
}
.modal-cart .cart-product {
	margin-top: 60px;
}

.cart-product {
	width: 100%;
	max-width: 282px;
	position: relative;
}
.cart-product .content {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
	background-color: #fff;
	padding: 30px 35px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
	position: relative;
	transition: all 0.3s;
}
.cart-product .content:hover {
	box-shadow: 0 40px 40px rgba(0, 0, 0, 0.2);
}
.cart-product::before {
	position: absolute;
	content: "";
	top: 70px;
	bottom: 70px;
	left: -55px;
	right: -60px;
	background: url("./../images/blue-circle.png") repeat top left;
}
.cart-product .number {
	position: absolute;
	top: -32px;
	left: 50%;
	transform: translateX(-50%);
	width: 64px;
	height: 64px;
	background-color: #003863;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cart-product .image {
	width: 100%;
	height: 220px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.cart-product .image img {
	display: inline-block;
}
.cart-product .name {
	margin-top: 10px;
	transition: all 0.3s;
}
.cart-product .name:hover {
	color: #247cc1;
	text-decoration: none;
}
.cart-product .name,
.cart-product .price {
	color: #003863;
	font-size: 18px;
	font-weight: 700;
}

/* Percentage Circle */
.circle-wrap {
	position: relative;
	margin-bottom: 38px;
}
.circle-wrap.full .circle-svg {
	fill: #59c79e;
	animation: none;
}
.circle-wrap.full .circle-text {
	color: #fff;
}
.circle-wrap.full .circle-text small {
	color: #fff;
}
.circle-wrap.full .circle-text span {
	color: #fff;
}

.circular-chart {
	display: block;
	margin: 10px auto;
	max-width: 100%;
	max-height: 152px;
}

.circle-shadow {
	position: absolute;
	z-index: 1;
	top: 13px;
}

.circle {
	position: relative;
	z-index: 2;
	width: 152px;
	height: 152px;
	box-sizing: border-box;
}

.circle-svg {
	stroke: #59c79e;
	fill: #fff;
	stroke-width: 1.8;
	stroke-linecap: square;
	animation: progress 2s ease-out forwards;
}

@keyframes progress {
	0% {
		stroke-dasharray: 0 100;
	}
}
.circle-text {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 3;
	white-space: nowrap;
	line-height: 1.6;
	padding-top: 7px;
}

.circle-text small {
	color: #809cb1;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.circle-text span {
	color: #003863;
	font-size: 24px;
	font-weight: 700;
}

/* END Percentage Circle */
.blue-products {
	background-color: #003863;
	padding: 40px;
	padding-top: 33px;
	padding-right: 16px;
	padding-bottom: 105px;
}
.blue-products h5 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 25px;
}
.blue-products .product-item {
	margin-right: 24px;
	height: 370px;
}
.blue-products .product-item .name {
	text-align: center;
}
.blue-products .product-item-hover {
	padding: 9px;
	padding-bottom: 70px;
}
.blue-products .product-item-hover:hover {
	bottom: 0;
}
.blue-products .product-item .image {
	height: 180px;
	display: flex;
	align-items: center;
}
.blue-products .product-bottom {
	height: auto;
	bottom: 9px;
}
.blue-products .product-item-hover:hover .product-bottom {
	height: auto;
}
.blue-products .slick-prev,
.blue-products .slick-next {
	top: calc(100% + 24px);
	border: 1px solid #0c416b;
	background-color: #003863;
}
.blue-products .slick-prev:hover,
.blue-products .slick-next:hover {
	background-color: #fff !important;
	border: 1px solid #fff;
}
.blue-products .slick-prev:hover::before,
.blue-products .slick-next:hover::before {
	color: #003863;
}
.blue-products .slick-prev::before,
.blue-products .slick-next::before {
	color: #fff;
}

.modal-cart .bottom-content {
	background-color: #fff;
	padding: 32px;
}
.modal-cart .bottom-content .content {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.modal-cart .bottom-content h6 {
	color: #5e82a0;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 25px;
}
.modal-cart .bottom-content .cart-link {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 20px;
}
.modal-cart .bottom-content .buttons {
	display: flex;
	justify-content: center;
}

@media (max-width: 991px) {
	.blue-products .product-item .btn-blue {
		padding-left: 22px;
		padding-right: 22px;
	}
}
@media (max-width: 767px) {
	.modal-cart .main-content-left {
		padding: 12px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.modal-cart .main-content-left .btn-blue .icon {
		display: none;
	}
}
@media (max-width: 699px) {
	.modal-cart .main-content-left .btn {
		padding-left: 12px;
		padding-right: 12px;
	}

	.modal-cart .modal-content .buttons .btn-light-blue {
		margin-left: 4px;
	}

	.cart-product::before {
		display: none;
	}
}
@media (max-width: 586px) {
	.modal-cart .main-content-left {
		width: 100%;
	}

	.modal-cart .main-content-left {
		padding-top: 70px;
	}

	.modal-cart h4 {
		font-size: 21px;
	}

	.modal-cart .main-content-left .btn-blue .icon {
		display: block;
	}

	.modal-cart .modal-content .buttons {
		width: 100%;
	}

	.modal-cart .main-content-left .btn {
		height: 54px;
		width: 100%;
		margin: 0;
		display: flex;
		justify-content: center;
	}

	.modal-cart .modal-content .buttons .btn-light-blue {
		margin: 0;
		margin-top: 10px;
	}

	.modal-cart .cart-product {
		width: 100%;
		max-width: unset;
	}

	.modal-cart .main-content-right {
		width: 100%;
		background: #edf7ff;
	}

	.modal-cart .main-content-right p {
		margin-bottom: 10px;
	}

	.blue-products .product-item .btn-blue {
		height: 54px;
		margin: 0;
		width: calc(50% - 5px);
		order: 2;
		margin-left: 5px;
	}

	.blue-products .product-bottom {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.blue-products .product-item .product-count {
		width: calc(50% - 5px);
		margin: 0;
		order: 1;
		margin-right: 5px;
	}
	.blue-products .product-item .product-count input {
		width: 100%;
		height: 54px;
	}

	.modal-cart .bottom-content {
		padding: 15px;
	}
	.modal-cart .bottom-content .cart-item {
		padding: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.modal-cart .bottom-content .cart-item .image {
		width: 50px;
		height: 50px;
	}
	.modal-cart .bottom-content .cart-item .image img {
		max-width: 100%;
		height: auto;
	}
	.modal-cart .bottom-content .cart-item .text {
		padding-left: 10px;
	}
	.modal-cart .bottom-content .cart-item .numbers {
		padding-right: 15px;
	}
	.modal-cart .bottom-content .cart-item .close {
		right: 0;
	}
	.modal-cart .bottom-content .cart-item:hover {
		box-shadow: none;
	}
	.modal-cart .bottom-content .btn-info {
		font-size: 15px;
	}

	.modal-cart .bottom-content {
		padding-bottom: 40px;
	}

	.modal-cart .bottom-content h6 {
		margin-top: 30px;
	}

	.modal-cart .modal-content .buttons {
		flex-wrap: wrap;
	}
	.modal-cart .modal-content .buttons .btn {
		width: 100%;
		height: 54px;
		justify-content: center;
	}
}

/* whisper */
.header-search {
	position: relative;
}

.whisper-wrap {
	position: absolute;
	top: 100%;
	z-index: 9;
	left: 0;
	right: 0;
	padding-top: 20px;
}

.whisper-wrap .whisper {
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	width: 100%;
	max-width: 384px;
	padding: 24px;
	padding-top: 14px;
	position: relative;
}

.whisper-wrap .whisper::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: 100%;
	border: 12px solid transparent;
	border-color: transparent transparent #fff transparent;
}

.whisper-wrap .whisper .content ul {
	margin-bottom: 12px;
}

.whisper-wrap .whisper .content ul li {
	margin-bottom: 5px;
}

.whisper-wrap .whisper .content ul li a {
	color: #003863;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	transition: all 0.3s;
}

.whisper-wrap .whisper .content ul li a:hover {
	color: #247cc1;
	text-decoration: none;
}

.whisper-wrap .whisper .products ul li {
	margin-bottom: 5px;
}

.whisper-wrap .whisper .products ul li a {
	color: #003863;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	transition: all 0.3s;
}

.whisper-wrap .whisper .products ul li a:hover {
	color: #247cc1;
	text-decoration: none;
}

.whisper-wrap .whisper .products ul li a img {
	margin-right: 12px;
}

.whisper-wrap h4 {
	color: #809cb1;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.whisper-wrap h5 {
	color: #809cb1;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.2px;
	margin-bottom: 15px;
}

.whisper-wrap ul {
	list-style: none;
}

.whisper-wrap .link {
	color: #003863;
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
	transition: all 0.3s;
	margin-top: 12px;
	display: inline-block;
}

.whisper-wrap .link:hover {
	text-decoration: none;
	color: #247cc1;
}

/* END whisper */

.hp-carousel-wrap {
	margin-bottom: 25px;
}

/* ============================== CUSTOM ============================== */

.description p.perex {
	color: #5e82a0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.78;
}

img.lazy {
	border: 0;
	opacity: 0;
}

img:not(.initial ).lazy {
	transition: opacity 1s;
}

img.initial.lazy,
img.loaded.lazy,
img.error.lazy {
	opacity: 1;
}

.slick-arrow {
	z-index: 99 !important;
}

.product-item img:not([src]).lazy {
	visibility: hidden;
}

.text-content table thead th {
	vertical-align: center;
	border: none;
	padding: 0;
	text-align: left;
	background-color: #edf7ff;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	color: #5e82a0;
	font-size: 16px;
	font-weight: 700;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.text-content table {
	width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
	border-collapse: collapse;
	margin-top: 15px;
	margin-bottom: 25px;
}

.text-content table td {
	padding: 0;
	vertical-align: center;
	border: none;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.mobile-hidden {
	display: none !important;
}

.hidden {
	display: none !important;
}

.selected {
	border: 1px solid #003863;
}

.item-name .name {
	height: 65px;
	display: table-cell;
	vertical-align: bottom;
	line-height: 1.8;
}

.header-top-right span {
	color: #747474;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	line-height: 1;
	transition: 0.3s all;
}

.header-menu-main ul li a .icon.reklamni-predmety::after {
	background: url("./../icons/ico-reklamni-predmety-hover.svg") no-repeat center;
}

header .header-top .header-top-right .flag .dropdown-toggle::after {
	top: 1px;
}

header .header-top .header-top-right .flag .show .dropdown-toggle::after {
	top: 0;
}

header .header-top .header-top-right .flag img {
	width: 27px;
}

header .header-top .header-top-right .flag .dropdown-item {
	font-size: 12px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.advantage-item p {
	margin: 0 !important;
}

.product-count span input {
	height: 46px;
}

.product-count span a:nth-of-type(1) {
	margin-top: 1px;
	margin-right: 1px;
}

.product-count span a:nth-of-type(2) {
	margin-right: 1px;
	margin-bottom: 1px;
}

.product-count input::-webkit-outer-spin-button,
.product-count input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.product-count input[type=number] {
	-moz-appearance: textfield;
}

.header-search div.input-group button {
	text-transform: capitalize;
}

.no-image-banner {
	margin-top: 60px;
}


.image .discount-code .icon{
	font-size: 64px;
	line-height: 64px;
}

.is_company-block, .delivery-block, .note-block{
	display: none;
}

.is_company-block-register, .delivery-block-register, .note-block-register{
	display: none;
}

.m-top-20{
	margin-top: 20px;
}

.tooltip-custom{
	position: absolute;
	left: 100%;
	bottom: 7px;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	padding-left: 24px;
	color: #747474;
	font-size: 14px;
	font-weight: 400;
}

.cart-login-box, .cart-register-box{
	display: none;
}

/*.hp-carousel img {*/
/*	width: 100%;*/
/*	height: 423px;*/
/*}*/

.product-list .perex p:last-child {
	margin-bottom: initial;
}

.product-list .text p:first-child {
	margin-top: initial;
}

.product-list .text p:last-child {
	margin-bottom: initial;
}


span.state-1, span.state-2 {
	color: #f7a978;
}
span.state-1::before, span.state-2::before{
	content: '\f254';
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	font-weight: 400;
	align-items: center;
	justify-content: center;
	margin-right: 4px;
}


span.state-4 {
	color: #59c79e;
}
span.state-4::before {
	content: "";
	color: #59c79e;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	font-weight: 700;
	align-items: center;
	justify-content: center;
	margin-right: 4px;
}
.history-section .cart-item .image img{
	width: 64px;
}
.cart-summary .cart-content .buttons{
	margin-top: 25px;
}
.cart-summary .cart-content .buttons .btn-blue {
	float: right;
}

.alert{
	margin-top: 20px;
}

.copy-item{
	display: none;
}

.cart-content.flashes{
	margin-bottom: 0px !important;
}

.forgot-password-area{
	display: none;
}

.modal { overflow: auto !important; }

.last-order tbody td.order-number {
	font-weight: 700;
	transition: all 0.3s;
	padding-left: 20px;
}

.last-order tbody td.order-link {
	text-align: right;
	padding-right: 20px;
}


.w-10px{width: 10px;}
.w-20px{width: 20px;}
.w-30px{width: 30px;}
.w-40px{width: 40px;}
.w-50px{width: 50px;}
.w-60px{width: 60px;}
.w-70px{width: 70px;}
.w-80px{width: 80px;}
.w-90px{width: 90px;}
.w-100px{width: 100px;}
.w-110px{width: 110px;}
.w-120px{width: 120px;}
.w-130px{width: 130px;}
.w-140px{width: 140px;}
.w-150px{width: 150px;}
.w-160px{width: 160px;}
.w-170px{width: 170px;}
.w-180px{width: 180px;}
.w-190px{width: 190px;}
.w-200px{width: 200px;}
.w-210px{width: 210px;}
.w-220px{width: 220px;}
.w-230px{width: 230px;}
.w-240px{width: 240px;}
.w-250px{width: 250px;}
.w-260px{width: 260px;}
.w-270px{width: 270px;}
.w-280px{width: 280px;}
.w-290px{width: 290px;}
.w-300px{width: 300px;}


.alertify{
	border: none;
	box-shadow: none;
	border: 1px solid transparent;
	background-color: #ebf3f5;
	border-color: #dae1e2;
	border-radius: 0.25rem;
}

.alertify-message{
	color: #5e82a0;
	font-family: "Nunito Sans", sans-serif;
}
.alertify-button-ok:hover{
	background-color: #4dba98 !important;
}
.alertify-button-cancel:hover{
	background-color: #d64232 !important;
}

.alertify-button-cancel, .alertify-button-cancel:hover, .alertify-button-cancel:focus{
	transition: 0.2s;
	box-shadow: none;
	outline: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	background-image: none;
	border: none;
	font-family: "Nunito Sans", sans-serif;
	line-height: 2;
	text-shadow: none;
	background-color: #ff4935;
}
.alertify-button-ok, .alertify-button-ok:hover, .alertify-button-ok:focus{
	transition: 0.2s;
	box-shadow: none;
	background-color: #59c79e;
	outline: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	background-color: #59c79e;
	background-image: none;
	border: none;
	font-family: "Nunito Sans", sans-serif;
	line-height: 2;
	text-shadow: none;
}

.last-order tbody td.order-price{
	padding-right: 20px;
}
.last-order tbody td.order-all-points{
	padding-right: 20px;
}
.last-order thead th.order-all-points-name{
	padding-right: 20px;
}

.last-order thead th.order-price-name{
	padding-right: 20px;
}

.text-left-area-fix ul{
	margin-bottom: 0px;
}
.text-left-area-fix ul.map-ul{
	margin-bottom: 40px !important;
}

.contact-map{
	height: 280px;
}

.no-stock-info {
	font-size: 14px;
	font-weight: 600;
	padding-left: 22px;
	position: relative;
}

.cart-content .cart-item .no-stock-info {
	display: table-cell;
	vertical-align: middle;
	border-top: 1px solid #f2f2f2;
}

.cart-menu-content small.lower-info,
.cart-menu-content small.lower-info a {
	color: #5e82a0;
}

.cart-content small.lower-info,
.cart-content small.lower-info a {
	color: #5e82a0;
}

.cart-content small.lower-info {
	display: block;
}

.cart-summary .cart-content small.lower-info {
	display: block;
	color: #5e82a0;
	font-size: 14px;
	line-height: 20px;
}

.cart-summary .cart-content small.lower-info strong {
	font-size: 14px;
}

.modal-menu-icons .modal-menu-cart.empty {
	font-size: 16px;
	padding-left: 38px;
	display: block;
	color: #fff;
}

.modal-menu-icons .modal-menu-cart.empty:hover {
	color: #fff;
}

@media (max-width: 767px) {

	.detail-info-button-row .free-ship {
		max-width: 130px;
	}

	.product-count {
		height: 54px !important;
	}

	.product-count input {
		width: 140px !important;
		height: 54px !important;
		padding: 0 45px !important;
	}

	.product-count .ui-button .ui-icon::after {
		color: #a3a3a3;
	}

	.product-count .ui-spinner {
		overflow: hidden;
	}

	.product-count .ui-button .ui-icon {
		background: none;
		text-indent: 0;
		border: 0;
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 24px;
		height: 24px;
		transform: translate(-50%, -50%);
	}

	.product-count .ui-spinner a.ui-spinner-button {
		border: 0;
	}

	.product-count .ui-spinner a.ui-spinner-button.ui-spinner-down {
		top: 0;
		left: 0;
		height: 100%;
		width: 40px;
		overflow: hidden;
		background: #f7f7f7;
		border-right: 1px solid #f2f2f2;
		border-radius: 0;
	}

	.product-count .ui-spinner a.ui-spinner-button.ui-spinner-up {
		top: -1px;
		right: -1px;
		height: 100%;
		width: 40px;
		overflow: hidden;
		background: #f7f7f7;
		border-left: 1px solid #f2f2f2;
		border-radius: 0;
	}

	.product-count .ui-button.ui-spinner-down .ui-icon::after {
		transform: rotate(180deg);
		left: 0;
		top: 1px;
	}

	.product-count .ui-button:hover {
		cursor: pointer;
	}

	.product-count .ui-button:hover .ui-icon::after {
		color: #003863;
		transition: color 0.25s ease;
	}

	.product-item .product-bottom a.btn {
		height: 54px;
		padding: 0 20px;
		margin-right: 8px;
	}

	.product-item .product-bottom a span.icon:not(.keep) {
		padding: 0;
	}

	.product-item .product-bottom a span:last-of-type:not(.keep) {
		display: none;
	}

	.cart-item div.info,
	.cart-item div.in-stock {
		margin-right: 10px;
	}

	.product-item .product-bottom {
		height: 54px !important;
	}

}

#arrow-scroll-to-top {
	display: none;
	position: fixed;
	right: 3%;
	bottom: 10%;
	color: #809cb1;
	font-size: 50px;
	z-index: 30000;
	opacity: 0.6;
	cursor: pointer;
}

@media (max-width: 1200px) {
	#arrow-scroll-to-top {
		display: none !important;
	}
}

.header-cart .cart-item .discount-code .icon {
	margin-right: 0 !important;
}

/*.cart-summary .cart-item .discount-code .icon {*/
/*	padding-left: 32px !important;*/
/*}*/

.history-detail .cart-summary .cart-item .discount-code .icon {
	padding-left: 0 !important;
}

.notification-page .notification-img,
.negative-line-margin {
	margin-bottom: -20px;
}

@media (max-width: 767px) {

	.notification-page .notification-img,
	.negative-line-margin {
		margin-bottom: -30px;
	}

}

.notification-page h1 {
	font-size: 34px;
	margin-bottom: 15px;
}

.cart-content .notification-page {
	padding-top: 62px;
}

.product-list .perex p {
	font-size: 16px;
}

.seller-contact-item .seller-contact-open table td {
	padding: 0;
	line-height: 1.75;
}

.seller-contact-item .seller-contact-open table tr td:nth-child(2) {
	padding-left: 20px;
}

.events .text .invisible {
	visibility: hidden;
}

.event-item {
	height: auto;
}

.brand-feed-text-image.even {
	margin-top: 60px;
}

.menu-modal .grid {
	display: flex;
}

.business-card img {
	max-width: 100%;
	max-height: 100%;
}

.story-section.last {
	border-bottom: none;
}

.header-menu-main ul li {
	margin: 0 19px;
}

.registration-sale p {
	margin: 0;
	padding: 0;
}

.shipment .info .text p {
	margin: 0;
	padding: 0;
}

.action-products .product-item {
	height: 360px !important;
}

.action-item {
	height: 400px !important;
}

@media (max-width: 767px) {
	.action-item {
		height: 420px !important;
	}
}

.action-item .price {
	width: 100%;
}

.action-item .price .old-price {
	width: 50%;
	float: left;
	text-align: left;
	text-decoration: line-through;
	padding-left: 3%;
}

.action-item .price .new-price {
	width: 50%;
	float: left;
	text-align: right;
	color: #c20000;
	padding-right: 3%;
}

.ui-slider-handle {
	outline: none !important;
}

a:focus, a span:focus {
	outline: none !important;
}

.event-item .text a {
	word-break: break-all;
}

.icon-text-item:hover .icon::after {
	display: none;
}

.icon-text-item .icon img.main-icon {
	display: flex;
}

.icon-text-item .icon img.hover-icon {
	display: none;
}

.icon-text-item:hover .icon img.main-icon {
	display: none;
}

.icon-text-item:hover .icon img.hover-icon {
	display: flex;
}

/* countdown */
.action-countdown-head {
	color: #818181;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	font-family: "Bebas Neue", sans-serif;
	margin-bottom: 10px;
	margin-top: 15px;
}
.action-countdown-text {
	color: #221727;
	font-size: 15px;
	font-weight: 400;
}
.action-countdown {
	font-family: sans-serif;
	color: #221827;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-bottom: 20px;
}
.action-countdown .countdown-box-wrap {
	width: 57px;
	height: 32px;
	display: flex;
	position: relative;
}
.action-countdown .divider {
	line-height: 32px;
}
.action-countdown .countdown-box {
	width: 52px;
	height: 32px;
	display: flex;
}

.action-countdown .countdown-box-wrap.days-wrap {
	width: 83px;
}

.action-countdown .countdown-box.days {
	width: 78px;
}

.action-countdown .countdown-box span {
	width: 25px;
	height: 30px;
	background-color: #d8eeff;
	display: inline-block;
	margin: 1px;
	line-height: 30px;
	border-radius: 3px;
}
.countdown-text {
	padding-top: 5px;
	font-size: 16px;
	position: absolute;
	top: 100%;
	color: #0c416b;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	width: 55px;
	text-transform: uppercase;
}
.countdown-text.days-text {
	width: 81px;
}
/* end countdown */

div.modal-dialog.modal-address h2,
div.modal-dialog.modal-change-password h2 {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	color: #003863;
	font-weight: 700;
	font-size: 36px;
}

div .modal-dialog.modal-address .buttons {
	justify-content: right;
}

.form-group input[disabled] {
	color: #5e82a0 !important;
}

.data-change .form-group input {
	height: 48px !important;
	font-weight: 700 !important;
	padding: .375rem .75rem !important;
}

div.modal-dialog.modal-change-password {
	max-width: 600px;
}

.paragraphs [class*="col-"]:last-child {
	margin-top: 60px;
}

.brand-items.brand-list {
	padding-top: 0;
	padding-bottom: 60px;
	margin-top: 0;
	margin-bottom: 0;
}

.brand-items.brand-list .brand-item {
	margin-bottom: 30px;
}

.product-item .image { width: 100%; text-align: center; }
.slick-slide img { display: inline-block; }

.story-heading .story-section {
	padding-top: 70px;
	padding-bottom: 70px;
}

.story-section-top {
	border-bottom: 1px solid #f2f2f2;
}

.story-section.after-top {
	padding-top: 0;
}

.timeline-section {
	padding-top: 70px;
}

hr.timeline-ruler {
	margin-top: 55px;
}

h2 a,
h3 a,
h4 a {
	word-break: break-word !important;
}

.menu-phone,
.menu-mail {
	text-transform: uppercase;
	font-size: 12px;
}

.story-section .quality-brands,
.story-section .help-articles {
	padding-top: 0;
}

body.euroben-bg .story-section .quality-brands {
	padding-top: 60px;
}

header .header-top .header-top-right .header-phone:not(.cl-active):before,
.menu-phone:not(.cl-active) .name:before {
	background-color: #f77878;
}

.header-cart .cart-menu-content .lower-info {
	margin-bottom: 10px;
}

.cart-content .cart-items .info {
	max-width: 330px;
	padding: 10px;
}

.cart-content .cart-items .in-stock,
.cart-content .cart-items .delivery-delay,
.cart-content .cart-items .not-available {
	margin: 0 15px
}

.cart-content .cart-items .lower-info {
	margin-bottom: 10px;
}

.header-cart .cart-menu-content .lower-info h5,
.cart-content .cart-items .lower-info h5 {
	margin: 6px 0;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}

.header-cart .cart-menu-content .lower-info a,
.cart-content .cart-items .lower-info a {
	display: inline-block;
	margin: 2px 10px 5px 0;
	line-height: 16px;
}

.header-cart-items-wrapper {
	display: block;
	overflow-y: scroll;
	max-height: 50vh;
}

.notification-page .notification-img { margin-bottom: 0; }
.cart-content.cart-empty { margin-bottom: 30px; }

.cart-summary .cart-content .cart-item .discount-code .icon {
	margin-left: 32px;
}

.header-menu-main ul li a .icon {
	margin-right: 8px;
}

.header-menu-main ul li,
.header-menu-grey li {
	margin: 0 14px;
}

.header-menu .header-hamburger {
	padding-right: 0;
}

.header-menu-dropdown li .dropdown-item {
	padding: 10px 17px;
}

.brand-feed-detail-heading.no-product-series {
	margin-bottom: 48px;
}

body.bg-cats {
	background: url(".././images/bg-cats.jpg") no-repeat top right;
}

.cart-content .alert p {
	margin-bottom: 0;
}

.account-nav-item {
	margin-right: 30px;
}

.header-with-buttons-right {
	display: block;
	overflow: hidden;
}

.header-with-buttons-right h2 {
	display: block;
	float: left;
	line-height: 48px;
}

.header-with-buttons-right button {
	display: block;
	float: right;
}

.header-menu-dropdown .dropdown-item.active,
.header-menu-dropdown .dropdown-item:active {
	background-color: transparent;
}

.description .business-card {
	margin-top: 30px;
}

.description h5 {
	margin-top: 45px;
}

.simple-box-left p {
	display: inline-block;
	margin: 0;
}

.registration-form-bottom .check-styled input[type="checkbox"] + label,
.cart-content .bottom-info.info-summary .check-styled input[type="checkbox"] + label,
.modal-content .bottom-info.info-summary .check-styled input[type="checkbox"] + label {
	background-position: left 10px;
}

.cart-content .bottom-info.info-summary .check-styled p,
.modal-content .bottom-info.info-summary .check-styled p {
	text-align: left;
}

.cart-content .bottom-info.info-summary .check-styled .form-group,
.modal-content .bottom-info.info-summary .check-styled .form-group {
	max-width: 50%;
}

.cart-content .bottom-info.info-summary .check-styled .form-group.wp-100 {
	width: 100%;
	max-width: none;
}

.story-section .events .slick-list {
	padding-bottom: 120px;
}

.cart-content .cart-actions .cart-items .info {
	max-width: 100%;
}

.cart-content .cart-actions .cart-item .info .text p {
	margin: 0;
	padding: 0;
}

.cart-tips-wrapper {
	display: block;
	margin-top: 30px;
}

.products-content .product-items .main-content {
	width: 100%;
}

.product-list-empty p {
	text-align: center;
}

.discount-form {
	padding-left: 0;
}

.history-section.order-products .cart-item .image a.name {
	display: flex;
	align-items: center;
}

.history-section.order-products .cart-item .image a.name img {
	margin-left: 32px;
}

.action-products .slick-prev, .action-products .slick-next {
	width: calc(50% - 15px);
}

.brand-items .slick-prev {
	width: 167px;
	left: calc(50% - 88px);
}

.brand-items .slick-next {
	width: 167px;
	left: calc(50% + 88px);
}

.help-articles div.align-items-center {
	text-align: center;
}

.category-nav .btn-show-categories {
	padding-left: 12px;
	padding-right: 12px;
}

#filter-modal {
	padding-right: 0 !important;
}

.detail-section.description table {
	width: auto !important;
	max-width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}

.detail-section.description table th {
	color: #6c8395;
	background: #edf6ff;
	padding: 10px 15px;
}

.detail-section.description table td {
	color: #7b7b7b;
	background: #fcfcfc;
	padding: 8px 15px;
}

.detail-section.description table tr:nth-child(even) td {
	background: #ffffff;
}

table td span.mobile-label {
	display: none;
}

.events .slick-track {
	margin-bottom: 50px;
}

.sellers-section p {
	font-size: 16px;
	text-align: left;
	margin-bottom: 0;
}

.seller-contact-link a {
	display: inline-block;
	margin-top: 10px;
}

.item-name .name {
	vertical-align: middle;
	line-height: 1.4;
}

.blue-products .product-item .image {
	display: block;
}

.payment-item .price {
	min-width: 150px;
}

.header-menu-grey .btn {
	color: #747474;
}

/* alertify */
.alertify-logs {
	width: 100%;
	top: auto;
	bottom: 0;
	right: 0;
}
.alertify-log {
	text-align: center;
	right: 0;
	opacity: 1;
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.alertify-log-show {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.alertify-log-hide {
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);
}
@media (max-width: 991px) {
	.alertify-logs {
		top: 0;
		bottom: auto;
	}
	.alertify-log {
		margin-top: 0;
		-webkit-transform: translate(0, -100%);
		-moz-transform: translate(0, -100%);
		-ms-transform: translate(0, -100%);
		-o-transform: translate(0, -100%);
	}
	.alertify-log-show {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.alertify-log-hide {
		-webkit-transform: translate(0, -100%);
		-moz-transform: translate(0, -100%);
		-ms-transform: translate(0, -100%);
		-o-transform: translate(0, -100%);
	}
	.alertify-log {
		line-height: 22px;
		padding: 10px 15px;
	}
}
/* end alertify */

.alertify-logs {
	position: fixed;
	z-index: 999999;
	top: auto;
	right: auto;
	width: 100%;
	bottom: 0;
	left: 0;
}

.alertify-log {
	margin: 0;
	border-radius: 0;
	text-align: center;
	cursor: pointer;
}

.alertify-log-success {
	background: #47a884;
	color: #fff;
	border: none;
}

.alertify-log-error {
	background: #f77878;
	color: #fff;
	border: none;
}

@media (max-width: 767px) {

	.hp-category .text .link {
		font-size: 0;
	}

	table td span.mobile-label {
		display: block;
		color: #888;
		font-size: 14px;
		font-weight: normal;
		padding-bottom: 3px;
	}

	.dashboard-section table.last-order tr td {
		width: 50%;
		text-align: left !important;
		padding-top: 0 !important;
		line-height: 1.5;
		padding-bottom: 15px;
	}

	.dashboard-section table.last-order tr td.order-number {
		padding-left: 0;
	}

	.order-products .cart-summary .cart-content .cart-item .numbers {
		margin-left: 0;
		width: 50%;
	}

	.history-section.order-products .cart-item .image a.name img {
		margin-left: 0;
		width: 64px;
		height: 64px;
	}

	.help-articles::before {
		display: none;
	}

	.news-item img.img-fluid {
		width: 100%;
	}

	.story-section .brand-items {
		padding-bottom: 100px;
	}

	.hp-banner .content h2 {
		text-align: center;
	}

}

@media (min-width: 768px) {

	.actions .action-products .slick-prev,
	.actions .action-products .slick-next {
		margin-top: -60px;
	}

	.actions .btn-wrap {
		margin-top: 20px;
	}

	.events .events-content button.slick-prev,
	.events .events-content button.slick-next {
		margin-top: -5px !important;
	}

	.events .btn.btn-light-blue {
		margin-top: -80px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {

	.events .events-content button.slick-prev,
	.events .events-content button.slick-next {
		margin-top: -20px !important;
	}

}

.action-detail-img {
	min-height: 60px;
}

.action-detail-img img {
	max-height: 500px;
}

@media (max-width: 991px) {

	header .header-main-content .header-cart .cart-link {
		padding-left: 30px;
	}

	.alertify-logs {
		position: fixed;
		z-index: 999999;
		top: 0;
		right: auto;
		width: 100%;
		bottom: auto;
		left: 0;
	}

}

@media (max-width: 575px) {

	.action-detail-img img {
		max-height: 330px;
	}

	.account-content.data .row .col-6 {
		max-width: 100% !important;
		flex: 0 0 100%;
	}

	.form-group.small,
	.form-group.smaller {
		max-width: 100%;
	}

	.registration-content .registration-form-bottom .btn.btn-blue {
		width: 100%;
		text-align: center;
		justify-content: center;
	}

	.registration-content .text-explain p {
		text-align: center;
	}

	.registration-form-bottom {
		margin-top: 0;
	}

	.cart-content .bottom-info.info-summary .check-styled .form-group {
		max-width: 100%;
	}

	.cart-content .bottom-info.info-summary .check-styled input[type="checkbox"] + label {
		background-position: left 8px;
	}

	.detail-section.description table {
		width: 100% !important;
		font-size: 14px;
	}

	.hp-carousel .carousel-caption {
		top: 20px;
	}

	.news .container .news-items {
		padding-bottom: 40px;
	}

	.brand-items.brand-list {
		padding-bottom: 100px;
	}

	.brand-items .brand-item {
		margin-left: 0;
		margin-right: 0;
	}

	.left-filter {
		padding: 15px 0 !important;
	}

	.left-filter .filter-section {
		padding: 0 15px !important;
	}

	.filter-section-bottom-part {
		padding: 0 15px;
	}

	.simple-modal .modal-dialog {
		max-width: 100%;
	}

	.simple-modal .modal-dialog .modal-header {
		padding: 0 20px;
	}

	.product-count {
		margin-right: 0;
	}

	.cart-content .cart-items .cart-item div.info {
		width: calc(100% - 100px);
		max-width: 100%;
		padding-bottom: 0;
	}

	.cart-content .cart-items .cart-item div.in-stock,
	.cart-content .cart-items .cart-item div.delivery-delay,
	.cart-content .cart-items .cart-item div.not-available {
		margin-left: 63px;
		margin-top: -10px;
	}

	.sellers-detail .btn {
		margin-top: 40px;
	}

	header .header-top .header-top-right .flag .dropdown-item {
		margin-left: 3px;
	}

	.cart-content .cart-item .cart-delete .close {
		margin-top: 30px;
	}

}

.hp-category-mobile {
	display: none;
}

@media (max-width: 1199px) {

	.hp-category {
		background-image: none !important;
		position: relative;
	}

	.hp-category-mobile {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-position: right 6px;
		background-size: auto 50px;
		background-repeat: no-repeat;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
	}

	body {
		background-size: contain !important;
		background-position: right 100px !important;
	}

	.action-products .product-item {
		height: 420px !important;
	}

	.cart-content .points-box {
		position: relative;
		overflow: hidden;
	}

	.cart-content .cart-item .image {
		width: 64px;
	}

}

@media (min-width: 991px) and (max-width: 1199px) {

	.product-item {
		height: 450px !important;
	}

	#scroll-alternative .product-item,
	#scroll-accessories .product-item {
		height: 510px !important;
	}

	#scroll-alternative .item-name a.name,
	#scroll-accessories .item-name a.name {
		height: 50px;
	}

	.product-item-hover a.image {
		padding-bottom: 0;
		height: auto;
	}

	.hp-carousel .carousel-item img {
		height: auto;
	}

	.advantages {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.advantages .advantage-item {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.main-content .filter-top ul li {
		padding-right: 25px;
	}

	.main-content .filter-top ul li a {
		font-size: 15px;
	}

	.main-content .filter-top div.number {
		font-size: 15px;
	}

	.header-menu ul.header-menu-grey > li > a {
		display: none;
	}

}

@media (min-width: 768px) and (max-width: 990px) {

	.product-item {
		height: 480px !important;
	}

	.detail-section .description-right > h5:first-child {
		text-align: left;
	}

	.detail-section #alternative {
		margin-top: 30px;
	}

}

table tr.links-hidden {
	display: none;
}

@media (min-width: 768px) and (max-width: 1199px) {

	.tooltip-custom {
		position: relative;
		display: block;
		clear: both;
		width: 100%;
		left: 0;
		padding-left: 2px;
		padding-top: 15px;
		text-align: left;
	}

	.dashboard-section table.table.last-order {
		display: table;
	}

	.dashboard-section table.table.last-order thead,
	.dashboard-section table.table.last-order tbody {
		display: table-row-group;
	}

	.dashboard-section table.table.last-order thead tr,
	.dashboard-section table.table.last-order tbody tr {
		display: table-row;
	}

	.dashboard-section table.table.last-order thead tr th,
	.dashboard-section table.table.last-order tbody tr td {
		display: table-cell;
	}

	.dashboard-section table.table.last-order th {
		background: transparent;
		font-weight: normal;
		border-bottom: 2px solid #f2f2f2;
		font-size: 14px;
		color: #888;
		text-align: left !important;
	}

	.dashboard-section table.table.last-order td:not(:first-child) {
		padding-left: 20px;
		padding-right: 0;
	}

	.dashboard-section table.table.last-order th:first-child,
	.dashboard-section table.table.last-order td:first-child {
		padding-left: 0;
	}

	.dashboard-section table.table.last-order th:last-child,
	.dashboard-section table.table.last-order td:last-child {
		padding-right: 0;
	}

	.dashboard-section table.table.last-order td {
		width: auto;
		text-align: left !important;
	}

	.dashboard-section table.table.last-order td.order-link,
	.dashboard-section table.table.last-order th.order-link-name {
		display: none;
	}

	.dashboard-section table tr:not(.links-hidden),
	.dashboard-section table tr:not(.links-hidden) td {
		border-bottom: none;
		padding-bottom: 0;
	}

	.dashboard-section table tr.links-hidden td {
		padding: 0 0 20px 0;
	}

	.dashboard-section table tr.links-hidden td a {
		margin-right: 15px;
	}

	.dashboard-section table tr.links-hidden {
		display: table-row;
	}

	.registration-page .cart-top .content a {
		margin-right: 20px;
		font-size: 14px;
	}

	div.row.contact-images div.contact-photo {
		overflow: hidden;
	}

	div.row.contact-images div.contact-photo img {
		height: 280px;
		width: auto;
		max-width: none;
	}

	.world-banner .icon {
		width: 64px;
		min-height: 64px;
		line-height: 64px;
	}

	.world-banner .btn-blue {
		height: 48px;
		min-height: 48px;
	}

	.hp-banner.world-banner {
		padding-top: 70px;
		padding-bottom: 70px;
		background-size: cover;
	}

}

@media (min-width: 576px) and (max-width: 767px) {

	div.row.contact-images div.contact-photo {
		overflow: hidden;
	}

	div.row.contact-images div.contact-photo img {
		width: 100%;
	}

}

@media (min-width: 576px) and (max-width: 1199px) {

	.registration-content .registration-form-bottom .btn.btn-blue {
		width: 100%;
		text-align: center;
		justify-content: center;
	}

	.advantage-item .icon {
		width: 60px;
		text-align: center;
	}

	.advantage-item .text {
		width: 40%;
		position: relative;
	}

	div.advantages {
		padding-top: 10px;
		padding-bottom: 15px;
	}

}

@media (min-width: 991px) {

	.events .events-content button.slick-prev {
		margin-top: 55px;
		right: auto;
		left: calc(25% - 40px);
	}

	.events .events-content button.slick-next {
		margin-top: 55px;
		left: auto;
		right: calc(25% - 92px);
	}

	.events .btn-light-blue {
		margin-top: -20px;
	}

	.similar-products .slick-list {
		margin-top: 45px;
		padding-bottom: 40px;
	}

}

@media (min-width: 1199px) {

	.similar-products .slick-list {
		margin-top: 45px;
		padding-bottom: 100px;
	}

}

@media (min-width: 576px) and (max-width: 990px) {

	.detail .detail-section.description ul.parameters li:nth-last-of-type(2):not(.even) {
		border-bottom: none;
	}

	.description-right ul.parameters + h5 {
		border-top: 1px solid #f2f2f2;
		margin-top: 0;
		padding-top: 30px;
	}

	.detail .container .detail-section:last-of-type {
		border-bottom: none;
	}

	.description .business-card:first-of-type {
		border-top: none;
		padding-top: 20px;
	}

	.left-filter {
		padding: 15px 0 !important;
	}

	.left-filter .filter-section {
		padding: 0 15px !important;
	}

	.filter-section-bottom-part {
		padding: 0 15px;
	}

}

.sellers-section .region-box ul li.region-item {
	padding-right: 0;
	padding-left: 0;
}

.history-detail h1 { font-size: 32px; margin: 20px 0; }
.history-detail-payment-info { margin-top: 30px; }
.history-detail-payment-info p { font-size: 16px; margin-bottom: 20px; color: #f77878; }

.detail-store {
	background-color: #fff3ce;
	color: #003863;
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
	padding: 15px;
}

.detail-store p {
	margin-bottom: 0;
}

.detail-store a {
	text-decoration: underline;
	transition: 0.3s all;
}

.detail-store a:hover {
	color: #247cc1;
}

.detail-store a i {
	margin-right: 5px;
}

.hp-banner.hp-banner-happy-cat {
	background-image: url(".././images/hp-banner-happy-cat.jpg");
}