/* Fonts */
/* Colors */
/* Social Colors */
/*$facebook: #3b5998;
$twitter: #00aced;
$youtube: #bb0000;
$linkedin: #007bb5;
$instagram: #125688;
$pinterest: #cb2027;

$apple: #aaa;
$android: #A4C639;*/
html {
  height: 100%;
  overflow-y: auto;
}

body {
  width: 100%;
  min-height: 100%;
  position: relative;
  padding-bottom: 200px;
}

#package {
  background-color: white !important;
}

.site-wrap {
  width: 100%;
  min-height: 100%;
  display: block;
  background-color: #fff;
  position: relative;
  float: left;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  -webkit-transition: width 2s;
  /* Safari */
  transition: width 2s;
  overflow-x: hidden;
  overflow-y: scroll;
}

hr {
  border-top-color: #ddd !important;
}

/* NAVIGATION */
#navigation {
background-color: #f2f2f2;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 10px;
}
#navigation a {
  position: relative;
  color: #4f4f4f !important;
}
#navigation a span {
  position: absolute;
  top: -8px;
  right: -26px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  background-color: #B61A25;
  color: white;
  font-size: 1rem;
  font-weight: bold;
}

/* END NAVIGATION */
.break {
  /*flex-basis: 100%;*/
  width: 0px;
  height: 0px;
  overflow: hidden;
  display: inline-block;
}

.row {
  flex-flow: row wrap !important;
}

/* 2. INLINE POPUP */
.inline-popup {
  position: relative;
  background: #FFF;
  padding: 0;
  width: auto;
  margin: 30px auto;
  overflow: auto;
  max-width: 540px;
  border-radius: 5px;
}
.inline-popup#choice-popup {
  background-color: #fafafa;
  max-width: 85%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .inline-popup#choice-popup {
    max-width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .inline-popup#choice-popup {
    max-width: 95%;
  }
}
.inline-popup img {
  float: left;
  display: block;
  width: 100%;
}

/* 2. END INLINE POPUP */
/* CARD */
.card {
  float: left;
  display: block;
  width: 100%;
  max-width: 400px;
  position: relative;
  padding: 1.5em 0;
  z-index: 2;
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid rgba(61, 61, 64, 0.125);
  box-sizing: border-box;
}
.card.transparent {
  border: none !important;
}
.card.white {
  background-color: white;
}
.card img {
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 1.75em;
}
.card:hover.white {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 0 8px 9px rgba(0, 0, 0, 0.02);
}

/* END CARD */
/* CART */
#cart table, #checkout table, #done table, #quotation table, #order table, #catalog table, #paynow table {
  float: left;
  display: table;
  width: 100%;
  max-width: 100%;
  margin: 1em 0 2em 0;
}
#cart table tr, #checkout table tr, #done table tr, #quotation table tr, #order table tr, #catalog table tr, #paynow table tr {
  width: 100%;
  vertical-align: middle;
}
#cart table tr td, #checkout table tr td, #done table tr td, #quotation table tr td, #order table tr td, #catalog table tr td, #paynow table tr td {
  padding: 1em 0.35em;
}
#cart table tr td p, #checkout table tr td p, #done table tr td p, #quotation table tr td p, #order table tr td p, #catalog table tr td p, #paynow table tr td p {
  margin-bottom: 0;
}
#cart table tr td p span, #checkout table tr td p span, #done table tr td p span, #quotation table tr td p span, #order table tr td p span, #catalog table tr td p span, #paynow table tr td p span {
  color: #B61A25;
}
#cart table tr td:nth-child(2) p, #checkout table tr td:nth-child(2) p, #done table tr td:nth-child(2) p, #quotation table tr td:nth-child(2) p, #order table tr td:nth-child(2) p, #catalog table tr td:nth-child(2) p, #paynow table tr td:nth-child(2) p {
  word-break: break-all;
}
#cart table tr td a.open-image-popup, #checkout table tr td a.open-image-popup, #done table tr td a.open-image-popup, #quotation table tr td a.open-image-popup, #order table tr td a.open-image-popup, #catalog table tr td a.open-image-popup, #paynow table tr td a.open-image-popup {
  width: 64px;
  height: 64px;
  display: block;
  position: relative;
  border: 1px solid rgba(61, 61, 64, 0.2);
}
#cart table tr td a.open-image-popup img, #checkout table tr td a.open-image-popup img, #done table tr td a.open-image-popup img, #quotation table tr td a.open-image-popup img, #order table tr td a.open-image-popup img, #catalog table tr td a.open-image-popup img, #paynow table tr td a.open-image-popup img {
  width: 100%;
}
#cart aside, #checkout aside, #done aside, #quotation aside, #order aside, #catalog aside, #paynow aside {
  padding: 30px 0;
  float: left;
  display: block;
  width: 100%;
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
}
#cart aside h5 span, #checkout aside h5 span, #done aside h5 span, #quotation aside h5 span, #order aside h5 span, #catalog aside h5 span, #paynow aside h5 span {
  color: #B61A25;
  text-transform: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #cart aside, #checkout aside, #done aside, #quotation aside, #order aside, #catalog aside, #paynow aside {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  #cart aside, #checkout aside, #done aside, #quotation aside, #order aside, #catalog aside, #paynow aside {
    padding: 30px 0;
  }
}

/* END CART */
footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 30px;
  border-top: 1px solid #ddd;
}
footer span {
  display: inline-block;
}

.pagination {
  padding: 1em;
  margin-bottom: 2em;
  display: block;
  text-align: center;
}

.pagination strong {
  display: inline-block;
  border: 0;
  background-color: #9b4dca;
  color: #fff;
  padding: 0.5em;
  margin-right: 0.5em;
  border-radius: 0.5em;
  min-width: 3em;
  line-height: 2em;
  text-align: center;
  font-size: 1em;
}

.pagination a {
  display: inline-block;
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  border-radius: 0.5em;
  min-width: 3em;
  line-height: 2em;
  text-align: center;
  font-size: 1em;
}

.filter {
  margin-bottom: 1rem;
}

.filter label {
  display: inline-block;
  vertical-align: middle;
}

.button {
  background-color: #C91D29;
  border-color: #C91D29;
}

a {
  color: #184164;
}

a:hover {
  color: #2288cc;
}

.container {
  max-width: 100%;
}

.column .card {
  float: none;
  margin: auto;
}

/*# sourceMappingURL=main.css.map */
