@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Mulish:wght@600&family=Quicksand:wght@300..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
.typography h1, .typography h2, .typography h4, .typography h5, .typography h6 {
  font-weight: 500;
  color: color-text;
  font-family: "Raleway", "Arial";
}

.typography h1 {
  font-size: 1em;
  padding-bottom: 0;
  font-weight: 800;
  text-transform: uppercase;
}

.simuleH1 {
  font-size: 1em !important;
  padding-bottom: 0;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0.5em;
}

.typography h2 {
  font-weight: 500;
  color: color-text;
  font-family: "Montserrat", "Arial";
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.typography h3 {
  font-weight: 500;
  color: color-text;
  font-family: "Montserrat", "Arial";
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.typography h4 {
  font-weight: 700;
}

.typography a, .typography a.intro {
  color: #5A5A5A;
  font-weight: 600;
}

.typography a:hover, .typography a.intro:hover {
  color: #F06B6B;
  border-bottom: 1px dashed rgba(0, 0, 0, 0);
}

.typography img {
  border: none;
  background: none;
}

.typography ul {
  padding-left: 0;
}

.typography li {
  font-size: 0.9em;
}

.typography table th {
  background-color: #f6f6f6;
}

html a {
  color: #5A5A5A;
}

html, html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

a:hover {
  color: #F06B6B !important;
  font-weight: 600;
}

form {
  width: unset;
  max-width: unset;
}

form input.text, form textarea, form .textajaxuniquetext, form select {
  width: 100% !important;
  max-width: 100%;
}

form .message {
  color: black;
}

button, optgroup, select, textarea {
  border-radius: 0.5em !important;
}

.entwine-uploadfield {
  border-radius: 0 !important;
}

.description {
  font-size: medium;
}

.brand {
  font-style: italic;
}

.header .inner {
  height: 47px;
  min-height: 47px !important;
  padding-top: 24px !important;
}

.brand img {
  width: 8em;
}

.header .primary ul {
  position: absolute;
  bottom: 0;
  right: 0;
  top: -0.4em;
}

.header .primary li {
  padding-bottom: 9px;
}

.header .primary li a {
  margin-top: 6px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  font-family: "Raleway", "Arial";
  text-transform: uppercase;
  font-size: 1em;
  font-size: 400;
  color: lightgray;
}

nav li {
  border-radius: 0.5em;
}

html {
  background-color: #202020;
}

body {
  font-family: "Montserrat", "Arial";
  background-color: #FFFFFF;
  color: #202020;
  font-size: 1.2em;
  font-weight: 400;
}

.inner {
  max-width: 1720px;
}

.main {
  background-color: #FFFFFF;
  color: #202020;
  padding-bottom: 0;
  padding-top: 0;
  min-height: calc(100vh - 10.5em);
}

.main::after {
  content: none !important;
}

.main p {
  font-size: 0.9em;
  line-height: 27px;
}

.footer {
  background-color: #202020;
  color: #FFFFFF;
  font-size: 0.72em;
  font-weight: 600;
}

.footer a {
  color: #FFFFFF;
}

.footer .brand {
  font-style: unset;
}

.footer a.brand {
  color: white;
}

@media (min-width: 576px) {
  /*.modal-dialog {
  max-width: 640px !important;
  margin: 1.75rem auto;
  }*/
}
.modal-footer-full {
  display: block;
  padding: 0.75rem;
  border-top: 1px solid #AEB9E9;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.page-item.active .page-link {
  border-color: #AEB9E9;
  background-color: #AEB9E9;
}

.page-item a {
  font-size: 0.5em !important;
}

.pagination {
  margin-bottom: 1em !important;
}

/* BUTTON */
a.btn, button, input[type=submit], input[type=reset], .Actions .action {
  background: #FFFFFF;
  color: #202020 !important;
  border: 1px solid #202020;
}

a.btn:hover, button, input[type=submit]:hover, .Actions .action:hover {
  background-color: #F06B6B;
  color: #FFFFFF !important;
}

a.btn:after {
  content: none !important;
}

.btn-primary {
  background-color: #03a9f4 !important;
  font-weight: 600 !important;
}

.btn-primary:hover {
  background-color: #038dcc !important;
  color: white !important;
}

.btn-primary:focus {
  background-color: #03a9f4 !important;
}

.btn-light {
  border: 1px solid gray;
}

.btn-outline-secondary {
  color: #6c757d !important;
  border-color: #6c757d !important;
  background-color: white !important;
  border-style: solid !important;
  border-width: 1px !important;
}

.btn-accept:hover {
  background-color: green !important;
}

.btn-toolbar {
  justify-content: flex-end !important;
}

.modal-footer .btn-secondary {
  padding: 1px 6px !important;
  background-color: #FFFFFF !important;
}

form .good {
  color: #202020;
  border-radius: 0.28em;
}

form select {
  color: #202020;
}

.btn-transparent {
  background: transparent;
}

.img-fluid {
  width: 100%;
}

/* FOR CHECK */
.form-check-input:checked {
  background-color: #F06B6B;
  border-color: #F06B6B;
}

/* LIGHTBOX */
.modal-previous {
  position: absolute;
  bottom: -1.5em;
  color: white !important;
  border-radius: 1em;
  font-weight: 700;
  font-size: 2em;
  left: 2.4em;
}
.modal-previous .bi::before {
  vertical-align: -0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.modal-next {
  position: absolute;
  bottom: -1.5em;
  color: white !important;
  border-radius: 1em;
  font-weight: 700;
  font-size: 2em;
  right: 2.4em;
}
.modal-next .bi::before {
  vertical-align: -0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 960px) {
  .modal-previous {
    left: -2.4em;
    bottom: 50%;
  }
  .modal-next {
    right: -2.4em;
    bottom: 50%;
  }
}
/* CONTAINERS */
.breakfloat {
  clear: both;
}

.main_container {
  max-width: 1360px;
  margin: auto;
  color: #202020;
}

/*.text-center
{
	display: inline-block;
	text-align: center;
}*/
.footer img {
  max-width: 160px;
}

.footer h3 {
  color: #FFFFFF;
}

.footer {
  min-height: calc(100vh - 39em);
}

.footer-menu ul {
  margin-left: 0;
  padding-left: 0;
}

.footer-menu ul li {
  list-style-type: none;
  font-size: 1.1em;
}

.footer-menu ul li a {
  font-weight: 400;
  font-size: 1.1em;
}

/* SILVERSHOP */
.Product .btn {
  border: 1px solid #202020 !important;
  font-size: 13px;
  text-transform: uppercase;
}

a.btn-store, button.btn-store, .action {
  font-weight: 600;
  margin-bottom: 2em !important;
}

a.btn-store:hover, button.btn-store:hover, .action:hover, input[type=submit]:hover {
  background-color: #F06B6B;
  border: 1px solid #202020;
  color: #FFFFFF !important;
}

.pageTitle {
  text-transform: uppercase;
}

h3.productTitle a {
  font-size: 13px;
  color: #5A5A5A;
  font-weight: 600;
}

.productList {
  padding-left: 0;
  margin-left: 0 !important;
}

@media (min-width: 992px) {
  .productDetails {
    margin-top: 1em;
  }
}
.sidecart {
  margin-bottom: 2em;
}

.sidecart .item {
  margin-top: 0.75em;
}

.offcanvas {
  background-color: #FFFFFF;
}

/* DETAILS */
.border-radius {
  border-radius: 0.36em;
}

.no-border {
  border: unset;
}

p.list {
  line-height: 27px;
}

img.client-logo {
  border: 1px solid #202020;
  margin-bottom: 1em;
}

/* PRODUCTS */
.Product .pageTitle {
  margin-bottom: 0.5em;
}

.Product .price {
  font-size: 0.9em;
}

.price {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 15px;
}

.add {
  font-family: "Montserrat";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}

.add-to-cart-btn, .action {
  margin-right: unset !important;
}

.Product .add {
  display: grid;
}

@media (min-width: 992px) {
  .Product .add {
    max-width: 20em;
  }
}
#variationDropdown {
  margin-top: 2em;
}

@media (min-width: 992px) {
  #variationDropdown {
    max-width: 20em;
  }
}
/* GALLERY PRODUCTS */
#ProductImageGallery {
  display: flex;
  justify-content: flex-start;
}

.thumb-image-gallery-product {
  margin-right: 8px;
}

.thumb-image-gallery-product:last-child {
  margin-right: 0px;
}

/* MODAL VIDEO */
.modal.show .modal-dialog {
  top: 25vh;
}

.screen-mode-toggle {
  font-size: 1.32em;
  top: -0.16em;
  position: relative;
}

.mobile-menu .screen-mode-toggle {
  font-size: 1.32em;
  top: 0.03em;
  position: relative;
}

.dropdown-toggle::after {
  position: absolute;
  right: 1em;
  top: 1em;
}

@media (min-width: 992px) {
  .dropdown-toggle::after {
    position: relative;
    right: 0em;
    top: 0.2em;
  }
}
.navbar-toggler {
  background-color: #202020;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.1rem;
  transition: 0.2s;
}

.navbar-expand-lg .navbar-nav {
  font-size: 0.75em;
  font-weight: 600;
}

.navbar {
  padding-top: 0.25rem;
  padding-bottom: 1rem;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
  padding-left: 0.8em !important;
  padding-right: 0.8em;
  transition: 0s ease-in-out;
  color: #202020;
  text-transform: uppercase;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #D8CFCB;
}

.navbar-dark .navbar-nav .nav-link.active:hover, .navbar-dark .navbar-nav .show > .nav-link:hover {
  color: #FFFFFF !important;
}

.nav-item {
  color: #202020;
}

.nav-item:hover {
  background-color: #F06B6B;
  color: #FFFFFF;
}

.dropdown-menu {
  padding: 0.16em 0.16em;
  background-color: black;
}

.dropdown-item {
  font-size: 0.96em;
  padding-left: 0.5em !important;
}

.main .secondary h3 {
  font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
}

.main .secondary li a {
  color: #202020;
  font-family: "Raleway" !important;
}

.main .secondary li .text {
  padding-left: 0;
}

.nav-item .bi {
  position: relative;
  top: 0.05em;
  padding: 0.8em;
  font-size: 1.5em;
}

.nav-item .bi:hover {
  color: #FFFFFF;
}

.icon-cart-mobile .bi {
  right: 0.5em;
  position: relative;
  font-size: 1.5em;
}

.icon-cart-mobile .bi:hover {
  color: #AEB9E9;
}

.sidecart .item .title {
  font-size: 0.8em;
  font-weight: 600;
}

.sidecart .remove {
  top: 10px !important;
  font-family: "Montserrat";
  font-weight: 400;
}

.platform-icon {
  width: 150px;
}

.read-more {
  color: #202020;
  text-align: end;
  padding-right: 0.8em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  font-size: 0.72em;
  border-radius: 0.64em;
  margin-top: 1em;
  max-width: calc(100% - 2em);
  margin-left: auto;
  margin-right: auto;
}

.gridfield-button-refund:before {
  display: none !important;
}

.login-page, .CheckoutPage {
  background-color: #FFFFFF;
  color: #202020;
}
.login-page .btn-toolbar .btn, .CheckoutPage .btn-toolbar .btn {
  margin-right: 1em;
}
.login-page .membership .btn-toolbar, .CheckoutPage .membership .btn-toolbar {
  justify-content: space-around !important;
}
.login-page input.action[class], .CheckoutPage input.action[class] {
  width: 45%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

#navLinks {
  margin-bottom: 0.5em;
}

.productItem .details {
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.swatch {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 2px solid lightgrey;
  margin-left: 0.32em;
}

.productContent {
  font-size: 0.8em;
  margin-top: 3em;
}
.productContent ul {
  padding-left: 0;
}

.order-box {
  display: flex;
  justify-content: center; /* Horizontally center */
  align-items: center; /* Vertically center */
  height: 100%;
  border: 2px solid #202020;
  border-radius: 0.5em;
  height: 3em;
  margin-bottom: 1em;
}

#content-placeholder {
  display: flex;
  justify-content: center; /* Horizontally center */
  align-items: center; /* Vertically center */
  height: 100%;
}

.variation {
  text-align: center;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .variation {
    text-align: inherit;
  }
}
.quantity input {
  display: inline-table;
  text-align: center;
}

.btn-sizeChart {
  font-weight: bold;
  font-size: 0.8em;
}

.Product .btn-close {
  background-color: #5A5A5A;
}

.modal-content {
  background-color: #FFFFFF;
  color: #202020;
  border: 2px solid #5A5A5A;
}

.Product .typography .modal-content ul li {
  list-style-type: none;
  margin-bottom: 0;
}

.Product .typography .modal-content ul {
  margin-left: 0px;
}

.Product .modal-content .nav-tabs .nav-link {
  font-weight: 600;
  background-color: unset;
  color: #202020;
}

.Product .modal-content .nav-tabs .nav-link.active,
.Product .modal-content .nav-tabs .nav-link:focus {
  font-weight: 600;
  color: #5A5A5A;
}

.Product .table {
  color: #202020;
}

.Product .typography table th {
  background-color: #AEB9E9;
}

.Product .table-striped > tbody > tr:nth-of-type(odd) > * {
  color: #202020;
}

.Product .typography table tr:nth-child(even) {
  background-color: #FFFFFF;
  color: #202020;
}

.Product .table > :not(:first-child) {
  border-top: 0;
}

.modal-content .nav-item:hover {
  background-color: #FFFFFF;
}

.btn-toolbar input.action[class] {
  margin-left: 1em;
}

#ForgotPassword {
  margin-left: auto;
}

.checkbox label.right {
  color: #202020;
}

#CheckoutForm_PaymentMethodForm_PaymentMethod li label {
  position: relative;
  top: -3px;
}

#Checkout form label.left {
  float: unset !important;
  width: unset !important;
}

#CheckoutForm_ShippingAddressForm_SilverShop-Checkout-Component-ShippingAddress_Company_Holder {
  display: none;
}

.progress-bar {
  background-color: #AEB9E9;
}

.progress {
  font-weight: 500;
}

.AccountPage .accountnav {
  width: 100%;
}

.AccountPage .nav-list {
  flex-direction: column;
}

.AccountPage .typography ul li {
  list-style-type: none;
}

.CheckoutPage form {
  width: 100% !important;
  max-width: unset !important;
}
.CheckoutPage form .optionset ul {
  margin-top: 1.5em;
}

#Form_ShippingMethodForm_ShippingMethodID_Holder ul li label {
  display: flex;
  margin-left: 1.5em;
  position: relative;
  top: -2px;
}

.CheckoutPage .typography table, .AccountPage .typography table {
  width: 100%;
}
.CheckoutPage .typography table th, .AccountPage .typography table th {
  background-color: white;
}
.CheckoutPage table.infotable, .AccountPage table.infotable {
  background: #F06B6B;
  margin-bottom: 1em;
}
.CheckoutPage table thead tr th, .AccountPage table thead tr th {
  background: #f6f6f6 !important;
  color: #202020;
}
.CheckoutPage table tbody tr td, .AccountPage table tbody tr td {
  background: #f6f6f6;
  color: #202020;
}
.CheckoutPage table tbody .itemrow .image, .CheckoutPage #InformationTable .image, .AccountPage table tbody .itemrow .image, .AccountPage #InformationTable .image {
  width: 56px;
  padding: 0px;
}
.CheckoutPage table.infotable td.product.title, .CheckoutPage table.infotable tr td a, .AccountPage table.infotable td.product.title, .AccountPage table.infotable tr td a {
  color: #f6f6f6;
  font-weight: 600;
}
.CheckoutPage table.infotable td.product.title a, .AccountPage table.infotable td.product.title a {
  margin-left: 1em;
}
.CheckoutPage table tfoot tr td, .AccountPage table tfoot tr td {
  background: #f6f6f6;
  color: #202020;
}
.CheckoutPage table tbody .summary .threeColHeader, .AccountPage table tbody .summary .threeColHeader {
  background: #f6f6f6;
  color: #202020;
}
.CheckoutPage .table > tbody, .AccountPage .table > tbody {
  color: #d4d4d4;
  border-top: 1px solid currentColor;
}

.AccountPage h2 {
  float: unset;
}

.typography table tr.even, .typography table th, .typography thead td {
  background-color: #4c4c4c;
  color: white;
}

.typography table tr:nth-child(even) {
  background-color: #ededed;
}

.CookiePolicyPage input[type=checkbox], .CookiePolicyPage input.checkbox, .CookiePolicyPage .checkboxes input {
  margin: 0.67em;
}
.CookiePolicyPage form label.right {
  font-size: 16px;
  color: #888;
  text-transform: uppercase;
}

#CookieConsent {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1.5em;
  background-color: #202020;
}

h2.CookieConsent__title {
  font-size: 1rem;
}

.CookieConsent__content {
  font-size: 0.8em;
  color: #a1a1a1;
}

.CookieConsent__button {
  padding: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  border-radius: 0.5em;
  font-size: 0.84em;
  text-transform: uppercase;
  margin-bottom: 0.32em;
  display: inline-block;
  background-color: #4c4c4c;
  color: #e1e1e1 !important;
  text-align: center;
  display: block;
}

.CookieConsent__button--highlight {
  background-color: green;
  color: white !important;
  font-weight: bold;
}

.CookieConsent__button--highlight:active, .CookieConsent__button--highlight:focus, .CookieConsent__button--highlight:hover {
  background-color: #AEB9E9;
  color: #fff;
  font-weight: bold;
}

.CookieConsent__button:hover {
  color: white !important;
}

/* COOKIE CONSENT PAGE */
.field.cookieconsentcheckbox .field_wrapper {
  align-items: center;
}

/* FOOTER */
.footer .CookieConsent__button {
  padding: 0.36em;
  font-size: 1.1em;
}

/* VIDEOS */
.video-cookie-notice-wrapper {
  position: relative;
}

.video-cookie-notice {
  margin-bottom: 1em;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
}

.video-cookie-notice .notice-text {
  position: relative;
  top: 27vh;
  max-width: 19em;
  margin: auto;
  background-color: #202020;
  padding: 1em;
  border-radius: 0.8em;
  border: 2px solid dimgrey;
}
