@import url(https://fonts.googleapis.com/css?family=Lobster|Ubuntu:&display=swap);
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,100;1,200;1,300;1,700&display=swap");

:root {
  --blue: #4285f4;
  --red: #e8112d;
  --default-color: #92989b;
  --red-secondary: #e81151;
}

a:hover {
  color: var(--blue);
}

.white-text {
  color: white;
}

.red-text {
  color: var(--red);
}

.blue-text {
  color: var(--blue);
}

.grey-text {
  color: #fafafa;
}

.grey-300-text {
  color: #9e9e9e;
}

.brand-color {
  color: white;
}

#brand_first_half {
  color: var(--red);
  font-size: 1.2em;
}

#second_second_half {
  color: var(--blue);
  font-size: 1.2em;
}

.nav_item.active {
  color: white;
}

.nav_item.hover,
.nav_item.focus {
  color: white;
}

#header {
  /* background-image: url("../images/blue_world_dotted.png"); */
  /* background-color: #9e9e9e; */
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
  align-items: center;
}

.header {
  margin: 3% 5%;
  background-color: var(--header-color);
  display: flex;
  border-radius: 8px;
  border-color: var(--header-color);
  border-width: 2px;
  border-style: solid;
}

.header-margin {
  padding: 5% 5% 3% 5%;
}

#header a {
  margin-left: 6%;
  margin-right: 0.6%;
}

#header span {
  margin-left: 0.6%;
}

#header #cart_container {
  margin-left: auto;
  width: 10%;
  height: 5%;
  display: flex;
}

#header #img_cart {
  width: 32px;
  height: 32px;
}

#cart_badge {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  font-size: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: coral;
  border-style: solid;
  border-width: 1;
  background-color: coral;
}

.fab {
  display: none;
  position: fixed;
  width: 56px;
  height: 56px;
  z-index: 99;
  bottom: 20px;
  right: 30px;
  background-color: var(--red);
  border-color: var(--red);
  border-width: 2px;
  border-radius: 28px;
  cursor: pointer;
  color: white;
}

.fab:hover {
  background-color: var(--red-secondary);
  border-color: var(--red-secondary);
}

.fab-container {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  cursor: pointer;
}

.fab-icon-holder {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--blue);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.flex {
  display: flex;
}

.flex-horizondal {
  flex-direction: row;
}

.flex-vertical {
  flex-direction: column;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-vertical-center {
  align-items: center;
}

.flex-horizondal-center {
  justify-content: center;
}

.flex-left {
  justify-content: start;
}

.flex-equal {
  flex: 1;
}

.flex-half {
  flex: 0.5;
}

.horizondal {
  flex-direction: row;
}

.vertical {
  flex-direction: column;
}

.label-x-large {
  width: 80%;
}

.label-large {
  width: 50%;
}

.label-small {
  width: 20%;
}

.flex-regular {
  flex: 1;
}

.flex-small {
  flex: 0.1;
}

.icon {
  width: 36px;
  height: 36px;
}

.icon-sm {
  width: 24px;
  height: 24px;
}

.icon-lg {
  width: 50px;
  height: 36px;
}

.icon-xlg {
  width: 80px;
  height: 80px;
}

.icon-center {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 100%;
}

.a_bold {
  font-size: 1em;
  font-weight: 500;
  color: var(--blue);
  cursor: pointer;
}

.block_container {
  width: 100%;
  margin: 1% 3%;
  display: flex;
}

.heading {
  font-weight: 400;
  font-size: 1.3em;
  padding: 8px 2%;
  display: flex;
  justify-content: center;
}

.rounded-corner {
  border-radius: 8px;
  border-color: #eeeeee;
  border-width: 2px;
  border-style: solid;
}

.paragraph {
  margin-top: 5%;
  font-weight: 200;
  font-size: 1.2em;
}

.limit-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.gravity-center {
  text-align: center;
}

.font-bold {
  font-weight: 600;
}

.font-light {
  font-weight: 200;
}

.font-regular {
  font-weight: 400;
}

.x-large {
  font-size: 2.5em;
}

.large {
  font-size: 2em;
}

.medium {
  font-size: 1.5em;
}

.regular {
  font-size: 1em;
}

.regular-semi {
  font-size: 0.8em;
}

.small {
  font-size: 0.5em;
}

.light {
  font-family: Poppins;
  font-weight: 200;
  font-size: 0.8em;
}

.margin {
  margin: 1%;
}

.margin-left-sm {
  margin-left: 1%;
}

.margin-left {
  margin-left: 2%;
}

.margin-top {
  margin-top: 1%;
}

.margin-top-lg {
  margin-top: 5%;
}

.margin-top-xlg {
  margin-top: 8%;
}

.margin-vertical {
  margin: 1% 0%;
}

.margin-vertical-lg {
  margin: 3% 0%;
}

.padding {
  padding: 1%;
}

.padding-md {
  padding: 3%;
}

.padding-lg {
  padding: 5%;
}

.padding-vertical {
  padding-top: 1%;
  padding-bottom: 1%;
}

.padding-horizondal-sm {
  padding-left: 3%;
  padding-right: 3%;
}

.padding-horizondal-md {
  padding-left: 3%;
  padding-right: 3%;
}

.padding-horizondal {
  padding-left: 3%;
  padding-right: 1%;
}

.padding-top {
  padding-top: 10%;
}

.padding-top-md {
  padding-top: 5%;
}

.padding-top-semi-m {
  padding-top: 3%;
}

.padding-top-sm {
  padding-top: 1%;
}

.padding-bottom {
  padding-bottom: 5%;
}

.padding-bottom-lg {
  padding-bottom: 5%;
}

.padding-bottom-md {
  padding-bottom: 3%;
}

.padding-bottom-sm {
  padding-bottom: 1%;
}

.padding-horizondal-lg {
  padding-left: 8%;
  padding-right: 8%;
}

.zero-padding {
  padding: 0%;
  margin: 0%;
  background-color: grey;
}

.form-field-margin-top {
  margin-top: 4%;
}

.center {
  margin: auto;
}

.center-horizondal {
  margin-left: auto;
  margin-right: auto;
}

.center-vertical {
  margin-top: auto;
  margin-bottom: auto;
}

hr {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.form_btn {
  width: 10%;
  margin-top: 3%;
  margin-bottom: 3%;
  background-color: var(--blue);
  border-radius: 8px;
  border-style: solid;
  border-color: var(--blue);
  color: white;
  height: 10%;
}

.form_btn-lg {
  width: 30%;
  background-color: var(--red);
  border-radius: 8px;
  border-style: solid;
  border-color: var(--red);
  color: white;
  padding-top: 2%;
  padding-bottom: 2%;
}

.rounded-btn {
  width: 250px;
  background-color: #ffd600;
  border-radius: 8px;
  border-style: solid;
  border-color: #ffd600;
  color: black;
  padding-top: 2%;
  font-size: 1.2em;
  font-weight: 200;
  padding-bottom: 2%;
  text-align: center;
}

.rounded-btn-md {
  width: 150px;
  background-color: #ffd600;
  border-radius: 8px;
  border-style: solid;
  border-color: #ffd600;
  color: black;
  padding-top: 2%;
  font-size: 1.2em;
  font-weight: 200;
  padding-bottom: 2%;
  text-align: center;
}

.form_btn-md {
  width: 20%;
  background-color: var(--red);
  border-radius: 8px;
  border-style: solid;
  border-color: var(--red);
  color: white;
  padding: 1.3% 0;
}

.form_btn-sm {
  width: 10%;
  height: 5%;
  align-self: center;
  background-color: var(--default-color);
  border-radius: 8px;
  border-style: solid;
  border-color: var(--default-color);
  color: white;
  margin: 3% 4%;
}

.md-h {
  height: 5%;
}

.form_btn-lg:hover {
  color: white;
  text-decoration: none;
}

#toast {
  display: flex;
  width: 100%;
}

#toast label {
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  margin: auto;
  color: white;
  align-self: center;
  background-color: #4e4e4e;
  border-radius: 20px;
  border-color: #4e4e4e;
  border-style: solid;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.invalid_data {
  color: var(--red);
  font-size: 13px;
  font-style: italic;
  display: none;
}

.optional {
  font-weight: 300;
  font-size: 0.6em;
  color: #eeeeee;
  font-style: italic;
}

.card {
  box-shadow: 0 0 8px #ededed;
}

.color-box {
  background-image: url("../images/light_red.svg");
}

.no-color-box {
  background-color: white;
}

/*
  ==============================
   START HTML Layout styling
  ==============================
*/

.container-xsm {
  display: flex;
  width: 20%;
}

.container-sm {
  display: flex;
  width: 30%;
}

.container-md {
  display: flex;
  width: 40%;
}

.container-half {
  display: flex;
  width: 50%;
}

.container-slg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
}

.container-mlg {
  display: flex;
  width: 70%;
}

.container-lg {
  display: flex;
  width: 80%;
}

.container-xlg {
  display: flex;
  width: 100%;
}

.width-full {
  width: 100%;
}

/*
  ==============================
   END HTML Layout styling
  ==============================
*/

/*
  ==============================
   START HTML Component styling
  ==============================
*/

.img-large {
  width: 100%;
  height: 70%;
}

.img-sm {
  width: 60%;
  height: 50%;
}

.button-regualar {
  width: 200px;
  padding: 14px 0px;
}

.button-solid {
  background-color: var(--blue);
  border-radius: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: var(--blue);
}

.button-blank {
  background-color: transparent;
  border-radius: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: white;
}

.collapsed-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/*
  ============================
   END HTML Component styling
  ============================
*/



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .form_btn {
    width: 30%;
    height: 10%;
  }

  #toast label {
    border-radius: 40px;
  }

  .img-large {
    width: 80%;
    height: 60%;
  }

  #brand_first_half {
    color: var(--red);
    font-size: 1em;
  }

  #second_second_half {
    color: var(--blue);
    font-size: 1em;
  }

  .icon-xlg {
    width: 50px;
    height: 50px;
  }

  .x-large {
    font-size: 1.8em;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .form_btn {
    width: 30%;
    height: 10%;
  }

  #toast label {
    border-radius: 30px;
  }

  .img-large {
    width: 70%;
    height: 55%;
  }

  #brand_first_half {
    color: var(--red);
    font-size: 1.1em;
  }

  #second_second_half {
    color: var(--blue);
    font-size: 1.1em;
  }

  .icon-xlg {
    width: 60px;
    height: 60px;
  }

  .x-large {
    font-size: 2.2em;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .form_btn {
    width: 20%;
    height: 10%;
  }

  .img-large {
    width: 80%;
    height: 65%;
  }

  #brand_first_half {
    color: var(--red);
    font-size: 1.2em;
  }

  #second_second_half {
    color: var(--blue);
    font-size: 1.2em;
  }

  .icon-xlg {
    width: 70px;
    height: 70px;
  }

  .x-large {
    font-size: 2.4em;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .form_btn {
    width: 10%;
    height: 10%;
  }

  .img-large {
    width: 100%;
    height: 70%;
  }

  #brand_first_half {
    color: var(--red);
    font-size: 1.2em;
  }

  #second_second_half {
    color: var(--blue);
    font-size: 1.2em;
  }

  .icon-xlg {
    width: 75px;
    height: 75px;
  }

  .x-large {
    font-size: 2.6em;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .form_btn {
    width: 10%;
    height: 10%;
  }

  .img-large {
    width: 100%;
    height: 70%;
  }

  #brand_first_half {
    color: var(--red);
    font-size: 1.2em;
  }

  #second_second_half {
    color: var(--blue);
    font-size: 1.2em;
  }

  .icon-xlg {
    width: 80px;
    height: 80px;
  }

  .x-large {
    font-size: 2.7em;
  }
}

.test {
  background-color: brown;
}

@media print {
  #header {
    height: 10%;
  }
}
