body {
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  color: #003765;
  background-color: #FFFFFF;
}
body * {
  box-shadow: none!important;
}
body *:focus {
  box-shadow: none!important;
}
body ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B8C3C9;
  opacity: 1;
  /* Firefox */
}
body :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B8C3C9;
}
body ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #B8C3C9;
}
body :focus-visible {
  outline: none!important;
}
body .message {
  color: #003765;
}
body .error {
  color: #dc3545;
}
body .wysiwyg h2 {
  font-size: 2em;
}
body .wysiwyg a {
  font-weight: 600;
}
body .wysiwyg p {
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: justify;
}
body .wysiwyg img {
  max-width: 100%!important;
}
body .results {
  font-size: 20px;
}
body .cursor-pointer {
  cursor: pointer;
}
body #preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
body #preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
  width: 31px;
  height: 31px;
  margin: 0 auto;
  border: 2px solid var(--main-color);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 425ms infinite linear;
  -o-animation: cssload-spin 425ms infinite linear;
  -ms-animation: cssload-spin 425ms infinite linear;
  -webkit-animation: cssload-spin 425ms infinite linear;
  -moz-animation: cssload-spin 425ms infinite linear;
}
body .admin-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #B8C3C9;
  border-bottom: 1px solid #FFFFFF;
  z-index: 99999;
  color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
}
body .admin-wrapper a.admin-link {
  color: #FFFFFF;
  float: right;
  text-decoration: underline;
}
body a {
  color: #003765;
}
body a:hover {
  color: #1B629F;
  text-decoration: none;
}
body a.text-underline {
  text-decoration: underline;
  color: #1B629F;
}
body a.text-underline:hover {
  text-decoration: underline;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 700;
}
body h1 {
  font-size: 2.8rem;
  color: #003765;
}
@media (max-width: 1199.98px) {
  body h1 {
    font-size: 2em;
  }
}
body h2 {
  font-size: 2.3em;
  font-weight: 700;
  color: #003765;
}
@media (max-width: 1199.98px) {
  body h2 {
    font-size: 1.8em;
  }
}
body p:last-child {
  margin-bottom: 0;
}
body .my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
body textarea:focus,
body input:focus,
body button:focus {
  outline: 0;
}
body .form-control:focus {
  border-color: #707070;
}
body .form-control.is-invalid {
  background-position: right calc(0.375em + 0.5rem) center !important;
}
body .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #003765;
  background-color: #003765;
}
body .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #003765;
  border-color: #003765;
}
body .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none!important;
}
body .personal-area-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
body form .form-control {
  font-size: 1.125em;
  line-height: 1;
  height: auto;
  padding: 12px;
  color: #003765;
  border: 1px solid #707070;
  border-radius: 5px;
}
body form .form-control.small {
  width: 50%;
}
body form .form-control:focus {
  box-shadow: none;
}
body form.form-small .form-control {
  font-size: 1em;
  padding: 8px;
}
body form.form-small fieldset {
  display: block;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em;
  border-width: 1px;
  border-style: dashed;
  border-color: threedface;
  margin-top: 0;
}
body form.form-small fieldset legend {
  padding-inline-start: 5px;
  padding-inline-end: 5px;
  width: auto;
  font-size: 1rem;
  margin-bottom: 0;
}
body form .form-row {
  margin-right: 0;
  margin-left: 0;
}
body form .form-row > .col,
body form .form-row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}
body form .form-row .prefix {
  width: 28px;
  height: 49px;
}
body form .form-row small {
  color: #003765;
}
body form .container-checkbox .invalid-feedback {
  display: block;
}
@media (min-width: 768px) {
  body form .container-checkbox {
    padding-left: 5px!important;
  }
  body form .container-checkbox.px-0 {
    padding-left: 0!important;
  }
}
body form .custom_checkbox span {
  display: block;
  cursor: pointer;
  background-color: #FFFFFF;
  content: "\00a0";
  font: 30px sans-serif;
  height: 30px;
  width: 30px;
  margin: 0;
  padding: 0;
  border: 1px solid #707070;
  border-radius: 0;
  position: relative;
}
body form .custom_checkbox.checked span:before {
  content: url(../img/ico-checked.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
}
body form .custom_checkbox input {
  display: none;
}
body form .custom_checkbox label {
  cursor: pointer;
  margin-bottom: 0;
}
body form .custom_checkbox label.form-control {
  font-size: 1.2em;
  border: none;
  padding: 0 50px 0 15px!important;
  color: #003765;
  background-color: transparent;
  display: inline-block;
  width: auto;
}
body form .custom_checkbox label.form-control a {
  color: #1B629F;
}
body form .custom_checkbox.small_checkbox span {
  font: 23px sans-serif;
  width: 23px;
  height: 23px;
  border: 1px solid #1B629F;
  border-radius: 5px;
}
body form .custom_checkbox.small_checkbox.checked span:before {
  width: 13px;
}
body form .custom_checkbox.small_checkbox label {
  font-size: 0.9375em;
  color: #1B629F;
  margin-left: 5px;
}
body form .custom_select {
  border: 1px solid #77CFFF;
  border-radius: 10px;
  padding: 5px 0;
  position: relative;
}
body form .custom_select label {
  white-space: nowrap;
  font-size: 0.9375em;
  line-height: 1.3;
  color: #1B629F;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}
body form .custom_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.9375em;
  line-height: 1.3;
  color: #1B629F !important;
  border: none!important;
  padding: 0;
  padding: 7px 50px 7px 105px;
  background: transparent!important;
}
body form .custom_select:after {
  background-image: url(../img/arrow-down-select.svg);
  background-repeat: no-repeat;
  content: " ";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  background-size: 22px 13px;
  width: 22px;
  height: 13px;
}
body .container-pagination {
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  body .container-pagination {
    margin-bottom: 50px;
  }
}
body .container-pagination .pagination {
  justify-content: center;
}
body .container-pagination .pagination li {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
  color: #B8C3C9;
  text-align: center;
}
body .container-pagination .pagination li:not(:last-child) {
  margin-right: 50px;
}
body .container-pagination .pagination li a {
  color: #B8C3C9;
}
body .container-pagination .pagination li.current {
  color: #296CA5;
}
body .container-pagination .pagination li img {
  width: 28px;
}
body .flex-1 {
  flex: 1;
}
body .img-full {
  width: 100%;
}
body .img-fullheight {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .img-flex-1 {
  flex: 1;
  object-fit: contain;
}
body .height-100 {
  height: 100%;
}
body .with-min-height {
  min-height: 250px;
  object-fit: cover;
}
body #cookie-bar {
  padding: 20px;
}
body .btn-link {
  font-weight: 400;
  color: #003765;
}
body .btn-link:hover {
  color: #1B629F;
  text-decoration: none;
}
body .btn-link:focus {
  text-decoration: none!important;
}
body .btn-register {
  display: inline-block;
  text-align: center;
  font-size: 1.5em;
  line-height: 1;
  color: #1B629F;
  background-color: #FFFFE0;
  padding: 12px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
}
body .btn-register.small {
  font-size: 0.9em;
  padding: 8px 12px;
}
body .btn-register.small img {
  width: 20px;
  height: auto;
}
body .btn-register:hover {
  color: #1B629F !important;
}
@media (max-width: 1199.98px) {
  body .btn-register {
    font-size: 1.2em;
  }
}
@media (max-width: 767.98px) {
  body .btn-register {
    font-size: 1em;
  }
}
body .btn-primary {
  color: #FFFFFF;
  background-color: #1B629F;
  border-color: #1B629F;
  border-radius: 10px;
  font-size: 1.2em;
  padding: 8px 22px;
}
body .btn-primary img {
  max-width: 25px;
}
body .btn-primary:hover,
body .btn-primary:active,
body .btn-primary:focus {
  color: #FFFFFF !important;
  background-color: #003765 !important;
  border-color: #003765 !important;
}
body .btn-primary-small .btn-primary {
  border-radius: 0.25rem;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
}
body .btn-secondary {
  color: #1B629F;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  font-size: 1.5em;
  line-height: 1em;
  border-radius: 15px 15px 40px 40px;
  padding: 4px 14px 4px 22px;
}
body .btn-secondary:hover,
body .btn-secondary:active,
body .btn-secondary:focus {
  color: #1B629F !important;
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
body .btn-secondary img,
body .btn-register img {
  width: 28px;
  margin-left: 12px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
body .btn-secondary.translate:hover img,
body .btn-register.translate:hover img {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
@media (max-width: 1199.98px) {
  body .btn-secondary img,
  body .btn-register img {
    width: 25px;
  }
}
@media (max-width: 767.98px) {
  body .btn-secondary img,
  body .btn-register img {
    width: 20px;
  }
}
body span.button-arrow,
body a.button-arrow,
body span.button-arrow-white,
body a.button-arrow-white {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: left;
  padding-left: 20px;
  padding-right: 25px;
  color: #1B629F;
}
body span.button-arrow,
body a.button-arrow {
  background-image: url(../img/button-arrow.svg);
}
body span.button-arrow-white,
body a.button-arrow-white {
  background-image: url(../img/button-arrow-white.svg);
}
body .cursor-default {
  cursor: default;
}
body ul.validation-error {
  margin-bottom: 0;
}
body .validation-error h3 {
  color: #003765;
}
body .space {
  margin-bottom: 50px;
}
body .modal .modal-dialog .modal-content {
  border-radius: 15px;
  padding: 10px;
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.16) !important;
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.16) !important;
}
body .modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}
body .modal .modal-dialog .modal-content .modal-header h5.modal-title {
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  body .modal .modal-dialog .modal-content .modal-header h5.modal-title {
    font-size: 2em;
  }
}
@media (max-width: 767.98px) {
  body .modal .modal-dialog .modal-content .modal-header h5.modal-title {
    font-size: 1.5em;
  }
}
body .modal .modal-dialog .modal-content .modal-body .btn-register {
  padding: 6px 12px;
  border-radius: 15px;
}
@media (min-width: 576px) {
  body .modal .modal-dialog {
    max-width: 90%;
    width: 1000px;
  }
  body .modal .modal-dialog .modal-content {
    padding: 40px 40px 30px 40px;
  }
}
body .slick-slider .slick-prev,
body .slick-slider .slick-next {
  width: 56px;
  height: 56px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s linear;
  transition: visibility 0s, opacity 0.3s linear;
}
@media (max-width: 991.98px) {
  body .slick-slider .slick-prev,
  body .slick-slider .slick-next {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  body .slick-slider .slick-prev,
  body .slick-slider .slick-next {
    width: 30px;
    height: 30px;
  }
}
body .slick-slider .slick-prev {
  transform: translateY(-50%) rotate(90deg);
  left: 0;
}
body .slick-slider .slick-next {
  transform: translateY(-50%) rotate(-90deg);
  right: 0;
}
body .slick-slider:hover .slick-prev,
body .slick-slider:hover .slick-next {
  visibility: visible;
  opacity: 1;
}
body .lightbox .lb-outerContainer {
  border-radius: 0;
}
body .lightbox .lb-outerContainer .lb-image {
  border-radius: 0;
  border: 1px solid #707070;
}
body .lightbox .lb-outerContainer .lb-nav a.lb-prev {
  background: url(../img/arrow-carousel-white.svg) right 48% no-repeat;
  transform: rotateY(180deg);
}
body .lightbox .lb-outerContainer .lb-nav a.lb-next {
  background: url(../img/arrow-carousel-white.svg) right 48% no-repeat;
}
body .lightbox .lb-data .lb-number {
  display: none!important;
}
body header {
  height: 90px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-image: url(../img/top-nav.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left;
}
body header .navbar-collapse .dropdown-item {
  color: #FFFFFF;
  font-size: 1.4em;
  line-height: 1.8125em;
  font-weight: 400;
  color: #003765;
  padding: 0 17px;
}
body header .navbar-collapse .dropdown-item:focus,
body header .navbar-collapse .dropdown-item:hover {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
body header .navbar-collapse .language-selector {
  margin-left: 32px;
}
body header .navbar-collapse .language-selector .dropdown-menu {
  min-width: 100%;
}
body header .navbar-collapse .language-selector .dropdown-item {
  text-transform: uppercase;
  font-size: 0.9375em;
  line-height: 1;
  font-weight: 400;
  border: 1px solid #707070 !important;
  border-radius: 10px;
  padding: 7px 10px;
  color: #1B629F !important;
  background-color: #FFFFFF !important;
}
body header .navbar-collapse .language-selector .dropdown-item img {
  width: 19px;
  margin-right: 7px;
}
body header .navbar-collapse .language-selector .dropdown-item:active {
  background-color: #003765;
  border-color: #003765;
}
body header .navbar-collapse .language-selector .dropdown-item.no-border {
  border: none!important;
}
body header .navbar-collapse .nav-item.active .dropdown-item {
  color: #1B629F;
}
body header .navbar-collapse .btn-primary {
  padding: 0 7px 0 10px;
  border: none !important;
  background-color: transparent !important;
  position: relative;
}
body header .navbar-collapse .btn-primary img {
  width: 19px;
  height: 20px;
}
body header .navbar-collapse .btn-primary img:focus {
  outline: none!important;
}
body header .navbar-collapse .btn-primary img:focus,
body header .navbar-collapse .btn-primary img:hover {
  text-decoration: none;
  background-color: transparent;
}
body header .navbar-collapse .btn-primary .cart-count {
  min-width: 14px;
  display: block;
  position: absolute;
  top: -3px;
  right: -10px;
  color: #FFFFFF;
  background: #003765;
  border-radius: 50%;
  font-size: 10px;
  line-height: 10px;
  padding: 2px;
  text-align: center;
}
body header .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
body header .navbar-brand img {
  width: 253px;
}
@media (max-width: 991.98px) {
  body header {
    height: 70px;
    background-image: none;
  }
  body header .navbar-toggler svg {
    color: #003765;
  }
  body header .navbar-collapse {
    position: absolute;
    z-index: 99;
    background-color: #FFFFFF;
    width: calc(100% + 30px);
    top: 100%;
    left: -15px;
    padding: 20px 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.29) !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.29) !important;
  }
  body header .navbar-collapse .dropdown-item {
    font-size: 1.25em;
    padding: 0.25rem 1.5rem;
  }
  body header .navbar-collapse .language-selector {
    margin-top: 1rem;
    margin-left: 1.5rem;
  }
  body header .navbar-collapse .language-selector .dropdown-menu {
    min-width: 140px;
  }
  body header .navbar-collapse .language-selector .dropdown-item {
    width: auto;
    margin-top: 0.3rem;
  }
  body header .navbar-collapse .btn-primary {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  body header .navbar-brand img {
    max-width: 200px;
  }
}
body .wrapper.logged {
  margin-top: 50px;
}
body .wrapper.logged.fixed header {
  top: 50px;
  position: fixed;
}
body footer .container-fluid {
  background-color: #E7F2F8;
  color: #FFFFFF;
  padding: 50px 15px 60px 15px;
}
body footer .container-fluid p {
  font-size: 0.9375em;
  color: #B8C3C9;
}
body footer .container-fluid img.logo {
  max-width: 253px;
}
body footer .container-fluid ul.menu-footer {
  margin: 0 auto 25px auto;
}
body footer .container-fluid ul.menu-footer li.list-inline-item {
  margin-right: 0;
  width: 25%;
  text-align: center;
}
body footer .container-fluid ul.menu-footer li.list-inline-item a {
  font-size: 1.75em;
  color: #003765;
}
body footer .container-fluid ul.menu-social {
  margin-bottom: 60px;
}
body footer .container-fluid ul.menu-social li.list-inline-item:not(:last-child) {
  margin-right: 20px;
}
body footer .container-fluid ul.menu-social li.list-inline-item a:hover svg rect.hover,
body footer .container-fluid ul.menu-social li.list-inline-item a:hover svg path.hover {
  fill: #1B629F;
}
@media (max-width: 1199.98px) {
  body footer .container-fluid ul.menu-footer li.list-inline-item {
    margin-right: 0;
    width: auto;
    padding: 10px;
  }
  body footer .container-fluid ul.menu-footer li.list-inline-item a {
    font-size: 1.4em;
  }
}
body .autocomplete-suggestions {
  background: #FFFFFF;
  padding: 10px;
  overflow-y: scroll;
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.16) !important;
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.16) !important;
}
body .autocomplete-suggestions .autocomplete-suggestion {
  cursor: pointer;
  padding: 5px 10px;
}
body .autocomplete-suggestions .autocomplete-suggestion:hover {
  background-color: #cdcdcd;
}
body .container-hero {
  position: relative;
}
body .container-hero .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
body .container-hero .text h1 {
  font-family: 'Fredericka the Great', cursive;
  font-size: 3.375em;
  line-height: 1;
  font-weight: normal;
  color: #868686;
}
body .container-hero .text h2 {
  font-family: 'Mulish', sans-serif;
  font-size: 1.75em;
  line-height: 1.3em;
  font-weight: 300;
  color: #1B629F;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  body .container-hero .text h1 {
    font-size: 1.875em;
  }
  body .container-hero .text h2 {
    font-size: 1.15em;
  }
}
@media (max-width: 767.98px) {
  body .container-hero .text h1 {
    font-size: 1.3em;
  }
  body .container-hero .text h2 {
    font-size: 1em;
  }
}
body .container-search {
  position: relative;
  overflow: hidden;
}
body .container-search svg.wave {
  height: 200px;
  top: 0;
  margin-bottom: 60px;
}
body .container-search svg.wave path,
body .container-search svg.wave linearGradient {
  transition: 0.2s;
}
body .container-search form .inner {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
body .container-search form .inner input.style[type="text"] {
  border: 1px solid #296CA5;
  border-radius: 20px;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.4em;
  font-weight: 400;
  color: #003765;
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.16) !important;
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.16) !important;
}
body .container-search form .inner .container_only_onsale .only_onsale {
  margin-top: 20px;
}
body .container-search form .inner .container_only_onsale .filter {
  display: grid;
  width: 100%;
  /*grid-template-columns: 15% 15% 20% 30% 20%;*/
  grid-template-columns: 20% 20% 20% 20% 20%;
}
body .container-search form .inner .container-slider label {
  font-size: 0.9375em;
  font-weight: 600;
  color: #003765;
  margin-bottom: 0;
}
body .container-search form .inner .container-slider .slider-range {
  width: 100%;
  border: none;
  border-radius: 5px;
  height: 5px;
}
body .container-search form .inner .container-slider .slider-range .noUi-connect {
  border: none;
  background: #77CFFF;
}
body .container-search form .inner .container-slider .slider-range.noUi-horizontal .noUi-handle {
  background: #B8C3C9;
  border: none;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  right: -8px;
  top: -4px;
}
body .container-search form .inner .container-slider .slider-range.noUi-horizontal .noUi-handle:before,
body .container-search form .inner .container-slider .slider-range.noUi-horizontal .noUi-handle:after {
  display: none;
}
body .container-search form .inner .container-slider .slider-range.noUi-horizontal .noUi-handle.noUi-handle-upper {
  right: -4px;
}
body .container-search form .inner .container-slider span.slider-from,
body .container-search form .inner .container-slider span.slider-to {
  font-size: 0.9375em;
  font-weight: 400;
  color: #1B629F;
}
body .container-search form .inner .container-slider span.slider-from {
  margin-right: 13px;
  text-align: right;
}
body .container-search form .inner .container-slider span.slider-to {
  margin-left: 10px;
  text-align: left;
}
body .container-search form .inner .container-slider.filter-length {
  padding-right: 20px;
  width: 250px;
  max-width: 100%;
}
body .container-search form .inner .container-slider.filter-length span.slider-from,
body .container-search form .inner .container-slider.filter-length span.slider-to {
  min-width: 20px;
}
body .container-search form .inner .container-slider.filter-year {
  padding-right: 20px;
  width: 250px;
  max-width: 100%;
}
body .container-search form .inner .container-slider.filter-year .slider-range .noUi-connect {
  background: #1B629F;
}
body .container-search form .inner .container-slider.filter-price {
  width: 250px;
  max-width: 100%;
  /*
                        span {
                            &.slider-from,
                            &.slider-to {
                                color: @color_orange;
                                min-width: 100px;

                                &.text-right{
                                    float: right;
                                }
                            }
                        }
                        */
}
body .container-search form .inner .container-slider.filter-price .slider-range .noUi-connect {
  background: #FFDDB4;
}
body .container-search form .inner .filter-zone {
  padding-right: 30px;
  transform: translateY(7px);
}
body .container-search form .inner button {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.29) !important;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.29) !important;
}
body .container-search form .inner a.advanced {
  font-size: 1.2em;
  font-weight: 400;
  color: #1B629F;
}
body .container-search form .inner a.advanced img {
  width: 24px;
  margin-left: 12px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
body .container-search.expanded form .inner a.advanced img {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  body .container-search form .inner button {
    font-size: 1em;
  }
  body .container-search form .inner a.advanced {
    font-size: 0.8em;
  }
}
@media (max-width: 1199.98px) {
  body .container-search {
    background-color: #E7F2F8;
    margin-bottom: 24px;
  }
  body .container-search svg.wave {
    display: none;
  }
  body .container-search form .inner {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
  }
  body .container-search form .inner input[type="text"] {
    font-size: 1.3em;
  }
  body .container-search form .inner .container_only_onsale .filter {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-gap: 20px;
  }
  body .container-search form .inner .container_only_onsale .filter .custom_checkbox {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  body .container-search form .inner .container-slider.filter-length {
    margin-right: 0;
  }
  body .container-search form .inner .container-slider.filter-year {
    margin-right: 0;
  }
  body .container-search form .inner .container-slider.filter-price {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  body .container-search form .inner .filter-zone {
    margin-right: 0;
    transform: none;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  body .container-search form .inner button {
    font-size: 1.3em;
  }
  body .container-search form .inner a.advanced {
    font-size: 1em;
  }
  body .container-search form .inner a.advanced img {
    width: 20px;
  }
}
@media (max-width: 767.98px) {
  body .container-search form .inner input[type="text"] {
    font-size: 1em;
    height: 30px;
  }
  body .container-search form .inner .container_only_onsale .filter {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
  }
  body .container-search form .inner .container_only_onsale .filter .custom_checkbox {
    grid-column-start: unset;
    grid-column-end: unset;
    grid-row-start: unset;
    grid-row-end: unset;
  }
  body .container-search form .inner .container-slider.filter-price {
    grid-column-start: unset;
    grid-column-end: unset;
    grid-row-start: unset;
    grid-row-end: unset;
  }
  body .container-search form .inner .filter-zone {
    grid-column-start: unset;
    grid-column-end: unset;
    grid-row-start: unset;
    grid-row-end: unset;
  }
  body .container-search form .inner button {
    font-size: 1em;
  }
  body .container-search form .inner a.advanced {
    font-size: 0.8em;
  }
}
body .breadcrumb {
  background-color: transparent;
}
body .breadcrumb li {
  position: relative;
  font-size: 1.2em;
}
body .breadcrumb li:not(:last-child) {
  padding-right: 18px;
  margin-right: 29px;
}
body .breadcrumb li:not(:last-child):after {
  background-image: url(../img/right_arrow_breadcrumb.svg);
  background-repeat: no-repeat;
  content: " ";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  background-size: 11px 18px;
  width: 11px;
  height: 18px;
}
body .breadcrumb li a {
  color: #1B629F;
}
@media (max-width: 1199.98px) {
  body .breadcrumb li {
    font-size: 1em;
  }
  body .breadcrumb li:not(:last-child) {
    padding-right: 10px;
    margin-right: 21px;
  }
  body .breadcrumb li:not(:last-child):after {
    background-size: 10px 12px;
    width: 10px;
    height: 12px;
  }
}
@media (max-width: 767.98px) {
  body .breadcrumb li {
    font-size: 0.8em;
  }
}
body .title-with-wave {
  position: relative;
}
body .title-with-wave:after {
  content: " ";
  background: url(../img/arrow-title.svg);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 18px;
  background-size: auto 100%;
  background-repeat: repeat-x;
}
body .submit-boat-wrapper {
  background-color: #E7F2F8;
  border: 4px solid #1B629F;
  border-radius: 10px;
  cursor: pointer;
}
body .submit-boat-wrapper .submit-boat {
  margin: 0px;
  padding: 40px 15px;
}
body .submit-boat-wrapper h3 {
  display: inline-block;
  color: #1B629F;
  font-size: 20px;
  text-transform: uppercase;
  max-width: calc(100% - 40px);
  padding-right: 20px;
}
body .submit-boat-wrapper img {
  width: 30px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  display: inline-block;
}
body .container-boats {
  margin-bottom: 60px;
}
body .container-boats .bordered {
  border-top: 2px solid #B8C3C9;
  margin-top: -2px;
}
body .container-boats .cont-boat {
  position: relative;
  margin-bottom: 35px;
}
body .container-boats .cont-boat.no-space-mobile {
  margin-bottom: 0px;
}
body .container-boats .cont-boat .wishlist-toogle {
  display: block;
  position: absolute;
  top: 10px;
  right: 25px;
  width: 30px;
  z-index: 9;
}
body .container-boats .boat {
  position: relative;
}
body .container-boats .boat img {
  border-radius: 10px;
  height: 280px;
  object-fit: cover;
}
body .container-boats .boat .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url(../img/opacity.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 20px 10px 15px;
  border-radius: 0 0 10px 10px;
}
body .container-boats .boat .text span {
  font-size: 1.125em;
  line-height: 1.2;
  color: #003765;
}
body .container-boats .boat .text span.second {
  margin-left: 10px;
  text-align: right;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body .container-boats .boat img {
    height: 200px;
  }
}
@media (max-width: 991.98px) {
  body .container-boats {
    margin-bottom: 50px;
  }
  body .container-boats .boat img {
    height: 240px;
  }
  body .container-boats .boat .text span {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  body .container-boats .cont-boat.no-space {
    margin-bottom: 0px;
  }
}
body .container-title {
  -webkit-box-shadow: 0 0 5px 0 rgba(27, 98, 159, 0.56) !important;
  box-shadow: 0 0 5px 0 rgba(27, 98, 159, 0.56) !important;
  padding: 11px 0 12px 0;
  margin-bottom: 10px;
}
body .container-title h1 {
  font-size: 2.5em;
  font-weight: 300;
}
body .container-title h1 span.black {
  color: #1B629F;
}
body .container-title h1 span.code {
  font-size: 0.6em;
}
body .container-title a {
  font-size: 1.125em;
  font-weight: 400;
  color: #1B629F;
}
body .container-title img {
  max-height: 32px;
  height: 32px;
}
body .container-title .country {
  font-size: 18px;
  color: #1B629F;
}
body .container-title .country img {
  width: 20px;
  height: auto;
  margin-left: 10px;
}
@media (max-width: 1199.98px) {
  body .container-title {
    margin-bottom: 30px;
  }
  body .container-title h1 {
    font-size: 1.875em;
  }
}
@media (max-width: 767.98px) {
  body .container-title a {
    font-size: 1em;
  }
  body .container-title a img {
    width: 30px;
  }
}
body .container-title-orange {
  background-color: #FDF2E5;
  padding-top: 20px;
  padding-bottom: 20px;
}
body .container-title-orange h2 {
  font-size: 2em;
  font-weight: 400;
  color: #003765;
}
@media (max-width: 1199.98px) {
  body .container-title-orange {
    margin-bottom: 30px;
  }
  body .container-title-orange h2 {
    font-size: 1.875em;
  }
}
body .container-description img {
  float: right;
  width: 100%;
  max-width: 630px;
  border: 1px solid #707070;
}
body .container-description p {
  font-size: 1.1em;
}
@media (max-width: 1199.98px) {
  body .container-description p {
    font-size: 1em;
    line-height: 1.4rem;
  }
}
body .container-website .website-item span {
  font-size: 18px;
  color: #1B629F;
  font-weight: 600;
}
body .container-website .website-item img {
  width: 30px;
  margin-left: 10px;
}
body .container-boat .container-gallery .container-gallery-row {
  height: 550px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body .container-boat .container-gallery .container-gallery-row {
    height: 460px;
  }
}
@media (max-width: 991.98px) {
  body .container-boat .container-gallery .container-gallery-row {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  body .container-boat .container-gallery .container-gallery-row {
    height: 300px;
  }
}
body .container-boat .container-gallery .container-gallery-row .col-sx {
  height: 100%;
}
body .container-boat .container-gallery .container-gallery-row .col-sx .slick-slider {
  height: 100%;
}
body .container-boat .container-gallery .container-gallery-row .col-sx .slick-slider div {
  height: 100%;
}
body .container-boat .container-gallery .container-gallery-row .col-sx .slick-slider div img {
  width: 100%;
  height: 100%;
  border: 1px solid #707070;
  border-radius: 5px;
  object-fit: cover;
  cursor: pointer;
}
body .container-boat .container-gallery .container-gallery-row .col-dx {
  position: relative;
  overflow: hidden;
  height: 100%;
}
body .container-boat .container-gallery .container-gallery-row .col-dx .inner {
  height: 100%;
}
body .container-boat .container-gallery .container-gallery-row .col-dx .inner img {
  width: calc(50% - 15px);
  height: calc(33% - 15px);
  float: left;
  margin-right: 14px;
  margin-bottom: 24px;
  object-fit: cover;
  border: 1px solid #707070;
  border-radius: 5px;
  cursor: pointer;
}
body .container-boat .container-gallery .container-gallery-row .col-dx .arrow-up-carousel {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  z-index: 99;
  cursor: pointer;
  display: none;
}
body .container-boat .container-gallery .container-gallery-row .col-dx .arrow-down-carousel {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  cursor: pointer;
  display: none;
}
body .container-boat .container-description p {
  font-size: 1.25em;
}
@media (max-width: 1199.98px) {
  body .container-boat .container-description p {
    font-size: 1em;
    line-height: 1.4rem;
  }
}
body .container-boat .container-table .header {
  background-color: #B8C3C9;
  border-radius: 10px 10px 0 0;
  padding: 18px 25px 18px 20px;
}
body .container-boat .container-table .header h3 {
  font-size: 1.6em;
  font-weight: 400;
  color: #FFFFFF;
}
body .container-boat .container-table .header a {
  font-size: 0.875em;
}
body .container-boat .container-table .header a img {
  margin-right: 10px;
}
body .container-boat .container-table .header.with-border {
  border: 1px solid #707070;
  border-bottom: 0;
}
body .container-boat .container-table .list-group {
  border: 0;
  border-radius: 0;
}
body .container-boat .container-table .list-group .list-group-item {
  padding: 12px 20px 11px 20px;
  border: 0;
  min-height: 74px;
}
body .container-boat .container-table .list-group .list-group-item.blur {
  position: relative;
}
body .container-boat .container-table .list-group .list-group-item.blur p.data {
  position: relative;
}
body .container-boat .container-table .list-group .list-group-item.blur p.data:after {
  width: 100% !important;
}
body .container-boat .container-table .list-group .list-group-item.blur p:after,
body .container-boat .container-table .list-group .list-group-item.blur:after {
  content: " ";
  position: absolute;
  z-index: 99;
  width: 30%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
body .container-boat .container-table .list-group .list-group-item:nth-child(odd) {
  background-color: #F3F8FB;
}
body .container-boat .container-table .list-group .list-group-item label {
  margin-bottom: 0;
  font-size: 0.875em;
  color: #868686;
}
body .container-boat .container-table .list-group .list-group-item p {
  margin-bottom: 0;
  font-size: 1.125em;
}
body .container-boat .container-table .list-group .list-group-item p a {
  text-decoration: underline;
}
body .container-boat .container-table .list-group .list-group-item p img {
  width: 30px;
  height: auto;
  margin-left: 10px;
}
body .container-boat .container-table .list-group .list-group-item .grid {
  display: grid;
  width: 100%;
  grid-template-columns: 70% 18% 12%;
}
body .container-boat .container-table .list-group .list-group-item .grid span.number {
  font-size: 1.125em;
}
body .container-boat .container-table .list-group .list-group-item .grid span.unit {
  font-size: 0.875em;
  color: #868686;
}
body .container-boat .container-table .list-group .list-group-item .country img {
  width: 20px;
  height: auto;
  margin-left: 10px;
}
body .container-boat .container-table .list-group.full {
  border: 1px solid #707070;
  border-top: 0;
}
body .container-boat .container-table .list-group.full .list-group-item:nth-child(odd) {
  background-color: #FFFFFF;
}
body .container-boat .container-table .list-group.full .list-group-item:nth-child(even) {
  background-color: #F3F8FB;
}
body .container-boat .container-table .list-group.full .list-group-item .grid {
  grid-template-columns: 55% 15% 15% 15%;
}
body .container-boat .container-table .list-group.full .list-group-item .grid p {
  text-align: center;
}
body .container-boat .container-table .btn-register {
  position: absolute;
  z-index: 999;
  bottom: 6px;
  right: 0;
}
@media (max-width: 1199.98px) {
  body .container-boat .container-table .header {
    padding: 10px 25px 10px 20px;
  }
  body .container-boat .container-table .header h3 {
    font-size: 1.3em;
  }
  body .container-boat .container-table .header a {
    font-size: 0.8em;
  }
  body .container-boat .container-table .list-group .list-group-item {
    padding: 10px 20px;
    min-height: 68px;
  }
  body .container-boat .container-table .list-group .list-group-item label {
    font-size: 0.8em;
  }
  body .container-boat .container-table .list-group .list-group-item p {
    font-size: 1em;
  }
  body .container-boat .container-table .list-group .list-group-item .grid {
    grid-template-columns: 74% 18% 8%;
  }
  body .container-boat .container-table .list-group .list-group-item .grid span.number {
    font-size: 1em;
  }
  body .container-boat .container-table .list-group .list-group-item .grid span.unit {
    font-size: 0.8em;
  }
  body .container-boat .container-table .list-group.full .list-group-item .grid {
    grid-template-columns: 40% 20% 20% 20%;
  }
}
body .container-boat .container-usato table {
  width: 100%;
  border: 1px solid #707070;
}
body .container-boat .container-usato table tbody tr:not(:last-child) {
  border-bottom: 1px solid #1B629F;
}
body .container-boat .container-usato table th {
  font-size: 1.125em;
  font-weight: 700;
  color: #003765;
  text-align: center;
  background-color: #FFFFE0;
}
body .container-boat .container-usato table th:first-child {
  font-size: 1.6em;
  font-weight: 400;
  text-align: left;
  padding: 18px 28px;
}
body .container-boat .container-usato table th.cell-1 {
  width: 30%;
}
body .container-boat .container-usato table th.cell-2 {
  width: 21%;
}
body .container-boat .container-usato table th.cell-3 {
  width: 18%;
}
body .container-boat .container-usato table th.cell-4 {
  width: 18%;
}
body .container-boat .container-usato table th.cell-5 {
  width: 13%;
}
body .container-boat .container-usato table td {
  font-size: 1.4em;
  color: #003765;
  padding: 7px 14px;
  text-align: center;
}
body .container-boat .container-usato table td:nth-of-type(1) {
  text-align: left;
}
body .container-boat .container-usato table td:nth-of-type(1) img {
  border: 1px solid #707070;
}
body .container-boat .container-usato table td a.button-arrow {
  font-size: 0.75em;
}
@media (max-width: 1199.98px) {
  body .container-boat .container-usato .title-mobile h2 {
    font-size: 1.3em;
    padding: 10px 25px 10px 20px;
  }
  body .container-boat .container-usato table th {
    font-size: 1em;
  }
  body .container-boat .container-usato table th:first-child {
    font-size: 1.3em;
    padding: 10px 25px 10px 20px;
  }
  body .container-boat .container-usato table th.cell-1 {
    width: 30%;
  }
  body .container-boat .container-usato table th.cell-2 {
    width: 21%;
  }
  body .container-boat .container-usato table th.cell-3 {
    width: 12%;
  }
  body .container-boat .container-usato table th.cell-4 {
    width: 17%;
  }
  body .container-boat .container-usato table th.cell-5 {
    width: 21%;
  }
  body .container-boat .container-usato table td {
    font-size: 1em;
    padding: 10px;
  }
}
@media (max-width: 767.98px) {
  body .container-boat .container-usato .title-mobile h2 {
    font-weight: 400;
    color: #003765;
    background-color: #FFFFE0;
    border-radius: 10px 10px 0 0;
    border: 1px solid #707070;
    border-bottom: 0;
  }
  body .container-boat .container-usato table,
  body .container-boat .container-usato thead,
  body .container-boat .container-usato tbody,
  body .container-boat .container-usato th,
  body .container-boat .container-usato td,
  body .container-boat .container-usato tr {
    display: block;
  }
  body .container-boat .container-usato table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  body .container-boat .container-usato table tr {
    margin: 0;
  }
  body .container-boat .container-usato table td {
    border: none;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
    padding-left: 50%;
    padding-right: 10px;
    font-size: 1em;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: right;
  }
  body .container-boat .container-usato table td:nth-of-type(1) {
    padding: 0;
  }
  body .container-boat .container-usato table td:nth-of-type(1):before {
    content: "";
  }
  body .container-boat .container-usato table td:nth-of-type(1) img {
    border: 0;
  }
  body .container-boat .container-usato table td:nth-of-type(2):before {
    content: attr(data-title);
  }
  body .container-boat .container-usato table td:nth-of-type(3):before {
    content: attr(data-title);
  }
  body .container-boat .container-usato table td:nth-of-type(4):before {
    content: attr(data-title);
  }
  body .container-boat .container-usato table td:before {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
  }
  body .container-boat .container-usato table td.text-right {
    padding-right: 0;
  }
}
body .container-boat .container-documenti .header {
  background-color: #B8C3C9;
  border-radius: 10px 10px 0 0;
  padding: 18px 25px 18px 20px;
  border: 1px solid #707070;
  border-bottom: 0;
}
body .container-boat .container-documenti .header h3 {
  font-size: 1.75em;
  font-weight: 400;
  color: #FFFFFF;
}
body .container-boat .container-documenti .list-group {
  border: 0;
  border-radius: 0;
}
body .container-boat .container-documenti .list-group .list-group-item {
  padding: 12px 20px 11px 20px;
  border: 1px solid #707070;
  border-top: 0;
}
body .container-boat .container-documenti .list-group .list-group-item:nth-child(odd) {
  background-color: #F3F8FB;
}
body .container-boat .container-documenti .list-group .list-group-item .grid {
  display: grid;
  width: 100%;
  grid-template-columns: 12% 48% 40%;
}
body .container-boat .container-documenti .list-group .list-group-item .grid img.file {
  border: 1px solid #707070;
}
body .container-boat .container-documenti .list-group .list-group-item .grid h4 {
  color: #1B629F;
}
body .container-boat .container-documenti .list-group .list-group-item .grid p {
  margin-bottom: 0;
  font-size: 0.9375em;
}
body .container-boat .container-documenti .list-group .list-group-item .grid a.download {
  font-size: 1.6875em;
  color: #1B629F;
}
@media (max-width: 1199.98px) {
  body .container-boat .container-documenti .header {
    padding: 10px 25px 10px 20px;
  }
  body .container-boat .container-documenti .header h3 {
    font-size: 1.3em;
  }
  body .container-boat .container-documenti .list-group .list-group-item {
    padding: 10px;
  }
  body .container-boat .container-documenti .list-group .list-group-item .grid {
    grid-template-columns: 20% 60% 20%;
  }
  body .container-boat .container-documenti .list-group .list-group-item .grid img.ico-download {
    width: 20px;
  }
  body .container-boat .container-documenti .list-group .list-group-item .grid h4 {
    font-size: 1.2em;
  }
  body .container-boat .container-documenti .list-group .list-group-item .grid a.download {
    font-size: 1em;
  }
}
@media (max-width: 767.98px) {
  body .container-boat .container-documenti .list-group .list-group-item .grid {
    grid-template-columns: 25% 75%;
  }
  body .container-boat .container-documenti .list-group .list-group-item .grid .cont-btn {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
body .container-boat .container-approfondimenti .header {
  background-color: #B9D5ED;
  border-radius: 10px 10px 0 0;
  padding: 13px 25px 13px 20px;
  border: 1px solid #707070;
  border-bottom: 0;
}
body .container-boat .container-approfondimenti .header h3 {
  font-size: 1.5em;
  font-weight: 400;
  color: #003765;
}
body .container-boat .container-approfondimenti .list-group {
  border: 1px solid #707070;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}
body .container-boat .container-approfondimenti .list-group .list-group-item {
  padding: 19px 20px;
  border: 0;
}
body .container-boat .container-approfondimenti .list-group .list-group-item:nth-child(odd) {
  background-color: #F3F8FB;
}
body .container-boat .container-approfondimenti .list-group .list-group-item a {
  font-size: 1.25em;
  color: #003765;
}
@media (max-width: 1199.98px) {
  body .container-boat .container-approfondimenti .header {
    padding: 10px 25px 10px 20px;
  }
  body .container-boat .container-approfondimenti .header h3 {
    font-size: 1.3em;
  }
  body .container-boat .container-approfondimenti .list-group .list-group-item {
    padding: 10px 20px;
  }
  body .container-boat .container-approfondimenti .list-group .list-group-item a {
    font-size: 1em;
  }
  body .container-boat .container-approfondimenti .list-group .list-group-item a img {
    width: 20px;
  }
}
body .container-boat .container-faq .inner {
  background-color: #FDF2E5;
  border-radius: 10px;
  padding: 25px 20px;
}
body .container-boat .container-faq .inner .header h3 {
  font-size: 1.5em;
  font-weight: 400;
  color: #003765;
}
body .container-boat .container-faq .inner .faq p {
  font-size: 1.1em;
  margin-bottom: 10px;
}
body .container-boat .container-faq .inner .faq p.question {
  color: #003765;
}
body .container-boat .container-faq .inner .faq p.answer {
  color: #1B629F;
  border-bottom: 1px solid #1B629F;
  border-bottom-style: dashed;
  padding-bottom: 10px;
}
body .container-boat .container-faq .inner .faq .replies p {
  font-size: 1em;
}
@media (max-width: 1199.98px) {
  body .container-boat .container-faq .inner {
    padding: 10px 25px 10px 20px;
  }
  body .container-boat .container-faq .inner .header h3 {
    font-size: 1.3em;
  }
  body .container-boat .container-faq .inner p {
    font-size: 1em;
  }
}
body .link-full {
  background-color: #E7F2F8;
  padding: 12px 15px;
}
body .link-full.no-bg {
  background-color: transparent;
  padding: 0;
}
body .link-full a {
  font-size: 1.6em;
  color: #003765;
}
body .link-full a img {
  margin-left: 30px;
}
@media (max-width: 1199.98px) {
  body .link-full a {
    font-size: 1.3em;
  }
}
body .container-recent {
  margin-bottom: 80px;
}
body .container-recent table {
  width: 100%;
}
body .container-recent table tbody tr {
  border: 1px solid #1B629F;
}
body .container-recent table tbody tr:hover {
  background-color: #f0f0f0;
}
body .container-recent table tbody tr:hover td:nth-of-type(1) {
  background-color: #d9d9d9;
}
body .container-recent table th,
body .container-recent table td {
  height: 80px;
}
body .container-recent table th {
  font-size: 1.125em;
  font-weight: 700;
  color: #003765;
  text-align: center;
}
body .container-recent table th.cell-1 {
  width: 27%;
}
body .container-recent table th.cell-2 {
  width: 18%;
}
body .container-recent table th.cell-3 {
  width: 18%;
}
body .container-recent table th.cell-4 {
  width: 13%;
}
body .container-recent table th.cell-5 {
  width: 13%;
}
body .container-recent table th.cell-6 {
  width: 11%;
}
body .container-recent table td {
  font-size: 1.125em;
  color: #003765;
  text-align: center;
}
body .container-recent table td span {
  display: inline-block;
}
body .container-recent table td span.number {
  min-width: 70px;
  text-align: right;
}
body .container-recent table td span.unit {
  color: #868686;
}
body .container-recent table td:nth-of-type(1) {
  background-color: #E7F2F8;
  font-size: 1.3em;
  font-weight: 700;
  color: #003765;
  text-align: left;
  padding-left: 15px;
}
body .container-recent table td a {
  color: #1B629F;
}
body .container-recent table td a.button-arrow {
  background-image: url(../img/button-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: left;
  padding-left: 20px;
  padding-right: 25px;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  body .container-recent table th.cell-1 {
    width: 23%;
  }
  body .container-recent table th.cell-6 {
    width: 15%;
  }
}
@media (max-width: 991.98px) {
  body .container-recent {
    margin-bottom: 50px;
  }
  body .container-recent table th,
  body .container-recent table td {
    height: 60px;
  }
  body .container-recent table th {
    font-size: 1em;
  }
  body .container-recent table th.cell-1 {
    width: 20%;
  }
  body .container-recent table th.cell-6 {
    width: 18%;
  }
  body .container-recent table td {
    font-size: 0.9em;
  }
  body .container-recent table td span.number {
    min-width: auto;
  }
  body .container-recent table td:nth-of-type(1) {
    font-size: 1em;
  }
}
@media (max-width: 767.98px) {
  body .container-recent table,
  body .container-recent thead,
  body .container-recent tbody,
  body .container-recent th,
  body .container-recent td,
  body .container-recent tr {
    display: block;
  }
  body .container-recent table th,
  body .container-recent table td {
    height: auto;
  }
  body .container-recent table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  body .container-recent table tr {
    margin: 0 0 1rem 0;
  }
  body .container-recent table td {
    border: none;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
    padding-left: 50%;
    padding-right: 10px;
    font-size: 1em;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: right;
  }
  body .container-recent table td span.number {
    min-width: auto;
    text-align: left;
  }
  body .container-recent table td:nth-of-type(1) {
    font-size: 1.3em;
    padding-left: 10px;
  }
  body .container-recent table td:nth-of-type(1):before {
    content: "";
  }
  body .container-recent table td:nth-of-type(2):before {
    content: attr(data-title);
  }
  body .container-recent table td:nth-of-type(3):before {
    content: attr(data-title);
  }
  body .container-recent table td:nth-of-type(4):before {
    content: attr(data-title);
  }
  body .container-recent table td:nth-of-type(5):before {
    content: attr(data-title);
  }
  body .container-recent table td:before {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
  }
  body .container-recent table td.text-right {
    padding-right: 0;
  }
}
body .container-boat-list {
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  body .container-boat-list {
    margin-bottom: 50px;
  }
}
body .container-boat-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  body .container-boat-list img {
    height: 200px;
  }
}
body .container-boat-list h3 {
  font-size: 1.5em;
  margin-bottom: 12px;
  padding-left: 10px;
}
body .container-boat-list .boat-detail:hover {
  background-color: #f0f0f0;
}
body .container-boat-list .boat-detail:hover .cont-blue {
  background-color: #d9d9d9;
}
body .container-boat-list .cont-blue {
  position: relative;
  background-color: #F3F8FB;
}
body .container-boat-list .cont-blue .grid {
  display: grid;
  width: 100%;
  grid-template-columns: 30% 30% 20% 20%;
  padding-top: 25px;
  padding-bottom: 37px;
}
body .container-boat-list .cont-blue .grid > div {
  padding-left: 10px;
  padding-right: 10px;
}
body .container-boat-list .cont-blue .grid h4 {
  font-size: 1.125em;
  margin-bottom: 23px;
}
body .container-boat-list .cont-blue .grid p {
  font-size: 1.125em;
  color: #296CA5;
}
body .container-boat-list .cont-blue .grid p a {
  font-size: 1.125em;
  color: #296CA5;
}
body .container-boat-list .cont-blue .grid p a:hover {
  color: #003765;
}
body .container-boat-list .cont-blue .grid p span.unit {
  color: #868686;
}
body .container-boat-list .cont-blue .cont-button {
  position: absolute;
  bottom: -5px;
  right: -5px;
}
body .container-boat-list .cont-blue .cont-button span.button-arrow-white,
body .container-boat-list .cont-blue .cont-button a.button-arrow-white {
  font-size: 1.125em;
}
body .container-boat-table {
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  body .container-boat-table {
    margin-bottom: 50px;
  }
}
body .container-boat-table table,
body .container-boat-table tbody,
body .container-boat-table tr,
body .container-boat-table td {
  display: block;
}
body .container-boat-table table {
  width: 100%;
}
body .container-boat-table table tr {
  margin: 0 0 1rem 0;
  border: 1px solid #1B629F;
}
body .container-boat-table table tr td {
  height: auto;
  color: #003765;
  border: none;
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  padding-left: 50%;
  padding-right: 10px;
  font-size: 1em;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: right;
}
body .container-boat-table table tr td img {
  max-height: 250px;
  object-fit: cover;
}
body .container-boat-table table tr td span {
  display: inline-block;
}
body .container-boat-table table tr td span.number {
  min-width: auto;
  text-align: left;
}
body .container-boat-table table tr td span.unit {
  color: #868686;
}
body .container-boat-table table tr td a {
  color: #1B629F;
}
body .container-boat-table table tr td a.button-arrow {
  background-image: url(../img/button-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: left;
  padding-left: 20px;
  padding-right: 25px;
}
body .container-boat-table table tr td:nth-of-type(1) {
  background-color: #E7F2F8;
  font-size: 1.3em;
  font-weight: 700;
  color: #003765;
  text-align: left;
  padding-left: 10px;
}
body .container-boat-table table tr td:nth-of-type(1):before {
  content: "";
}
body .container-boat-table table tr td:nth-of-type(2) {
  padding: 0;
}
body .container-boat-table table tr td:nth-of-type(3):before {
  content: attr(data-title);
}
body .container-boat-table table tr td:nth-of-type(4):before {
  content: attr(data-title);
}
body .container-boat-table table tr td:nth-of-type(5):before {
  content: attr(data-title);
}
body .container-boat-table table tr td:nth-of-type(6):before {
  content: attr(data-title);
}
body .container-boat-table table tr td:before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 45%;
  padding-right: 10px;
  white-space: nowrap;
  text-align: left;
}
body .container-boat-table table tr td.text-right {
  padding-right: 0;
}
body .container-gray {
  background-color: #B8C3C9;
  font-size: 1.1em;
  line-height: 1.5rem;
  color: #FFFFFF;
  padding-top: 70px;
  padding-bottom: 70px;
}
body .container-gray .blt {
  border-top-left-radius: 50px;
}
body .container-gray .blr {
  border-bottom-right-radius: 50px;
}
@media (max-width: 1199.98px) {
  body .container-gray {
    font-size: 1em;
    line-height: 1.4rem;
  }
}
@media (max-width: 991.98px) {
  body .container-gray {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body .container-azure {
  background-color: #B9D5ED;
  color: #FFFFFF;
  padding-top: 35px;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
body .container-azure h2 {
  color: #FFFFFF;
  font-weight: 400;
}
body .container-title-text p {
  font-size: 1.1em;
  line-height: 1.5em;
}
body .page-container {
  min-height: 40vh;
}
body .page-container.full {
  margin: 0;
  height: 100vh;
}
body .slide-link {
  text-decoration: none;
}
body .item {
  position: relative;
}
body .item .caption {
  padding: 10px 0;
}
body .item .caption .text {
  flex: 1;
}
body .item .caption .text h3 {
  font-size: 1.2rem;
  color: #1B629F;
  margin-bottom: 0;
}
body .item .caption .text p {
  margin-bottom: 0;
  color: #1B629F;
}
body .item .caption .text p span {
  color: #1B629F;
}
body .sidebar-user ul.list-group {
  margin: 2rem 0;
}
body .sidebar-user ul.list-group .list-group-item {
  padding: 0.2rem 0;
  border: none;
  background-color: transparent;
}
body .sidebar-user ul.list-group .list-group-item.active {
  opacity: 0.5;
}
body .sidebar-user ul.list-group .list-group-item.active a {
  color: #1B629F;
}
body .order-wrapper {
  margin-bottom: 10px;
}
body .order-wrapper span {
  color: #1B629F;
}
body .order-wrapper span.medium {
  color: #003765;
}
body .order-wrapper span.bold {
  color: #003765;
}
body .order-wrapper .order-header {
  width: 100%;
  display: -ms-grid;
  /* IE FIX */
  -ms-grid-columns: 10% 17.5% 17.5% 17.5% 17.5% 20%;
  /* IE FIX */
  display: grid;
  grid-template-columns: 10% 17.5% 17.5% 17.5% 17.5% 20%;
  background-color: #E7F2F8;
  /* IE FIX */
  /* IE FIX */
}
body .order-wrapper .order-header.order-header-detail {
  grid-template-columns: 20% 20% 27% 33%;
}
body .order-wrapper .order-header span {
  display: block;
}
body .order-wrapper .order-header > div {
  padding: 10px 14px;
}
body .order-wrapper .order-header .status {
  width: 11px;
}
body .order-wrapper .order-header .order-item-prices {
  padding: 10px 12px 10px 0;
}
body .order-wrapper .order-header .order-item-prices div {
  clear: both;
  margin-bottom: 3px;
  overflow: hidden;
}
body .order-wrapper .order-header .order-item-prices div span:first-child {
  float: left;
}
body .order-wrapper .order-header .order-item-prices div span:nth-child(2) {
  float: right;
}
body .order-wrapper .order-header .order-detail-invoice-wrapper {
  background-color: #F7E7AB;
}
body .order-wrapper .order-header .order-detail-invoice-wrapper .order-detail {
  display: block;
  text-align: center;
  color: #1B629F;
}
body .order-wrapper .order-header .order-detail-invoice-wrapper .order-invoice {
  display: block;
  text-align: center;
  color: #1B629F;
}
body .order-wrapper .order-header .order-detail-invoice-wrapper .order-invoice i {
  width: 15px;
  height: 15px;
  margin-left: 6px;
  color: #003765;
}
body .order-wrapper .order-header.checkout-typ-detail {
  grid-template-columns: 20% 47% 33%;
}
body .order-wrapper .order-header.checkout-typ-detail > div {
  padding: 20px;
}
body .order-wrapper .order-header div:nth-child(1) {
  -ms-grid-column: 1;
}
body .order-wrapper .order-header div:nth-child(2) {
  -ms-grid-column: 2;
}
body .order-wrapper .order-header div:nth-child(3) {
  -ms-grid-column: 3;
}
body .order-wrapper .order-header div:nth-child(4) {
  -ms-grid-column: 4;
}
body .order-wrapper .order-header div:nth-child(5) {
  -ms-grid-column: 5;
}
body .order-wrapper .order-header div:nth-child(6) {
  -ms-grid-column: 6;
}
body .order-wrapper .order-body {
  width: 100%;
}
body .order-wrapper .order-body .order-item {
  width: 100%;
  display: -ms-grid;
  /* IE FIX */
  -ms-grid-columns: 75% 25%;
  /* IE FIX */
  display: grid;
  grid-template-columns: 75% 25%;
  border-bottom: 1px solid #003765;
  background-color: #E7F2F8;
  /* IE FIX */
  /* IE FIX */
}
body .order-wrapper .order-body .order-item h6 {
  margin-bottom: 0;
}
body .order-wrapper .order-body .order-item .order-item-description {
  padding: 10px;
}
body .order-wrapper .order-body .order-item .add-to-cart {
  display: block;
}
body .order-wrapper .order-body .order-item .order-item-prices {
  padding: 10px 12px 10px 0;
}
body .order-wrapper .order-body .order-item .order-item-prices div {
  clear: both;
  margin-bottom: 3px;
  overflow: hidden;
}
body .order-wrapper .order-body .order-item .order-item-prices div span:first-child {
  float: left;
}
body .order-wrapper .order-body .order-item .order-item-prices div span:nth-child(2) {
  float: right;
}
body .order-wrapper .order-body .order-item .btn-link {
  color: #003765;
}
body .order-wrapper .order-body .order-item div:nth-child(1) {
  -ms-grid-column: 1;
}
body .order-wrapper .order-body .order-item div:nth-child(2) {
  -ms-grid-column: 2;
}
body .order-wrapper .order-body .order-item div:nth-child(3) {
  -ms-grid-column: 3;
}
body .order-detail-header span {
  color: #003765;
}
body .order-detail-header span.bold {
  color: #003765;
}
body .order-detail-header .order-invoice {
  color: #003765;
}
body .order-detail-header .order-invoice img {
  width: 15px;
  height: 15px;
  margin-left: 6px;
}
body .cont-cart .cont-sidebar .top {
  background-color: #003765;
  padding: 23px 11px 23px 11px;
}
body .cont-cart .cont-items h3 {
  margin-top: 17px;
  margin-bottom: 18px;
}
body .cont-cart .cont-accordion h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 3px;
}
body .cont-cart .cont-accordion .paypal {
  width: 100%;
  max-width: 300px;
}
body .cont-price .price {
  color: #003765;
  font-size: 1.8rem;
  font-weight: 700;
}
body #cont-button-added span {
  color: #1B629F;
}
body .cont-qty .input-qty-selector {
  width: auto;
}
body .input-qty-selector input {
  width: 39px!important;
  height: 40px;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #707070;
  background-color: #FFFFFF !important;
  border: 1px solid #707070;
}
body .input-qty-selector .input-group-prepend,
body .input-qty-selector .input-group-append {
  justify-content: center;
}
body .input-qty-selector .btn-decrement,
body .input-qty-selector .btn-increment {
  border: none;
  color: #000000;
}
body .input-qty-selector .btn-decrement:hover,
body .input-qty-selector .btn-increment:hover {
  background-color: transparent;
  color: #003765;
}
body .input-qty-selector .btn-decrement:active,
body .input-qty-selector .btn-increment:active {
  background-color: transparent!important;
  color: #000000 !important;
}
body .detail-cart-item {
  display: -ms-grid;
  /* IE FIX */
  -ms-grid-columns: 13% 57% 20% 10%;
  /* IE FIX */
  display: grid;
  grid-template-columns: 13% 57% 20% 10%;
  padding: 22px 10px 20px 10px;
  background-color: #E7F2F8;
  border-bottom: 1px solid #003765;
  /* IE FIX */
  /* IE FIX */
}
body .detail-cart-item h6 a:hover {
  text-decoration: none;
}
body .detail-cart-item div {
  color: #1B629F;
}
body .detail-cart-item div .cart-item-qty,
body .detail-cart-item div .cart-item-price,
body .detail-cart-item div .cart-total-price {
  color: #003765;
  font-weight: 700;
}
body .detail-cart-item div .availabilty {
  font-size: 14px;
}
body .detail-cart-item div.text {
  padding-left: 18px;
  padding-right: 7px;
}
body .detail-cart-item div.text h6 {
  margin-bottom: 7px;
}
body .detail-cart-item div:nth-child(1) {
  -ms-grid-column: 1;
}
body .detail-cart-item div:nth-child(2) {
  -ms-grid-column: 2;
}
body .detail-cart-item div:nth-child(4) {
  -ms-grid-column: 3;
}
body .detail-cart-item div:nth-child(5) {
  -ms-grid-column: 4;
}
body .cart-subtotal-wrapper .cart-subtotal-top {
  background-color: #E7F2F8;
  padding: 23px 10px 10px 10px;
}
body .cart-subtotal-wrapper .cart-subtotal-top .total-label,
body .cart-subtotal-wrapper .cart-subtotal-top .total-price,
body .cart-subtotal-wrapper .cart-subtotal-top .total-label-info {
  display: block;
}
body .cart-subtotal-wrapper .cart-subtotal-top .total-label strong,
body .cart-subtotal-wrapper .cart-subtotal-top .total-price strong,
body .cart-subtotal-wrapper .cart-subtotal-top .total-label-info strong {
  color: #003765;
}
body .cart-subtotal-wrapper .cart-subtotal-top .total-label {
  color: #003765;
}
body .cart-subtotal-wrapper .cart-subtotal-top .total-price {
  color: #003765;
}
body .cart-subtotal-wrapper .cart-subtotal-top .total-label-info {
  color: #003765;
}
body .cart-subtotal-wrapper .cart-subtotal-top hr {
  border-top: 1px solid #000000;
  margin-top: 20px;
  margin-bottom: 11px;
}
body .cart-subtotal-wrapper .btn-buy {
  background-color: #F7E7AB;
}
body .cart-subtotal-wrapper .btn-buy:hover {
  color: #F7E7AB;
  background-color: #000000;
}
body .checkout .cont-sidebar .top {
  background-color: #E7F2F8;
  padding: 23px 10px 23px 11px;
}
body .checkout .cont-sidebar .detail-cart-item {
  padding: 10px 10px 13px 10px;
  grid-template-columns: 20% 40% 40%;
}
body .checkout .cont-sidebar .detail-cart-item div .remove-from-cart {
  display: none;
}
body .checkout .cont-sidebar .detail-cart-item div .cart-item-price {
  color: #003765;
}
body .checkout .cont-sidebar .detail-cart-item div.text {
  grid-column-start: 2;
  grid-column-end: 4;
}
body .checkout .cont-sidebar .detail-cart-item div.box-1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
body .checkout .cont-sidebar .detail-cart-item div.box-2 {
  grid-column-start: 2;
  grid-column-end: 4;
}
body .checkout .cont-sidebar .detail-cart-item div.box-3 {
  display: none!important;
}
body .checkout .cont-sidebar .detail-cart-item div.box-4 {
  grid-column-start: 2;
  grid-column-end: 3;
  padding-left: 18px!important;
  align-self: flex-end;
}
body .checkout .cont-sidebar .detail-cart-item div.box-5 {
  padding-right: 0;
  align-self: flex-end;
}
body .checkout-typ-header {
  background-color: #003765;
  padding: 20px;
}
body .checkout-typ-header h3 {
  margin-bottom: 5px;
}
body .checkout-typ-header p {
  line-height: 20px;
  color: #003765;
  margin-bottom: 0;
}
body .checkout-typ-detail {
  background-color: #003765;
  padding: 20px;
  display: grid;
  color: #003765;
  grid-template-columns: 20% 47% 33%;
}
body .checkout-typ-detail .cont-label {
  margin-bottom: 5px;
}
body .checkout-typ-detail .cont-text span.medium {
  display: block;
  margin-bottom: 0px;
}
body .checkout-typ-detail .order-item-prices span.bold {
  float: right;
}
body .order-return-bg .order-return-wrapper {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
body .order-return-bg .order-return-wrapper .white-bg {
  background-color: #E7F2F8;
  border-radius: 8px;
  padding: 10px 20px;
}
body .order-return-bg .order-return-wrapper img {
  margin-bottom: 70px;
}
body .order-return-bg .order-return-wrapper a {
  margin-top: 30px;
}
body .img-wrapper label {
  width: 100%;
}
body .img-wrapper input {
  width: calc(100% - 100px);
  float: left;
}
body .img-wrapper button {
  width: 40px;
  line-height: 1.4em;
  margin-left: 5px;
}
body .img-wrapper img.image_selected {
  height: 100px;
  margin-top: 10px;
  border: 1px solid #aaa;
  border-radius: 2px;
  padding: 2px;
}
body .img-wrapper video {
  height: 150px;
  margin-top: 10px;
}
body .assets-wrapper .list-group {
  min-height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
body .assets-wrapper .list-group.nested-sortable {
  margin-top: 10px;
  background-color: #fdfdfd;
  background: repeating-linear-gradient(45deg, #e5f6fd, #e5f6fd 10px, #b3e5fb 10px, #b3e5fb 20px);
}
body .assets-wrapper .list-group-item i.handle {
  margin-right: 10px;
}
body .assets-wrapper .list-group-item i.delete {
  float: right;
  color: var(--red);
}
body .assets-wrapper .list-group-item i.handle:hover {
  cursor: move;
}
body .widget_select {
  display: flex;
  align-items: center;
}
body .widget_select .mr5 {
  margin-right: 5px;
}
@media (min-width: 768px) {
  body .mb-extra {
    margin-bottom: 150px;
  }
}
@media (max-width: 991.98px) {
  body .order-wrapper .order-header {
    -ms-grid-columns: 17% 23% 13% 17% 30%;
    grid-template-columns: 17% 23% 13% 17% 30%;
  }
  body .order-wrapper .order-header.order-header-detail {
    -ms-grid-columns: 20% 20% 27% 33%;
    grid-template-columns: 20% 20% 27% 33%;
  }
  body .iframe-wrapper .play-video {
    max-width: 80px;
  }
  body .detail-cart-item {
    -ms-grid-columns: 45% 55%;
    grid-template-columns: 45% 55%;
  }
}
.bootstrap-tagsinput .badge [data-role="remove"]:after {
  content: "x";
  padding: 4px 10px;
}
.bootstrap-tagsinput {
  position: relative;
}
.bootstrap-tagsinput .twitter-typeahead {
  position: initial !important;
}
.bootstrap-tagsinput .twitter-typeahead .tt-hint {
  display: none !important;
}
.bootstrap-tagsinput .twitter-typeahead .tt-menu {
  width: calc(100% + 4px);
  left: -2px !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.bootstrap-tagsinput .twitter-typeahead .tt-menu .tt-dataset {
  border: 1px solid var(--main-color-light);
  border-radius: 4px;
}
.bootstrap-tagsinput .twitter-typeahead .tt-menu .tt-dataset .tt-selectable {
  border-bottom: 1px solid var(--main-color-light);
}
@media (max-width: 767.98px) {
  body .order-wrapper .order-header {
    display: block;
    padding-top: 6px;
  }
  body .order-wrapper .order-header > div {
    padding: 5px 14px;
  }
  body .order-wrapper .order-header div {
    clear: both;
    overflow: hidden;
  }
  body .order-wrapper .order-header div span:first-child {
    float: left;
  }
  body .order-wrapper .order-header div span:nth-child(2) {
    float: right;
    text-align: right;
  }
  body .order-wrapper .order-header div.order-detail-invoice-wrapper {
    margin-top: 5px;
    padding: 13px 14px;
  }
  body .order-wrapper .order-header div.order-detail-invoice-wrapper .order-detail {
    float: left;
  }
  body .order-wrapper .order-header div.order-detail-invoice-wrapper .order-invoice {
    float: right;
  }
  body .order-wrapper .order-header .order-item-prices {
    padding: 5px 14px;
  }
  body .order-wrapper .order-body .order-item {
    -ms-grid-columns: 24% 76% 100%;
    grid-template-columns: 24% 76% 100%;
  }
  body .order-wrapper .order-body .order-item .order-item-prices {
    grid-column-start: 1;
    grid-column-end: 3;
    padding-top: 0;
    padding-left: 10px;
  }
  body .order-wrapper .order-body .order-item .btn-link {
    margin: 15px auto 7px auto;
  }
}
@media (min-width: 1400px) {
  body .container {
    max-width: 1240px;
  }
}
@media (min-width: 1600px) {
  body .container {
    max-width: 1440px;
  }
}
@media print {
  body .hide-print {
    display: none!important;
  }
}
