/* Imports */
@import url(fonts.googleapis.com/css?family=Open+Sans);
/* Paddings & boarders are included in the total height & width */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  font-family: Google Sans, Roboto, Montserrat;
}

/*prevent from get involved other elements*/
.row::after {
  content: "";
  clear: both;
  display: table;
}

.fixed {
  position: fixed;
}

.center {
  margin: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

[class*=classic-] {
  padding: 16px 0px;
}

.text-left-s {
  text-align: left;
}

.text-right-s {
  text-align: right;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.weight-300 {
  font-size: inherit;
  font-weight: 300;
}
.weight-600 {
  font-size: inherit;
  font-weight: 600;
}
.weight-900 {
  font-size: inherit;
  font-weight: 900;
}
.weight-lighter {
  font-size: inherit;
  font-weight: lighter;
}
.weight-bold {
  font-size: inherit;
  font-weight: bold;
}

.padding-killer-top {
  padding-top: 0;
}
.padding-killer-bottom {
  padding-bottom: 0;
}

.hilighted {
  color: #ff6fff;
}

.bg-highlighted {
  font-size: inherit;
  color: #000000;
  font-weight: bold;
  position: relative;
}

.active::after {
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #222222;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  max-width: 600px;
  margin: auto;
  padding: 24px 0px 16px 0;
  text-align: center;
}

h1 {
  font-size: 28px;
  line-height: 32px;
}

h2 {
  font-size: 24px;
  line-height: 28px;
}

h3 {
  font-size: 20px;
  line-height: 24px;
}

h4 {
  font-size: 18px;
  line-height: 22px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 18px;
}

/* For MamineGr */
span {
  font-size: 14px;
  font-weight: 300;
}

h6 {
  margin-left: 0px;
  font-weight: 600;
  text-align: left;
}

@media only screen and (min-width: 600px) {
  /* For large-mobiles: */
  h3,
h6 {
    padding: 32px 0px;
  }

  .text-left-s {
    text-align: center;
  }

  .text-right-s {
    text-align: center;
  }
}
#main-view h5 {
  padding: 0 0 16px 0;
  line-height: 30px;
}
#main-view h5.extra-padding {
  padding-bottom: 56px;
}
#main-view .row {
  align-items: flex-start;
}
#main-view .row .panel {
  margin-right: 0px;
}
#main-view .row .panel-header {
  position: relative;
}
#main-view .row .panel-header-title {
  padding: 0px;
  border-bottom: dashed 1px #ff6fff;
}
#main-view .row .panel-header-title h3 {
  color: #ff6fff;
  font-weight: 500;
}
#main-view .row .panel-body-top .price-indicator {
  font-size: 12px;
  text-align: center;
}
#main-view .row .panel-body-top .price-value {
  font-size: 52px;
  text-align: center;
}
#main-view .row .panel-body-top .price-value span {
  font-size: 36px;
}
#main-view .row .panel-body-top .photos {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#main-view .row .panel-body-top .photos .img-central,
#main-view .row .panel-body-top .photos .img-left,
#main-view .row .panel-body-top .photos .img-right {
  border-radius: 100%;
}
#main-view .row .panel-body-top .photos .img-central .img-responsive,
#main-view .row .panel-body-top .photos .img-left .img-responsive,
#main-view .row .panel-body-top .photos .img-right .img-responsive {
  width: 100%;
  height: auto;
  border-radius: 50%;
  display: block;
}
#main-view .row .panel-body-top .photos .img-central .img-label,
#main-view .row .panel-body-top .photos .img-left .img-label,
#main-view .row .panel-body-top .photos .img-right .img-label {
  display: flex;
  justify-content: center;
  color: #ff6fff;
}
#main-view .row .panel-body-top .photos .img-central {
  width: 40%;
  height: auto;
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.25);
  z-index: 2;
}
#main-view .row .panel-body-top .photos .img-central.img-central-flat {
  width: 100%;
  border-radius: 0;
}
#main-view .row .panel-body-top .photos .img-central.img-central-flat img {
  border-radius: 0;
}
#main-view .row .panel-body-top .photos .img-left,
#main-view .row .panel-body-top .photos .img-right {
  width: 30%;
  height: auto;
}
#main-view .row .panel-body-top .photos .img-left.next-btn,
#main-view .row .panel-body-top .photos .img-right.next-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-view .row .panel-body-top .photos .img-right.next-btn {
  border-radius: 0px;
  height: 56px;
  width: 28px;
  border-bottom-left-radius: 28px;
  border-top-left-radius: 28px;
  background-color: #D8D8D8;
}
#main-view .row .panel-body-top .photos .img-left.next-btn {
  border-radius: 0px;
  height: 56px;
  width: 28px;
  border-bottom-right-radius: 28px;
  border-top-right-radius: 28px;
  background-color: #D8D8D8;
}
#main-view .row .panel-body-top .photos .color-metric .metric-title,
#main-view .row .panel-body-top .photos .length-metric .metric-title {
  font-size: 12px;
}
#main-view .row .panel-body-top .photos .color-metric .metric-value,
#main-view .row .panel-body-top .photos .length-metric .metric-value {
  font-size: 20px;
  font-weight: 400;
}
#main-view .row .panel-body-top .photos .color-metric .metric-value span,
#main-view .row .panel-body-top .photos .length-metric .metric-value span {
  font-size: 12px;
}
#main-view .row .panel-body-top .photos.classic-t-9 {
  justify-content: space-between;
  padding: 0 0 16px 0;
  margin-top: -57px;
}
#main-view .row .panel-body-down {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 0px 0 24px 0;
  margin-left: auto;
  margin-right: auto;
}
#main-view .row .panel-body-down h6 {
  padding: 0 0 8px 0;
  margin: auto;
  text-align: center;
}
#main-view .row .panel-body-down-tip {
  padding: 0 0 8px 0;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: baseline;
  position: relative;
}
#main-view .row .panel-body-down-tip::before {
  content: url(../assets/Icons/check.png);
  position: absolute;
  left: -16px;
}
#main-view .row .panel-body-down-tip i {
  padding-right: 8px;
}
#main-view .row .panel-body-down-metrics {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 0 0 16px 0;
}
#main-view .row .panel-body-down-metrics .weight-metric,
#main-view .row .panel-body-down-metrics .quality-metric,
#main-view .row .panel-body-down-metrics .transport-metric {
  min-width: 51px;
}
#main-view .row .panel-body-down-metrics .weight-metric .metric-title,
#main-view .row .panel-body-down-metrics .quality-metric .metric-title,
#main-view .row .panel-body-down-metrics .transport-metric .metric-title {
  font-size: 12px;
}
#main-view .row .panel-body-down-metrics .weight-metric .metric-value,
#main-view .row .panel-body-down-metrics .quality-metric .metric-value,
#main-view .row .panel-body-down-metrics .transport-metric .metric-value {
  font-size: 20px;
  font-weight: 400;
}
#main-view .row .panel-body-down-metrics .weight-metric .metric-value span,
#main-view .row .panel-body-down-metrics .quality-metric .metric-value span,
#main-view .row .panel-body-down-metrics .transport-metric .metric-value span {
  font-size: 12px;
}
#main-view .row .panel-body-down-cta {
  border: 1px solid #ff6fff;
  border-radius: 24px;
  color: #ff6fff;
  font-size: 14px;
  line-height: 18px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 12px 28px;
  margin-top: 16px;
  margin-bottom: 32px;
  text-decoration: none;
}
#main-view .row .panel-body-down-cta:hover {
  background-color: #FFBBFF;
  color: #000000;
  border-color: #000000;
}
#main-view .row .panel-body-down-note {
  font-size: 12px;
  color: #777;
  padding: 16px 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#main-view .row .panel-body-down-note span {
  font-size: 12px;
  font-weight: 600;
}
#main-view .row .panel-footer {
  border-top: 1px solid #dadada;
}
#main-view .row .panel-footer span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 16px;
  color: #ff6fff;
}

@media only screen and (min-width: 600px) {
  /* For large-mobiles: */
  #main-view .row .panel {
    margin-bottom: 48px;
  }
  #main-view .row .panel:nth-child(2n) {
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 768px) {
  /* For tablets: */
}
@media only screen and (min-width: 992px) {
  /* For normal-desktop: */
  #main-view .row {
    justify-content: space-between;
  }
  #main-view .row .panel {
    margin-right: auto;
  }
  #main-view .row .panel-footer {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  /* For large-desktop: */
}

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