﻿@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Poppins:wght@400;500;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
/*.btn-primary {
    background-color: $primary-color;
}
*/
.bg-primary {
  background-color: rgb(147, 180, 219) !important;
}

/*.btn-primary {
    background-color: yellowgreen;
    border-color: yellowgreen;
}*/
.row {
  margin-right: 0;
}

.btn {
  text-transform: uppercase;
}

.bi-person::before {
  margin-right: 0.5rem;
}

.bi-cart::before {
  margin-right: 0.5rem;
}

.carousel-inner {
  max-height: 70vh;
}

.card {
  margin-bottom: 1rem;
  width: 300px;
}

.navbar {
  background-color: white;
}

.navbar-brand {
  padding-left: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav-link {
  text-transform: uppercase;
  padding: 1rem 1rem 1rem 1rem !important;
  font-weight: bold;
  font-size: 1rem;
}

.gradient-button {
  margin: 10px;
  padding: 1em 2em 1em 2em;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #FFF;
  box-shadow: 0 0 20px #eee;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
  display: inline-block;
  border-radius: 50px;
  background-image: linear-gradient(to right, #67E0FF 0%, #92BAFF 51%, #67E0FF 100%);
  text-decoration: none;
}

.gradient-button:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  margin: 8px 10px 12px;
  background-position: right center;
  text-decoration: none;
  color: #FFF;
}

.btn-success {
  background-color: rgb(167, 196, 54) !important;
  border-color: rgb(167, 196, 54);
}

.btn-primary {
  background-color: rgb(167, 196, 54) !important;
  border-color: rgb(167, 196, 54);
}
.btn-primary:hover {
  border-color: rgb(167, 196, 54);
}

.btn-secondary {
  background-color: #93b4db;
  border-color: #93b4db;
}
.btn-secondary:hover {
  background-color: #93b4db;
}
.btn-secondary:active {
  background-color: #93b4db;
}
.btn-secondary:focus {
  background-color: #93b4db;
}

.btn-cta {
  background-color: rgb(167, 196, 54);
  color: white;
  width: 200px;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(167, 196, 54, 0.5);
  -webkit-animation: pulse 1.5s infinite;
}

.btn-cta:hover {
  -webkit-animation: none;
  color: white;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(167, 196, 54, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(167, 196, 54, 0);
  }
}
/*Prevent text selection*/
/*span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}




input:disabled {
    background-color: white;
}*/
.checkout-button {
  width: 100%;
}

#searchboxdelivery, #searchboxbilling {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.discount-error {
  border-color: #dc3545;
}

.menu-option {
  color: black;
  margin-left: 1rem;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: white;
}

h1 {
  font-family: "Lora", sans-serif;
}

#products div div {
  max-width: 480px;
  margin: auto;
  position: relative;
  cursor: pointer;
  box-shadow: RGB(147 180 219/30%) 0px 4px 12px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#products div div:hover {
  box-shadow: none;
}
#products div a span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#siteFooter {
  display: flex;
  justify-content: space-evenly;
  margin-top: 2rem;
  background-color: #eee;
}

#siteFooter > div {
  margin: 1rem;
}

#siteFooter h2 {
  color: #808080;
  font-size: 1rem;
}

#siteFooter a {
  text-decoration: none;
  color: black;
}

#siteFooter ul {
  list-style: none;
  padding: 0;
}

.bordered-container {
  border: 1px solid silver;
  border-radius: 0.25rem;
  padding: 2rem;
  margin-top: 2em;
  box-shadow: 0 2px 10px 0 RGB(0 0 0/20%), 0 2px 10px 0 RGB(0 0 0/19%);
}

.drop-shadow {
  box-shadow: 0 10px 16px 0 RGB(0 0 0/20%), 0 6px 20px 0 RGB(0 0 0/19%);
}

.offer-banner {
  text-align: center;
  padding: 0.5rem 0 0.5rem 0;
  background-color: rgb(147, 180, 219);
  box-shadow: RGB(147 180 219/30%) 0px 4px 12px;
  z-index: 10;
}
.offer-banner h1 {
  margin: 0;
  font-size: large;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  font-family: inherit;
}

.carousel-caption.carousel-block-title {
  right: 2.5%;
  top: 5%;
  left: auto;
  bottom: auto;
  text-align: center;
  color: black;
  font-size: 5.5vw;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  line-height: 1;
}

/*
.separator::before {
    content: "|";
    position:absolute;
    bottom:10px;

}*/
.love-it {
  font-weight: 100;
  color: white;
  font-family: "Lora", sans-serif;
}

.frame-it {
  color: white;
  font-family: "Lora", sans-serif;
  font-weight: bold;
}

.float-text-landscape, .float-text-pano, .float-text-square {
  position: absolute;
  top: 10%;
  left: calc(25% - 6vw);
  margin-left: auto;
  margin-right: auto;
  width: 12vw;
}

.float-text-pano {
  top: 13%;
  left: calc(80% - 6vw);
}

.float-text-square {
  top: 15%;
  left: calc(30% - 6vw);
}

.float-frame-landscape, .float-frame-pano, .float-frame-square {
  position: absolute;
  top: 10%;
  left: calc(50% - 10vw);
  margin-left: auto;
  margin-right: auto;
  width: 22vw;
  filter: drop-shadow(-5px 5px 10px rgba(0, 0, 0, 0.6));
}

.float-frame-pano {
  top: 5%;
  left: calc(50% - 17vw);
  width: 34vw;
}

.float-frame-square {
  top: 15%;
}

.border-line {
  background-color: rgb(147, 180, 219);
  position: relative;
  height: 10px;
}

#siteFooter {
  background-image: url(/Content/THISPICTURE//Images/Assets/footer_graphic.jpg);
  background-position-y: -140px;
}

.quality-banner-wrapper {
  margin-top: 1em;
  background-color: #fff;
}
.quality-banner-wrapper .quality-banner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.quality-banner-wrapper .quality-banner .banner-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0.5em;
  min-width: 18vw;
  max-width: 160px;
  text-align: center;
}
.quality-banner-wrapper .quality-banner .banner-item img {
  max-width: 80px;
}
.quality-banner-wrapper .quality-banner .banner-item h2 {
  font-weight: bold;
  word-break: break-word;
  padding: 0 0.25em 0 0.25em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  font-size: 1em;
}
.quality-banner-wrapper .quality-banner .banner-item p {
  font-size: 0.8em;
}

.framed {
  background-image: url(/Content/THISPICTURE//Images/Assets/top_corner.jpg), url(/Content/THISPICTURE//Images/Assets/bottom_corner.jpg);
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  background-size: 100px;
  padding: 2rem;
  margin: 2rem;
  font-size: 1.3rem;
  width: 250px;
}

.blue-tag {
  font-size: 1.6rem;
  font-weight: bold;
  color: rgb(147, 180, 219);
  font-family: "Lora", sans-serif;
}

.tag-container {
  display: flex;
  flex-direction: row;
  margin: 2rem 0 2rem 0;
  justify-content: center;
}

.tag-content {
  padding-top: 2rem;
  margin: 2rem;
  max-width: 700px;
}

.blue {
  color: rgb(147, 180, 219);
}

.centered {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.title {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 1rem;
  text-transform: uppercase;
}

.content-warpper {
  min-height: calc(100vh - 23.5rem);
}

.gradent-shadow {
  box-shadow: 2px 15px 20px 0 RGB(0 0 0/10%);
}

.padding-1 {
  padding: 1rem;
}

.strip {
  height: 12px !important;
  color: rgb(147, 180, 219);
  opacity: 1;
}

.basket-item-preview-fullscreen {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding-top: 10vh;
}
.basket-item-preview-fullscreen img {
  margin-bottom: 2rem;
  max-width: 50vw;
  max-height: 80vh;
}
.basket-item-preview-fullscreen button {
  display: block;
  min-width: 10vw;
  margin-left: auto;
  margin-right: auto;
}

.qty .count {
  color: #000;
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  padding: 0 2px;
  min-width: 35px;
  text-align: center;
}

.qty .plus {
  cursor: pointer;
  display: inline-block;
  color: white;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 50%;
  line-height: 1.7rem;
}

.qty .minus {
  cursor: pointer;
  display: inline-block;
  color: white;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 50%;
  background-clip: padding-box;
  line-height: 1.7rem;
}

.minus:hover {
  background-color: rgb(147, 180, 219) !important;
}

.plus:hover {
  background-color: rgb(147, 180, 219) !important;
}

.qty input {
  border: 0;
  width: 2%;
}

.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty input:disabled {
  background-color: white;
}

.blue {
  color: rgb(147, 180, 219) !important;
}

.link {
  text-decoration: none;
  color: white;
}

.link:hover {
  color: dimgray;
}

.small-title {
  font-family: "Lora", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
}

nav.navbar {
  z-index: 2;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

nav.navbar .container-fluid {
  max-width: 1080px;
}

.navbar-brand {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar.navbar-light {
  background-color: rgb(147, 180, 219);
}

a.nav-link {
  color: white !important;
  font-weight: normal;
}

.nav-item .btn {
  color: white !important;
}

form {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.small-text {
  font-size: 0.8rem;
}

.img-thumb {
  max-width: 120px;
}

@media only screen and (max-width: 1020px) {
  nav.navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-collapse ul.navbar-nav li.nav-item span.blue {
    display: none;
  }
}
@media only screen and (max-width: 815px) {
  .tag-container {
    flex-direction: column;
  }
  .tag-container .framed {
    width: auto;
    text-align: center;
  }
  .tag-container .framed .blue-tag {
    display: inline-block;
  }
}
