html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}

body {
  background-color: rgb(0, 0, 0) !important;
  font-family: "Roboto", sans-serif;
}

@font-face {
  font-family: "Ethnocentric-Light";
  src: url(https://checkout.groov.me/assets/fonts/Ethnocentric-Light.ttf);
  src: url(https://checkout.groov.me/assets/fonts/Ethnocentric-Light.eot);
  src: url(https://checkout.groov.me/assets/fonts/Ethnocentric-Light.svg);
  src: url(https://checkout.groov.me/assets/fonts/Ethnocentric-Light.woff);
  src: url(https://checkout.groov.me/assets/fonts/Ethnocentric-Light.woff2);
  font-weight: Light;
}

@font-face {
  font-family: "Proxima";
  src: url(https://checkout.groov.me/groov/assets/fonts/ProximaNova/Proxima_Nova.ttf);
}
@font-face {
  font-family: "Proxima-Bold";
  src: url(https://checkout.groov.me/groov/assets/fonts/ProximaNova/ProximaNova-Bold.otf);
}@font-face {
  font-family: "Proxima-Regular";
  src: url(https://checkout.groov.me/groov/assets/fonts/ProximaNova/ProximaNova-Regular.otf);
}
@font-face {
  font-family: "Proxima-Semibold";
  src: url(https://checkout.groov.me/groov/assets/fonts/ProximaNova/ProximaNova-Semibold.otf);
}

h2,
h3,
h4,
h5,h6 {
  font-weight: bold;
  font-size: 20px;
}

.thank-you-message svg {
  color: rgb(69 192 183)!important;
  width: 60px;
}

.order-confirmation p, .order-details h5, .order-details h6, .contact-email{
  color: #000;
}

.textClass h6 , .order-head h6 p.hlp{
  color: #fff!important;
}
.hlp a {
  color: rgb(69 192 183)!important;
}

.input-group-wrapper{
  /* display: none; */
}

.onMobile{
  display: none;
}

.onDesktop{
  display: block;
}

.main-nav .container-fluid {
  display: flex;
  align-items: center;
}

.ElementsApp input{
  padding: 10px;
  height: 15px!important;
}

/* HTML: <div class="loader"></div> */

.loading-container,#payNow-spinner,#ship-methodLoading,.orderBtnSpinner{
  display: none;
}

#ship-methodLoading{
  margin-top: 10px;
  margin-bottom: 20px;
}

.btn-close svg {
  height: auto;
    width: 20px;
}

.modal-content{
  background-color: #000;
}
p.go06b0{
  margin-bottom: 0;
}
.form-floating input, .form-floating select{
  border-radius: 0.4rem;
}

/* .loader {
  width: 120px;
  height: 22px;
  border-radius: 40px;
  color: #514b82;
  border: 2px solid;
  position: relative;
  overflow: hidden;
}
.loader::before {
  content: "";
  position: absolute;
  margin: 2px;
  width: 14px;
  top: 0;
  bottom: 0;
  left: -20px;
  border-radius: inherit;
  background: currentColor;
  box-shadow: -10px 0 12px 3px currentColor;
  clip-path: polygon(0 5%, 100% 0,100% 100%,0 95%,-30px 50%);
  animation: l14 1s infinite linear;
}
@keyframes l14 {
  100% {left: calc(100% + 20px)}
} */


/* Skeleton base styles */
.skeleton-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.skeleton {
  background: linear-gradient(
    90deg,
    #b8b8b8 25%,
        #aeaeae 50%,
    #cdcdcd 75%
  );
  background-size: 200% 100%;
  animation: pulse 1.5s infinite;
  border-radius: 4px;
}

/* Pulse animation */
@keyframes pulse {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

/* Header */
.skeleton-header {
  height: 20px;
  width: 50%;
}

/* Buttons */
.skeleton-buttons {
  display: flex;
  gap: 10px;
}

.skeleton-btn {
  height: 40px;
  width: 170px;
}

.skeleton-img {
  height: 50px;
  width: 50px;
}

.skeleton-phead {
  height: 15px;
  width: 150px;
}

.skeleton-ptag {
  height: 14px;
  width: 60px;
}
.skeleton-ahead{
  height: 20px;
  width: 100px;
}

.skeleton-ades{
  height: 14px;
  width: 100%;
}


/* Panels */
.skeleton-panels {
  display: flex;
  gap: 20px;
}

.skeleton-left,
.skeleton-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Lines and boxes */
.skeleton-line {
  height: 20px;
  width: 80%;
}

.skeleton-box {
  height: 60px;
  width: 100%;
}


.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #00a9f5;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #00a9f5 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.trigger{
  text-align: center;
padding: 7px 13px;
background: #3e3e3e;
color: #fff;
font-size: 15px;
outline: none;
border: none;
border-radius: 5px;
}

.cmodal {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
visibility: hidden;
transform: scale(1.1);
transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
z-index: 9999;
}
.cmodal-content {
    position: absolute;
    top:10%;
    left: 0;
    background-color: #222730;
    color: #fff;
    padding: 1rem 2rem;
    width: 100%;
    height: 100%;
    border-radius: 18px 18px 0px 0px;
    box-sizing: border-box;
    margin: 0 auto;
    right: 0;
}
.cmodal-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
}

p.csubHead {
  color: #00a9f5;
}

.close-button {
  display: none;
float: right;
width: 1.5rem;
line-height: 1.5rem;
text-align: center;
cursor: pointer;
border-radius: 0.25rem;
background-color: lightgray;
}
.close-button:hover {
background-color: darkgray;
}
.show-modal {
opacity: 1;
visibility: visible;
transform: scale(1.0);
transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}


.loader {
  color: #00a9f5;
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}

@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em,
    0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
    0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 
    0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 
    0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, 
    -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, 
    -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
     -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, 
     -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
     -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, 
     -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 
    0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes round {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}
 

@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em,
    0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
    0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 
    0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 
    0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, 
    -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, 
    -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
     -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, 
     -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
     -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, 
     -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 
    0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes round {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}
 

/* Animation */
@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}


.navbar-brand-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0;
}

.sticky-div {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: auto;
  padding: 38px;
}

.sticky-div hr{
  color: antiquewhite;
}

.sticky-div::-webkit-scrollbar {
  display: none;
}

label {
  color: #808080!important;
}

.label-1 {
  position: absolute;
  margin-left: 25px;
  margin-top: 6px;
  color: black;
}

/* .sticky-div {
  position: -webkit-sticky; 
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: auto; 
} */

.navbar-brand {
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  color:#fff;
}

.input-group {
  position: relative;
}

.input-group-append {
  position: absolute;
  top: 40%;
  right: 23px;
  transform: translateY(-50%);
  font-size: 20px;
  color: lightgray;
}

.custom-checkout-box {
  background: #000;
  display: none;
}

.checkout-container {
  background: linear-gradient(to right, #fff 50%, #000 50%);
  max-width: 1200px;
  background: #000;
  padding: 0rem;
  /* border-radius: 0.5rem; */
}

.order-summary {
  padding: 1rem;
  border-radius: 0.5rem;
  z-index: 1000;
  padding: 2rem;
}
 h4, h5, p,span{
  color:#fff;
}

.shippingbox span{
  color:#000;
}

.main-class {
  border-left: 1px solid #393939;
  position: relative;
}

.main-class:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 49.5vw;
  height: 100%;
}

.total-amount {
  font-size: 1.5rem;
  font-weight: bold;
}

.form-control {
  margin-bottom: 15px;
  font-family: sans-serif;
}

.card-header {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.card-header .badge {
  background-color: #ff9900;
  color: #fff;
  font-size: 18px;
  border-radius: 0px;
}

.form-check-label {
  margin-left: 10px;
}

.form-check-input:checked{
  background-color: #67C1B6;
}

.subscriptionPolicy{
  color: #67C1B6;
}

.btn-pay-now, .btn-continue-shopping {
  background-color: #67C1B6;
  color: white;
  width: 100%;
  padding: 10px 0;
  font-size: 1.25rem;
  border: none;
  cursor: pointer;
  border-radius: 0.2rem;
  z-index: 999;
}

.btn-pay-now:hover , .btn-continue-shopping:hover{
  background-color: #56aba1;
  color: #fff;
}

.btn-pay-now:active , .btn-continue-shopping:active{
  background-color: #56aba1;
}

.btn-pay-now:disabled , .btn-continue-shopping:disabled{
  opacity: .65;
  pointer-events: none;
  user-select: none;
}

.custom-height {
  height: 57px;
  width: 80px;
}

.shipping-method {
  padding: 13px;
  border-radius: 3px;
  color: #bdbdbd;
  background: #343434;
}

.accordion-container{
  display: none;
  background-color: #343434;
  padding: 0;
}

.accordion-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
}

#accordionContent {
display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #000;
  transition: all .5s ease-in-out;
}
#accordionContent.show {
  /* max-height: 200px; */
display: block;
transition: all .5s ease-in-out;

  height: 100%;
  max-height: fit-content;
}

#accordionButton{
  border: none;
  background-color: transparent;
  color: #67C1B6!important;
  font-size: 14px;
}

button#accordionButton svg {
  width: 10px;
  fill: #67C1B6;
  margin-left: 10px;
}

#accordionButton span{
  color: #67C1B6;
  text-transform: capitalize;
}

/* #accordionButton svg{
  transition: 0.5s all;
} */

.card-header {
  border: 1px solid #7bb6d5;
  background-color: #f0f5fe;
  height: 52px;
}

.lineitems-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1rem;
}

.lineitems-inner{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}

.quantityBadge{
  border-radius: 50rem;
  background-color: grey;
  transform:translate(-50%,-50%);
  position: absolute;
  top: 0;
  left: 100%;
}

.propertiesUl{
  padding-left: 0;
  list-style: none;
  font-size: 12px;
}

.billing-address {
  display: none;
  margin-top: 20px;
}

.card-body {
  background-color: #f5f5f5;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-nav {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #393939;
  padding: 0.5rem 1rem;
  height: 65px;
}

.font-icon {
  font-size: 1.5rem;
  /* margin-right: 10px; */
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

.placeholder-gray::placeholder {
  color: #808080;
}

.placeholder-gray {
  border-radius: 0;
  height: 45px;
  background-image: unset !important;
}

.fixed-width-button {
  width: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#spinner {
  margin-right: 5px;
}

.invalid-feedback {
  display: none;
}

.is-invalid + .invalid-feedback {
  display: block;
}

select option[value=""] {
  color: #808080;
}

select:invalid {
  color: #808080;
  font-family: sans-serif;
}

#cardNumber::placeholder,
#expirationDate::placeholder,
#securityCode::placeholder,
#nameOfCard::placeholder,
#sameAddress::placeholder,
#discountCode::placeholder {
  color: #808080;
}

/* input,
select {
  border-radius: 0;
  height: 45px;
  background-image: unset !important;  
} */

.form-floating input {
  margin-bottom: 0;
}
.form-control.is-invalid ~ .invalid-feedback::before {
  display: none;
}

.addressIcon {
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: darkgray;
  z-index: 1000;
}
i.fas.fa-info-circle.circleIcon {
  margin-bottom: 10px;
}

span.fa.fa-search.position-absolute.addressIcon {
  top: 30px;
  right: 10px;
}
/* Hide the icon when there is an error */
.form-floating.has-error .addressIcon {
  display: none;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}

.billingAddress {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.card-body {
  max-height: 100%;
  /* overflow: hidden; */
  /* opacity: 0; */
  padding: 0% 2%;
  background-color: white;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}

.card-body.show {
  max-height: 100%;
  opacity: 1;
}

.card-body.hide {
  max-height: 0;
  opacity: 0;
}

.subscriptionPolicy {
  font-family: sans-serif;
}

.blur {
  filter: blur(20px);
  transition: filter 2s;
}

hr {
  margin: 0 !important;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide the spinner in Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.popover .popover-header {
  background-color: black !important;
  color: white !important;
}

.popover .popover-body {
  background-color: black !important;
  color: white !important;
  border-radius: 10px;
}

.confirmation-page {
  max-width: 800px;
  margin: 20px auto;
}
.map-container {
  width: 100%;
  height: 200px;
  background: url("https://maps.googleapis.com/maps/api/staticmap?center=Whitehorse,Yukon&zoom=13&size=600x300&key=YOUR_API_KEY")
    no-repeat center center;
  background-size: cover;
}
.order-confirmation,
.order-details {
  font-size: 16px; /* Adjust font size as needed */
}
.order-confirmation h6,
.order-confirmation p {
  font-size: inherit; /* Ensures consistency with parent font size */
}
.map iframe {
  width: 100%;
  height: 300px;
  border: 0;
}
.btn-style {
  background-color: white;
  border: 1.4px solid black;
  color: #007bff;
  border-radius: 3px;
}
.para {
  font-size: larger !important;
}
.thank-you-message {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}
.thank-you-message div{
  color: #fff;
}
.thank-you-message i {
  font-size: 24px; /* Adjust size as needed */
  margin-right: 8px; /* Adjust spacing as needed */
  margin-bottom: 6px;
}
.emailStyle {
  color: black;
}
.textClass {
  font-size: 25px;
  margin-top: 10px;
  color: #fff;
}

/* Responsive styles */
@media (max-width: 320px) {
  .checkout-container {
    padding: 20px;
  }
}

@media (max-width: 425px),
  (max-width: 768px),
  (max-width: 1024px),
  (max-width: 1115px),
  (max-width: 1215px) {
  .checkout-container {
    padding: 20px;
  }
}

@media (max-width: 991px){
  .sticky-div{
    position: relative;
    height: auto;
    padding:1rem ;
    padding-top: 0;
  }
  .onMobile{
    display: block;
  }
  .onDesktop{
    display: none;
  }
  .main-class{
    border-left:0;
  }
  .accordion-container{
    display: block;
  }
  .checkout-container .row{
    justify-content: center;
  }
  .tq-left-div{
    flex-direction: column-reverse;
  }
  .text{
    margin-left: 20px;
  }
  .order-summary{
    padding-top: 0;
    padding: 1rem;
  }
  .header{
    display: block;
  }
}
@media (min-width: 992px){
  .header{
    display: none;
  }
  .parent-class{
    display: block;
  }
}

.not-found-container {
  height: 100vh;
  width: 100%;
  position: relative;
}

.not-found-inner {
  width:-webkit-fill-available;
  height: 100vh;
  display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#discountTag div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  gap: 4px;
  border-radius: 0;
  background-color: #3f3f3f;
  padding: 4px 4px 5px 11px;
  color: #C0C0C0;
  border-radius: 4px;
}

svg#Discount {
  width: 25px;
}

.discountCrossBtn{
  margin-left: 5px;
}

#discountTag span svg {
  cursor: pointer;
  fill: #C0C0C0;
}

#discountTag span svg:hover {
  fill: #fff;
}

.line-total .line-key{
  font-weight: 600;
  font-size: 20px ;
}

.order-line-items .img-thumb{
  height: 100%;
  width: 100%;
  max-height: 75px;
  max-width: 75px;
  object-fit: cover;
  border: 2px solid grey;
}

.dtli{
  display: none;
}
.dtli #discountTagLineItems{
  margin-top: 8px;
}
.dtli #discountTagLineItems .line-key{
  color: #C0C0C0;
}

.custom-alert {
  background-color: #ffefeb;
  border-color: #ffd4c5;
  color: #856404;
}
.custom-alert .bi {
  color: #f5c6cb;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

#thankyouSection .order-summary div{
margin-bottom: 10px;
}