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

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

body.bg-article {
  background: url(".././images/bg-dog2.png") 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;
}
ul.checks.green li::before {
  color: #59c79e;
}
ul.checks.inline {
  display: flex;
  flex-wrap: wrap;
}
ul.checks.inline li {
  width: 50%;
  padding-right: 30px;
}

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

.in-process,
.delivered {
  font-size: 14px;
  font-weight: 400;
  padding-left: 22px;
  position: relative;
  color: #f7a978;
}
.in-process::before,
.delivered::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 19px;
  background: url("./../images/in-process.svg") no-repeat center;
}

.delivered {
  color: #59c79e;
}
.delivered::before {
  content: "";
  color: #59c79e;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.blue-box {
  background-color: #edf7ff;
  padding: 32px;
}
.blue-box h2 {
  margin-bottom: 7px !important;
}
.blue-box .btn-blue {
  margin-top: 16px;
}
.blue-box p {
  color: #5e82a0;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 22px;
}

.text-explain {
  margin-top: 24px;
}
.text-explain p {
  color: #747474 !important;
  font-size: 14px !important;
  font-weight: 400;
}
.text-explain span {
  color: #003863 !important;
}

.alert {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  line-height: 1.6;
}
.alert i {
  padding-right: 14px;
  font-size: 24px;
}

.alert-danger {
  background-color: #fff4ed;
  color: #f77878;
}

.alert-primary {
  background-color: #edf7ff;
  color: #003764;
}

.alert-success {
  color: #4ec99c;
  background-color: #effff9;
}

@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: 992px) {
  .container.small {
    max-width: 830px;
  }
}
@media (min-width: 1200px) {
  .container.small {
    max-width: 830px;
  }
}
@media (min-width: 1260px) {
  .container {
    max-width: 1230px;
  }
  .container.small {
    max-width: 830px;
  }
}
.perex p {
  color: #003863;
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .perex p {
    color: #003863;
    font-size: 22px;
    font-weight: 400;
  }
}
@media (max-width: 575px) {
  .perex p {
    color: #003863;
    font-size: 21px;
    font-weight: 400;
  }
}
.perex-smaller p {
  color: #5e82a0;
  font-size: 18px;
  font-weight: 400;
}
.perex-smaller p span {
  color: #003863;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .perex-smaller p span {
    font-size: 22px;
  }
}
.break {
  flex-basis: 100%;
  height: 0;
}

.blue-bg {
  background-color: rgba(237, 247, 255, 0.5);
  padding-top: 70px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .blue-bg {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

/* buttons */
.btn {
  display: inline-block;
  padding: 0;
  margin: 0;
  text-align: center;
  background: none;
  border: none;
  border-radius: 0px;
  color: #003863;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.btn.active,
.btn:active,
.btn:focus {
  box-shadow: none;
}

.btn-info,
.btn-more {
  color: #003863;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  padding-right: 22px;
  position: relative;
}
.btn-info::after,
.btn-more::after {
  content: "";
  position: absolute;
  color: #003863;
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.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-info.collapsed::after,
.btn-more.collapsed::after {
  transform: translateY(-50%) rotate(180deg);
}

.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%);
  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%) rotate(180deg);
}
.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-light-blue.hover-blue:hover {
  background-color: #003863;
  color: #ffffff;
  text-decoration: none;
  box-shadow: none;
  border: 2px solid #003863;
}

.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 i {
  margin-right: 8px;
}
.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-red {
	display: inline-flex;
	padding-left: 24px;
	padding-right: 24px;
	align-items: center;
	height: 48px;
	background-color: #c20000;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	transition: all 0.3s;
}
.btn-red i {
	margin-right: 8px;
}
.btn-red:hover {
	background-color: #247cc1;
	color: #ffffff;
	text-decoration: none;
}
.btn-red:focus, .btn-red:active {
	background-color: #b92929;
	color: #ffffff;
}
.btn-red.disabled {
	cursor: no-drop;
	background-color: #bf8484;
	color: #809cb1;
	opacity: 1;
}
.btn-red .icon {
	padding-right: 12px;
}

.btn-green {
  background-color: #54c89d;
  color: #ffffff;
  font-size: 16px;
  padding: 15px 22px;
  font-weight: 700;
  line-height: 1;
}
.btn-green:disabled {
  opacity: 1;
}
.btn-green:hover {
  color: #ffffff;
}
.btn-green .icon {
  margin-right: 7px;
}

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

.link-light {
  color: #5e82a0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s;
}
.link-light:hover {
  color: #003863;
  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: "";
}

.link-again {
  position: relative;
  padding-left: 17px;
}
.link-again:hover::before {
  color: #247cc1;
}
.link-again::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  color: #003863;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 400;
}

.link-back {
  color: #003863;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  position: relative;
  padding-left: 14px;
  transition: all 0.3s;
}
.link-back:hover {
  text-decoration: none;
  color: #247cc1;
}
.link-back:hover::before {
  color: #247cc1;
}
.link-back::before {
  position: absolute;
  content: "";
  color: #003863;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 400;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

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

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

.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;
}
.btn-social.google {
  background-color: #4885ed;
}
.btn-social:hover {
  color: #ffffff;
  background-color: #003863;
}
.btn-social i {
  margin-right: 15px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
}

.simple-link {
  display: inline-block;
  color: #5e82a0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.45px;
  text-decoration: underline;
  transition: all 0.3s;
}
.simple-link:hover {
  text-decoration: none;
}

/* 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: all 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;
  color: #003863 !important;
}

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

/* radio */
.radio-boxes {
  display: flex;
  flex-wrap: wrap;
}
.radio-boxes .radio-styled {
  margin-right: 16px;
  margin-bottom: 0;
}

.radio-styled {
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  display: block;
  color: #5e82a0;
  font-size: 14px;
}

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

input[type=radio] + label {
  display: block;
  width: 100%;
  margin: 0;
  float: left;
  min-height: 30px;
  margin: 0;
  vertical-align: middle;
  padding-left: 25px;
  cursor: pointer;
  font-weight: normal;
  padding-top: 5px;
  position: relative;
}
input[type=radio] + label::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 4px solid transparent;
  background-color: #f2f2f2;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

input[type=radio]:checked + label::before {
  border: 4px solid #003863;
  background-color: #fff;
}

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

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

.modal-content {
  background-color: #fff;
  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;
}
.modal-header .close:focus {
  outline: none !important;
}

.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 */
.simple-modal .close::after {
  display: none;
}

/* 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: #fff;
  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 #fff 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: #fff;
  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 Menu Dropdown */
.header-menu-dropdown .dropdown-toggle:active::after, .header-menu-dropdown .dropdown-toggle:hover::after, .header-menu-dropdown .dropdown-toggle:focus::after {
  color: #043863;
}
.header-menu-dropdown .dropdown-toggle::after {
  top: 11px;
}
.header-menu-dropdown .dropdown-menu {
  margin-top: 12px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  padding-top: 10px;
  padding-bottom: 20px;
  min-width: 282px;
}
.header-menu-dropdown .dropdown-menu::before, .header-menu-dropdown .dropdown-menu::after {
  display: none;
}
.header-menu-dropdown .dropdown-item {
  color: #003863;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.3s;
  padding: 10px 32px;
}
.header-menu-dropdown .dropdown-item:hover {
  color: #247cc1;
}

/* END Header Menu 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;
}
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 #fff transparent;
}
header .header-main-wrap {
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
header .header-main {
  padding: 20px 0px;
  display: flex;
  position: relative;
}
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-login {
  background: url("./../images/user.svg") no-repeat center left;
  min-height: 40px;
  min-width: 140px;
  padding-left: 37px;
  margin-left: 90px;
  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: auto;
}
header .header-main-content .header-cart {
  background: url("./../images/cart.svg") no-repeat center left;
  min-height: 40px;
  padding-left: 37px;
  margin-left: 40px;
  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 14px;
}
.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: 8px;
  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 .icon.adv::after {
  background: url("./../images/t-shirt-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 14px;
  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;
}

.header-search-input {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.header-search-input .form-control {
  width: calc(100% - 97px);
}

/* 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: #fff;
}
.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 .header-main-content .header-search {
    display: block;
  }
}
@media (min-width: 992px) {
  header .header-main-content .header-login-mobile {
    display: none;
  }

  header .header-main-content .header-login {
    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-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-login {
    margin-left: 65px;
  }

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

  .header-menu-main ul li a {
    line-height: 1.5;
  }

  .header-menu-grey {
    margin-left: 0;
  }
  .header-menu-grey li {
    margin: 0px 7px;
  }
}
@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-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-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;
  }
}
/* end header */
/* 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 */
.menu-modal .modal-dialog {
  margin: 0;
  background-color: #003863;
  color: #fff;
  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-dialog .modal-header .close::after {
  display: none;
}
.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: #fff;
  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;
}

.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: -7.5px;
    right: -7.5px;
  }
}
/** 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: #fff;
  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: #fff;
  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(180deg);
    transition: all 0.3s;
  }
  .footer-title .desktop {
    display: none;
  }
  .footer-title .mobile {
    display: inline-block;
  }
  .footer-title.show::after {
    transform: rotate(0deg);
  }

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

.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: 18px;
  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: #fff;
  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: #fff;
  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: #fff !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: #fff;
  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 {
    max-height: unset;
    right: unset;
    height: auto;
    max-width: 100%;
  }
}
@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 thead th {
  vertical-align: center;
  border: none;
  padding: 0;
  text-align: left;
  background-color: #edf7ff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #5e82a0;
  font-size: 16px;
  font-weight: 700;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.table td {
  padding: 0;
  vertical-align: center;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  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: #fff;
}

/** 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: #fff;
}

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

.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: #fff;
  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;
}

.detail-info-discount-row {
	margin-top: 20px;
}

.detail-info-discount-row h5 {
	margin-bottom: 7px;
}

.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 input:focus {
  outline: none !important;
}
.product-count .ui-spinner {
  border: 0;
  border-radius: 0;
}
.product-count .ui-spinner-button {
  background: #fff;
}
.product-count .ui-spinner a.ui-spinner-button {
  border: 0;
}
.product-count .ui-button .ui-icon {
  background: none;
  text-indent: 0;
  border: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
}
.product-count .ui-button .ui-icon:focus, .product-count .ui-button .ui-icon:active {
  background: transparent;
}
.product-count .ui-button .ui-icon:focus::after, .product-count .ui-button .ui-icon:active::after {
  background: transparent;
}
.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: 0px;
}
.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;
  margin-bottom: 26px;
}
.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-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;
}

.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;
  background: url(".././images/blue-circle.png") repeat left top;
  padding: 25px 0;
  margin-bottom: 35px;
}

.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: 30px;
    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-content > .row {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .description {
    margin-bottom: 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 .perex p {
  margin-bottom: 0;
}

/* 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 .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;
}
.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: 386px;
}
.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: #fff;
}
.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%);
}

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

#category-discounts .badge-wrap {
	display: block;
	position: absolute;
	flex: none;
	width: auto;
}

.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: #fff;
}

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

.page-link:focus {
  box-shadow: none;
}

.page-link:hover {
  color: #247cc1;
  background-color: #fff;
  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: #fff;
}
.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;
  }

  .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: #fff;
  }
  .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 #fff;
    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 {
    height: 450px;
  }

  .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 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .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 empty */
.product-list-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}
.product-list-empty h2 {
  margin-bottom: 14px;
  font-size: 34px;
}
.product-list-empty h2 + p {
  color: #5e82a0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
}
.product-list-empty h3 {
  margin-bottom: 20px;
  font-size: 22px;
}
.product-list-empty a {
  text-decoration: underline;
}
.product-list-empty .empty-ico {
  margin-bottom: 47px;
}

.empty-ico {
  padding: 19.5px;
  border: 2px solid #003863;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .product-list-empty h2 {
    font-size: 30px;
  }
  .product-list-empty h3 {
    font-size: 20px;
  }
  .product-list-empty .empty-ico {
    margin-bottom: 20px;
  }

  .empty-ico {
    padding: 14px;
    width: 64px;
  }
  .empty-ico img {
    width: 30px;
  }
}
/* END Product list empty */
.homepage .advantages {
  border-top: 0;
}

.hp-category {
  display: block;
  padding: 30px;
  margin-bottom: 24px;
  height: 200px;
  transition: 0.3s all;
}
.hp-category .content {
  position: relative;
  padding-bottom: 50px;
}
.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.dogs {
  background: #fff4ed url(".././images/dog.png") no-repeat right center;
}
.hp-category.dogs:hover {
  background-position: right -20px center;
}
.hp-category.cats {
  background: #f5f2ef url(".././images/cat.png") no-repeat right center;
}
.hp-category.cats:hover {
  background-position: right -20px center;
}
.hp-category.fishes {
  background: #fff3ce url(".././images/fish.png") no-repeat right center;
}
.hp-category.fishes:hover {
  background-position: right -20px center;
}
.hp-category.adv {
  background: #edf7ff url(".././images/bag.png") no-repeat right center;
}
.hp-category.adv:hover {
  background-position: right -20px center;
}
.hp-category:hover {
  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 #fff;
}
.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 .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;
  font-size: 18px;
}

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

.events .event-item .text h3 {
  font-size: 24px;
  max-width: 230px;
  margin-bottom: 22px;
}

.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;
  justify-content: center;
}
.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;
}

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

  .events .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: #fff;
    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;
  }

  .homepage .advantages {
    position: relative;
    margin-top: 30px;
    padding-top: 20px;
  }
  .homepage .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;
  }
}
@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 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 {
  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,
.account-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,
.account-top-mobile a:hover {
  text-decoration: none;
}
.cart-top-mobile a::after,
.account-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,
.account-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 .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 {
    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 {
    padding-left: 32px;
    line-height: 1.2;
    margin-top: 3px;
  }
  .cart-content .cart-item .in-stock::before,
.cart-content .cart-item .delivery-delay::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: 190px;
    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;
  cursor: pointer;
}
.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;
}

.history-section {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 47px;
}
.history-section h2 {
  width: 100%;
}
.history-section ul {
  list-style: none;
  width: 50%;
}
.history-section ul li {
  color: #5e82a0;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.history-section.pay-ship {
  display: flex;
  flex-wrap: wrap;
}
.history-section .cart-content {
  padding-left: 0;
  padding-right: 0;
}
.history-section .cart-summary {
  width: 100%;
}
.history-section .cart-summary .cart-items {
  margin-top: 0;
}

.pay-ship-item {
  width: 50%;
  color: #5e82a0;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

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

  .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,
.modal-account .bottom-info {
    justify-content: center;
    text-align: center;
    color: #5e82a0;
    line-height: 1.7;
  }

  .cart-summary .bottom-info p,
.modal-account .bottom-info p {
    display: inline;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7 !important;
  }

  .cart-summary .bottom-info,
.modal-account .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;
  }
}
/* 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;
  }
}
/* END Cart Pop-up */
/* Cart Action */
.cart-actions {
  margin-top: 24px;
}
.cart-actions .cart-item:last-child .image,
.cart-actions .cart-item:last-child .info,
.cart-actions .cart-item:last-child .button {
  border-bottom: 1px solid #f2f2f2;
}
.cart-actions .cart-item .image {
  padding-right: 20px;
}
.cart-actions .cart-item .info .text {
  padding-left: 0;
  color: #809cb1;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  align-items: center;
}
.cart-actions .cart-item .info .text i {
  font-size: 24px;
  padding-right: 12px;
}
.cart-actions .cart-item .info .text i.fa-check {
  color: #4ec99c;
}
.cart-actions .cart-item .info .text i.fa-exclamation-square {
  color: #f77878;
}
.cart-actions .cart-item .button {
  display: table-cell;
  vertical-align: middle;
  border-top: 1px solid #f2f2f2;
  text-align: right;
  padding-right: 15px;
}
.cart-actions .link {
  text-decoration: underline;
  padding-top: 16px;
  padding-bottom: 23px;
  display: inline-block;
}
.cart-actions .link:hover {
  text-decoration: none;
}

.points-box {
  padding: 16px;
  background-color: #edf7ff;
  text-align: center;
}
.points-box-info p {
  color: #003863;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.points-box-set {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
}
.points-box-set .price-slider {
  width: 100%;
  max-width: 354px;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}
.points-box-set .price-slider .ui-slider-horizontal {
  top: 50%;
  transform: translateY(-50%);
}
.points-box-set-title {
  font-weight: 700;
}
.points-box-set-title, .points-box-set-output {
  color: #003863;
}

.white-field {
  background-color: #fff;
  padding: 4.5px 15px;
  display: inline-block;
  color: #247cc1;
  font-size: 20px;
  font-weight: 700;
  margin-left: 3px;
  margin-right: 3px;
}

@media (max-width: 991px) {
  .cart-actions .cart-item .info {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cart-actions .cart-item .info .text {
    line-height: 1.6;
    display: block;
    padding-left: 32px;
    position: relative;
  }

  .cart-actions .cart-item .info .text i {
    position: absolute;
    left: 0;
  }

  .points-box-set .price-slider {
    max-width: 295px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .points-box-set-title {
    line-height: 1.5;
    align-items: center;
    display: flex;
  }
  .points-box-set-title i {
    padding-left: 10px;
  }

  .points-box-set-output {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .cart-content .cart-actions .cart-item {
    float: none;
    display: flex;
    flex-wrap: wrap;
  }
  .cart-content .cart-actions .cart-item:last-child .button,
.cart-content .cart-actions .cart-item:last-child .image,
.cart-content .cart-actions .cart-item:last-child .info {
    border-bottom: none;
  }

  .cart-content .cart-actions .cart-item .info {
    width: calc(100% - 70px);
    padding-top: 0;
    padding-bottom: 0;
  }

  .cart-content .cart-actions .cart-item .name {
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1.4;
  }

  .cart-content .cart-actions .cart-item .image {
    width: 70px;
    float: none;
    display: flex;
    align-items: center;
  }

  .cart-actions .cart-item .button {
    display: flex;
    margin-top: 15px;
    border-top: none;
    border-bottom: none;
  }
}
@media (max-width: 575px) {
  .points-box {
    text-align: left;
  }

  .cart-actions .cart-item .info .text {
    line-height: 1.4;
  }

  .points-box-set {
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 10px;
  }
  .points-box-set .price-slider {
    padding-top: 16px;
  }

  .points-box-set-title {
    width: 100%;
  }

  .points-box-set-output {
    padding-top: 15px;
  }

  .cart-content .cart-actions h2 {
    margin-bottom: 20px;
  }

  .cart-actions .link {
    padding-top: 0;
  }

  .points-box-info p {
    font-size: 19px;
  }

  .white-field {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* END Cart Action */
.account-nav {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 48px;
  margin-top: 30px;
}

.account-nav-item {
  display: block;
  color: #5e82a0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.51px;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-right: 60px;
  position: relative;
  transition: all 0.3s;
}
.account-nav-item:hover {
  text-decoration: none;
  color: #003863;
}
.account-nav-item.active {
  color: #003863;
}
.account-nav-item.active::after {
  content: "";
  height: 1px;
  position: absolute;
  top: 100%;
  background-color: #003863;
  width: 100%;
  left: 0;
}
.account-nav-item.login {
  margin-left: auto;
  margin-right: 0;
  position: relative;
  text-transform: none;
  padding-left: 26px;
  transition: all 0.3s;
}
.account-nav-item.login::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 24px;
  left: 0;
  background: url("./../images/lock.svg") no-repeat left center;
}
.account-nav-item.login::after {
  display: none;
}

.account-content h2 {
  color: #003863;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}
.account-content .link-back {
  display: block;
  margin-bottom: 5px;
}
.account-content.data {
  margin-bottom: 70px;
}
.account-content.data .form-group {
  max-width: unset;
  width: 100%;
  margin-bottom: 12px;
}
.account-content.data .form-group label {
  color: #003863;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.account-content.data .form-group .form-control {
  padding: 0;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  color: #5e82a0;
  font-size: 16px;
  font-weight: 400;
}
.account-content.data .link-edit {
  font-weight: 700;
  text-decoration: underline;
}
.account-content.data .link-edit:hover {
  text-decoration: none;
}
.account-content.data-change {
  width: 100%;
  max-width: 385px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.account-content.data-change h2 {
  margin-bottom: 22px;
}
.account-content.data-change h2 + p {
  color: #5e82a0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}
.account-content.data-change .link-back {
  margin-bottom: 8px;
  display: inline-flex;
}
.account-content.data-change form {
  width: 100%;
}
.account-content.data-change .form-group {
  margin-bottom: 20px;
}
.account-content.data-change .form-group label {
  margin-bottom: 0;
}
.account-content.data-change .form-group label span {
  color: #0c416b;
}
.account-content.data-change .data-buttons {
  margin-top: 4px;
  margin-bottom: 24px;
}
.account-content.data-change .data-buttons .link-light {
  margin-left: 20px;
}
.account-content.data-change p {
  color: #747474;
  font-size: 14px;
  font-weight: 400;
}
.account-content.data-change p span {
  color: #003863;
}
.account-content.data-check {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
}
.account-content.data-check i {
  color: #003863;
  font-size: 40px;
  margin-bottom: 20px;
}
.account-content.data-check h2 {
  margin-bottom: 15px;
}
.account-content.data-check p {
  color: #5e82a0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: center;
}
.account-content.adress h2 {
  margin-bottom: 0;
}
.account-content.adress .invoice-box {
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s;
}
.account-content.adress .invoice-box:hover .link-delete {
  opacity: 1;
}
.account-content.adress .invoice-box ul {
  width: 50%;
}
.account-content.adress .invoice-buttons {
  margin-top: 24px;
  margin-bottom: 48px;
}
.account-content.adress .invoice-data .row {
  margin-left: -6px;
  margin-right: -6px;
}
.account-content.adress .invoice-data [class*=col-] {
  padding-left: 6px;
  padding-right: 6px;
}
.account-content.adress .invoice-box-buttons {
  width: 100%;
  display: flex;
}
.account-content.adress .link-delete,
.account-content.adress .link-edit {
  display: flex;
  align-items: center;
}
.account-content.adress .link-delete {
  margin-left: auto;
  opacity: 0;
  transition: all 0.3s;
}
.account-content.adress p {
  color: #5e82a0;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}
.account-content.history-detail {
  margin-bottom: 70px;
}
.account-content.history-detail .link-print {
  margin-right: 22px;
}
.account-content.history-detail .divider {
  height: 1px;
  background-color: #f2f2f2;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.account-content.history-detail .cart-content {
  margin-bottom: 0;
}
.account-content.happy-points .simple-box {
  padding-top: 26px;
  padding-bottom: 26px;
}
.account-content .succes-box {
  margin-bottom: 48px;
}

.order-products {
  margin-bottom: 0;
}

.last-order {
  margin-top: 0;
}
.last-order thead th {
  color: #747474;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #f2f2f2;
  padding-top: 19px;
  padding-bottom: 19px;
}
.last-order thead th:first-of-type {
  padding-left: 0;
}
.last-order tbody td {
  border: none;
  border-bottom: 2px solid #f2f2f2;
  color: #003863;
  font-size: 16px;
  font-weight: 400;
  padding-top: 19px;
  padding-bottom: 19px;
}
.last-order tbody td:first-of-type {
  padding-left: 0;
}
.last-order tbody td.order-number {
  font-weight: 700;
  transition: all 0.3s;
}
.last-order tbody td.order-number a {
  transition: all 0.3s;
}
.last-order tbody td.order-number a:hover {
  text-decoration: none;
  color: #247cc1;
}
.last-order tbody td.order-status span {
  font-size: 14px;
  font-weight: 400;
  padding-left: 22px;
  position: relative;
}
.last-order tbody td.order-status span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 19px;
}
.last-order tbody td.order-status span.in-process {
  color: #f7a978;
}
.last-order tbody td.order-status span.in-process::before {
  background: url("./../images/in-process.svg") no-repeat center;
}
.last-order tbody td.order-status span.delivered {
  color: #59c79e;
}
.last-order tbody td.order-status span.delivered::before {
  content: "";
  color: #59c79e;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.last-order tbody td .link {
  text-decoration: underline;
}
.last-order tbody td .link:hover {
  text-decoration: none;
}
.last-order tbody td.order-price {
  font-weight: 700;
}
.last-order tbody td.order-price.order-number-points {
  text-align: left;
}
.last-order tbody td.order-price span.green {
  color: #59c79e;
  font-weight: 700;
  width: 100%;
  text-align: right;
}
.last-order tbody td.order-price span.red {
  color: #f77878;
  font-weight: 700;
  width: 100%;
  text-align: right;
}
.last-order tbody td.order-link {
  text-align: right;
}
.last-order tbody td.order-all-points {
  font-weight: 700;
}

.dashboard-section {
  margin-bottom: 48px;
}
.dashboard-section .link-edit {
  display: block;
  margin-top: 16px;
}
.dashboard-section .link-edit.mobile {
  display: none;
}

.simple-box {
  padding: 32px 40px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #f2f2f2;
  height: calc(100% - 49px);
}
.simple-box ul {
  list-style: none;
  width: 50%;
}
.simple-box ul li {
  color: #5e82a0;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.simple-box-left {
  color: #5e82a0;
  font-size: 16px;
  font-weight: 400;
}
.simple-box-left strong {
  color: #003863;
  font-weight: 700;
}

.simple-box-right {
  text-decoration: underline;
}
.simple-box-right:hover {
  text-decoration: none;
}

.last-order tbody tr td th {
  display: none;
}

.succes-box {
  height: 64px;
  background-color: #ceffee;
  display: flex;
  align-items: center;
  color: #003863;
  font-size: 16px;
  font-weight: 400;
  padding-left: 48px;
  padding-right: 48px;
}
.succes-box i {
  color: #003863;
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  margin-right: 8px;
}

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

.order-detail {
  width: 100%;
  display: flex;
}

.order-detail-item {
  width: 26%;
}

.value-date {
  color: #5e82a0;
  font-size: 14px;
  font-weight: 400;
}

.history-bot {
  display: flex;
  flex-wrap: wrap;
}

.history-bot-left {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: flex-end;
}
.history-bot-left .item {
  margin-bottom: 16px;
}
.history-bot-left .item .btn i {
  font-size: 12px;
}

.history-bot-right {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: flex-end;
}
.history-bot-right ul {
  list-style: none;
}
.history-bot-right ul li {
  color: #003863;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.history-bot-right ul li strong {
  padding-left: 6px;
}
.history-bot-right ul li.whole-price {
  font-size: 30px;
  font-weight: 800;
  margin-top: 30px;
  line-height: 1;
}
.history-bot-right ul li.whole-price small {
  font-size: 16px;
  font-weight: 400;
  padding-right: 23px;
}
.history-bot-right ul li.price-no-dph {
  color: #5e82a0;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

.modal-account .modal-body {
  padding: 44px 24px;
}
.modal-account .modal-body h4 {
  margin-bottom: 46px;
}
.modal-account .modal-body .history-bot-right {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 25px;
}
.modal-account .modal-body .link-edit {
  margin-top: 5px;
}
.modal-account .modal-body .pay-ship-item p {
  margin-bottom: 0;
}
.modal-account .modal-body .bottom-info {
  text-align: right;
  color: #5e82a0;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-top: 24px;
}
.modal-account .modal-body .bottom-info p {
  margin-bottom: 0;
}
.modal-account .modal-body .bottom-info a {
  color: #5e82a0;
  text-decoration: underline;
  transition: all 0.3s;
}
.modal-account .modal-body .bottom-info a:hover {
  text-decoration: none;
  color: #003863;
}
.modal-account .modal-body .buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 23px;
}

@media (max-width: 1199px) {
  .account-nav {
    margin-bottom: 35px;
  }

  .account-nav-item {
    margin-right: 40px;
  }

  .account-content h2 {
    margin-bottom: 10px;
  }
  .account-content h2 + .simple-box {
    margin-top: 25px;
    padding: 20px 30px;
  }

  .account-content.data .form-group .form-control {
    height: 62px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .account-content.adress .invoice-box {
    padding: 20px 30px;
  }
  .account-content.adress .invoice-box .btn-light-blue {
    margin-right: 14px;
  }

  .account-content.adress .link-delete {
    opacity: 1;
  }

  .succes-box {
    display: flex;
    justify-content: center;
  }

  .account-content .succes-box {
    margin-bottom: 32px;
  }

  .account-content.history-detail .divider {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .history-section.pay-ship {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .account-nav-item {
    margin-right: 21px;
    font-size: 14px;
  }

  .simple-box {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .simple-box ul {
    width: 100%;
    margin-bottom: 15px;
  }

  .last-order {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .last-order thead,
.last-order tbody {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .last-order thead tr,
.last-order tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 2px solid #f2f2f2;
  }
  .last-order thead tr:hover,
.last-order tbody tr:hover {
    box-shadow: none;
  }
  .last-order thead tr th,
.last-order thead tr td,
.last-order tbody tr th,
.last-order tbody tr td {
    display: block;
    padding: 0;
    border: none;
    padding-top: 19px;
  }
  .last-order thead tr th,
.last-order tbody tr th {
    margin-bottom: 15px;
  }

  .order-number-name,
.order-number {
    width: 145px;
  }

  .order-status-name,
.order-status,
.order-date-name,
.order-date {
    width: 145px;
  }

  .order-price-name,
.order-price {
    width: 90px;
  }

  .order-link {
    width: 150px;
    text-align: left !important;
    padding-top: 6px !important;
    padding-bottom: 15px !important;
  }

  .order-link-name {
    display: none;
  }

  .account-content.data .form-group .form-control {
    padding-left: 20px;
    padding-right: 20px;
  }

  .account-content.adress .invoice-box {
    padding: 20px;
  }

  .account-content.adress .invoice-box ul {
    margin-bottom: 10px;
    width: 100%;
  }

  .account-content.adress .invoice-box-buttons {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .account-content.adress .invoice-box .btn-light-blue {
    margin-right: 0;
    width: 100%;
    justify-content: center;
  }

  .account-content.adress .invoice-box .invoice-box-buttons .link-delete {
    margin-right: 30px;
  }

  .account-content.adress .invoice-box .invoice-box-buttons .link-edit {
    margin-left: 30px;
  }

  .account-content.adress .link-delete,
.account-content.adress .link-edit {
    margin-top: 10px;
  }

  .account-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .history-section h2 {
    font-size: 20px;
  }

  .account-content.happy-points .last-order tbody td.order-all-points {
    white-space: nowrap;
  }

  .account-content.happy-points .last-order thead tr th,
.happy-points .last-order tbody tr th {
    white-space: nowrap;
  }

  .account-content.happy-points .last-order thead tr,
.happy-points .last-order tbody tr {
    flex-wrap: nowrap;
  }

  .account-content.happy-points .last-order tbody td {
    padding-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .last-order tbody tr td th {
    display: block;
    width: 100% !important;
    padding-top: 0;
  }

  .last-order {
    margin-top: 25px;
  }

  .last-order thead {
    display: none;
  }

  .last-order tbody tr {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .last-order tbody tr:first-of-type {
    border-top: 2px solid #f2f2f2;
  }

  .last-order tbody tr th,
.last-order tbody tr td {
    width: 50% !important;
  }

  .last-order tbody tr th {
    font-size: 14px;
    color: #747474;
    font-weight: 400;
    margin-bottom: 0;
  }

  .last-order tbody tr td {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .last-order tbody tr td.date-delivered {
    display: none;
  }

  .order-link {
    padding-bottom: 0 !important;
  }

  .account-nav {
    display: none;
  }

  .account-top-mobile {
    margin-bottom: 20px;
  }

  .dashboard-section {
    margin-bottom: 35px;
  }
  .dashboard-section .link-edit {
    margin-top: 10px;
  }
  .dashboard-section .link-edit.mobile {
    display: block;
    margin-top: 10px;
  }

  .simple-box {
    height: auto;
  }

  .simple-box {
    padding: 15px 20px !important;
    line-height: 1.6;
    height: auto;
  }

  .simple-box-left {
    margin-bottom: 15px;
  }

  .simple-box ul:last-of-type {
    margin-bottom: 0;
  }

  .dash-invoice-adress {
    margin-top: 32px;
  }

  .account-content .data-col {
    margin-bottom: 20px;
  }

  .account-content.data {
    margin-bottom: 40px;
  }

  .account-content.adress .invoice-box {
    margin-bottom: 16px;
  }

  .account-content.adress h2 {
    margin-bottom: 22px;
  }

  .succes-box {
    padding-left: 14px;
    padding-right: 14px;
    line-height: 1.2;
  }

  .history-bot-left,
.history-bot-right {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .history-bot-left {
    order: 2;
    margin-top: 32px;
  }

  .history-bot-right {
    order: 1;
  }

  .history-bot-right ul li {
    text-align: center;
    justify-content: center;
  }

  .history-bot-right ul li.whole-price {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .history-bot-right ul li.whole-price small {
    margin-bottom: 10px;
  }

  .order-detail-item {
    width: 33.33%;
  }

  .account-content.happy-points .last-order tbody tr {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }

  .account-content.happy-points .last-order tbody td {
    width: 50%;
  }

  .account-content.happy-points .last-order tbody tr td.date-delivered {
    display: block;
  }

  .account-content.happy-points .last-order tbody td {
    padding-bottom: 9px;
  }

  .modal-account .order-products .cart-summary .cart-content .cart-item .numbers {
    margin-left: 0;
  }

  .modal-account .modal-body {
    display: flex;
    flex-direction: column;
  }

  .modal-account .modal-body .bottom-info {
    order: 5;
    line-height: 1.85;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
  }

  .modal-account .modal-body .history-bot-right {
    border-bottom: none;
  }

  .modal-account .order-products {
    border-bottom: none;
    margin-bottom: 0;
  }

  .pay-ship-item {
    padding-bottom: 17px;
  }
}
@media (max-width: 575px) {
  .dashboard-section .btn-light-blue {
    width: 100%;
    height: 54px;
    justify-content: center;
  }

  .account-content.data-change {
    padding-bottom: 5px;
  }

  .account-content.data-change .btn {
    width: 100%;
    height: 54px;
    justify-content: center;
  }

  .account-content.data-change p {
    text-align: center;
  }

  .account-content.data-change .data-buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }

  .account-content.data-change .data-buttons .link-light {
    margin-top: 10px;
    display: block;
  }

  .account-content.data-change h2 + p {
    text-align: left;
  }

  .account-content.data-check {
    margin-bottom: 40px;
  }

  .history-bot-left .item {
    width: 100%;
    margin-bottom: 8px;
  }
  .history-bot-left .item .btn {
    width: 100%;
    justify-content: center;
    height: 54px;
  }

  .order-products .cart-summary .cart-item .main-price {
    padding-right: 0;
  }

  .order-products .cart-summary .cart-content .cart-item .numbers {
    margin-left: -40px;
  }

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

  .order-detail-item {
    width: 50%;
    margin-bottom: 12px;
  }

  .history-detail-links {
    margin-top: 5px;
  }

  .account-content.history-detail .divider {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .history-section ul {
    width: 100%;
    margin-bottom: 10px;
  }

  .account-content h2 {
    font-size: 20px;
  }

  .history-section {
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
  }
  .history-section h2 {
    font-size: 18px;
  }

  .history-section.pay-ship {
    margin-bottom: 0;
    border: none;
  }

  .pay-ship-item {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
  }
  .pay-ship-item p {
    margin-bottom: 15px;
  }

  .order-products h2 {
    margin-bottom: 20px;
  }
}
/* Login */
.login-page {
  margin-top: 40px;
  margin-bottom: 55px;
}
.login-page .form-group {
  max-width: unset;
}
.login-page .form-group label {
  margin-bottom: 0;
}
.login-page h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 23px;
}
.login-page .divider {
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #f2f2f2;
}

.login-left {
  padding-top: 32px;
  padding-right: 24px;
}
.login-left .btn-blue {
  margin-top: 10px;
}
.login-left .btn-social {
  margin-bottom: 8px;
}

@media (max-width: 1199px) {
  .login-page ul.checks.inline li {
    width: 100%;
    max-width: 320px;
  }

  .login-left {
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .login-page .btn-blue {
    height: 54px;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .login-page {
    margin-top: 0;
  }
  .login-page .btn-social {
    height: 54px;
    width: 100%;
    max-width: unset;
  }
  .login-page .blue-box {
    margin-top: 16px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* END Login */
/* Registration */
.registration-page {
  margin-top: 40px;
  margin-bottom: 67px;
}
.registration-page h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.registration-page p {
  color: #5e82a0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.78;
}
.registration-page h3 {
  margin-top: 30px;
  margin-bottom: 35px;
  font-size: 20px;
}

.registration-top {
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.registration-top small {
  color: #5e82a0;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}

.registration-content {
  max-width: 384px;
  width: 100%;
  margin: 0 auto;
  margin-top: 48px;
}

.registration-form-section {
  margin-bottom: 48px;
}
.registration-form-section .form-group .simple-link {
  margin-top: 15px;
}
.registration-form-section .radio-boxes + .form-group {
  margin-top: 24px;
}
.registration-form-section input[type=checkbox] + label {
  color: #5e82a0;
  transition: all 0.3s;
}
.registration-form-section input[type=checkbox] + label:hover {
  color: #003863;
}

.registration-form-bottom {
  margin-top: 48px;
  margin-bottom: 22px;
}
.registration-form-bottom p {
  color: #5e82a0;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.registration-form-bottom p a {
  text-decoration: underline;
  color: #5e82a0;
}
.registration-form-bottom p a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .registration-page h2 {
    font-size: 21px;
  }

  .registration-page {
    line-height: 1.7;
  }

  .registration-page p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .registration-top small {
    font-size: 13px;
    line-height: 1.7;
    display: inline-block;
    margin-bottom: 0;
  }

  .registration-content {
    margin-top: 40px;
  }

  .registration-top h3 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .registration-form-section .form-group {
    max-width: unset !important;
  }

  .registration-form-section {
    margin-bottom: 40px;
  }

  .registration-page h3 {
    margin-bottom: 30px;
  }
}
/* END Registration */
/* Login popup */
.login-popup .login-left {
  padding-bottom: 35px;
}
.login-popup .blue-box {
  height: 100%;
}
.login-popup .login-page {
  margin-top: 0;
  margin-bottom: 0;
}
.login-popup .login-popup-content {
  padding-left: 32px;
  padding-right: 0;
}
.login-popup ul.checks li {
  max-width: 285px;
  width: 100%;
}
.login-popup .btn-social {
  max-width: unset;
  width: 100%;
}

@media (max-width: 767px) {
  .login-popup .login-popup-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .login-popup .login-left {
    padding-bottom: 0;
  }

  .login-page .blue-box h2 {
    font-size: 21px;
  }
  .login-page .blue-box p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .login-page .blue-box ul.checks {
    margin-bottom: 15px;
  }
}
/* END Login popup */
/* Article List */
.article-list h1 {
  margin-top: 5px;
  margin-bottom: 25px;
}
.article-list h1 + p {
  color: #003863;
  font-size: 24px;
  font-weight: 400;
}

.article-list-content {
  margin-top: 28px;
}

.article-item-col {
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .article-list h1 + p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .article-list h1 {
    margin-bottom: 20px;
  }

  .article-item-col {
    margin-bottom: 20px;
  }

  .article-list h1 + p {
    margin-bottom: 10px;
  }

  .article-list-content {
    margin-top: 20px;
  }
}
/* END Article List */
/* Article Detail */
.article-detail-content {
  padding-bottom: 75px;
}
.article-detail-content .divider {
  background-color: #f2f2f2;
  height: 1px;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 45px;
}
.article-detail-content p {
  color: #747474;
  font-size: 16px;
  font-weight: 400;
}
.article-detail-content h1 {
  margin-bottom: 24px;
}
.article-detail-content h1 + p {
  color: #5e82a0;
  font-size: 18px;
}
.article-detail-content h2 {
  margin-bottom: 24px;
}
.article-detail-content h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
.article-detail-content ul {
  list-style: none;
  margin-bottom: 40px;
}
.article-detail-content ul li {
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
  margin-bottom: 14px;
}
.article-detail-content ul li::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #809cb1;
  border-radius: 50%;
}
.article-detail-content ul li ul {
  margin-top: 20px;
  margin-bottom: 0;
}
.article-detail-content ul li ul li::before {
  top: 11px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid #809cb1;
}
.article-detail-content .table {
  margin-bottom: 40px;
}

.article-detail-img {
  margin-bottom: 48px;
}

.article-image-gallery {
  margin-top: 40px;
  margin-bottom: 15px;
}

.image-gallery-item {
  display: block;
  transition: all 0.3s;
  margin-bottom: 32px;
}
.image-gallery-item:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}

.quote {
  display: flex;
}
.quote .icon {
  padding-left: 78px;
  padding-right: 60px;
}
.quote .text {
  color: #003863;
  font-size: 24px;
  font-weight: 400;
  max-width: 405px;
  line-height: 1.6;
}

.blue-article {
  background-color: #edf7ff;
  padding: 48px;
  margin-bottom: 48px;
}
.blue-article p {
  color: #003863;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0 !important;
}

.article-social-icons {
  display: flex;
}

.article-social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  margin-right: 18px;
  transition: all 0.3s;
}
.article-social-item:hover {
  text-decoration: none;
  background-color: #f2f2f2;
}

@media (max-width: 1199px) {
  .article-detail-content h3 {
    font-size: 21px;
  }

  .article-detail-content h2 {
    font-size: 28px;
  }

  .image-gallery-item {
    margin-bottom: 15px;
  }

  .article-detail-content p {
    margin-bottom: 25px;
  }

  .article-image-gallery {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .article-social-icons-wrap {
    margin-top: 40px;
  }

  .article-detail-content h3 {
    font-size: 18px;
  }

  .article-detail-img {
    margin-bottom: 30px;
  }

  .article-detail-content .divider {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .quote .text {
    font-size: 21px;
  }

  .blue-article {
    padding: 35px;
  }

  .blue-article p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .quote .icon {
    padding-right: 20px;
    padding-left: 0;
    min-width: 65px;
  }

  .quote .text {
    font-size: 19px;
  }

  .article-detail-content ul li ul {
    margin-top: 15px;
  }

  .blue-article p {
    font-size: 20px;
  }

  .blue-article {
    padding: 25px;
  }

  .article-detail-content h2 {
    font-size: 24px;
  }
}
/* END Article Detail */
/* Action List */
.action-list h1 {
  margin-bottom: 32px;
}
.action-list h1 + p {
  max-width: 690px;
  margin-bottom: 15px;
}

.badge.orange {
  background-color: #f7a978;
}

.badge.blue {
  background-color: #247cc1;
}

.badge-big {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  background-color: #fa7775;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.badge-big span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.3;
  text-transform: uppercase;
}

.action-items {
  margin-top: 45px;
  margin-bottom: 45px;
}

.action-item {
  margin-bottom: 15px;
}
.action-item .name {
  text-align: center;
  line-height: 1.5;
}

.action-item.product-item .image {
  height: 200px;
}

/* END Action List */
/* Action Detail */
.action-detail .product-items {
  margin-bottom: 45px;
}
.action-detail .product-items .product-count {
  height: auto;
}
.action-detail h1 {
  max-width: 720px;
}

.action-detail-img-wrap {
  margin-top: 45px;
}

.action-detail-info-wrap {
  margin-top: 45px;
}

.action-detail-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.action-detail-img .badge-big {
  left: 0;
  width: 120px;
  height: 120px;
}
.action-detail-img .badge-big span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.72px;
}

.detail-info-table .detail-info-table-row .value .fa-clock {
  padding-right: 8px;
}

.detail-info-table .detail-info-table-row .value .action-countdown span {
  margin-left: 0;
}

.next-products {
  margin-top: 45px;
}

.action-detail .detail-info-table > :last-child {
  padding-bottom: 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #f2f2f2;
}

.action-detail .description {
  margin-bottom: 0;
}

.action-detail .products-content {
  margin-top: 40px;
}

.action-detail .detail-info-table .price {
	color: #003863;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.8;
	width: 100%;
	padding-bottom: 10px;
}

.action-detail .detail-info-table .price .old-price {
	float: right;
	text-align: left;
	text-decoration: line-through;
	padding-left: 3%;
	line-height: 2.9;
}

.action-detail .detail-info-table .price .new-price {
	float: right;
	text-align: right;
	color: #c20000;
	padding-right: 3%;
}

@media (max-width: 767px) {
	.action-detail .detail-info-table .price .old-price {
		width: 47%;
	}

	.action-detail .detail-info-table .price .new-price {
		width: 47%;
	}
}

.reward-box {
  border: 1px solid #003665;
  width: 100%;
  padding-top: 7px;
}
.reward-box.one-item .reward-bottom {
  justify-content: flex-end;
}

.reward-item {
  display: flex;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #f2f2f2;
}
.reward-item.big {
  flex-direction: column;
}
.reward-item.big .image {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.reward-item.big .text {
  font-weight: 700;
  text-align: center;
}
.reward-item.big .price {
  margin-bottom: 30px;
}
.reward-item .image {
  display: block;
  width: 120px;
  text-align: center;
}
.reward-item .image img {
  display: inline-block;
}
.reward-item .text {
  color: #003863;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reward-item .text a {
  transition: all 0.3s;
}
.reward-item .text a:hover {
  color: #247cc1;
  text-decoration: none;
}
.reward-item .text .price {
  font-weight: 700;
}

.reward-box {
  margin-bottom: 24px;
}

.reward-box .whole-price {
  display: block;
  color: #003863;
  font-size: 24px;
  font-weight: 700;
  text-align: right;
}

.action-rewards {
  margin-bottom: 40px;
}
.action-rewards h3 {
  margin-bottom: 30px;
}

.reward-bottom {
  padding: 25px 40px;
  display: flex;
  justify-content: space-between;
	align-items: center;
}

.action-popup.rewards .modal-dialog {
  max-width: 535px;
}
.action-popup .modal-dialog {
  max-width: 920px;
}

.action-popup-content {
  padding: 24px;
}
.action-popup-content h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 45px;
}
.action-popup-content h4 {
  font-size: 20px;
}
.action-popup-content .btn-light-blue {
  margin-right: 16px;
}
.action-popup-content .detail-info-button-row {
  padding-top: 24px;
  border-top: 1px solid #f2f2f2;
}

.action-popup-button {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px;
}

@media (max-width: 1199px) {
  .action-detail-img-wrap {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .action-detail-info-wrap {
    margin-top: 0;
  }

  .action-detail-img .badge-big {
    width: 100px;
    height: 100px;
  }
  .action-detail-img .badge-big span {
    font-size: 18px;
  }

  .action-detail h3 {
    font-size: 28px;
  }

  .action-detail h1 {
    max-width: 600px;
  }

  .reward-item .image {
    width: 100px;
  }

  .reward-bottom {
    padding: 25px 20px;
  }
}
@media (max-width: 991px) {
  .action-detail-img-wrap {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .action-detail-img .badge-big {
    width: 80px;
    height: 80px;
  }
  .action-detail-img .badge-big span {
    font-size: 16px;
  }

  .action-detail > .container > h3 {
    padding-top: 0px;
    text-align: left;
  }

  .action-detail .description {
    padding-bottom: 0;
  }

  .action-detail .detail-section {
    margin-bottom: 25px;
  }

  .action-popup-content h4 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .action-detail-img-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .action-detail h3 {
    font-size: 16px;
  }

  .detail-section h3 {
    margin-bottom: 0;
  }

  .action-detail .detail-section {
    margin-bottom: 0;
  }

  .action-detail .detail-top {
    margin-bottom: 30px;
  }

  .action-popup-content .detail-info {
    margin-top: 0;
  }
}
/* END Action Detail */
.clock {
  margin-bottom: 30px;
}

.flip-clock-wrapper ul li a div.up::after {
  display: none;
}

.flip-clock-wrapper ul {
  width: 20px;
  height: 24px;
  border-radius: 4px;
  background-color: #d8eeff;
  margin: 0;
  margin: 2px;
}

.flip-clock-wrapper ul li a div div.inn {
  border-radius: 4px;
  background-color: #d8eeff;
  color: #0c416b;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-shadow: none;
}

.flip-clock-wrapper .flip {
  box-shadow: none;
}

.flip-clock-wrapper ul li {
  line-height: 23px;
}

.flip-clock-divider {
  width: 5px;
  height: 24px;
  top: 4px;
}

.flip-clock-dot {
  width: 2px;
  height: 2px;
  border-radius: 0;
}

.flip-clock-dot.top {
  top: 6px;
  left: 2px;
}

.flip-clock-dot.bottom {
  bottom: 9px;
  left: 2px;
}

.flip-clock-divider .flip-clock-label {
  top: calc(100% + 6px);
  right: -40px;
  color: #809cb1;
  font-family: "Nunito Sans", sans-serif;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.flip-clock-divider.minutes .flip-clock-label,
.flip-clock-divider.seconds .flip-clock-label {
  right: -44px;
}

.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.no-underline {
	text-decoration: none !important;
}
.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;
  }
}
.cat-bg {
  background: url(".././images/cat-bg.jpg") no-repeat top right;
}

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

.advisory-list .event-item {
  padding-left: 55px;
  padding-right: 55px;
  margin-bottom: 95px;
  margin-top: 95px;
  height: auto;
  border: none;
  position: relative;
  padding-top: 65px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
}
.advisory-list .event-item .icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -32px;
  margin-bottom: 0;
  margin-top: 0;
}
.advisory-list .event-item .text h3 {
  text-align: center;
  max-width: unset;
  color: #003863;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.46;
  margin-bottom: 55px;
}

.event-item .bottom-link {
  margin-top: 25px;
}
.event-item .bottom-link a {
  text-decoration: underline;
}
.event-item .bottom-link a:hover {
  text-decoration: none;
}

.event-item-links {
  display: flex;
  flex-wrap: wrap;
}

.e-item-link {
  color: #003863;
  font-size: 18px;
  font-weight: 400;
  width: calc(25% - 4px);
  display: block;
  text-decoration: none !important;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
  padding: 12px 27px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.e-item-link:hover, .e-item-link.active {
  color: #003863 !important;
  font-weight: 400;
  background-color: #edf7ff;
}

.advisory-list-content {
  margin-bottom: 165px;
}

.advisory-heading {
  margin-bottom: 45px;
}

.advisory-list-heading {
  text-align: center;
  margin-bottom: 25px;
}
.advisory-list-heading h2 {
  margin-bottom: 20px;
}
.advisory-list-heading p {
  font-size: 18px;
}

.hp-banner.translucenter::after {
  opacity: 0.15;
  background-color: #ffffff;
}

.hp-banner.translucenter:hover::after {
  opacity: 0.5;
}

.advisory-two-cols .e-item-link {
  width: calc(50% - 4px);
}
.advisory-two-cols h3 {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 40px;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .advisory-list h2 {
    font-size: 24px;
  }
  .advisory-list h3 {
    font-size: 22px !important;
  }
  .advisory-list .event-item {
    padding-bottom: 46px;
    margin-bottom: 50px;
  }

  .advisory-heading {
    margin-bottom: 25px;
  }

  .advisory-list .event-item {
    margin-top: 75px;
  }

  .advisory-list-heading p {
    font-size: 17px;
  }

  .advisory-list-content {
    margin-bottom: 75px;
  }

  .advisory-two-cols .e-item-link {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .advisory-list .event-item {
    padding-left: 35px;
    padding-right: 35px;
  }
  .advisory-list .event-item .link {
    font-size: 15px;
  }

  .e-item-link {
    padding: 12px 15px;
    font-size: 16px;
    margin-bottom: 4px;
  }

  .advisory-list .event-item .text h3 {
    margin-bottom: 30px;
  }

  .advisory-two-cols .e-item-link {
    width: 100%;
  }

  .advisory-list .advisory-two-cols .event-item .text h3 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .advisory-list .event-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .e-item-link {
    width: calc(33.33% - 4px);
  }

  .event-item .text {
    margin-bottom: 20px;
  }

  .advisory-list .event-item {
    padding-bottom: 25px;
    padding-top: 50px;
    margin-bottom: 40px;
  }

  .advisory-list-heading {
    margin-bottom: 0;
  }

  .advisory-list-heading h2 {
    margin-bottom: 10px;
  }

  .advisory-two-cols .e-item-link {
    width: calc( 50% - 4px);
  }
}
@media (max-width: 575px) {
  .e-item-link {
    width: calc(50% - 4px);
  }

  .advisory-list-heading h2 {
    margin-bottom: 15px;
  }

  .advisory-list-heading p {
    font-size: 16px;
    line-height: 1.6;
  }

  .advisory-two-cols .e-item-link {
    padding: 12px 15px;
  }
}
.bg-brand-feed {
  background: url(".././images/bg-brand-feed.jpg") no-repeat top right;
}

.bg-brand-feed-detail {
  background: url(".././images/brand-feed-detail.jpg") no-repeat top right;
}

.brand-feed h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.brand-list {
  margin-top: 70px;
  margin-bottom: 50px;
}
.brand-list .brand-item {
  padding-top: 45px;
  padding-bottom: 45px;
  transition: 0.3s all;
}
.brand-list .brand-item:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
}
.brand-list .perex {
  margin-top: 60px;
}
.brand-list .perex p {
  color: #003863;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}

.banner-small {
  background: url("../images/banner-small.jpg") no-repeat top right;
  background-size: auto 100%;
  height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1338px;
  margin: 0 auto;
}
.banner-small h4 {
  font-size: 36px;
  margin-bottom: 23px;
}
.banner-small .icon {
  width: 65px;
  height: 65px;
  box-shadow: 0 10px 20px rgba(128, 156, 177, 0.4);
  background-color: #003863;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 44px;
}
.banner-small p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  color: #003863;
}

.banner-simple {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}
.banner-simple h2 {
  margin-bottom: 60px;
}

.brand-feed-detail h2 {
  margin-bottom: 20px;
}
.brand-feed-detail hr {
  border-top: 1px solid #f2f2f2;
  margin-top: 96px;
  margin-bottom: 96px;
}

.brand-feed-detail-heading {
  margin-bottom: 96px;
}

/* Icon Text */
.icon-text {
  margin-bottom: 30px;
}

.icon-text-item {
  display: flex;
  align-items: center;
  margin-top: 43px;
  margin-bottom: 43px;
}
.icon-text-item:hover .icon {
  background-color: #003863;
}
.icon-text-item:hover .icon::after {
  opacity: 1;
}
.icon-text-item .icon {
  width: 78px;
  height: 78px;
  background-color: #edf7ff;
  transition: 0.3s all;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 32px;
}
.icon-text-item .icon::after {
  position: absolute;
  content: "";
  background: url("../images/icon-hover.svg") no-repeat center;
  opacity: 0;
  transition: 0.3s all;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.icon-text-item .icon2::after {
  background: url("../images/icon2-hover.svg") no-repeat center;
}
.icon-text-item .icon3::after {
  background: url("../images/icon3-hover.svg") no-repeat center;
}
.icon-text-item .icon4::after {
  background: url("../images/icon4-hover.svg") no-repeat center;
}
.icon-text-item .icon5::after {
  background: url("../images/icon5-hover.svg") no-repeat center;
}
.icon-text-item .icon6::after {
  background: url("../images/icon6-hover.svg") no-repeat center;
}
.icon-text-item .icon7::after {
  background: url("../images/icon7-hover.svg") no-repeat center;
}
.icon-text-item .icon8::after {
  background: url("../images/icon8-hover.svg") no-repeat center;
}
.icon-text-item .text {
  color: #003863;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  width: calc(100% - 110px);
}

/* END Icon Text */
.brand-icons {
  display: flex;
  margin-top: 45px;
  margin-bottom: 30px;
}

.brand-icon-item {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background-color: #edf7ff;
  border-radius: 50%;
  color: #003863;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.29px;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  padding: 4px;
}

.brand-feed-text-image {
  align-items: center;
}
.brand-feed-text-image .image {
  display: flex;
  justify-content: flex-end;
}
.brand-feed-text-image h3 {
  font-size: 16px;
}

.img-text-widgets {
  margin-top: 24px;
}

.img-text-widget-col {
  margin-top: 43px;
  margin-bottom: 43px;
}

.img-text-widget {
  height: 100%;
}
.img-text-widget .text {
  text-align: center;
  padding: 25px;
}
.img-text-widget .text h3 a {
  font-size: 24px;
}
.img-text-widget .text a {
  transition: 0.3s all;
}
.img-text-widget .text a:hover {
  color: #247cc1;
  text-decoration: none;
}
.img-text-widget .text p {
  line-height: 1.6;
}

.check-list {
  list-style: none;
}
.check-list li {
  padding-left: 32px;
  position: relative;
  margin-bottom: 15px;
}
.check-list li::before {
  position: absolute;
  content: "";
  left: 0;
  color: #003863;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 600;
}

.brand-feed-detail .blue-bg {
  margin-top: 0;
  margin-bottom: 96px;
  padding-top: 96px;
  padding-bottom: 0;
}
.brand-feed-detail .blue-bg .brand-feed-text-image .image {
  margin-bottom: 96px;
}

@media (min-width: 1200px) {
  .paragraphs .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .paragraphs h3 {
    font-size: 24px;
    font-weight: 700;
  }
  .paragraphs h3 span {
    font-weight: 400;
  }
  .paragraphs [class*=col-] {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 60px;
    margin-bottom: 60px;
    border-right: 1px solid #f2f2f2;
  }
  .paragraphs [class*=col-]:nth-child(3n) {
    border-right: none;
  }
  .paragraphs [class*=col-]:last-child {
    margin-top: 0;
    border-right: none;
  }
}
.paragraphs hr {
  margin-top: 0;
}

.paragraph-item {
  padding-right: 47px;
}
.paragraph-item h3 {
  font-size: 24px;
  font-weight: 700;
}
.paragraph-item h3 span {
  font-weight: 400;
}
.paragraph-item p {
  line-height: 1.6;
}

.brand-products h2 {
  text-align: center;
  margin-bottom: 20px;
}

.brand-product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px;
  padding-bottom: 48px;
  transition: 0.3s all;
  margin-bottom: 24px;
}
.brand-product-item:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
}
.brand-product-item .image {
  margin-bottom: 38px;
}
.brand-product-item h3 {
  font-size: 24px;
}
.brand-product-item p {
  line-height: 1.6;
}
.brand-product-item .btn {
  margin-top: auto;
}

.world-banner {
  background: url(".././images/pes1.jpg") no-repeat top center;
}
.world-banner .icon {
  width: 64px;
  height: 64px;
  box-shadow: 0 10px 20px rgba(128, 156, 177, 0.4);
  background-color: #003863;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
  margin-bottom: 48px;
}

@media (max-width: 1199px) {
  .brand-list .perex {
    margin-top: 50px;
    margin-bottom: 45px;
  }

  .brand-list .perex p {
    line-height: 1.6;
    font-size: 18px;
  }

  .icon-text-item {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .brand-feed-detail hr {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .img-text-widgets {
    margin-top: 0;
  }

  .img-text-widget-col {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .brand-feed-detail .blue-bg {
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .check-list li {
    line-height: 1.6;
  }

  .brand-feed-detail .blue-bg .brand-feed-text-image .image {
    margin-bottom: 60px;
  }

  .paragraph-item {
    padding-right: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .brand-product-item {
    padding: 30px;
    padding-bottom: 40px;
  }

  .world-banner .content {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .world-banner .content p {
    max-width: 450px;
  }

  .brand-feed h2 {
    font-size: 26px;
  }

  .banner-small {
    height: 360px;
  }

  .banner-small h4 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .brand-feed-detail h2 {
    font-size: 26px;
  }

  .brand-feed-text-image .image {
    justify-content: flex-start;
  }

  .brand-feed-text-image .image-wrap {
    order: 1;
    margin-bottom: 30px;
  }

  .brand-feed-text-image .text-wrap {
    order: 2;
    margin-bottom: 30px;
  }

  .brand-feed-detail-heading {
    margin-bottom: 50px;
  }

  .icon-text-item {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .brand-feed-detail hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .img-text-widgets {
    margin-top: 0;
  }

  .img-text-widget-col {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .brand-feed-detail .blue-bg {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .check-list li {
    line-height: 1.6;
  }

  .brand-feed-detail .blue-bg .brand-feed-text-image .image {
    margin-bottom: 40px;
  }

  .paragraph-item {
    padding-right: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .brand-product-item {
    padding: 25px;
    padding-bottom: 30px;
  }

  .world-banner .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brand-feed-detail .blue-bg .brand-feed-text-image .image {
    margin-bottom: 0;
  }

  .check-list li {
    margin-bottom: 10px;
  }

  .world-banner .icon {
    margin-bottom: 20px;
  }

  .brand-icons {
    margin-top: 25px;
    margin-bottom: 0px;
  }

  .banner-small h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .brand-list {
    margin-top: 30px;
  }

  .brand-list .perex {
    margin-bottom: 25px;
  }

  .brand-item {
    margin-top: 20px;
  }

  .banner-simple h2 {
    font-size: 30px;
  }

  .banner-small {
    height: 360px;
  }

  .brand-list .brand-item {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .brand-list h2 {
    font-size: 30px;
  }

  .banner-simple h2 {
    margin-bottom: 30px;
  }

  .brand-feed-detail p {
    line-height: 1.6;
  }

  .icon-text-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .icon-text-item .icon {
    margin-right: 15px;
  }

  .icon-text-item .text {
    line-height: 1.3;
  }

  .img-text-widget .image {
    text-align: center;
  }
  .img-text-widget .image img {
    display: inline-block;
  }

  .brand-icons {
    flex-wrap: wrap;
  }

  .brand-icon-item {
    margin-bottom: 20px;
  }

  .brand-feed-text-image .text-wrap {
    margin-bottom: 0;
  }

  .brand-feed-detail hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .img-text-widget .text p {
    margin-bottom: 0;
  }

  .img-text-widget-col {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .brand-product-item {
    padding: 15px;
    padding-bottom: 20px;
  }

  .brand-product-item h3 {
    margin-bottom: 10px;
  }

  .brand-product-item p {
    margin-bottom: 15px;
  }

  .world-banner {
    margin-top: 35px;
  }

  .banner-small .icon {
    margin-bottom: 34px;
  }

  .banner-simple h2 {
    font-size: 28px;
  }
}
.world-bg {
  background: url(".././images/world.jpg") no-repeat top right;
}

.signature {
  display: flex;
  align-items: center;
}
.signature .avatar {
  width: 122px;
  height: 122px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  margin-right: 47px;
  border-radius: 50%;
  overflow: hidden;
}
.signature .text p {
  line-height: 1.65;
  margin-bottom: 0;
}
.signature .text p span {
  color: #003863;
  font-weight: 700;
}

.world .location-box-wrap h2 {
  margin-bottom: 55px;
  text-align: center;
}
.world .location-box .text {
  padding-right: 0;
}
.world .location-box .text p span {
  color: #003863;
  font-size: 24px;
  font-weight: 700;
}

.world-intro {
  margin-bottom: 90px;
}

.advantage-widgets {
  margin-top: 96px;
}

.advantage-widgets-heading {
  margin-bottom: 50px;
}

.advantage-widgets-item-col {
  margin-bottom: 70px;
}

.advantage-widgets-item {
  text-align: center;
  padding: 45px 25px;
  transition: 0.3s all;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantage-widgets-item:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
}
.advantage-widgets-item h3 {
  margin-bottom: 16px;
}
.advantage-widgets-item h3 a {
  font-size: 24px;
  font-weight: 700;
}
.advantage-widgets-item p {
  line-height: 1.6;
}
.advantage-widgets-item .btn-light-blue {
  margin-top: auto;
}

.members {
  background-color: rgba(237, 247, 255, 0.5);
}
.members-heading {
  padding-top: 96px;
  padding-bottom: 96px;
}
.members p {
  font-size: 18px;
}

.members-items {
  margin-bottom: 9px;
}

.members-item {
  padding: 38px;
  padding-top: 120px;
  background-color: #ffffff;
  margin-top: 87px;
  margin-bottom: 87px;
  min-height: 425px;
  position: relative;
}
.members-item .image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -78px;
  border: 8px solid #f6fbff;
  border-radius: 50%;
  width: 173px;
  height: 173px;
}
.members-item .name {
  color: #003863;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 25px;
}
.members-item .name::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 53px;
  background-color: #d8eeff;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.members-item .job {
  color: #003863;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.members-item .text {
  padding-top: 15px;
  text-align: center;
  line-height: 1.6;
}

.advisory-banner {
  text-align: center;
  min-height: 480px;
  display: flex;
  align-items: center;
}
@media (min-width: 575px) {
  .advisory-banner {
    background: url("../images/cat-dog.jpg") no-repeat bottom center;
    background-size: 100% auto;
  }
}
.advisory-banner h2 {
  margin-bottom: 20px;
}
.advisory-banner p {
  color: #003863;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.78;
}

@media (max-width: 1499px) {
  .advisory-banner {
    min-height: 400px;
  }
}
@media (max-width: 1199px) {
  .world .location-box .text p span {
    font-size: 21px;
  }

  .world h2 {
    font-size: 30px;
  }

  .world .location-box-wrap h2 {
    margin-bottom: 85px;
  }

  .advisory-banner {
    min-height: 300px;
  }

  .members-heading h2 {
    margin-bottom: 25px;
  }

  .advantage-widgets-item-col {
    margin-bottom: 45px;
  }

  .advantage-widgets-item h3 a {
    font-size: 22px;
  }

  .advantage-widgets-heading {
    margin-bottom: 35px;
  }

  .members-heading {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .members-item {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
@media (max-width: 991px) {
  .world .location-box .text p span {
    font-size: 19px;
  }

  .world h2 {
    font-size: 28px;
  }

  .world .location-box-wrap h2 {
    margin-bottom: 40px;
  }

  .advisory-banner {
    min-height: 260px;
    position: relative;
  }
  .advisory-banner .container {
    position: relative;
    z-index: 2;
  }
  .advisory-banner::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    background-color: #fff;
    opacity: 0.5;
  }

  .advantage-widgets-item-col {
    margin-bottom: 30px;
  }

  .advantage-widgets-heading {
    margin-bottom: 25px;
  }

  .advantage-widgets {
    margin-top: 65px;
  }

  .members-heading {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .world .location-box .text p span {
    font-size: 18px;
  }

  .world .location-box .text {
    padding: 30px;
  }

  .world h2 {
    font-size: 26px;
  }

  .world .location-box-wrap h2 {
    margin-bottom: 30px;
  }

  .advisory-banner {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .advantage-widgets-item-col {
    margin-bottom: 25px;
  }

  .advantage-widgets-heading {
    margin-bottom: 20px;
  }

  .advantage-widgets {
    margin-top: 45px;
  }

  .members-heading {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .members-item {
    padding-top: 90px;
    min-height: auto;
  }

  .members-item .image {
    width: 153px;
    height: 153px;
  }

  .members-item .name {
    font-size: 22px;
  }

  .world-intro {
    margin-bottom: 60px;
  }
  .world-intro h1 {
    margin-bottom: 15px;
  }
  .world-intro p {
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .signature .avatar {
    width: 100px;
    height: 100px;
    margin-right: 25px;
  }

  .signature .text {
    width: calc(100% - 125px);
  }

  .members p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .members-item .image {
    width: 125px;
    height: 125px;
  }

  .advisory-banner {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .world .location-box .text {
    padding: 30px 15px;
  }

  .world .location-box .text p span {
    font-size: 16px;
  }
}
.notification-page {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 92px;
  background: url("../images/notification-bg.jpg") no-repeat bottom center;
  margin-top: 130px;
}
.notification-page-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.notification-page h1 {
  font-size: 34px;
  margin-bottom: 15px;
}
.notification-page p {
  color: #5e82a0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
.notification-page p span {
  color: #003863;
  font-size: 22px;
  font-weight: 700;
}
.notification-page p + hr {
  margin-top: 30px;
}
.notification-page h2 {
  font-size: 22px;
  margin-bottom: 15px;
}
.notification-page hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid #f2f2f2;
  width: 100%;
}
.notification-page .cart-thanks-cols {
  text-align: left;
  margin-bottom: 5px;
}
.notification-page .cart-thanks-cols p {
  font-size: 16px;
  margin-bottom: 0;
}

.notification-number {
  position: absolute;
  top: -39px;
  width: 78px;
  height: 78px;
  border: 2px solid #003863;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #003863;
  font-size: 24px;
  font-weight: 700;
}
.notification-number i {
  color: #003863;
  font-size: 24px;
  font-weight: 400;
}

.notification-img {
  padding-top: 45px;
}

.thanks-cols {
  margin-top: 20px;
  margin-bottom: 75px;
}
.thanks-cols .socials-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.thanks-cols .image {
  width: 100%;
  text-align: center;
  margin-bottom: 23px;
}
.thanks-cols .image img {
  display: inline-block;
}
.thanks-cols p {
  color: #5e82a0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.thanks-cols .socials {
  width: 160px;
}
.thanks-cols .socials .icons {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.thanks-cols .socials .icons i {
  color: #003863;
  font-family: "Font Awesome 5 Brands";
  font-size: 30px;
  font-weight: 400;
  transition: all 0.3s;
}
.thanks-cols .socials .icons i:hover {
  color: #247cc1;
}

.thank-popup .modal-dialog {
  max-width: 534px;
  margin: 0 auto;
  margin-top: 10%;
}

.thank-popup .modal-content {
  padding: 45px 24px 32px 24px;
}
.thank-popup .modal-content h3 {
  font-size: 24px;
  margin-bottom: 22px;
}
.thank-popup .modal-content p {
  color: #747474;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.thank-popup-buttons {
  display: flex;
}
.thank-popup-buttons .btn {
  margin-right: 16px;
}

.notification-alerts {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 20px;
  right: 20px;
  width: auto;
}
.notification-alerts .alert {
  border-radius: 8px 8px 0 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-top: 8px;
  transition: 0.3s all;
  text-align: center;
  justify-content: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
.notification-alerts .alert-danger {
  background-color: #f77878;
}
.notification-alerts .alert-success {
  background-color: #59c79e;
}
.notification-alerts .alert .close {
  padding: 0;
  top: 19px;
  right: 24px;
}
.notification-alerts .alert .close img {
  display: block;
}
.notification-alerts .alert .close::after {
  display: none;
}
.notification-alerts .alert .close:hover {
  transform: rotate(180deg);
}

@media (max-width: 1199px) {
  .notification-page {
    margin-top: 80px;
    padding-top: 70px;
  }

  .notification-page h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .notification-page {
    margin-top: 50px;
    padding-top: 60px;
  }

  .notification-page h1 {
    font-size: 26px;
  }

  .notification-number {
    top: -30px;
    width: 60px;
    height: 60px;
    font-size: 19px;
  }
  .notification-number img {
    max-width: 22px;
  }

  .notification-number i {
    font-size: 21px;
  }

  .notification-page p span {
    font-size: 18px;
  }

  .notification-page hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .notification-alerts .alert {
    height: 48px;
    font-size: 17px;
  }

  .notification-alerts .alert .close {
    padding: 0;
    top: 15px;
    right: 18px;
  }

  .notification-alerts .alert .close img {
    max-width: 15px;
  }
}
@media (max-width: 767px) {
  .notification-page {
    margin-top: 50px;
    padding-top: 50px;
  }

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

  .notification-page h2 {
    text-align: center;
  }

  .notification-page p {
    font-size: 16px;
  }

  .notification-page p span {
    font-size: 18px;
  }

  .notification-page hr {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .notification-page .thanks-cols [class*=col-]:first-of-type .icons {
    margin-top: 20px;
  }

  .thanks-cols .socials {
    margin-top: 20px;
  }

  .thanks-cols .socials .icons i {
    font-size: 28px;
  }

  .thanks-cols {
    margin-bottom: 0;
  }

  .notification-page p + hr {
    margin-top: 15px;
  }

  .notification-alerts {
    left: 0;
    right: 0;
  }

  .notification-alerts .alert {
    height: 40px;
    font-size: 16px;
  }

  .notification-alerts .alert .close {
    padding: 0;
    top: 15px;
    right: 15px;
  }

  .notification-alerts .alert .close img {
    max-width: 15px;
  }
}
@media (max-width: 575px) {
  .notification-alerts .alert {
    height: auto;
    padding-left: 15px;
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2;
  }
}
body.sellers-bg {
  background: url(".././images/sellers-bg.jpg") no-repeat top right;
}

.sellers-map-wrap {
  text-align: center;
  justify-content: center;
  color: #747474;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  margin-top: 60px;
  margin-bottom: 56px;
}
.sellers-map-wrap h2 {
  margin-bottom: 23px;
}
.sellers-map-wrap p {
  margin-bottom: 20px;
}

.region-box {
  padding: 32px 8px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  margin-bottom: 52px;
}
.region-box ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.region-box ul li {
  width: 25%;
  padding-left: 24px;
  padding-right: 24px;
}
.region-box ul li a {
  font-weight: 400;
  color: #003863;
  font-size: 18px;
  transition: 0.3s all;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  display: inline-block;
}
.region-box ul li a:hover {
  background-color: #edf7ff;
  text-decoration: none;
}
.region-box ul li a span {
  color: #809cb1;
  font-size: 14px;
  font-weight: 400;
}

.sellers-section {
  margin-top: 75px;
  margin-bottom: 50px;
}
.sellers-section-heading {
  justify-content: center;
  text-align: center;
}
.sellers-section-heading .btn {
  margin-bottom: 40px;
}
.sellers-section h2 {
  text-align: center;
  margin-bottom: 23px;
}
.sellers-section p {
  font-size: 18px;
  text-align: center;
}
.sellers-section .location-box {
  margin-top: 150px;
}

.seller-contact-item {
  padding: 32px 48px;
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
  transition: 0.3s all;
  margin-top: 12px;
  margin-bottom: 12px;
  position: relative;
  z-index: 6;
}
.seller-contact-item:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
}
.seller-contact-item h3 {
  color: #003863;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}

.seller-contact-location {
  color: #5e82a0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}

.seller-contact-mail a {
  color: #747474;
}

.seller-contact-web a {
  color: #003863;
  text-decoration: underline;
  transition: 0.3s all;
}
.seller-contact-web a:hover {
  color: #247cc1;
  text-decoration: none;
}

.seller-contact-open {
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.sellers-map {
  height: 400px;
  width: 100%;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}

.gm-style-iw {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  text-align: left;
  padding: 24px !important;
  border-radius: 0 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #747474;
}
.gm-style-iw h3 {
  font-size: 16px;
}
.gm-style-iw .seller-contact-location {
  font-size: 14px;
}
.gm-style-iw .seller-contact-link {
  margin-top: 7px;
}
.gm-style-iw .seller-contact-link a {
  font-size: 14px;
}
.gm-style-iw .gm-ui-hover-effect {
  top: 8px !important;
  right: 8px !important;
  width: 14px !important;
  height: 14px !important;
  transition: 0.3s all;
  background: url("../images/map-tooltip-close.svg") no-repeat top center !important;
}
.gm-style-iw .gm-ui-hover-effect img {
  display: none !important;
}

.sellers-detail {
  padding-bottom: 96px;
}
.sellers-detail h1 {
  margin-bottom: 24px;
}
.sellers-detail .perex i {
  margin-right: 3px;
}
.sellers-detail h2 {
  font-size: 24px;
  margin-bottom: 22px;
}
.sellers-detail .btn {
  margin-top: 40px;
}

.seller-detail-item {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 8px;
  margin-bottom: 28px;
}
.seller-detail-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.seller-detail-item table {
  width: 100%;
  margin-top: 30px;
}
.seller-detail-item table tr {
  border-bottom: 1px solid #f2f2f2;
}
.seller-detail-item table tr:last-of-type {
  border-bottom: 1px solid transparent;
}
.seller-detail-item table td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.seller-detail-item p {
  margin-bottom: 0;
}
.seller-detail-item a {
  text-decoration: underline;
  transition: 0.3s all;
}
.seller-detail-item a:hover {
  text-decoration: none;
  color: #247cc1;
}

.seller-logo {
  margin-bottom: 30px;
}

.seller-detail-map {
  width: 100%;
  height: 400px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}

.seller-detail-map-wrap {
  display: flex;
  justify-content: flex-end;
}

.seller-detail-images .carousel-indicators {
  position: static;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 24px;
  justify-content: flex-end;
}
.seller-detail-images .carousel-indicators li {
  text-indent: unset;
  margin-left: 0;
  margin-right: 0;
  width: 78px;
  height: 78px;
  padding-left: 12px;
  padding-right: 12px;
  opacity: 1;
  border: none;
}
.seller-detail-images .carousel-indicators li .seller-thumb {
  transition: all 0.3s;
}
.seller-detail-images .carousel-indicators li.active .seller-thumb {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}
.seller-detail-images .carousel-item img {
  margin: 0;
  margin-left: auto;
}

.seller-detail-image {
  display: flex;
  justify-content: center;
}
.seller-detail-image .image {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
  .sellers-list h2 {
    font-size: 28px;
  }

  .sellers-map-wrap {
    margin-top: 20px;
  }

  .sellers-list .perex p {
    font-size: 21px;
  }

  .sellers-map-wrap p {
    line-height: 1.6;
  }

  .sellers-list p {
    margin-bottom: 20px;
  }
  .sellers-list h2 {
    margin-bottom: 10px;
  }

  .sellers-section {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .region-box ul li {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 991px) {
  .sellers-section {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .region-box ul li {
    width: 33.33%;
  }

  .region-box ul li a {
    font-size: 17px;
  }

  .sellers-map-wrap {
    margin-bottom: 35px;
  }

  .region-box {
    margin-bottom: 35px;
    padding: 18px 8px;
  }

  .seller-contact-open {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sellers-section-heading p {
    line-height: 1.6;
  }

  .sellers-section-heading .btn {
    margin-bottom: 20px;
  }

  .location-box {
    margin-top: 15px;
  }

  .sellers-detail-left {
    order: 2;
  }

  .sellers-detail-right {
    order: 1;
  }

  .seller-detail-images {
    margin-bottom: 30px;
  }
  .seller-detail-images .carousel-item img {
    margin: 0;
  }

  .seller-detail-images .carousel-indicators {
    justify-content: flex-start;
  }

  .sellers-detail .perex p {
    font-size: 21px;
  }

  .sellers-detail p {
    margin-bottom: 20px;
  }

  .seller-detail-item table {
    margin-top: 10px;
  }

  .seller-detail-item p {
    margin-bottom: 0;
  }

  .sellers-detail h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .sellers-list .perex p {
    font-size: 20px;
    line-height: 1.6;
  }

  .sellers-map-wrap {
    margin-top: 5px;
  }

  .region-box ul li {
    width: 50%;
  }

  .sellers-section {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .seller-contact-item {
    padding: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .region-box {
    margin-bottom: 20px;
  }

  .sellers-detail .btn {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .sellers-list .perex p {
    font-size: 18px;
  }

  .sellers-list h2 {
    font-size: 26px;
  }

  .sellers-map-wrap {
    margin-bottom: 20px;
  }

  .sellers-map-wrap p {
    line-height: 1.5;
  }

  .region-box ul li {
    width: 100%;
  }

  .seller-detail-item {
    margin-bottom: 20px;
  }

  .seller-detail-map {
    margin-bottom: 0;
  }

  .sellers-detail {
    padding-bottom: 35px;
  }

  .sellers-detail .btn {
    margin-top: 10px;
  }

  .seller-detail-images .carousel-indicators {
    margin-left: -5px;
    margin-right: -5px;
  }

  .seller-detail-images .carousel-indicators li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
body.events-bg {
  background: url("../images/events-bg.jpg") no-repeat top right;
}

body.events-cats-bg {
  background: url("../images/events-cat-bg.jpg") no-repeat top right;
}

.event-item {
  height: auto;
}
.event-item.simple .text {
  text-align: center;
}
.event-item.simple .text h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
}

.events-list .events {
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 40px;
}
.events-list .events [class*=col-] {
  height: auto;
  margin-top: 55px;
}
.events-list .events .event-item {
  height: 100%;
  padding-bottom: 30px;
  margin-top: 0;
}
.events-list h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.events-list-section {
  padding-bottom: 10px;
}
.events-list-section h2 {
  margin-top: 60px;
}
.events-list-section h3 {
  color: #5e82a0;
  font-size: 20px;
  font-weight: 700;
}
.events-list-section .btn {
  margin-top: 16px;
}

.events-list-section.moveup {
  margin-top: -170px;
}

.advisory-heading .event-item.simple {
  position: relative;
  z-index: 8;
}

.events-gallery {
  max-width: 689px;
}
.events-gallery .btn {
  margin-top: 10px;
}
.events-gallery [class*=col-] {
  margin-bottom: 32px;
}
.events-gallery [class*=col-] .events-gallery-item {
  display: block;
  transition: all 0.3s;
  max-width: 206px;
}
.events-gallery [class*=col-] .events-gallery-item:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}

.events-detail {
  padding-bottom: 0;
}
.events-detail .blue-tag {
  margin-bottom: 16px;
}

@media (max-width: 1199px) {
  .events-list h2 {
    font-size: 28px;
  }

  .event-item.simple .text h3 {
    font-size: 26px;
  }

  .events-list .event-item {
    padding-bottom: 20px;
  }
  .events-list .perex p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .events-list .perex p {
    line-height: 1.6;
  }

  .events-list-section.moveup {
    margin-top: -120px;
  }

  .events-detail .sellers-detail-left {
    order: 2;
  }
  .events-detail .sellers-detail-right {
    order: 1;
    display: flex;
    justify-content: flex-start;
  }
  .events-detail .events-detail-info {
    order: 3;
  }
}
@media (max-width: 767px) {
  .events-list h1 {
    margin-bottom: 15px;
  }

  .events-list .perex p {
    font-size: 19px;
    line-height: 1.5;
  }

  .events-list h2 {
    font-size: 26px;
  }

  .events-list .event-item .bottom-link {
    margin-top: 15px;
  }

  .event-item.simple {
    margin-bottom: 15px;
  }

  .events-list-section h2 {
    margin-top: 35px;
  }

  .events-list h2 {
    margin-bottom: 20px;
  }

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

  .events-list-section .btn {
    margin-top: 0;
  }

  .event-item.simple {
    margin-bottom: 25px;
  }

  .events-list .events .event-item {
    padding-bottom: 10px;
  }

  .events-list-section.moveup {
    margin-top: 0;
  }

  .advisory-heading .event-item.simple {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .events-gallery [class*=col-] {
    margin-bottom: 12px;
  }

  .events-gallery [class*=col-] .events-gallery-item:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  }
}
.documents-heading h1 {
  margin-bottom: 16px;
}
.documents-heading .perex p {
  line-height: 1.78;
  margin-bottom: 0;
}

.documents-section {
  margin-top: 94px;
}
.documents-section:last-of-type {
  margin-bottom: 94px;
}
.documents-section h2 {
  font-size: 30px;
  margin-bottom: 23px;
}
.documents-section p {
  color: #5e82a0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.78;
}
.documents-section h2 + p {
  margin-bottom: 0;
}

.document-item {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
  transition: all 0.3s;
}
.document-item:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border: 1px solid #fff;
}

.document-name {
  color: #003863;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 24px;
  margin-bottom: 6px;
}

.document-size {
  color: #5e82a0;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
}

.document-image {
  height: 190px;
  background-color: #edf7ff;
  padding: 16px 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.document-info p {
  line-height: 1.875;
  color: #747474;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 14px;
}

.document-link {
  margin-bottom: 10px;
}
.document-link a {
  color: #003863;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s;
}
.document-link a:hover {
  text-decoration: none;
  color: #247cc1;
}

.zoom-icon {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.zoom-icon i {
  color: #003863;
  font-size: 16px;
  transition: all 0.3s;
}
.zoom-icon:hover {
  text-decoration: none;
}
.zoom-icon:hover i {
  color: #247cc1;
}

@media (max-width: 1199px) {
  .documents-section {
    margin-top: 65px;
  }

  .document-item {
    padding: 15px;
    margin-top: 15px;
  }

  .documents-section h2 {
    font-size: 28px;
  }

  .document-name {
    font-size: 22px;
  }

  .documents-heading .perex p {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .documents-section {
    margin-top: 40px;
  }

  .document-name {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .documents-heading .perex p {
    font-size: 20px;
    margin-bottom: 0;
  }

  .documents-section {
    margin-top: 30px;
  }

  .documents-section:last-of-type {
    margin-bottom: 50px;
  }

  .documents-section p {
    font-size: 17px;
    line-height: 1.6;
  }

  .documents-section p {
    font-size: 16px;
  }

  .document-size {
    margin-bottom: 8px;
  }
}
body.question-bg {
  background: url("../images/question-bg.jpg") no-repeat top right;
}

.question-section {
  margin-top: 88px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 96px;
  margin-bottom: 94px;
}
.question-section h2 {
  margin-bottom: 23px;
}
.question-section h3 {
  font-size: 24px;
  margin-bottom: 22px;
}
.question-section .perex-smaller p {
  margin-bottom: 40px;
}
.question-section p a {
  color: #747474;
  text-decoration: underline;
}
.question-section p a:hover {
  text-decoration: none;
}
.question-section .btn-light-blue + h3 {
  margin-top: 48px;
}
.question-section .member-box {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .question-section h2 {
    font-size: 28px;
  }

  .question-section {
    margin-top: 50px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .question-section + .article-list-content h2 {
    font-size: 28px;
  }

  .question-section .perex-smaller p {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .question-section h2 {
    font-size: 28px;
  }

  .question-section {
    margin-top: 40px;
    padding-bottom: 45px;
    margin-bottom: 45px;
  }
  .question-section + .article-list-content h2 {
    font-size: 28px;
  }

  .question-section .perex-smaller p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .question-section h2 {
    font-size: 26px;
  }

  .question-section {
    margin-top: 30px;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .question-section + .article-list-content h2 {
    font-size: 26px;
  }

  .question-section .perex-smaller p {
    margin-bottom: 20px;
  }
}
body.story-bg {
  background: url("../images/story-bg.jpg") no-repeat top right;
}

.story-heading hr {
  border-top: 1px solid #f2f2f2;
  margin-top: 96px;
  margin-bottom: 96px;
}

/** Timeline **/
.timeline-section h2 {
  text-align: center;
}

.timeline {
  padding: 70px 0;
  margin: 50px auto;
  position: relative;
  overflow: hidden;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background-color: #f2f2f2;
  z-index: 1;
}

.timeline-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  clear: both;
  position: relative;
  margin-top: 60px;
}

.timeline-image {
  position: relative;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  top: 0;
}
.timeline-image:hover {
  top: -10px;
  box-shadow: 0 40px 40px rgba(0, 0, 0, 0.2);
}
.timeline-image:hover::before {
  top: -47px;
}
.timeline-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;
}

.timeline-block-right {
  padding-left: 100px;
  width: 50%;
  display: flex;
  justify-content: flex-start;
}
.timeline-block-right .timeline-image::before {
  right: -57px;
  left: 57px;
}

.timeline-block-left {
  padding-right: 100px;
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.marker {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #003863;
  background-color: #003863;
  z-index: 9999;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  margin-top: 0;
}

.marker.end {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  margin-top: 0;
}
.marker.grey {
  border: 2px solid #f2f2f2;
  background-color: #f2f2f2;
}

.timeline-content {
  max-width: 282px;
}

.timeline-content h3 {
  margin-bottom: 22px;
  font-size: 20px;
}

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

.timeline-section-bottom {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #f2f2f2;
}

.story-section {
  padding-top: 96px;
  padding-bottom: 96px;
  border-bottom: 1px solid #f2f2f2;
}
.story-section p {
  margin-bottom: 0;
  font-size: 16px;
}
.story-section .perex-smaller p {
  font-size: 18px;
  margin-bottom: 39px;
}
.story-section h2 {
  margin-bottom: 23px;
}
.story-section .btn-light-blue {
  margin-top: 32px;
}
.story-section .story-brands {
  padding-top: 0;
  padding-bottom: 0;
}
.story-section .story-brands p {
  font-size: 18px;
}
.story-section .story-brands .btn-light-blue {
  margin-top: 40px;
}
.story-section .advisory-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .story-heading hr {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .story-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .story-section h2 {
    font-size: 28px;
  }

  .timeline-section h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .story-heading hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .story-heading p {
    margin-bottom: 20px;
  }

  .story-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .story-section .perex p {
    margin-bottom: 20px;
  }
  .story-section p {
    margin-bottom: 20px;
  }
  .story-section .brand-item .image {
    margin-bottom: 20px;
  }
  .story-section .brand-item {
    margin-top: 40px;
  }

  .story-section .story-brands .btn-light-blue {
    margin-top: 0;
  }

  .story-section h2 {
    font-size: 28px;
  }

  .timeline-section h2 {
    font-size: 28px;
  }

  .story-section .perex-smaller p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .story-section .story-brands p {
    font-size: 16px;
  }

  .timeline-content p {
    line-height: 1.6;
  }

  .timeline-block-left {
    padding-right: 50px;
  }

  .timeline-block-right {
    padding-left: 50px;
  }

  .timeline-content h3 {
    margin-bottom: 10px;
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .story-heading p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .story-heading .perex p {
    font-size: 17;
  }

  .timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f2f2f2;
    z-index: 1;
  }

  .timeline-block {
    width: calc(100% - 30px);
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 30px;
    padding-left: 30px;
  }

  .timeline-block-left {
    padding-right: 0;
    width: auto;
  }

  .timeline-block-right {
    padding-left: 0;
    width: auto;
  }

  .timeline {
    overflow: visible;
    padding: 30px 0;
    margin: 30px auto;
  }

  .marker {
    left: 0;
  }

  .timeline-image {
    margin-bottom: 30px;
  }

  .timeline-image::before {
    top: -27px;
    bottom: 27px;
    left: -27px;
    right: 27px;
  }

  .timeline-image:hover::before {
    top: -17px;
  }

  .advisory-list-heading h2 {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .story-heading p {
    line-height: 1.6;
  }

  .story-section p {
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .story-section .perex-smaller p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
/** END Timeline **/
body.euroben-bg {
  background: url(".././images/euroben-bg.jpg") no-repeat top right;
}

.story-section .banner-small p {
  font-size: 18px;
  margin-bottom: 30px;
}
.story-section .events {
  padding-top: 0;
  padding-bottom: 0;
}
.story-section .events .btn-light-blue {
  margin-top: 0;
}
.story-section .events .slick-list {
  padding-bottom: 64px;
}
.story-section .events p {
  font-size: 18px;
}

.euroben-section {
  border-bottom: none;
}

.euroben-bg .hp-banner {
  margin-top: 0;
}

body.we-help-bg {
  background: url(".././images/we-help-bg.jpg") no-repeat top right;
}

.story-section .we-help-list-heading p {
  font-size: 18px;
  margin-bottom: 20px;
}

.we-help-section p {
  margin-bottom: 48px;
}
.we-help-section h3 {
  color: #003863;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
}
.we-help-section ul {
  list-style: none;
}
.we-help-section ul li {
  padding-left: 28px;
  position: relative;
  line-height: 1.6;
  margin-bottom: 14px;
}
.we-help-section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: 6px;
  background-color: #809cb1;
}

.we-help-banner-simple {
  padding-top: 96px;
  padding-bottom: 96px;
}
.we-help-banner-simple h2 {
  margin-bottom: 23px;
}
.we-help-banner-simple p {
  font-size: 18px;
}

.we-help-detail .member-box {
  margin-bottom: 24px;
}

.we-help-members {
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .we-help-banner-simple {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .we-help-banner-simple h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .we-help-banner-simple {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .we-help-banner-simple h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .story-section .we-help-list-heading {
    text-align: left;
  }

  .story-section .we-help-list-heading p {
    font-size: 16px;
    line-height: 1.6;
  }

  .we-help-banner-simple h2 {
    font-size: 26px;
  }

  .we-help-banner-simple p {
    font-size: 16px;
    line-height: 1.6;
  }
}
body.for-breeder-bg {
  background: url(".././images/for-breeder-bg.jpg") no-repeat top right;
}

.for-breeder-bg .paragraph-item h3 {
  margin-bottom: 16px;
}

.paragraph-section {
  border-bottom: none;
  padding-bottom: 36px;
}
.paragraph-section .paragraphs [class*=col-]:last-child {
  margin-top: 60px;
}

.for-breeder-bg .form-group {
  margin-bottom: 40px;
}
.for-breeder-bg .we-help-banner-simple-wrap {
  border-bottom: 1px solid #f2f2f2;
}
.for-breeder-bg .we-help-banner-simple {
  padding-top: 0px;
  padding-bottom: 96px;
}

.for-breeder-bottom {
  padding-top: 72px;
  padding-bottom: 96px;
}
.for-breeder-bottom h2 {
  margin-bottom: 55px;
}
.for-breeder-bottom .event-item.simple .text h3 {
  margin-bottom: 13px;
}
.for-breeder-bottom .event-item.simple .text p {
  margin-bottom: 16px;
}
.for-breeder-bottom .event-item.simple .bottom-link {
  margin-top: 0;
}

.for-breeder-section {
  padding-bottom: 15px;
  border-bottom: none;
}

@media (max-width: 1199px) {
  .for-breeder-bottom h2 {
    font-size: 28px;
  }

  .paragraph-section .paragraphs [class*=col-]:last-child {
    margin-top: 0;
  }

  .for-breeder-bg .event-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .for-breeder-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .we-help-section p {
    margin-bottom: 30px;
  }

  .paragraph-section {
    padding-bottom: 25px;
  }

  .for-breeder-bg .we-help-banner-simple {
    padding-top: 0px;
    padding-bottom: 41px;
  }
}
/* Search Results */
.search-results {
  max-width: 691px;
  padding-top: 2.5rem;
}
.search-results .input-group .form-control {
  color: #003764;
  font-weight: 400;
}

@media (max-width: 767px) {
  .search-results {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
/* END Search Results */

/*# sourceMappingURL=style.css.map */
