﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
main {
  padding-top: 90px;
  padding-bottom: 60px;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  background-color: var(--first-color);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.login-container {
  height: 100vh;
  background-image: url(/img/login/image-1.jpg);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.login-container .intro {
  margin-top: 25%;
  margin-bottom: 60px;
}

.login-container .intro h1 {
  font-size: 32px;
  margin-top: 60px;
}

.login-container .intro p {
  font-size: 18px;
}

.login-container .login-panel {
  background-color: #FFF;
  height: 100vh;
  text-align: center;
}

.login-container .login-panel .form-control {
  height: 50px;
  font-size: 20px;
}

.nav-link {
  text-decoration: none;
  color: inherit;
}

.offcanvas-title {
  margin-left: 8px;
}

.panel {
  border: 0;
  margin-top: 5px;
  margin-bottom: 0px;
  border-radius: 4px;
  background-color: transparent;
}

.panel-heading {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  text-decoration: none;
}

.panel-heading .active {
  color: #fff;
  background-color: #443d98;
  border-radius: 4px;
}

.panel-heading a {
  position: relative;
  display: block;
  padding: 10.5px 12px;
  font-size: 17.5px;
  color: inherit;
  text-decoration: none;
}

#Editor {
  border: 1px solid #CCC;
  padding: 30px;
  min-height: 70vh !important;
  margin-top: 0px;
}

.page-module-title {
  margin: 0;
  padding: 21px 15px;
  font-size: 28px;
  color: #3f5060;
  background-color: #f1f2f1;
}

.dataTables_length label select {
  margin-right: 5px;
}

.dataTables_filter label input {
  margin-left: 5px;
}

:root {
  --header-height: 3rem;
  --nav-width: 74px;
  --first-color: #0e3083;
  --first-color-light: #AFA5D9;
  --white-color: #F7F6FB;
  --body-font: "Nunito", sans-serif;
  --normal-font-size: 1rem;
  --z-fixed: 100 ;
}

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

body {
  margin: var(--header-height) 0 0 0;
  padding: 0 1rem;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  transition: 0.5s;
}

a {
  text-decoration: none;
  color: inherit;
}

.input-group-addon {
  padding: 6px 12px 0px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.header {
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background-color: var(--white-color);
  z-index: var(--z-fixed);
  transition: 0.5s;
}

.header_toggle {
  color: var(--first-color);
  font-size: 1.5rem;
  cursor: pointer;
  height: 30px;
  margin-right: 10px;
}

.header_img {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

.header_img img {
  width: 40px;
}

.l-navbar {
  position: fixed;
  top: 0;
  left: -30%;
  width: var(--nav-width);
  height: 100vh;
  background-color: var(--first-color);
  padding: 0.5rem 1rem 0 0;
  transition: 0.5s;
  z-index: var(--z-fixed);
}

nav.nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav_logo,
.nav_link {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding: 0.5rem 0 0.5rem 1.5rem;
}

.nav_logo {
  margin-bottom: 2rem;
}

.nav_logo-icon {
  font-size: 1.25rem;
  color: var(--white-color);
}

.nav_logo-name {
  color: var(--white-color);
  font-weight: 700;
}

.nav_link {
  position: relative;
  color: var(--first-color-light);
  margin-bottom: 1.5rem;
  transition: 0.3s;
}

.nav_link:hover {
  color: var(--white-color);
}

.nav_link:first-of-type {
  margin-top: 1rem;
}

.nav_icon {
  font-size: 1.25rem;
}

.show-navbar {
  left: 0;
}

.show-navbar nav {
  width: calc(var(--nav-width) + 175px);
}

.body-pd {
  padding-left: calc(var(--nav-width) + 1rem);
}

.nav_link.active {
  color: var(--white-color);
}

.nav_link.active:not([class*=has-category_item]):before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 32px;
  background-color: var(--white-color);
}

.nav_link.active.has-category_item .nav_name::before {
  content: "";
  position: absolute;
  left: 4.1rem;
  width: 2px;
  height: 20px;
  background-color: var(--white-color);
}

.height-100 {
  height: calc(100vh - 64px); /* Make the height of all pages the full height MINUS the navbar height */
}

@media screen and (min-width: 768px) {
  body {
    margin: calc(var(--header-height) + 1rem) 0 0 0;
    padding-left: calc(var(--nav-width) + 2rem);
  }
  .header {
    height: calc(var(--header-height) + 1rem);
    padding: 0 2rem 0 calc(var(--nav-width) + 2rem);
  }
  .header_img {
    width: 40px;
    height: 40px;
  }
  .header_img img {
    width: 45px;
  }
  .l-navbar {
    left: 0;
    padding: 0 1rem 0 0;
  }
  .show-navbar {
    width: calc(var(--nav-width) + 175px);
  }
  .body-pd {
    padding-left: calc(var(--nav-width) + 188px);
  }
}
.ui_icon_color {
  color: var(--first-color);
}

.help-label {
  background-color: var(--first-color);
  padding: 5px;
  font-size: 11px;
  border-radius: 5px;
  float: right;
}

.help-block {
  margin: 5px 0px 10px 0px;
  display: block;
}

#ContactEmailReply {
  background-color: var(--first-color);
  color: #FFF;
}

#ContactEmailReply:hover {
  cursor: pointer;
}

.form-label {
  margin-bottom: 0px;
}

.form-check-input[type=checkbox] {
  margin-top: 0px;
  height: 38px;
  width: 100%;
}

.form-check-input[type=checkbox]:disabled {
  opacity: 1;
}

.form-check-input[type=checkbox]:not(:checked) {
  background-image: url(../../Resources/svg/unchecked_white.svg);
  background-color: #dc3545;
  border-color: #dc3545;
}

#AccountTabs {
  flex-direction: row;
  justify-content: start;
}

#OfferTabs {
  flex-direction: row;
  justify-content: start;
}

.has-category_item {
  padding-left: 4.5rem;
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: none;
  top: -15px;
  margin-top: 15px;
  margin-bottom: 0px;
}

/*
.nav_link.active::before {
    width: 0px;
    height: 0px;
}*/
.show-navbar #nav-container {
  width: auto;
  overflow-y: auto;
}

#nav-bar nav {
  overflow-x: hidden;
  flex-wrap: nowrap;
}

#nav-container {
  width: var(--nav-width);
  overflow-x: hidden;
}

#nav-container::-webkit-scrollbar {
  width: 5px;
}

#nav-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#nav-container::-webkit-scrollbar-thumb {
  background: #888;
}

#nav-container::-webkit-scrollbar-track:hover {
  background: #555;
}

.main-breadcrumb-item {
  display: none;
  font-weight: 600;
  color: var(--first-color);
}

.main-breadcrumb-home {
  font-weight: 600;
  color: var(--first-color);
}

.sortable-handle {
  cursor: move;
}

#HierarchyTabs {
  flex-direction: row;
  justify-content: start;
}

#subMenuItems .col-3 {
  cursor: move;
}

#subMenuItems .col-3.over {
  border: 1px dashed #dee2e6 !important;
}

.has-category .subitems {
  display: none;
  color: var(--first-color-light);
}

.has-category .subitems .subheader {
  color: var(--white-color);
}

.has-category:hover .subitems {
  display: block;
}

.has-category:hover .subitems a {
  transition: all 0.5s ease;
}

.has-category:hover .subitems a:hover {
  color: var(--white-color);
}

.has-category:hover .subitems a.active {
  color: var(--white-color);
}

.show-navbar .has-category .subitems {
  display: none !important;
}

/*
    Animations
*/
@keyframes fadeInUp {
  0% {
    transform: translate(0, 70%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.fadeUp {
  overflow: hidden;
  animation: fadeInUp ease 0.55s;
}

.alert-container > .alert {
  transition: 0.25s;
}

.form-control.top {
  border-radius: 0.25rem 0.25rem 0 0;
}

.form-control.middle {
  border-radius: 0 0 0 0;
}

.form-control.bottom {
  border-radius: 0 0 0.25rem 0.25rem;
}

.profile-panel {
  border-radius: 0.25rem;
  border: 1px solid #dee2e6;
  padding: 10px;
  margin: 10px;
}

.profile-panel .form-group .form-control {
  margin-bottom: 10px;
}

select.form-control {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}

footer {
  min-height: 50px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  overflow: hidden;
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

.form-group .btn-center {
  margin-top: 20px;
  width: 100%;
}

#ActiveRangeCodes {
  overflow-y: auto;
  max-height: 150px;
  margin-top: 20px;
}

#ActiveRangeCodes .row {
  padding-top: 5px;
  padding-bottom: 5px;
}

.h-100.bg-white.container {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.page-format {
  margin-bottom: 70px;
}

.page-section {
  margin-bottom: 40px;
}

.checkbox {
  height: 40px !important;
  width: 40px !important;
}

.form-group {
  margin-top: 3px;
  margin-bottom: 3px;
}

.clear {
  display: none;
}

.btn-update {
  color: white;
  background-color: var(--first-color);
  width: 100%;
}

.view-editor {
  margin-bottom: 100px;
}

.selectable.active {
  box-shadow: 0 0 0 0.2rem rgb(0, 123, 255);
  border: 1px #80bdff;
}

.nav-hint {
  background-color: forestgreen;
  color: white;
}

.nav-hint a {
  color: white !important;
}

.image-name {
  display: none;
  color: white;
  background-color: #0e3083;
  border-radius: 0.25rem;
  padding: 5px 10px;
  z-index: 1000;
}

.image-container:hover .image-name {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}

.image-delete {
  display: none;
  color: white;
  background-color: #dc3545;
  border-radius: 0.25rem;
  padding: 5px 10px;
}

.image-delete:hover {
  background-color: #bb2d3b;
}

.image-container:hover .image-delete {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.Editor-Shop-1 html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}
@media (min-width: 768px) {
  .Editor-Shop-1 html {
    font-size: 16px;
  }
}
.Editor-Shop-1 .btn:focus, .Editor-Shop-1 .btn:active:focus, .Editor-Shop-1 .btn-link.nav-link:focus, .Editor-Shop-1 .form-control:focus, .Editor-Shop-1 .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.Editor-Shop-1 .container {
  max-width: 90%;
}
.Editor-Shop-1 body {
  margin: 0;
  font-family: droidsans, Arial, Verdana, sans-serif !important;
  background-color: #f1f1f1;
}
.Editor-Shop-1 a {
  text-decoration: none;
  color: #FFF;
}
.Editor-Shop-1 .hyperlink {
  color: #0d6efd;
}
.Editor-Shop-1 .hyperlink :hover {
  color: #0a58ca;
}
.Editor-Shop-1 table tbody tr td {
  vertical-align: middle;
}
@media (max-width: 426px) {
  .Editor-Shop-1 table thead {
    display: none;
  }
  .Editor-Shop-1 .hidden-xs {
    display: none;
  }
  .Editor-Shop-1 table tbody tr td {
    display: block;
    text-align: left !important;
  }
}
@media (min-width: 426px) {
  .Editor-Shop-1 .hidden-lg {
    display: none;
  }
}
.Editor-Shop-1 h1 {
  font-size: 30px;
}
.Editor-Shop-1 .close-x :hover {
  color: red;
}
.Editor-Shop-1 .cookie-warning {
  margin: 2px;
  font-size: 14px;
}
.Editor-Shop-1 .cookie-categories li {
  margin-bottom: 15px;
}
.Editor-Shop-1 .none {
  display: none !important;
}
.Editor-Shop-1 .btn {
  width: 90%;
  margin: auto;
  display: block;
}
.Editor-Shop-1 .btn-warning {
  color: #fff;
}
.Editor-Shop-1 header {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f1f1f1;
}
.Editor-Shop-1 .pre-header {
  width: 100%;
  background-color: #808080;
}
.Editor-Shop-1 .sub-header {
  position: relative;
  margin-bottom: 0px;
  background-color: #f8f8f8;
}
.Editor-Shop-1 .logo {
  max-height: 75px;
}
.Editor-Shop-1 #basket-info {
  padding: 7px;
}
.Editor-Shop-1 .navigation-bar {
  list-style-type: none;
  margin: 0;
  padding: 0px;
  overflow: hidden;
}
.Editor-Shop-1 .nav-link {
  color: white;
  padding-bottom: 8px;
  padding-top: 8px;
}
.Editor-Shop-1 .navigation-header {
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
}
.Editor-Shop-1 .navigation-header a {
  color: #555;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}
.Editor-Shop-1 .navigation-header:hover {
  color: #555;
  text-decoration: none;
  background-color: #e7e7e7;
}
.Editor-Shop-1 .navigation-header.active {
  background-color: #e7e7e7;
}
.Editor-Shop-1 .navigation-subheaders {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: inherit;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.Editor-Shop-1 .navigation-subheaders a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.Editor-Shop-1 .navigation-subheaders a:hover {
  background-color: #e7e7e7;
}
.Editor-Shop-1 .navigation-header:hover .navigation-subheaders {
  display: block;
}
.Editor-Shop-1 .carousel {
  position: relative;
}
.Editor-Shop-1 .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.Editor-Shop-1 .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
@media (max-width: 700px) {
  .Editor-Shop-1 .carousel-caption {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .Editor-Shop-1 #Carousel img {
    height: 470px !important;
  }
}
.Editor-Shop-1 .carousel-inner > .item > img, .Editor-Shop-1 .carousel-inner > .item > a > img {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .Editor-Shop-1 .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
}
.Editor-Shop-1 .main-content {
  background-color: #FFF;
  padding: 15px 25px 15px 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.Editor-Shop-1 .main-content a {
  color: #0d6efd;
}
.Editor-Shop-1 .main-content a.btn {
  color: #fff;
  text-decoration: none;
}
.Editor-Shop-1 .page-header {
  margin-top: 15px;
}
.Editor-Shop-1 footer {
  margin-top: 30px;
  color: #FFF;
  background-color: #272357;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .Editor-Shop-1 footer {
    width: 100%;
    bottom: 0;
  }
}
.Editor-Shop-1 footer ul.footer-links {
  list-style-type: none;
  margin: 0px 0px 15px 0px;
  padding: 0;
}
.Editor-Shop-1 footer ul.footer-links li.title {
  font-weight: bold;
  margin-bottom: 10px;
}
.Editor-Shop-1 footer ul.footer-links li.main {
  color: #FFF;
}
.Editor-Shop-1 footer ul.footer-links li.main a.footerLogo {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  float: right;
}
.Editor-Shop-1 .footer-logo {
  margin: 10px;
}
.Editor-Shop-1 .no-bullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Editor-Shop-1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.Editor-Shop-1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: rgba(199, 199, 199, 0.7);
}
@media (min-width: 576px) {
  .Editor-Shop-1 .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}
.Editor-Shop-1 .modal-dialog {
  position: relative;
  width: 80%;
  margin: auto;
  pointer-events: none;
  top: 30px;
}
.Editor-Shop-1 .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.Editor-Shop-1 .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.Editor-Shop-1 .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.Editor-Shop-1 .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  overflow-y: scroll;
  max-height: 80vh;
}
@media (max-height: 800px) {
  .Editor-Shop-1 .modal-body {
    max-height: 70vh;
  }
}
@media (max-width: 500px) {
  .Editor-Shop-1 .modal-body {
    max-height: 70vh;
    overflow-y: scroll;
  }
}
.Editor-Shop-1 .modal-footer {
  display: block;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.Editor-Shop-1 .product-listing .item {
  margin-bottom: 25px;
  text-align: center;
}
.Editor-Shop-1 .product-title {
  color: #40489f;
}
.Editor-Shop-1 .product-title:hover {
  color: #555;
}
.Editor-Shop-1 .product-listing .item .product-image {
  width: 100%;
  background-color: #FFF;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .Editor-Shop-1 .product-listing .item .product-image {
    height: 177px;
  }
  .Editor-Shop-1 .product-listing .item .product-image img {
    height: 175px;
  }
}
.Editor-Shop-1 .product-listing .item .details {
  text-align: center;
  padding: 20px;
  background-color: #EEE;
  font-size: 18px;
}
.Editor-Shop-1 .product-listing .item .details .product-button {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 10px;
}
.Editor-Shop-1 .btn-ims {
  color: #FFFFFF;
  background-color: #272357;
  border-color: #272357;
}
.Editor-Shop-1 .btn-ims:hover {
  color: #FFFFFF;
  background-color: #454080;
  border-color: #272357;
}
.Editor-Shop-1 .btn-info {
  color: #FFFFFF;
}
.Editor-Shop-1 .btn-info:hover {
  color: #FFFFFF;
}
.Editor-Shop-1 .sub-menu {
  list-style-type: none;
  margin: 20px 0px 0px 0px;
  padding: 0;
  background-color: #FFF;
  padding: 15px;
}
.Editor-Shop-1 .sub-menu li.title {
  margin-bottom: 10px;
}
.Editor-Shop-1 .sub-menu li.title a {
  font-size: 21px;
  color: #272357;
}
.Editor-Shop-1 .sub-menu li.main {
  margin-bottom: 5px;
}
.Editor-Shop-1 .sub-menu li.main a {
  font-weight: bold;
  color: #404895;
}
.Editor-Shop-1 .sub-menu li.main a:hover {
  color: #555;
}
.Editor-Shop-1 .breadcrumb {
  margin: 20px 0px 0px 0px;
  padding: 15px 15px 15px 15px;
  background-color: #FFF;
  color: #404895;
}
.Editor-Shop-1 .breadcrumb li {
  color: #555;
  font-weight: bold;
  padding-right: 5px;
}
.Editor-Shop-1 .breadcrumb li a {
  color: #404895;
  font-weight: bold;
}
.Editor-Shop-1 .breadcrumb li a:hover {
  color: #555;
}
.Editor-Shop-1 .photo-bar {
  margin: auto;
  width: 70%;
  display: flex;
  padding-top: 5px;
}
.Editor-Shop-1 .photo-toggle {
  margin: auto;
  border-radius: 4px;
  width: 40px;
  height: 40px;
}
.Editor-Shop-1 .photo-toggle.selected {
  border: 2px solid #1b649f;
  box-shadow: 0 0 2px 1px #6c757d;
}
.Editor-Shop-1 .photo {
  display: none;
}
.Editor-Shop-1 .photo.selected {
  display: block;
}
.Editor-Shop-1 .product-detail .colour-select {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
}
.Editor-Shop-1 .product-detail .colour-select .select-label {
  margin-bottom: 3px;
}
.Editor-Shop-1 .product-detail .product-option.active {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.Editor-Shop-1 .product-detail .colour-select .btn {
  margin-bottom: 3px;
}
.Editor-Shop-1 .product-detail .size-select {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
}
.Editor-Shop-1 .product-detail .size-select .select-label {
  margin-bottom: 3px;
}
.Editor-Shop-1 .product-detail .quantity-add .selected-item {
  margin-bottom: 10px;
}
.Editor-Shop-1 .product-detail .quantity-add input.quantity {
  text-align: center;
}
.Editor-Shop-1 .product-option {
  width: 45%;
  margin: 2px;
  display: inline-block;
}
.Editor-Shop-1 .product-option.active {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.Editor-Shop-1 .product-option-radio {
  opacity: 0;
  width: 0;
  position: absolute;
}
.Editor-Shop-1 .table-basket .item-details {
  font-size: 11px;
  font-style: italic;
}
.Editor-Shop-1 .table-basket .price {
  text-align: right;
}
.Editor-Shop-1 .table-basket .quantity {
  text-align: center;
}
.Editor-Shop-1 .table-basket .quantity .form-group .basket-quantity-area .basket-quantity {
  height: 48px;
  text-align: center;
}
.Editor-Shop-1 .table-basket .line-value {
  text-align: right;
}
.Editor-Shop-1 #btn-pay {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
}
.Editor-Shop-1 .btn-check-addons {
  width: 100%;
  border-radius: 0px;
}
.Editor-Shop-1 .form-group {
  margin: 3px 0 3px 0;
}

.Editor-Osprey html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
  color: white;
}
@media (min-width: 768px) {
  .Editor-Osprey html {
    font-size: 16px;
  }
}
.Editor-Osprey .btn:focus, .Editor-Osprey .btn:active:focus, .Editor-Osprey .btn-link.nav-link:focus, .Editor-Osprey .form-control:focus, .Editor-Osprey .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.Editor-Osprey .container {
  max-width: 90%;
}
.Editor-Osprey body {
  margin: 0;
  font-family: droidsans, Arial, Verdana, sans-serif !important;
  background-color: #e3e1db;
}
.Editor-Osprey a {
  text-decoration: none;
  color: #000;
}
.Editor-Osprey .hyperlink {
  color: #0d6efd;
}
.Editor-Osprey .hyperlink :hover {
  color: #0a58ca;
}
.Editor-Osprey table tbody tr td {
  vertical-align: middle;
}
@media (max-width: 426px) {
  .Editor-Osprey table thead {
    display: none;
  }
  .Editor-Osprey .hidden-xs {
    display: none;
  }
  .Editor-Osprey table tbody tr td {
    display: block;
    text-align: left !important;
  }
}
@media (min-width: 426px) {
  .Editor-Osprey .hidden-lg {
    display: none;
  }
}
.Editor-Osprey h1, .Editor-Osprey h2, .Editor-Osprey h3, .Editor-Osprey h4, .Editor-Osprey h5, .Editor-Osprey h6, .Editor-Osprey p, .Editor-Osprey span, .Editor-Osprey table, .Editor-Osprey th, .Editor-Osprey td, .Editor-Osprey tr {
  color: #555;
}
.Editor-Osprey h1 {
  font-size: 30px;
}
.Editor-Osprey .close-x :hover {
  color: red;
}
.Editor-Osprey .cookie-warning {
  margin: 2px;
  font-size: 14px;
}
.Editor-Osprey .cookie-categories li {
  margin-bottom: 15px;
}
.Editor-Osprey .none {
  display: none !important;
}
.Editor-Osprey .btn {
  width: 90%;
  margin: auto;
  display: block;
}
.Editor-Osprey .btn-warning {
  color: #fff;
}
.Editor-Osprey header {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f1f1f1;
}
.Editor-Osprey .pre-header {
  height: 40px;
  width: 100%;
  background-color: #000;
}
.Editor-Osprey .sub-header {
  width: 100%;
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.Editor-Osprey .logo {
  max-height: 75px;
}
.Editor-Osprey #basket-info {
  padding: 7px;
}
.Editor-Osprey .navigation-bar {
  list-style-type: none;
  margin: 0;
  padding: 0px;
  overflow: hidden;
}
.Editor-Osprey .nav-link {
  color: white;
  padding-bottom: 8px;
  padding-top: 8px;
}
.Editor-Osprey .nav-link:hover {
  color: #abacad;
}
.Editor-Osprey .navigation-logo {
  float: left;
  padding: 10px 5px 10px 5px;
}
.Editor-Osprey .navigation-header {
  float: left;
  padding: 30px 0px 30px 0px;
  border-bottom: 2px solid transparent;
}
.Editor-Osprey .navigation-header a {
  color: white;
  padding: 15px;
  text-decoration: none;
}
.Editor-Osprey .navigation-header:hover {
  border-bottom: 2px solid white;
}
.Editor-Osprey .navigation-header.active {
  background-color: #e7e7e7;
}
.Editor-Osprey .navigation-subheaders {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: inherit;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.Editor-Osprey .navigation-subheaders a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.Editor-Osprey .navigation-subheaders a:hover {
  background-color: #e7e7e7;
}
.Editor-Osprey .navigation-header:hover .navigation-subheaders {
  display: block;
}
.Editor-Osprey .carousel {
  margin-top: -100px;
  position: relative;
}
.Editor-Osprey .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.Editor-Osprey .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: left;
}
.Editor-Osprey .carousel-caption h3 {
  color: white;
}
.Editor-Osprey .carousel-caption p {
  color: white;
}
@media (max-width: 768px) {
  .Editor-Osprey .carousel-caption {
    display: none;
  }
}
@media (min-width: 1200px) {
  .Editor-Osprey #Carousel img {
    height: 470px !important;
  }
}
.Editor-Osprey .carousel-inner > .item > img, .Editor-Osprey .carousel-inner > .item > a > img {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .Editor-Osprey .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
}
.Editor-Osprey .main-content {
  background-color: #e3e1db;
  padding: 15px 25px 15px 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #555;
}
.Editor-Osprey .page-header {
  margin-top: 15px;
  color: #555;
}
.Editor-Osprey footer {
  margin-top: 30px;
  color: #000;
  padding-top: 20px;
  padding-bottom: 0px;
  color: #000 !important;
}
.Editor-Osprey .footer-image {
  background: #e3e1db url(../../Resources/osprey/images/footer-image.svg) no-repeat 50% 100%;
  background-size: 100% auto;
  height: 350px;
  color: #000;
}
@media (min-width: 768px) {
  .Editor-Osprey footer {
    width: 100%;
    bottom: 0;
  }
}
.Editor-Osprey footer ul.footer-links {
  list-style-type: none;
  margin: 0px 0px 15px 0px;
  padding: 0;
}
.Editor-Osprey footer ul.footer-links li.title {
  font-weight: bold;
  margin-bottom: 10px;
}
.Editor-Osprey footer ul.footer-links li.main {
  color: #000;
}
.Editor-Osprey footer ul.footer-links li.main a:hover {
  text-decoration: underline;
  color: #000;
}
.Editor-Osprey footer ul.footer-links li.main a.footerLogo {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  float: right;
}
.Editor-Osprey .footer-logo {
  margin: 10px;
  max-width: 100%;
}
.Editor-Osprey .footer-address {
  color: #000;
}
.Editor-Osprey .no-bullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Editor-Osprey .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.Editor-Osprey .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: rgba(199, 199, 199, 0.7);
}
@media (min-width: 576px) {
  .Editor-Osprey .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}
.Editor-Osprey .modal-dialog {
  position: relative;
  width: 80%;
  margin: auto;
  pointer-events: none;
  top: 30px;
}
.Editor-Osprey .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.Editor-Osprey .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.Editor-Osprey .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.Editor-Osprey .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  overflow-y: scroll;
}
@media (max-height: 1200px) {
  .Editor-Osprey .modal-body {
    max-height: 400px;
  }
}
@media (max-width: 500px) {
  .Editor-Osprey .modal-body {
    height: 200px;
    overflow-y: scroll;
  }
}
.Editor-Osprey .modal-footer {
  display: block;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.Editor-Osprey .product-listing .item {
  margin-bottom: 25px;
  text-align: center;
}
.Editor-Osprey .product-title {
  color: #555;
}
.Editor-Osprey .product-title:hover {
  color: #555;
}
.Editor-Osprey .product-listing .item .product-image {
  width: 100%;
  background-color: #FFF;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .Editor-Osprey .product-listing .item .product-image {
    height: 177px;
  }
  .Editor-Osprey .product-listing .item .product-image img {
    height: 175px;
  }
}
.Editor-Osprey .product-listing .item .details {
  text-align: center;
  padding: 20px;
  background-color: #EEE;
  font-size: 18px;
}
.Editor-Osprey .product-listing .item .details .product-button {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 10px;
}
.Editor-Osprey .btn-clear {
  color: #000;
  border: 2px solid black;
}
.Editor-Osprey .btn-clear:hover {
  color: white;
  background-color: black;
}
.Editor-Osprey .btn-ims {
  color: #FFFFFF;
  background-color: #163330;
}
.Editor-Osprey .btn-ims:hover {
  color: #FFFFFF;
  background-color: #666;
}
.Editor-Osprey .btn-info {
  color: #FFFFFF;
}
.Editor-Osprey .btn-info:hover {
  color: #FFFFFF;
}
.Editor-Osprey .sub-menu {
  list-style-type: none;
  margin: 20px 0px 0px 0px;
  padding: 0;
  padding: 15px;
}
.Editor-Osprey .sub-menu li.title {
  margin-bottom: 10px;
}
.Editor-Osprey .sub-menu li.title a {
  font-size: 21px;
  color: #555;
}
.Editor-Osprey .sub-menu li.main {
  margin-bottom: 5px;
}
.Editor-Osprey .sub-menu li.main a {
  font-weight: bold;
  color: #555;
}
.Editor-Osprey .sub-menu li.main a:hover {
  color: #000;
}
.Editor-Osprey .breadcrumb {
  margin: 20px 0px 0px 0px;
  padding: 15px 15px 15px 15px;
  color: #555;
}
.Editor-Osprey .breadcrumb li {
  color: #555;
  font-weight: bold;
  padding-right: 5px;
}
.Editor-Osprey .breadcrumb li a {
  color: #555;
  font-weight: bold;
}
.Editor-Osprey .breadcrumb li a:hover {
  color: black;
}
.Editor-Osprey .photo-bar {
  margin: auto;
  width: 70%;
  display: flex;
  padding-top: 5px;
}
.Editor-Osprey .photo-toggle {
  margin: auto;
  border-radius: 4px;
  width: 40px;
  height: 40px;
}
.Editor-Osprey .photo-toggle.selected {
  border: 2px solid #1b649f;
  box-shadow: 0 0 2px 1px #6c757d;
}
.Editor-Osprey .photo {
  display: none;
}
.Editor-Osprey .photo.selected {
  display: block;
}
.Editor-Osprey .product-detail .colour-select {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
}
.Editor-Osprey .product-detail .colour-select .select-label {
  margin-bottom: 3px;
}
.Editor-Osprey .product-detail .product-option.active {
  color: #fff;
  background-color: #666;
}
.Editor-Osprey .product-detail .colour-select .btn {
  margin-bottom: 3px;
}
.Editor-Osprey .product-detail .size-select {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
}
.Editor-Osprey .product-detail .size-select .select-label {
  margin-bottom: 3px;
}
.Editor-Osprey .product-detail .quantity-add .selected-item {
  margin-bottom: 10px;
}
.Editor-Osprey .product-detail .quantity-add input.quantity {
  text-align: center;
}
.Editor-Osprey .product-option {
  width: 45%;
  margin: 2px;
  display: inline-block;
}
.Editor-Osprey .product-option.active {
  background-color: #407454;
}
.Editor-Osprey .product-option-radio {
  opacity: 0;
  width: 0;
  position: absolute;
}
.Editor-Osprey .table-basket .item-details {
  font-size: 11px;
  font-style: italic;
}
.Editor-Osprey .table-basket .price {
  text-align: right;
}
.Editor-Osprey .table-basket .quantity {
  text-align: center;
}
.Editor-Osprey .table-basket .quantity .form-group .basket-quantity-area .basket-quantity {
  height: 48px;
  text-align: center;
}
.Editor-Osprey .table-basket .line-value {
  text-align: right;
}
.Editor-Osprey #btn-pay {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 60%;
}
.Editor-Osprey .btn-check-addons {
  width: 100%;
  border-radius: 0px;
}
.Editor-Osprey .list-warning li {
  padding-left: 0.5em;
}
.Editor-Osprey .list-warning li::marker {
  content: "X";
  font-family: FontAwesome;
  color: red;
}
.Editor-Osprey .radio-option {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.Editor-Osprey .radio-btn {
  margin: 5px 5px 0 0;
}
.Editor-Osprey .form-group {
  margin: 3px 0 3px 0;
}

.Editor-Arcteryx html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
  color: white;
}
@media (min-width: 768px) {
  .Editor-Arcteryx html {
    font-size: 16px;
  }
}
.Editor-Arcteryx .btn:focus, .Editor-Arcteryx .btn:active:focus, .Editor-Arcteryx .btn-link.nav-link:focus, .Editor-Arcteryx .form-control:focus, .Editor-Arcteryx .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.Editor-Arcteryx body {
  margin: 0;
  font-family: droidsans, Arial, Verdana, sans-serif !important;
}
.Editor-Arcteryx a {
  text-decoration: none;
  color: #000;
}
.Editor-Arcteryx .hyperlink {
  color: #0d6efd;
}
.Editor-Arcteryx .hyperlink :hover {
  color: #0a58ca;
}
.Editor-Arcteryx table tbody tr td {
  vertical-align: middle;
}
@media (max-width: 426px) {
  .Editor-Arcteryx table thead {
    display: none;
  }
  .Editor-Arcteryx .hidden-xs {
    display: none;
  }
  .Editor-Arcteryx table tbody tr td {
    display: block;
    text-align: left !important;
  }
}
@media (min-width: 426px) {
  .Editor-Arcteryx .hidden-lg {
    display: none;
  }
}
.Editor-Arcteryx h1 {
  font-size: 30px;
}
.Editor-Arcteryx .close-x :hover {
  color: red;
}
.Editor-Arcteryx .cookie-warning {
  margin: 2px;
  font-size: 14px;
}
.Editor-Arcteryx .cookie-categories li {
  margin-bottom: 15px;
}
.Editor-Arcteryx .none {
  display: none !important;
}
.Editor-Arcteryx .btn {
  width: 90%;
  margin: auto;
  display: block;
}
.Editor-Arcteryx .btn-warning {
  color: #fff;
}
.Editor-Arcteryx header {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f1f1f1;
  display: none;
}
.Editor-Arcteryx .pre-header {
  width: 100%;
  background-color: var(--colour-3);
}
.Editor-Arcteryx .sub-header {
  width: 100%;
  background-color: #fff;
}
.Editor-Arcteryx .logo {
  height: 30px;
}
.Editor-Arcteryx #basket-info {
  padding: 7px;
}
.Editor-Arcteryx .navigation-bar {
  list-style-type: none;
  margin: 0;
  padding: 0px;
  overflow: hidden;
}
.Editor-Arcteryx .nav-link {
  color: white;
  padding-bottom: 8px;
  padding-top: 8px;
}
.Editor-Arcteryx .nav-link:hover {
  color: #abacad;
}
.Editor-Arcteryx .navigation-logo {
  float: left;
  padding: 30px 5px 30px 5px;
}
.Editor-Arcteryx .navigation-header {
  float: left;
  padding: 30px 0px 30px 0px;
  border-bottom: 2px solid transparent;
}
.Editor-Arcteryx .navigation-header a {
  padding: 15px;
  text-decoration: none;
}
.Editor-Arcteryx .navigation-header:hover {
  border-bottom: 2px solid white;
}
.Editor-Arcteryx .navigation-header.active {
  background-color: #e7e7e7;
}
.Editor-Arcteryx .navigation-subheaders {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: inherit;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.Editor-Arcteryx .navigation-subheaders a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.Editor-Arcteryx .navigation-subheaders a:hover {
  background-color: #e7e7e7;
}
.Editor-Arcteryx .navigation-header:hover .navigation-subheaders {
  display: block;
}
.Editor-Arcteryx .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.Editor-Arcteryx .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: left;
}
.Editor-Arcteryx .carousel-caption h3 {
  color: white;
}
.Editor-Arcteryx .carousel-caption p {
  color: white;
}
@media (max-width: 768px) {
  .Editor-Arcteryx .carousel-caption {
    display: none;
  }
}
@media (min-width: 1200px) {
  .Editor-Arcteryx #Carousel img {
    height: 470px !important;
  }
}
.Editor-Arcteryx .carousel-inner > .item > img, .Editor-Arcteryx .carousel-inner > .item > a > img {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .Editor-Arcteryx .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
}
.Editor-Arcteryx .main-content {
  padding: 15px 25px 15px 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
}
.Editor-Arcteryx .page-header {
  margin-top: 15px;
  color: var(--colour-3);
}
.Editor-Arcteryx footer {
  margin-top: 30px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: var(--colour-3);
}
.Editor-Arcteryx .footer-image {
  background: #e3e1db url(../../Resources/osprey/images/footer-image.svg) no-repeat 50% 100%;
  background-size: 100% auto;
  height: 350px;
  color: #000;
}
@media (min-width: 768px) {
  .Editor-Arcteryx footer {
    width: 100%;
    bottom: 0;
  }
}
.Editor-Arcteryx footer ul.footer-links {
  list-style-type: none;
  margin: 0px 0px 15px 0px;
  padding: 0;
}
.Editor-Arcteryx footer ul.footer-links li.title {
  font-weight: bold;
  margin-bottom: 10px;
}
.Editor-Arcteryx footer ul.footer-links li.main a {
  color: #fff;
}
.Editor-Arcteryx footer ul.footer-links li.main a:hover {
  text-decoration: underline;
  color: #fff;
}
.Editor-Arcteryx footer ul.footer-links li.main a.footerLogo {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  float: right;
}
.Editor-Arcteryx .footer-logo {
  margin: 10px;
  max-width: 100%;
}
.Editor-Arcteryx .footer-address {
  color: #000;
}
.Editor-Arcteryx .no-bullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Editor-Arcteryx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.Editor-Arcteryx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: rgba(199, 199, 199, 0.7);
}
@media (min-width: 576px) {
  .Editor-Arcteryx .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}
.Editor-Arcteryx .modal-dialog {
  position: relative;
  width: 80%;
  margin: auto;
  pointer-events: none;
  top: 30px;
}
.Editor-Arcteryx .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.Editor-Arcteryx .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.Editor-Arcteryx .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.Editor-Arcteryx .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  overflow-y: scroll;
}
@media (max-height: 1200px) {
  .Editor-Arcteryx .modal-body {
    max-height: 400px;
  }
}
@media (max-width: 500px) {
  .Editor-Arcteryx .modal-body {
    height: 200px;
    overflow-y: scroll;
  }
}
.Editor-Arcteryx .modal-footer {
  display: block;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.Editor-Arcteryx .product-listing .item {
  margin-bottom: 25px;
  text-align: center;
}
.Editor-Arcteryx .product-title {
  color: #555;
}
.Editor-Arcteryx .product-title:hover {
  color: #555;
}
.Editor-Arcteryx .product-listing .item .product-image {
  width: 100%;
  background-color: #FFF;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .Editor-Arcteryx .product-listing .item .product-image {
    height: 177px;
  }
  .Editor-Arcteryx .product-listing .item .product-image img {
    height: 175px;
  }
}
.Editor-Arcteryx .product-listing .item .details {
  text-align: center;
  padding: 20px;
  background-color: #EEE;
  font-size: 18px;
}
.Editor-Arcteryx .product-listing .item .details .product-button {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 10px;
}
.Editor-Arcteryx .btn-clear {
  color: #000;
  border: 2px solid black;
}
.Editor-Arcteryx .btn-clear:hover {
  color: white;
  background-color: black;
}
.Editor-Arcteryx .btn-success {
  color: #000;
  background-color: transparent;
  border: 2px solid black;
  border-radius: 0px;
}
.Editor-Arcteryx .btn-success:hover {
  border: 2px solid black;
  color: white;
  background-color: black;
}
.Editor-Arcteryx .btn-white {
  color: black;
  background-color: white;
  border: 1px solid white;
  border-radius: 0px;
}
.Editor-Arcteryx .btn-white:hover {
  border: 1px solid white;
  color: white;
  background-color: black;
}
.Editor-Arcteryx .btn-black {
  color: white;
  background-color: black;
  border: 1px solid black;
  border-radius: 0px;
}
.Editor-Arcteryx .btn-black:hover {
  border: 1px solid black;
  color: black;
  background-color: white;
}
.Editor-Arcteryx .btn-ims {
  color: #000;
  background-color: transparent;
  border: 2px solid black;
}
.Editor-Arcteryx .btn-ims:hover {
  color: #FFFFFF;
  background-color: black;
}
.Editor-Arcteryx .btn-info {
  color: #FFFFFF;
}
.Editor-Arcteryx .btn-info:hover {
  color: #FFFFFF;
}
.Editor-Arcteryx .sub-menu {
  list-style-type: none;
  margin: 20px 0px 0px 0px;
  padding: 0;
  padding: 15px;
}
.Editor-Arcteryx .sub-menu li.title {
  margin-bottom: 10px;
}
.Editor-Arcteryx .sub-menu li.title a {
  font-size: 21px;
  color: var(--colour-3);
}
.Editor-Arcteryx .sub-menu li.main {
  margin-bottom: 5px;
}
.Editor-Arcteryx .sub-menu li.main a {
  font-weight: bold;
  color: #555;
}
.Editor-Arcteryx .sub-menu li.main a:hover {
  color: #000;
}
.Editor-Arcteryx .breadcrumb {
  margin: 20px 0px 0px 0px;
  padding: 15px 15px 15px 15px;
  color: #555;
}
.Editor-Arcteryx .breadcrumb li {
  color: var(--colour-3);
  font-weight: bold;
  padding-right: 5px;
}
.Editor-Arcteryx .breadcrumb li a {
  color: var(--colour-3);
  font-weight: bold;
}
.Editor-Arcteryx .breadcrumb li a:hover {
  color: black;
}
.Editor-Arcteryx .photo-bar {
  margin: auto;
  width: 70%;
  display: flex;
  padding-top: 5px;
}
.Editor-Arcteryx .photo-toggle {
  margin: auto;
  border-radius: 4px;
  width: 40px;
  height: 40px;
}
.Editor-Arcteryx .photo-toggle.selected {
  border: 2px solid #1b649f;
  box-shadow: 0 0 2px 1px #6c757d;
}
.Editor-Arcteryx .photo {
  display: none;
}
.Editor-Arcteryx .photo.selected {
  display: block;
}
.Editor-Arcteryx .product-detail .colour-select {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
}
.Editor-Arcteryx .product-detail .colour-select .select-label {
  margin-bottom: 3px;
}
.Editor-Arcteryx .product-detail .product-option.active {
  color: #fff;
  background-color: #000;
}
.Editor-Arcteryx .product-detail .colour-select .btn {
  margin-bottom: 3px;
}
.Editor-Arcteryx .product-detail .size-select {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
}
.Editor-Arcteryx .product-detail .size-select .select-label {
  margin-bottom: 3px;
}
.Editor-Arcteryx .product-detail .quantity-add .selected-item {
  margin-bottom: 10px;
}
.Editor-Arcteryx .product-detail .quantity-add input.quantity {
  text-align: center;
}
.Editor-Arcteryx .product-option {
  width: 45%;
  margin: 2px;
  display: inline-block;
  border-radius: 0px;
}
.Editor-Arcteryx .product-option.active {
  background-color: #000;
  color: #fff;
}
.Editor-Arcteryx .product-option-radio {
  opacity: 0;
  width: 0;
  position: absolute;
}
.Editor-Arcteryx .table-basket .item-details {
  font-size: 11px;
  font-style: italic;
}
.Editor-Arcteryx .table-basket .price {
  text-align: right;
}
.Editor-Arcteryx .table-basket .quantity {
  text-align: center;
}
.Editor-Arcteryx .table-basket .quantity .form-group .basket-quantity-area .basket-quantity {
  height: 48px;
  text-align: center;
}
.Editor-Arcteryx .table-basket .line-value {
  text-align: right;
}
.Editor-Arcteryx #btn-pay {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 60%;
}
.Editor-Arcteryx .btn-check-addons {
  width: 100%;
  border-radius: 0px;
}
.Editor-Arcteryx .list-warning li {
  padding-left: 0.5em;
}
.Editor-Arcteryx .list-warning li::marker {
  content: "X";
  font-family: FontAwesome;
  color: red;
}
.Editor-Arcteryx .radio-option {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.Editor-Arcteryx .radio-btn {
  margin: 5px 5px 0 0;
}
.Editor-Arcteryx .form-group {
  margin: 3px 0 3px 0;
}

.Editor-Berghaus html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
  color: white;
}
@media (min-width: 768px) {
  .Editor-Berghaus html {
    font-size: 16px;
  }
}
.Editor-Berghaus .btn:focus, .Editor-Berghaus .btn:active:focus, .Editor-Berghaus .btn-link.nav-link:focus, .Editor-Berghaus .form-control:focus, .Editor-Berghaus .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.Editor-Berghaus body {
  margin: 0;
  font-family: droidsans, Arial, Verdana, sans-serif !important;
}
.Editor-Berghaus a {
  text-decoration: none;
  color: #000;
}
.Editor-Berghaus .hyperlink {
  color: #0d6efd;
}
.Editor-Berghaus .hyperlink :hover {
  color: #0a58ca;
}
.Editor-Berghaus table tbody tr td {
  vertical-align: middle;
}
@media (max-width: 426px) {
  .Editor-Berghaus table thead {
    display: none;
  }
  .Editor-Berghaus .hidden-xs {
    display: none;
  }
  .Editor-Berghaus table tbody tr td {
    display: block;
    text-align: left !important;
  }
}
@media (min-width: 426px) {
  .Editor-Berghaus .hidden-lg {
    display: none;
  }
}
.Editor-Berghaus h1 {
  font-size: 30px;
}
.Editor-Berghaus .close-x :hover {
  color: red;
}
.Editor-Berghaus .cookie-warning {
  margin: 2px;
  font-size: 14px;
}
.Editor-Berghaus .cookie-categories li {
  margin-bottom: 15px;
}
.Editor-Berghaus .none {
  display: none !important;
}
.Editor-Berghaus .btn {
  width: 90%;
  margin: auto;
  display: block;
}
.Editor-Berghaus .btn-warning {
  color: #fff;
}
.Editor-Berghaus header {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}
.Editor-Berghaus .pre-header {
  width: 100%;
  background-color: #fff;
}
.Editor-Berghaus .sub-header {
  width: 100%;
  background-color: #fff;
}
.Editor-Berghaus .logo {
  height: 75px;
}
.Editor-Berghaus #basket-info {
  padding: 7px;
}
.Editor-Berghaus .navigation-bar {
  list-style-type: none;
  margin: 0;
  padding: 0px;
  overflow: hidden;
}
.Editor-Berghaus .nav-link {
  color: black;
  padding-bottom: 8px;
  padding-top: 8px;
}
.Editor-Berghaus .nav-link:hover {
  color: black;
  background-color: #abacad;
}
.Editor-Berghaus .navigation-logo {
  float: left;
  padding: 10px 5px 10px 5px;
}
.Editor-Berghaus .navigation-header {
  float: left;
  padding: 30px 0px 30px 0px;
  border: 2px solid transparent;
}
.Editor-Berghaus .navigation-header a {
  padding: 15px;
  text-decoration: none;
}
.Editor-Berghaus .navigation-header a:hover {
  color: black;
  font-weight: bold;
  border: 2px solid black;
}
.Editor-Berghaus .navigation-header.active {
  background-color: #e7e7e7;
}
.Editor-Berghaus .navigation-subheaders {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: inherit;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.Editor-Berghaus .navigation-subheaders a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.Editor-Berghaus .navigation-subheaders a:hover {
  background-color: #e7e7e7;
}
.Editor-Berghaus .navigation-header:hover .navigation-subheaders {
  display: block;
}
.Editor-Berghaus .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.Editor-Berghaus .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: left;
}
.Editor-Berghaus .carousel-caption h3 {
  color: white;
}
.Editor-Berghaus .carousel-caption p {
  color: white;
}
@media (max-width: 768px) {
  .Editor-Berghaus .carousel-caption {
    display: none;
  }
}
@media (min-width: 1200px) {
  .Editor-Berghaus #Carousel img {
    height: 470px !important;
  }
}
.Editor-Berghaus .carousel-inner > .item > img, .Editor-Berghaus .carousel-inner > .item > a > img {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .Editor-Berghaus .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
}
.Editor-Berghaus .main-content {
  padding: 15px 25px 15px 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
}
.Editor-Berghaus .page-header {
  margin-top: 15px;
  color: #000;
}
.Editor-Berghaus footer {
  margin-top: 30px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #000;
}
.Editor-Berghaus .footer-image {
  background: #e3e1db url(../../Resources/osprey/images/footer-image.svg) no-repeat 50% 100%;
  background-size: 100% auto;
  height: 350px;
  color: #000;
}
@media (min-width: 768px) {
  .Editor-Berghaus footer {
    width: 100%;
    bottom: 0;
  }
}
.Editor-Berghaus footer ul.footer-links {
  list-style-type: none;
  margin: 0px 0px 15px 0px;
  padding: 0;
}
.Editor-Berghaus footer ul.footer-links li.title {
  font-weight: bold;
  margin-bottom: 10px;
}
.Editor-Berghaus footer ul.footer-links li.main a {
  color: #fff;
}
.Editor-Berghaus footer ul.footer-links li.main a:hover {
  text-decoration: underline;
  color: #fff;
}
.Editor-Berghaus footer ul.footer-links li.main a.footerLogo {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  float: right;
}
.Editor-Berghaus .footer-logo {
  margin: 10px;
  max-width: 100%;
}
.Editor-Berghaus .footer-address {
  color: #000;
}
.Editor-Berghaus .no-bullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Editor-Berghaus .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.Editor-Berghaus .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: rgba(199, 199, 199, 0.7);
}
@media (min-width: 576px) {
  .Editor-Berghaus .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}
.Editor-Berghaus .modal-dialog {
  position: relative;
  width: 80%;
  margin: auto;
  pointer-events: none;
  top: 30px;
}
.Editor-Berghaus .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.Editor-Berghaus .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.Editor-Berghaus .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.Editor-Berghaus .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  overflow-y: scroll;
}
@media (max-height: 1200px) {
  .Editor-Berghaus .modal-body {
    max-height: 400px;
  }
}
@media (max-width: 500px) {
  .Editor-Berghaus .modal-body {
    height: 200px;
    overflow-y: scroll;
  }
}
.Editor-Berghaus .modal-footer {
  display: block;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.Editor-Berghaus .product-listing .item {
  margin-bottom: 25px;
  text-align: center;
}
.Editor-Berghaus .product-title {
  color: #555;
}
.Editor-Berghaus .product-title:hover {
  color: #555;
}
.Editor-Berghaus .product-listing .item .product-image {
  width: 100%;
  background-color: #FFF;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .Editor-Berghaus .product-listing .item .product-image {
    height: 177px;
  }
  .Editor-Berghaus .product-listing .item .product-image img {
    height: 175px;
  }
}
.Editor-Berghaus .product-listing .item .details {
  text-align: center;
  padding: 20px;
  background-color: #EEE;
  font-size: 18px;
}
.Editor-Berghaus .product-listing .item .details .product-button {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 10px;
}
.Editor-Berghaus .btn-clear {
  color: #000;
  border: 2px solid black;
}
.Editor-Berghaus .btn-clear:hover {
  color: white;
  background-color: black;
}
.Editor-Berghaus .btn-success {
  color: #fff;
  background-color: #000;
  border: 2px solid transparent;
}
.Editor-Berghaus .btn-success:hover {
  border: 2px solid black;
  color: #000;
  background-color: transparent;
}
.Editor-Berghaus .btn-ims {
  color: #000;
  background-color: transparent;
  border: 2px solid black;
}
.Editor-Berghaus .btn-ims:hover {
  color: #FFFFFF;
  background-color: black;
}
.Editor-Berghaus .btn-info {
  color: #FFFFFF;
}
.Editor-Berghaus .btn-info:hover {
  color: #FFFFFF;
}
.Editor-Berghaus .sub-menu {
  list-style-type: none;
  margin: 20px 0px 0px 0px;
  padding: 0;
  padding: 15px;
}
.Editor-Berghaus .sub-menu li.title {
  margin-bottom: 10px;
}
.Editor-Berghaus .sub-menu li.title a {
  font-size: 21px;
  color: #000;
}
.Editor-Berghaus .sub-menu li.main {
  margin-bottom: 5px;
}
.Editor-Berghaus .sub-menu li.main a {
  font-weight: bold;
  color: #555;
}
.Editor-Berghaus .sub-menu li.main a:hover {
  color: #000;
}
.Editor-Berghaus .breadcrumb {
  margin: 20px 0px 0px 0px;
  padding: 15px 15px 15px 15px;
  color: #555;
}
.Editor-Berghaus .breadcrumb li {
  color: #000;
  font-weight: bold;
  padding-right: 5px;
}
.Editor-Berghaus .breadcrumb li a {
  color: #000;
  font-weight: bold;
}
.Editor-Berghaus .breadcrumb li a:hover {
  color: black;
}
.Editor-Berghaus .photo-bar {
  margin: auto;
  width: 70%;
  display: flex;
  padding-top: 5px;
}
.Editor-Berghaus .photo-toggle {
  margin: auto;
  border-radius: 4px;
  width: 40px;
  height: 40px;
}
.Editor-Berghaus .photo-toggle.selected {
  border: 2px solid #1b649f;
  box-shadow: 0 0 2px 1px #6c757d;
}
.Editor-Berghaus .photo {
  display: none;
}
.Editor-Berghaus .photo.selected {
  display: block;
}
.Editor-Berghaus .product-detail .colour-select {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
}
.Editor-Berghaus .product-detail .colour-select .select-label {
  margin-bottom: 3px;
}
.Editor-Berghaus .product-detail .product-option.active {
  color: #fff;
  background-color: #000;
}
.Editor-Berghaus .product-detail .colour-select .btn {
  margin-bottom: 3px;
}
.Editor-Berghaus .product-detail .size-select {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
}
.Editor-Berghaus .product-detail .size-select .select-label {
  margin-bottom: 3px;
}
.Editor-Berghaus .product-detail .quantity-add .selected-item {
  margin-bottom: 10px;
}
.Editor-Berghaus .product-detail .quantity-add input.quantity {
  text-align: center;
}
.Editor-Berghaus .product-option {
  width: 45%;
  margin: 2px;
  display: inline-block;
  border-radius: 0px;
}
.Editor-Berghaus .product-option.active {
  background-color: #000;
  color: #fff;
}
.Editor-Berghaus .product-option-radio {
  opacity: 0;
  width: 0;
  position: absolute;
}
.Editor-Berghaus .table-basket .item-details {
  font-size: 11px;
  font-style: italic;
}
.Editor-Berghaus .table-basket .price {
  text-align: right;
}
.Editor-Berghaus .table-basket .quantity {
  text-align: center;
}
.Editor-Berghaus .table-basket .quantity .form-group .basket-quantity-area .basket-quantity {
  height: 48px;
  text-align: center;
}
.Editor-Berghaus .table-basket .line-value {
  text-align: right;
}
.Editor-Berghaus #btn-pay {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 60%;
}
.Editor-Berghaus .btn-check-addons {
  width: 100%;
  border-radius: 0px;
}
.Editor-Berghaus .list-warning li {
  padding-left: 0.5em;
}
.Editor-Berghaus .list-warning li::marker {
  content: "X";
  font-family: FontAwesome;
  color: red;
}
.Editor-Berghaus .radio-option {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.Editor-Berghaus .radio-btn {
  margin: 5px 5px 0 0;
}
.Editor-Berghaus .form-group {
  margin: 3px 0 3px 0;
}

.Editor-CanadaGoose html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
  color: white;
}
@media (min-width: 768px) {
  .Editor-CanadaGoose html {
    font-size: 16px;
  }
}
.Editor-CanadaGoose .btn:focus, .Editor-CanadaGoose .btn:active:focus, .Editor-CanadaGoose .btn-link.nav-link:focus, .Editor-CanadaGoose .form-control:focus, .Editor-CanadaGoose .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.Editor-CanadaGoose body {
  margin: 0;
  font-family: droidsans, Arial, Verdana, sans-serif !important;
}
.Editor-CanadaGoose a {
  text-decoration: none;
  color: #000;
}
.Editor-CanadaGoose .hyperlink {
  color: #0d6efd;
}
.Editor-CanadaGoose .hyperlink :hover {
  color: #0a58ca;
}
.Editor-CanadaGoose table tbody tr td {
  vertical-align: middle;
}
@media (max-width: 426px) {
  .Editor-CanadaGoose table thead {
    display: none;
  }
  .Editor-CanadaGoose .hidden-xs {
    display: none;
  }
  .Editor-CanadaGoose table tbody tr td {
    display: block;
    text-align: left !important;
  }
}
@media (min-width: 426px) {
  .Editor-CanadaGoose .hidden-lg {
    display: none;
  }
}
.Editor-CanadaGoose h1 {
  font-size: 30px;
}
.Editor-CanadaGoose .close-x :hover {
  color: red;
}
.Editor-CanadaGoose .cookie-warning {
  margin: 2px;
  font-size: 14px;
}
.Editor-CanadaGoose .cookie-categories li {
  margin-bottom: 15px;
}
.Editor-CanadaGoose .none {
  display: none !important;
}
.Editor-CanadaGoose .btn {
  width: 90%;
  margin: auto;
  display: block;
}
.Editor-CanadaGoose .btn-warning {
  color: #fff;
}
.Editor-CanadaGoose header {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f1f1f1;
}
.Editor-CanadaGoose .pre-header {
  width: 100%;
  background-color: #000;
}
.Editor-CanadaGoose .sub-header {
  width: 100%;
  background-color: #fff;
}
.Editor-CanadaGoose .logo {
  height: 75px;
}
.Editor-CanadaGoose #basket-info {
  padding: 7px;
}
.Editor-CanadaGoose .navigation-bar {
  list-style-type: none;
  margin: 0;
  padding: 0px;
  overflow: hidden;
}
.Editor-CanadaGoose .nav-link {
  color: white;
  padding-bottom: 8px;
  padding-top: 8px;
}
.Editor-CanadaGoose .nav-link:hover {
  color: #abacad;
}
.Editor-CanadaGoose .navigation-logo {
  float: left;
  padding: 10px 5px 10px 5px;
}
.Editor-CanadaGoose .navigation-header {
  float: left;
  padding: 30px 0px 30px 0px;
  border-bottom: 2px solid transparent;
}
.Editor-CanadaGoose .navigation-header a {
  padding: 15px;
  text-decoration: none;
}
.Editor-CanadaGoose .navigation-header a:hover {
  color: black;
  font-weight: bold;
  border-bottom: 2px solid black;
}
.Editor-CanadaGoose .navigation-header.active {
  background-color: #e7e7e7;
}
.Editor-CanadaGoose .navigation-subheaders {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: inherit;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.Editor-CanadaGoose .navigation-subheaders a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.Editor-CanadaGoose .navigation-subheaders a:hover {
  background-color: #e7e7e7;
}
.Editor-CanadaGoose .navigation-header:hover .navigation-subheaders {
  display: block;
}
.Editor-CanadaGoose .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.Editor-CanadaGoose .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: left;
}
.Editor-CanadaGoose .carousel-caption h3 {
  color: white;
}
.Editor-CanadaGoose .carousel-caption p {
  color: white;
}
@media (max-width: 768px) {
  .Editor-CanadaGoose .carousel-caption {
    display: none;
  }
}
@media (min-width: 1200px) {
  .Editor-CanadaGoose #Carousel img {
    height: 470px !important;
  }
}
.Editor-CanadaGoose .carousel-inner > .item > img, .Editor-CanadaGoose .carousel-inner > .item > a > img {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .Editor-CanadaGoose .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
}
.Editor-CanadaGoose .main-content {
  padding: 15px 25px 15px 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
}
.Editor-CanadaGoose .page-header {
  margin-top: 15px;
  color: #000;
}
.Editor-CanadaGoose footer {
  margin-top: 30px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #000;
}
.Editor-CanadaGoose .footer-image {
  background: #e3e1db url(../../Resources/osprey/images/footer-image.svg) no-repeat 50% 100%;
  background-size: 100% auto;
  height: 350px;
  color: #000;
}
@media (min-width: 768px) {
  .Editor-CanadaGoose footer {
    width: 100%;
    bottom: 0;
  }
}
.Editor-CanadaGoose footer ul.footer-links {
  list-style-type: none;
  margin: 0px 0px 15px 0px;
  padding: 0;
}
.Editor-CanadaGoose footer ul.footer-links li.title {
  font-weight: bold;
  margin-bottom: 10px;
}
.Editor-CanadaGoose footer ul.footer-links li.main a {
  color: #fff;
}
.Editor-CanadaGoose footer ul.footer-links li.main a:hover {
  text-decoration: underline;
  color: #fff;
}
.Editor-CanadaGoose footer ul.footer-links li.main a.footerLogo {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  float: right;
}
.Editor-CanadaGoose .footer-logo {
  margin: 10px;
  max-width: 100%;
}
.Editor-CanadaGoose .footer-address {
  color: #000;
}
.Editor-CanadaGoose .no-bullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Editor-CanadaGoose .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.Editor-CanadaGoose .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: rgba(199, 199, 199, 0.7);
}
@media (min-width: 576px) {
  .Editor-CanadaGoose .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}
.Editor-CanadaGoose .modal-dialog {
  position: relative;
  width: 80%;
  margin: auto;
  pointer-events: none;
  top: 30px;
}
.Editor-CanadaGoose .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.Editor-CanadaGoose .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.Editor-CanadaGoose .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.Editor-CanadaGoose .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  overflow-y: scroll;
}
@media (max-height: 1200px) {
  .Editor-CanadaGoose .modal-body {
    max-height: 400px;
  }
}
@media (max-width: 500px) {
  .Editor-CanadaGoose .modal-body {
    height: 200px;
    overflow-y: scroll;
  }
}
.Editor-CanadaGoose .modal-footer {
  display: block;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.Editor-CanadaGoose .product-listing .item {
  margin-bottom: 25px;
  text-align: center;
}
.Editor-CanadaGoose .product-title {
  color: #555;
}
.Editor-CanadaGoose .product-title:hover {
  color: #555;
}
.Editor-CanadaGoose .product-listing .item .product-image {
  width: 100%;
  background-color: #FFF;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .Editor-CanadaGoose .product-listing .item .product-image {
    height: 177px;
  }
  .Editor-CanadaGoose .product-listing .item .product-image img {
    height: 175px;
  }
}
.Editor-CanadaGoose .product-listing .item .details {
  text-align: center;
  padding: 20px;
  background-color: #EEE;
  font-size: 18px;
}
.Editor-CanadaGoose .product-listing .item .details .product-button {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 10px;
}
.Editor-CanadaGoose .btn-clear {
  color: #000;
  border: 2px solid black;
}
.Editor-CanadaGoose .btn-clear:hover {
  color: white;
  background-color: black;
}
.Editor-CanadaGoose .btn-success {
  color: #000;
  background-color: transparent;
  border: 2px solid black;
  border-radius: 0px;
}
.Editor-CanadaGoose .btn-success:hover {
  border: 2px solid black;
  color: white;
  background-color: black;
}
.Editor-CanadaGoose .btn-ims {
  color: #000;
  background-color: transparent;
  border: 2px solid black;
}
.Editor-CanadaGoose .btn-ims:hover {
  color: #FFFFFF;
  background-color: black;
}
.Editor-CanadaGoose .btn-info {
  color: #FFFFFF;
}
.Editor-CanadaGoose .btn-info:hover {
  color: #FFFFFF;
}
.Editor-CanadaGoose .sub-menu {
  list-style-type: none;
  margin: 20px 0px 0px 0px;
  padding: 0;
  padding: 15px;
}
.Editor-CanadaGoose .sub-menu li.title {
  margin-bottom: 10px;
}
.Editor-CanadaGoose .sub-menu li.title a {
  font-size: 21px;
  color: #000;
}
.Editor-CanadaGoose .sub-menu li.main {
  margin-bottom: 5px;
}
.Editor-CanadaGoose .sub-menu li.main a {
  font-weight: bold;
  color: #555;
}
.Editor-CanadaGoose .sub-menu li.main a:hover {
  color: #000;
}
.Editor-CanadaGoose .breadcrumb {
  margin: 20px 0px 0px 0px;
  padding: 15px 15px 15px 15px;
  color: #555;
}
.Editor-CanadaGoose .breadcrumb li {
  color: #000;
  font-weight: bold;
  padding-right: 5px;
}
.Editor-CanadaGoose .breadcrumb li a {
  color: #000;
  font-weight: bold;
}
.Editor-CanadaGoose .breadcrumb li a:hover {
  color: black;
}
.Editor-CanadaGoose .photo-bar {
  margin: auto;
  width: 70%;
  display: flex;
  padding-top: 5px;
}
.Editor-CanadaGoose .photo-toggle {
  margin: auto;
  border-radius: 4px;
  width: 40px;
  height: 40px;
}
.Editor-CanadaGoose .photo-toggle.selected {
  border: 2px solid #1b649f;
  box-shadow: 0 0 2px 1px #6c757d;
}
.Editor-CanadaGoose .photo {
  display: none;
}
.Editor-CanadaGoose .photo.selected {
  display: block;
}
.Editor-CanadaGoose .product-detail .colour-select {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
}
.Editor-CanadaGoose .product-detail .colour-select .select-label {
  margin-bottom: 3px;
}
.Editor-CanadaGoose .product-detail .product-option.active {
  color: #fff;
  background-color: #000;
}
.Editor-CanadaGoose .product-detail .colour-select .btn {
  margin-bottom: 3px;
}
.Editor-CanadaGoose .product-detail .size-select {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
}
.Editor-CanadaGoose .product-detail .size-select .select-label {
  margin-bottom: 3px;
}
.Editor-CanadaGoose .product-detail .quantity-add .selected-item {
  margin-bottom: 10px;
}
.Editor-CanadaGoose .product-detail .quantity-add input.quantity {
  text-align: center;
}
.Editor-CanadaGoose .product-option {
  width: 45%;
  margin: 2px;
  display: inline-block;
  border-radius: 0px;
}
.Editor-CanadaGoose .product-option.active {
  background-color: #000;
  color: #fff;
}
.Editor-CanadaGoose .product-option-radio {
  opacity: 0;
  width: 0;
  position: absolute;
}
.Editor-CanadaGoose .table-basket .item-details {
  font-size: 11px;
  font-style: italic;
}
.Editor-CanadaGoose .table-basket .price {
  text-align: right;
}
.Editor-CanadaGoose .table-basket .quantity {
  text-align: center;
}
.Editor-CanadaGoose .table-basket .quantity .form-group .basket-quantity-area .basket-quantity {
  height: 48px;
  text-align: center;
}
.Editor-CanadaGoose .table-basket .line-value {
  text-align: right;
}
.Editor-CanadaGoose #btn-pay {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 60%;
}
.Editor-CanadaGoose .btn-check-addons {
  width: 100%;
  border-radius: 0px;
}
.Editor-CanadaGoose .list-warning li {
  padding-left: 0.5em;
}
.Editor-CanadaGoose .list-warning li::marker {
  content: "X";
  font-family: FontAwesome;
  color: red;
}
.Editor-CanadaGoose .radio-option {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.Editor-CanadaGoose .radio-btn {
  margin: 5px 5px 0 0;
}
.Editor-CanadaGoose .form-group {
  margin: 3px 0 3px 0;
}

.image-name {
    display: none;
    color: white;
    background-color: #0e3083;
    border-radius: .25rem;
    padding: 5px 10px;
    z-index: 1000;
}

.image-container:hover .image-name {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
}

.image-delete {
    display: none;
    color: white;
    background-color: #dc3545;
    border-radius: .25rem;
    padding: 5px 10px;
}

    .image-delete:hover {
        background-color: #bb2d3b;
    }

.image-container:hover .image-delete {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.center {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    left: 0;
    display:none;
}

.center-icon {
    color: white;
    text-align: center;
    font-size: 20px;
    background-color: var(--first-color);
    border-radius: 5px;
    padding: 5px;
}

.image-container:hover .center {
    display: block;
}