:root{
  --accent-color: #ad2105;
}

.owl-nav{
display: none !important;
}

.owl-dots{
bottom: 0px;
}

.form-select{
padding: 10px;
font-size: 13px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0;
//background-color: transparent;
background-image: none;
border: 1px solid #757575;
//color: white;
border-radius: .375rem;
}

.form-control{
padding: 10px!important;
font-size: 13px!important;
font-weight: 400!important;
line-height: 20px!important;
letter-spacing: 0!important;
background-color: transparent!important;
background-image: none!important;
border: 1px solid #757575!important;
color: white!important;
border-radius: .375rem!important;
}

.input::placeholder {
color: gray;
}

#quantity::-webkit-outer-spin-button, #quantity::-webkit-outer-spin-button {
-webkit-appearance: none;
}

.addOrSub {
font-family: 'Kaushan Script', cursive;
font-size: 36px;
vertical-align: middle;
background-color: transparent;
border: none;
color: white;
}

#quantity {
font-family: 'Kaushan Script', cursive;
margin-left: 20px;
margin-right: 20px;
margin-top: 10px;
margin-bottom: 10px;
color: white;
text-align: center;
font-size: 26px;
display: inline-block;
vertical-align: middle;
background-color: transparent;
border: none;
-moz-appearance: textfield;
}
/* ----------------------------
MODAL STYLES
-------------------------------*/

.profile-modal, .cookies-modal-consent{
  background: #1c1c1c url(../img/bg.png) repeat fixed;
  color: white;
  border-radius: 0px;
  overflow: hidden;
}

.profile-modal .modal-header{
  border-bottom: none;
}

.profile-modal .modal-footer{
  border-top: none;
}

.profile-animation-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--accent-color));
  animation: slide_top 2s linear infinite;
}

@keyframes slide_top {
  0% {
      transform: translateX(-100%);
  }
  100% {
      transform: translateX(100%);
  }
}

.profile-animation-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, var(--accent-color));
  animation: slide_right 2s linear infinite;
  animation-delay: 1s;
}

@keyframes slide_right {
  0% {
      transform: translateY(-100%);
  }
  100% {
      transform: translateY(100%);
  }
}

.profile-animation-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, transparent, var(--accent-color));
  animation: slide_bottom 2s linear infinite;
}

@keyframes slide_bottom {
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}

.profile-animation-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to top, transparent, var(--accent-color));
  animation: slide_left 2s linear infinite;
  animation-delay: 1s;
}

@keyframes slide_left {
  0% {
      transform: translateY(100%);
  }
  100% {
      transform: translateY(-100%);
  }
}

/* ----------------------------
 ALERT STYLES
-------------------------------*/


.swal2-popup {
background-color: rgba(0, 0, 0, 0.8) !important;
color: white !important;
font-size: 1.6rem !important; /* Change this to your desired font size */
width: 600px !important; /* Change this to your desired width */
}

.swal2-icon-success .swal2-title {
color: #1DBF6A !important;
}

.swal2-success-circular-line-left, .swal2-success-circular-line-right, .swal2-success-fix {
  background-color: transparent !important;
}

.swal2-success-ring{
  border-color: #1DBF6A !important;
}

.swal2-success-line-tip,
.swal2-success-line-long {
  background-color: #1DBF6A !important;
}

.swal2-confirm {
  background-color: #1DBF6A !important;
  border-color: #1DBF6A !important;
}

.swal2-icon-error .swal2-title {
color: red !important;
}

.swal2-icon-error .swal2-actions .swal2-confirm {
  background-color: red !important;
  border-color: red !important;
}

.swal2-x-mark-line-left, .swal2-x-mark-line-right{
  background-color: red !important;
}

.swal2-error{
  border-color: red !important;
}

.swal2-info{
  border-color: cyan !important;
  color: cyan !important;
}

.swal2-icon-info .swal2-title {
color: cyan !important;
}

/* .swal2-icon-info .swal2-actions .swal2-confirm {
  background-color: cyan !important;
  border-color: cyan !important;
} */

.swal2-warning{
  border-color: #FFD700 !important;
  color: #FFD700 !important;
}

.swal2-icon-warning .swal2-title {
color: #FFD700 !important;
}

.swal2-icon-warning .swal2-actions .swal2-confirm {
  background-color: #FFD700 !important;
  border-color: #FFD700 !important;
}

/* ----------------------------
 LOGIN PAGE
-------------------------------*/

.login-container, .register{
  padding-top: 200px !important;
}

body {
display: flex;
flex-direction: column;
min-height: 100vh;
}

footer {
margin-top: auto;
}

.inner-padding{
  padding-top: 90px;
}

/* ----------------------------
 Google STYLES
-------------------------------*/


.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state, 
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}


.facebook-button {
  background-color: #1877f2; /* Facebook blue color */
  border-color: #1877f2;
  color: #fff;
}

.facebook-button:hover {
  background-color: #1558c1; /* Darker shade on hover */
}

.facebook-button:active .gsi-material-button-state,
.facebook-button:focus .gsi-material-button-state {
  background-color: #0d3e66; /* Darker shade on active/focus */
}

.arrow-to-back{
max-width: 40px;
margin-left: 50px;
}

@media (max-width: 768px) {

.arrow-to-back{
margin-left: 20px; 
}
}