/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/*
|--------------------------------------------------------------------------
| Fonts global path
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| A1 fonts
|--------------------------------------------------------------------------
*/
/*
    Support: woff2 + woff
    Chrome	Safari	Firefox	Opera	IE	Android	iOS
      5+	 5.1+	 3.6+	11.50+	9+	  4.4+	5.1+
*/
@font-face {
  font-family: "A1Sans-Bold";
  src: local("A1Sans-Bold"), url("../fonts/A1Sans-Bold.woff2") format("woff2"), url("../fonts/A1Sans-Bold.woff") format("woff");
}
@font-face {
  font-family: "A1Sans-Light";
  src: local("A1Sans-Light"), url("../fonts/A1Sans-Light.woff2") format("woff2"), url("../fonts/A1Sans-Light.woff") format("woff");
}
@font-face {
  font-family: "A1Sans-Regular";
  src: local("A1Sans-Regular"), url("../fonts/A1Sans-Regular.woff2") format("woff2"), url("../fonts/A1Sans-Regular.woff") format("woff");
}
@font-face {
  font-family: "A1Serif-Bold";
  src: local("A1Serif-Bold"), url("../fonts/A1Serif-Bold.woff2") format("woff2"), url("../fonts/A1Serif-Bold.woff") format("woff");
}
@font-face {
  font-family: "A1Serif-Light";
  src: local("A1Serif-Light"), url("../fonts/A1Serif-Light.woff2") format("woff2"), url("../fonts/A1Serif-Light.woff") format("woff");
}
@font-face {
  font-family: "A1Serif-Regular";
  src: local("A1Serif-Regular"), url("../fonts/A1Serif-Regular.woff2") format("woff2"), url("../fonts/A1Serif-Regular.woff") format("woff");
}
@font-face {
  font-family: "A1SansCondensed-Bold";
  src: local("A1SansCondensed-Bold"), url("../fonts/A1SansCondensed-Bold.woff2") format("woff2"), url("../fonts/A1SansCondensed-Bold.woff") format("woff");
}
@font-face {
  font-family: "A1SansCondensed-Light";
  src: local("A1SansCondensed-Light"), url("../fonts/A1SansCondensed-Light.woff2") format("woff2"), url("../fonts/A1SansCondensed-Light.woff") format("woff");
}
@font-face {
  font-family: "A1SansCondensed-Regular";
  src: local("A1SansCondensed-Regular"), url("../fonts/A1SansCondensed-Regular.woff2") format("woff2"), url("../fonts/A1SansCondensed-Regular.woff") format("woff");
}
/*
|--------------------------------------------------------------------------
| Material icons
|--------------------------------------------------------------------------
*/
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/MaterialIcons-Regular.svg") format("svg"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/* small */
.note {
  font-size: rem-calc(12);
  margin: 0;
  padding: 0;
}

/*
|--------------------------------------------------------------------------
| Fonts weights
|--------------------------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6, b, strong, th {
  font-weight: normal;
}

.font-thin {
  font-weight: 100;
}

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

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

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

.font-medium {
  font-weight: 500;
}

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

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

.font-extra-bold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

/*
|--------------------------------------------------------------------------
| Fonts sizes
|--------------------------------------------------------------------------
*/
.fs-xs {
  font-size: 0.75rem !important;
}

.fs-sm {
  font-size: 0.875rem !important;
}

.fs-base, .footer .list-unstyled li a {
  font-size: 1rem !important;
}

.fs-lg {
  font-size: 1.125rem !important;
}

.fs-xl {
  font-size: 1.25rem !important;
}

.fs-2xl {
  font-size: 1.5rem !important;
}

.fs-3xl {
  font-size: 1.875rem !important;
}

.fs-4xl {
  font-size: 2.25rem !important;
}

.fs-5xl {
  font-size: 3rem !important;
}

/*
|--------------------------------------------------------------------------
| Fonts variables
|--------------------------------------------------------------------------
*/
body {
  font-family: "A1Sans-Regular", sans-serif;
}

/*
|--------------------------------------------------------------------------
| CSS Color Utilities
|--------------------------------------------------------------------------
*/
.text-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-black {
  color: #000000;
}

.bg-black {
  background-color: #000000 !important;
}

.text-red {
  color: #da291c;
}

.bg-red {
  background-color: #da291c !important;
}

.text-red-alt {
  color: #f83a2c;
}

.bg-red-alt {
  background-color: #f83a2c !important;
}

.text-blue {
  color: #6295ac;
}

.bg-blue {
  background-color: #6295ac !important;
}

.text-yellow {
  color: #ffb400;
}

.bg-yellow {
  background-color: #ffb400 !important;
}

.text-orange {
  color: #ffb400;
}

.bg-orange {
  background-color: #ffb400 !important;
}

.text-error {
  color: #c5564e;
}

.bg-error {
  background-color: #c5564e !important;
}

.text-warning {
  color: #f5a623;
}

.bg-warning {
  background-color: #f5a623 !important;
}

.text-gray-10 {
  color: #fcfcfc;
}

.bg-gray-10 {
  background-color: #fcfcfc !important;
}

.text-gray-15 {
  color: #f7f7f7;
}

.bg-gray-15 {
  background-color: #f7f7f7 !important;
}

.text-gray-20 {
  color: #efefef;
}

.bg-gray-20 {
  background-color: #efefef !important;
}

.text-gray-30 {
  color: #d7d7d7;
}

.bg-gray-30 {
  background-color: #d7d7d7 !important;
}

.text-gray-40 {
  color: #bbbbbb;
}

.bg-gray-40 {
  background-color: #bbbbbb !important;
}

.text-gray-50 {
  color: gray;
}

.bg-gray-50 {
  background-color: gray !important;
}

.text-gray-60 {
  color: #585858;
}

.bg-gray-60 {
  background-color: #585858 !important;
}

.text-gray-70 {
  color: #666666;
}

.bg-gray-70 {
  background-color: #666666 !important;
}

.text-gray-80 {
  color: #999999;
}

.bg-gray-80 {
  background-color: #999999 !important;
}

.text-gray-90 {
  color: #333333;
}

.bg-gray-90 {
  background-color: #333333 !important;
}

.text-gray-dark {
  color: #dfe1e6;
}

.bg-gray-dark {
  background-color: #dfe1e6 !important;
}

.text-gray-light {
  color: #eeeff1;
}

.bg-gray-light {
  background-color: #eeeff1 !important;
}

/*
|--------------------------------------------------------------------------
| CSS font utilities
|--------------------------------------------------------------------------
*/
.font-primary-light {
  font-family: "A1Sans-Light", sans-serif;
}

.font-primary {
  font-family: "A1Sans-Regular", sans-serif;
}

.font-primary-bold {
  font-family: "A1Sans-Bold", sans-serif;
}

.font-secondary-light {
  font-family: "A1Serif-Light", serif;
}

.font-secondary {
  font-family: "A1Serif-Regular", serif;
}

.font-secondary-bold {
  font-family: "A1Serif-Bold", serif;
}

.font-tertiary-light {
  font-family: "A1SansCondensed-Light", sans-serif;
}

.font-tertiary {
  font-family: "A1SansCondensed-Regular", sans-serif;
}

.font-tertiary-bold {
  font-family: "A1SansCondensed-Bold", sans-serif;
}

/*
|--------------------------------------------------------------------------
| Spacinig utilites
|--------------------------------------------------------------------------
*/
.padding-left-20 {
  padding-left: 20px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-left-auto {
  padding-left: auto !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.padding-right-auto {
  padding-right: auto !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-top-auto {
  padding-top: auto !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-bottom-auto {
  padding-bottom: auto !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-left-auto {
  margin-left: auto !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-right-auto {
  margin-right: auto !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-auto {
  margin-top: auto !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-auto {
  margin-bottom: auto !important;
}

/*
|--------------------------------------------------------------------------
| Positions
|--------------------------------------------------------------------------
*/
.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

/*
|--------------------------------------------------------------------------
| Breakpoints
|--------------------------------------------------------------------------
*/
/*
 |--------------------------------------------------------------------------
 | Placeholder
 |--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| easing and animations
|--------------------------------------------------------------------------
*/
/*
 |--------------------------------------------------------------------------
 | Clearfix
 |--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Box shadows
|--------------------------------------------------------------------------
*/
hr.blue {
  border-top: 1px solid #6295ac;
}

hr.black {
  border-top: 1px solid #000000;
}

hr.red {
  border-top: 1px solid #da291c;
}

hr.gray {
  border-top: 1px solid #d7d7d7;
}

.list-squared {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.list-squared li a {
  color: #000;
  font-size: 20px;
  padding-left: 35px;
  position: relative;
}
.list-squared li a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 15px;
  height: 15px;
  background: #000;
}
.list-squared li a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #da291c;
}
.list-squared li a:hover:before {
  background: #da291c;
}

.bullets ul li {
  padding: 10px 0 10px 40px;
  position: relative;
  font-size: 13px;
}
.bullets ul li.display:before {
  content: "";
  background: url(../images/bullets-icons/phone.svg);
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  position: absolute;
  top: 8px;
  left: 0;
}
.bullets ul li.memory:before {
  content: "";
  background: url(../images/bullets-icons/memory.svg);
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  position: absolute;
  top: 8px;
  left: 0;
}
.bullets ul li.sd:before {
  content: "";
  background: url(../images/bullets-icons/sd.svg);
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  position: absolute;
  top: 8px;
  left: 0;
}
.bullets ul li.battery:before {
  content: "";
  background: url(../images/bullets-icons/bat.svg);
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  position: absolute;
  top: 8px;
  left: 0;
}
.bullets ul li.camera:before {
  content: "";
  background: url(../images/bullets-icons/photo.svg);
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  position: absolute;
  top: 8px;
  left: 0;
}

.blue-squared-list {
  padding: 0 0 0 20px;
  margin: 0;
  list-style: none;
}
.blue-squared-list li {
  position: relative;
  padding-left: 20px;
}
.blue-squared-list li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #6295ac;
}

.FormGroup--search {
  border-radius: 4px;
}

.custom-radio {
  font-family: "A1Sans-Regular", sans-serif;
}
.custom-radio .custom-control-label {
  margin-bottom: 0;
  margin-left: 7px;
  margin-top: 2px;
}
.custom-radio .custom-control-label:before {
  background-color: #ffffff !important;
  border: 1px solid #ccc;
  background-color: #ffffff !important;
  width: 22px;
  height: 22px;
  left: -5px !important;
}
.custom-radio .custom-control-label:after {
  top: 11px;
  left: 7px;
  width: 12px;
  height: 12px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffffff !important;
  border: 1px solid #ccc;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none !important;
  background-color: #da2a1c !important;
  border-radius: 50%;
}

.custom-control-inline {
  margin-right: 1.9rem;
}

.custom-control-label {
  line-height: 1.9rem;
}

/*
|--------------------------------------------------------------------------
| Select
|--------------------------------------------------------------------------
*/
/**
 * @refactoringneeded
*/
.form-control {
  border-radius: 0 !important;
}
.form-control-lg {
  height: calc(2.9rem + 2px);
}

select {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select.form-control:not([multiple]):not([size]) {
  background-image: none;
  font-family: "A1Sans-Light", sans-serif !important;
  font-size: 1rem;
}

.dropdown svg {
  position: absolute;
  right: 1rem;
  top: 0.8rem;
}

.dropdown.icon-rotated svg {
  transform: rotate(180deg);
}

.PasswordStrength-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 10px;
  justify-content: space-around;
  background-color: #d7d7d7;
}

.PasswordStrength-listItem {
  width: calc(20%);
  height: 10px;
  background-color: #d7d7d7;
  position: relative;
  overflow: hidden;
}
.PasswordStrength-listItem:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  height: 10px;
  width: 100%;
  transition: all 0.3s ease;
}
.PasswordStrength-listItem--active:before {
  left: 0;
}
.PasswordStrength-listItem--active.color-weakest:before {
  background-color: #da291c;
}
.PasswordStrength-listItem--active.color-weak:before {
  background-color: #da291c;
}
.PasswordStrength-listItem--active.color-moderate:before {
  background-color: #6295ac;
}
.PasswordStrength-listItem--active.color-strong:before {
  background-color: #6295ac;
}
.PasswordStrength-listItem--active.color-very-strong:before {
  background-color: #ffb400;
}

.PasswordStrength-content {
  display: flex;
  margin: rem-calc(8) rem-calc(15) 0;
  font-size: rem-calc(12);
  text-align: center;
  color: gray;
  justify-content: space-between;
}
.PasswordStrength-content .rating {
  color: #000000;
}
.PasswordStrength-content--isHidden {
  display: none;
}

/*
|--------------------------------------------------------------------------
| Color Picker Radio Buttons
|--------------------------------------------------------------------------
*/
.ColorPicker .FormGroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.ColorPicker .FormGroup span {
  margin-right: rem-calc(20);
  font-size: rem-calc(14);
}
.ColorPicker .FormControl {
  margin: rem-calc(5) rem-calc(10) rem-calc(5) 0;
}
.ColorPicker .FormControl:last-child {
  margin-right: 0;
}
.ColorPicker .Form-radioLabel {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  padding-left: rem-calc(30);
  font-weight: normal;
  cursor: pointer;
  color: #000000;
  font-size: rem-calc(14);
  font-family: "A1Sans-Light", sans-serif;
  padding-top: 2px;
  height: rem-calc(30);
}
.ColorPicker .Form-radioLabel::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  outline: 0;
  border: none;
  border-radius: 0;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.ColorPicker .Form-radioLabel.black::before {
  background: #000000;
}
.ColorPicker .Form-radioLabel.red::before {
  background: #e8023c;
}
.ColorPicker .Form-radioLabel.rose::before {
  background: #f2ecec;
}
.ColorPicker .Form-radioLabel.orange::before {
  background: #f8e2d8;
}
.ColorPicker .Form-radioLabel.gray::before {
  background: #797979;
}
.ColorPicker .Form-radioLabel.white::before {
  background: #ffffff;
}
.ColorPicker .Form-radioLabel:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -4px;
  top: -4px;
  width: 38px;
  height: 38px;
  border-radius: 0;
  border: 2px solid transparent;
  background-size: 20px 20px !important;
}
.ColorPicker .Form-radio {
  width: 30px;
  height: 30px;
  -webkit-tap-highlight-color: transparent;
}
.ColorPicker--verticalSmall .FormGroup {
  display: block;
}
.ColorPicker--verticalSmall .Form-radio,
.ColorPicker--verticalSmall .Form-radioLabel,
.ColorPicker--verticalSmall .Form-radioLabel::before {
  width: rem-calc(20);
  height: rem-calc(20);
}
.ColorPicker--verticalSmall .Form-radioLabel {
  padding: 0;
}
.ColorPicker--verticalSmall .Form-radioLabel::after {
  width: 24px;
  height: 24px;
  left: -2px;
  top: -2px;
  border: 1px solid transparent;
}
.ColorPicker--verticalSmall .FormControl {
  margin: 0 0 5px;
}
.ColorPicker--horizontalSmall .Form-radio,
.ColorPicker--horizontalSmall .Form-radioLabel,
.ColorPicker--horizontalSmall .Form-radioLabel::before {
  width: rem-calc(20);
  height: rem-calc(20);
}
.ColorPicker--horizontalSmall .Form-radioLabel {
  padding: 0;
}
.ColorPicker--horizontalSmall .Form-radioLabel::after {
  width: 24px;
  height: 24px;
  left: -2px;
  top: -2px;
  border: 1px solid transparent;
}
.ColorPicker--large .FormControl {
  margin: rem-calc(10) rem-calc(20) rem-calc(10) 0;
}
.ColorPicker--large .FormControl:last-child {
  margin-right: 0;
}
.ColorPicker--large .Form-radioLabel {
  padding-left: rem-calc(40);
  height: rem-calc(40);
}
.ColorPicker--large .Form-radioLabel:before {
  width: 40px;
  height: 40px;
}
.ColorPicker--large .Form-radioLabel:after {
  width: 48px;
  height: 48px;
  background-size: 24px 24px !important;
}
.ColorPicker--large .Form-radio {
  width: 40px;
  height: 40px;
}
.ColorPicker .Form-radio:checked + .Form-radioLabel::after {
  background: none;
}
.ColorPicker .Form-radioLabel.white::before {
  border: 2px solid #d7d7d7;
}
.ColorPicker .Form-radio:checked + .Form-radioLabel.white::after {
  border-color: #d7d7d7;
}
.ColorPicker .Form-radio:checked + .Form-radioLabel.black::after {
  border-color: #000000;
}
.ColorPicker .Form-radio:checked + .Form-radioLabel.red::after {
  border-color: #e8023c;
}
.ColorPicker .Form-radio:checked + .Form-radioLabel.rose::after {
  border-color: #f2ecec;
}
.ColorPicker .Form-radio:checked + .Form-radioLabel.orange::after {
  border-color: #f8e2d8;
}
.ColorPicker .Form-radio:checked + .Form-radioLabel.gray::after {
  border-color: #797979;
}
.ColorPicker .Form-radio:disabled + .Form-radioLabel::before {
  border-color: #bdbdbd;
  background: #bdbdbd;
}
.ColorPicker .Form-radio:disabled + .Form-radioLabel::after {
  background: transparent url("../../img/icons/close-white.svg") no-repeat center center;
}

/*
|--------------------------------------------------------------------------
| input search
|--------------------------------------------------------------------------
*/
.FormGroup--search {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.FormGroup--search .Icon-search {
  position: absolute;
  margin-top: 3px;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.FormGroup--search .Icon-search path {
  fill: #585858;
}

.Form-search {
  width: 100%;
  margin-bottom: 0;
  padding: rem-calc(12) rem-calc(12) rem-calc(12) rem-calc(49);
  border-radius: 0;
  font-family: "A1Sans-Bold", sans-serif;
  color: #000000;
  border: 1px solid #d7d7d7;
  font-size: rem-calc(16);
  line-height: 1.5;
}
.Form-search-bigText {
  font-size: 22px;
}
@media screen and (min-width: 480px) {
  .Form-search-bigText {
    font-size: calc-interpolation(480px, 22px, 1440px, 32px);
  }
}
@media screen and (min-width: 1440px) {
  .Form-search-bigText {
    font-size: 32px;
  }
}
.Form-search::-webkit-input-placeholder {
  color: #bbbbbb;
  font-family: "A1Sans-Regular", sans-serif;
  opacity: 1;
}

.Form-search:-moz-placeholder {
  color: #bbbbbb;
  font-family: "A1Sans-Regular", sans-serif;
  opacity: 1;
}

.Form-search::-moz-placeholder {
  color: #bbbbbb;
  font-family: "A1Sans-Regular", sans-serif;
  opacity: 1;
}

.Form-search:-ms-input-placeholder {
  color: #bbbbbb;
  font-family: "A1Sans-Regular", sans-serif;
  opacity: 1;
}

.Form-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: rem-calc(80);
  height: 100%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: #da291c;
  background-image: linear-gradient(45deg, 0%, #f51a6e 100%);
}
.Form-submit .Icon {
  font-size: 2rem;
  color: #ffffff;
}
/*
|--------------------------------------------------------------------------
| input info block
|--------------------------------------------------------------------------
*/
.Form-inputInfo {
  position: absolute;
  top: 16px;
  right: 16px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.Form-inputInfo::before {
  position: relative;
  z-index: 2;
  content: "?";
  width: 18px;
  height: 18px;
  background: #da291c;
  display: block;
  color: #ffffff;
  font-family: "A1Sans-Bold", sans-serif;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  cursor: pointer;
}
.Form-inputInfo:hover, .Form-inputInfo:focus, .Form-inputInfo:active {
  overflow: visible;
}
.Form-inputInfo:hover .Form-inputInfo-text, .Form-inputInfo:focus .Form-inputInfo-text, .Form-inputInfo:active .Form-inputInfo-text {
  opacity: 1;
}
.Form-inputInfo .Form-inputInfo-text {
  opacity: 0;
  position: absolute;
  right: 9px;
  top: 9px;
  z-index: 1;
  width: 200px;
  padding: rem-calc(14) rem-calc(15) rem-calc(12);
  background: #ffffff;
  border: 1px solid #da291c;
  color: #585858;
  font-size: rem-calc(11);
  line-height: rem-calc(13);
  overflow: hidden;
  transition: 0.3s ease-in-out opacity;
}

/*
|--------------------------------------------------------------------------
| input number spinner
|--------------------------------------------------------------------------
*/
.Form-spinnerControls {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 175px;
  height: 50px;
}
.Form-spinnerControls .Form-spinnerDecrease,
.Form-spinnerControls .Form-spinnerIncrease,
.Form-spinnerControls .Form-spinnerInputWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  position: relative;
}
.Form-spinnerControls .Form-spinnerDecrease,
.Form-spinnerControls .Form-spinnerIncrease {
  width: 20%;
  max-width: 50px;
  border: 1px solid #da291c;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.Form-spinnerControls .Form-spinnerDecrease:hover, .Form-spinnerControls .Form-spinnerDecrease:focus,
.Form-spinnerControls .Form-spinnerIncrease:hover,
.Form-spinnerControls .Form-spinnerIncrease:focus {
  background-color: #da291c;
}
.Form-spinnerControls .Form-spinnerDecrease:hover path, .Form-spinnerControls .Form-spinnerDecrease:focus path,
.Form-spinnerControls .Form-spinnerIncrease:hover path,
.Form-spinnerControls .Form-spinnerIncrease:focus path {
  stroke: #ffffff;
}
.Form-spinnerControls .Form-spinnerDecrease path,
.Form-spinnerControls .Form-spinnerIncrease path {
  stroke: #000000;
}
.Form-spinnerControls .Form-spinnerDecrease.disabled,
.Form-spinnerControls .Form-spinnerIncrease.disabled {
  pointer-events: none;
  border-color: #efefef;
  cursor: no-drop;
}
.Form-spinnerControls .Form-spinnerDecrease.disabled path,
.Form-spinnerControls .Form-spinnerIncrease.disabled path {
  stroke: #bbbbbb;
}
.Form-spinnerControls .Form-spinnerDecrease svg {
  transform: rotate(180deg);
}
.Form-spinnerControls .Form-spinnerInputWrap {
  width: calc(100% - 100px);
}
.Form-spinnerControls .Form-spinnerInputWrap .Form-spinnerInput {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding-top: 17px;
  padding-right: 19px;
  padding-bottom: 13px;
  padding-left: 19px;
  box-sizing: border-box;
  font-family: "A1Sans-Bold", sans-serif;
  font-size: rem-calc(16);
  color: #000000;
  text-align: center;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: none;
  border-right: none;
}
.Form-spinnerControls .Form-spinnerInputWrap .Form-spinnerInput:disabled {
  border-color: #efefef;
  background: #efefef;
  color: #bbbbbb;
}
.Form-spinnerControls .Form-spinnerInputWrap .Form-spinnerInput:hover:disabled {
  cursor: no-drop;
}
.Form-spinnerControls .Form-spinnerInputWrap .Form-spinnerInput:disabled + .Form-numbersLabel {
  color: #bbbbbb;
}
.FormGroup--hasError .Form-spinnerControls .Form-spinnerInputWrap .Form-spinnerInput {
  border-top: 1px solid #da291c;
  border-bottom: 1px solid #da291c;
  box-shadow: none;
}
.Form-spinnerControls .Form-spinnerInputWrap .Form-spinnerLabel {
  display: block;
  width: 100%;
  padding: 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 7px);
  font-size: rem-calc(12);
  font-family: "A1Sans-Regular", sans-serif;
  color: gray;
  text-align: center;
}
.Form-spinnerControls .Form-spinnerInputWrap .Form-spinnerLabel + .Form-spinnerInput {
  padding-top: 22px;
  padding-bottom: 8px;
}

/*
|--------------------------------------------------------------------------
| Form link styles
|--------------------------------------------------------------------------
*/
.Form-link {
  display: inline-block;
  margin-top: rem-calc(10);
  margin-left: rem-calc(15);
  border-bottom: 1px solid #d7d7d7;
}
.Form-link .Link {
  font-size: rem-calc(12);
  color: gray;
  text-decoration: none;
}
.Form-link:hover {
  border-color: #da291c;
}
.Form-link:hover .Link {
  color: #da291c;
}

.CustomFee {
  display: none;
}

.Dropdown-selectToggle {
  display: block !important;
}

/* for chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* for mozilla */
input[type=number] {
  -moz-appearance: textfield;
}

/** checkbox */
.formGroup--checkbox {
  position: relative;
  display: block;
}

.form-checkbox {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  box-sizing: border-box;
}

.form-checkbox + .form-checkboxLabel {
  margin-left: 0;
}

.form-checkboxLabel {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-weight: normal;
  cursor: pointer;
  color: #000000;
  font-size: rem-calc(14);
  font-family: "A1Sans-Regular", sans-serif;
  padding-left: 24px;
}
.ListOptions .form-checkboxLabel {
  font-family: "A1Sans-Regular", sans-serif;
}
.form-checkboxLabel:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  outline: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d7;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  background: #ffffff;
}
.ListOptions .form-checkboxLabel:before {
  border-color: #bbbbbb;
}
.form-checkboxLabel:after {
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  left: 4px;
  top: 9px;
  margin: 0;
  padding: 0;
  border: solid #da291c;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translate(-50%, -50%);
}
.form-checkbox:checked + .form-checkboxLabel::after,
.form-checkbox:disabled:checked + .form-checkboxLabel::after {
  content: "";
}

.form-checkbox:disabled + .form-checkboxLabel::after {
  border-color: #585858;
}

.form-checkbox:checked + .form-checkboxLabel::before {
  background: #ffffff;
}

.form-checkbox:disabled + .form-checkboxLabel {
  color: gray;
}

.form-checkbox:disabled + .form-checkboxLabel::before {
  border-color: #efefef;
  background: #efefef;
}

textarea.form-control {
  height: auto;
  resize: none;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}

/* Hide the browser-specific focus styles */
.floating-label-wrap {
  position: relative;
}

.floating-label-field {
  color: #000;
}
.floating-label-field:focus {
  outline: 0;
  box-shadow: 0;
}
.floating-label-field::-moz-placeholder {
  color: transparent;
}
.floating-label-field::placeholder {
  color: transparent;
}

.floating-label-field, .floating-label-field + .floating-label {
  line-height: 1;
  font-size: 1rem;
  padding: 1rem 1rem 0 1rem;
}

.floating-label-field + .floating-label {
  position: absolute !important;
  top: 0px;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 5;
}

.floating-label-field, .floating-label-field + .floating-label {
  position: relative;
}

.floating-label-field + .floating-label {
  transition: transform 0.25s, opacity 0.25s ease-in-out;
  transform-origin: 0 0;
  opacity: 0.5;
}

.floating-label-field:not(:-moz-placeholder-shown) + .floating-label {
  transform: translate(1%, -20%) scale(0.8);
  opacity: 0.25;
}

.floating-label-field:focus + .floating-label, .floating-label-field:not(:placeholder-shown) + .floating-label {
  transform: translate(1%, -20%) scale(0.8);
  opacity: 0.25;
}

.table thead th {
  border-bottom: 3px solid #6295ac;
  font-family: "A1Serif-Regular", serif;
  font-size: 18px;
}
.table tbody tr td {
  font-family: "A1Sans-Light", sans-serif;
  font-size: 16px;
}
.table tbody tr td.fake-thead {
  border-bottom: 3px solid #6295ac;
  font-family: "A1Serif-Regular", serif;
  font-size: 26px;
  padding-top: 35px;
}

.table-bordered {
  border: 1px solid #dee2e6;
  padding: 15px;
}

.table-bordered thead td,
.table-bordered thead th {
  border-top-width: 0;
}

.table-bordered td,
.table-bordered th {
  border-width: 0px;
}

.table-bordered td {
  border-bottom-width: 1px !important;
  border-width: 0;
}

.table-bordered tbody tr:last-of-type td {
  border-bottom-width: 0;
}
.table-bordered tbody tr:last-of-type th {
  border-bottom-width: 0;
}

.accordion {
  border-radius: 0px;
}
.accordion .card {
  background-color: #ffffff;
  border-radius: 0px;
  margin-bottom: -1px !important;
}
.accordion .card-header {
  background-color: #ffffff;
  margin-bottom: -2px;
  padding: 1rem 1.25rem !important;
}
.accordion .card-header:first-child {
  border-radius: 0;
}
.accordion .card-header button {
  width: 100%;
  height: auto;
  text-align: left;
}
.accordion .btn-link {
  color: #000 !important;
  text-decoration: none;
  position: relative;
  font-family: "A1Serif-Light", serif !important;
}
.accordion .btn-link svg {
  position: absolute;
  right: -10px;
  top: 0px;
}
.accordion .btn-link svg path {
  stroke: none;
}
.accordion .btn-link:hover {
  text-decoration: none;
  color: inherit;
}
.accordion .btn-link:hover svg path {
  stroke: none;
}
.accordion .btn-link i.fal {
  color: #da291c;
  padding-right: 10px;
}

.card {
  background: #ffffff;
  border-radius: 0 !important;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}
.card--noShadow {
  box-shadow: none;
}
.card--smallerShadow {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.04);
}
.card--shadow {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.04);
}
.card--gradient {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff 70%, #efefef 100%);
}
.card--no-background {
  box-shadow: none;
  background: transparent;
}
.card--border {
  border: #d7d7d7 1px solid;
}
.card--in-grid {
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .card--inlineDesktop {
    margin-bottom: 0 !important;
  }
}

a {
  color: #6295ac;
  transition: all 150ms;
}
a:hover {
  color: #da291c;
}

.nav-secondary {
  border-bottom: none !important;
}
.nav-secondary .nav-item .nav-link {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  padding: 1rem 0rem 0.5rem 0 !important;
  margin: 0 2em 0 0 !important;
  font-size: 24px;
  font-family: "A1Serif-Light", serif;
}
.nav-secondary .nav-item .nav-link.active {
  color: #000000;
  background-color: transparent !important;
  border-color: transparent !important;
  position: relative;
  padding: 1rem 0rem 0.5rem 0 !important;
  margin: 0 2em 0 0;
}
.nav-secondary .nav-item .nav-link.active:before {
  background: #6295ac;
  height: 3px;
  bottom: 0px;
  opacity: 1;
  width: 100%;
}
.nav-secondary .nav-item .nav-link:hover {
  border-color: transparent;
}
.nav-secondary .nav-item .nav-link:hover:before {
  opacity: 1;
  width: 100%;
}
.nav-secondary .nav-item .nav-link:before {
  background: #6295ac;
  height: 3px;
  bottom: 0px;
  transition: width 0.2s ease;
  -webkit-transition: width 0.2s ease;
  width: 0;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent;
  outline: none;
}

.sidebar_theme {
  height: auto;
  position: relative;
  top: -30px;
  left: 0;
  width: 100%;
  z-index: 2;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
@media only screen and (min-width: 992px) {
  .sidebar_theme {
    position: absolute;
    top: -45px;
  }
}
.sidebar_theme .card {
  margin-bottom: -1px !important;
  padding: 0;
  border-style: none;
  position: relative;
}
.sidebar_theme .card:after {
  content: "";
  height: 1px;
  left: 0;
  bottom: 0;
  width: 95%;
  background: rgba(0, 0, 0, 0.125);
  position: absolute;
  z-index: 1;
}
.sidebar_theme .card:last-of-type:after {
  width: 100%;
}
.sidebar_theme .card .card-header {
  position: relative;
  margin-bottom: 0;
  padding: 0 !important;
  border-bottom: none;
}
.sidebar_theme .card .card-header a {
  color: #000;
  display: flex;
  margin-bottom: -2px;
  padding: 1rem 1.25rem !important;
  transition: all 150ms;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .sidebar_theme .card .card-header a {
    padding: 1.5rem 1.25rem !important;
    font-size: 1.25rem;
  }
}
.sidebar_theme .card .card-header a:hover {
  text-decoration: none;
  color: #da291c;
}
.sidebar_theme .card .card-header a.has-children:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f068";
  float: right;
  color: #da291c;
}
.sidebar_theme .card .card-header a.collapsed.has-children:after {
  content: "\f067";
  color: #000;
}
.sidebar_theme .card .card-header a.active {
  color: #da291c;
}
.sidebar_theme .card .card-body {
  padding: 0rem 1.25rem 1rem 1.25rem;
}
.sidebar_theme ul.submenu li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 5px;
}
.sidebar_theme ul.submenu li a {
  font-size: 17px;
  padding-left: 0;
}
.sidebar_theme ul.submenu li a:before {
  display: none;
}
.sidebar_theme ul.submenu li a.active-link {
  color: #da291c;
}
.sidebar_theme ul.submenu li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 5px;
  width: 5px;
  height: 5px;
  background: #da291c;
}

.inner-page-no-hero .sidebar_theme {
  position: relative;
  top: 0;
}

.nav-primary {
  margin: 20px 0;
  display: block;
}
.nav-primary .nav-item {
  margin-bottom: 15px;
}
.nav-primary .nav-item .nav-link {
  padding: 25px 0 !important;
  text-transform: uppercase;
  font-family: "A1Serif-Light", serif;
  border-radius: 0;
  box-shadow: 0 3px 5px #f7f7f7;
  background-color: #ffffff;
}
.nav-primary .nav-item .nav-link.active {
  background-color: #da291c;
}
.nav-primary .nav-item .nav-link:hover {
  background-color: #da291c;
  color: #fff;
}
.nav-primary .nav-item .nav-link:hover:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .nav-primary {
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .tabsUp {
    position: absolute;
    left: 0;
    right: 0;
    top: -90px;
  }
}

.nav-bordered {
  border-bottom: 0px solid #dee2e6;
  display: block;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .nav-bordered {
    border-bottom: 1px solid #bcbcbc;
    border-width: 3px;
    display: flex;
  }
}
.nav-bordered .nav-item {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .nav-bordered .nav-item {
    margin-bottom: 0;
  }
}
.nav-bordered .nav-item .nav-link {
  font-family: "A1Serif-Regular", serif;
  padding: 0.5rem 1rem 0.5rem 1rem !important;
  margin: 0 0rem 0 0;
  font-size: 24px;
}
@media only screen and (min-width: 992px) {
  .nav-bordered .nav-item .nav-link {
    padding: 0.5rem 1rem 0.5rem 0 !important;
    margin: 0 5rem 0 0;
  }
}
.nav-bordered .nav-item .nav-link:hover {
  border-radius: 0;
  border: 1px solid #d43014;
}
@media only screen and (min-width: 992px) {
  .nav-bordered .nav-item .nav-link:hover {
    border: transparent;
  }
}
.nav-bordered .nav-item .nav-link:hover:before {
  height: 0;
}
@media only screen and (min-width: 992px) {
  .nav-bordered .nav-item .nav-link:hover:before {
    height: 3px;
  }
}
.nav-bordered .nav-item .nav-link.active {
  border: 1px solid #d43014;
  padding: 15px;
  border-radius: 0;
  color: #000000;
  font-family: "A1Serif-Bold", serif;
}
@media only screen and (min-width: 992px) {
  .nav-bordered .nav-item .nav-link.active {
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-width: 0px;
    border-color: #bcbcbc;
  }
}
.nav-bordered .nav-item .nav-link.active:before {
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .nav-bordered .nav-item .nav-link.active:before {
    position: absolute;
    left: 0;
    bottom: -5px;
    opacity: 1;
    width: 100%;
    height: 3px;
    background: #d43014;
    content: "";
  }
}
.nav-bordered .nav-item .nav-link:before {
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0;
  width: 100%;
  height: 1px;
  background: #d43014;
  content: "";
}
@media only screen and (min-width: 992px) {
  .nav-bordered .nav-item .nav-link:before {
    height: 3px;
  }
}
.nav-bordered .nav-item .nav-link:before:hover {
  opacity: 0;
  height: 0;
}
@media only screen and (min-width: 992px) {
  .nav-bordered .nav-item .nav-link:before:hover {
    opacity: 1;
  }
}

.small-hero, .big-hero {
  width: 100%;
  height: 350px;
  position: relative;
  background-color: #eee9ed;
  background-position: top center;
  background-size: cover;
}

.big-hero {
  height: 550px;
}

.inner-page-no-hero {
  margin-top: 150px;
}
@media only screen and (min-width: 992px) {
  .inner-page-no-hero {
    margin-top: 35px;
  }
}

.pagination {
  font-family: "A1Sans-Light", sans-serif;
  font-size: 24px;
}
.pagination li a {
  background-color: transparent;
  border: none;
  color: #999999;
}
.pagination li a span {
  padding: 0 10px;
}
.pagination li a:hover {
  background: transparent;
  color: #6295ac;
}
.pagination li.active a.page-link {
  background-color: transparent;
  color: #000;
  font-family: "A1Sans-Bold", sans-serif;
  border-bottom: 3px solid #6295ac;
}

.breadcrumb {
  font-size: 15px;
  font-family: "A1Sans-Regular", sans-serif;
  text-transform: uppercase;
  padding: 0.75rem 0rem;
  background-color: transparent;
}
.breadcrumb li.active {
  color: #6295ac;
}
.breadcrumb li + li:before {
  content: ">";
}
.breadcrumb li a {
  color: #bcbcbc;
}

.custom-breadcrumb {
  margin-bottom: 0 !important;
}

.badge {
  display: inline-block;
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.badge .centerContent {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 rem-calc(10);
}
.badge-upper {
  position: absolute;
  top: -30px;
  right: -15px;
  min-width: rem-calc(80);
  height: rem-calc(40);
  background: url(../images/badge-lg-bg-secondary.svg) center center no-repeat;
  background-size: cover;
  z-index: 2;
}
.badge-name {
  font-family: "A1Serif-Bold", serif;
  font-size: rem-calc(14);
}
.badge-main {
  height: 115px;
  width: 150px;
  background: url(../images/badge-lg-bg.svg) center center no-repeat;
  background-size: cover;
}
.badge-main-blue {
  height: 115px;
  width: 150px;
  background: url(../images/badge-lg-bg-blue.svg) center center no-repeat;
  background-size: cover;
}
.badge-main-dark {
  height: 115px;
  width: 150px;
  background: url(../images/badge-lg-bg-gray.svg) center center no-repeat;
  background-size: cover;
}
.badge-price, .badge-description {
  display: block;
  text-align: right;
}
.badge-price {
  font-family: "A1Serif-Bold", serif;
  font-size: 45px;
  line-height: 1.1;
}
.badge-description {
  display: block;
  font-size: 13px;
  color: #ffffff;
  font-family: "A1Sans-Light", sans-serif;
}
.badge--alternate .badge-name {
  font-size: rem-calc(8);
}
@media only screen and (min-width: 768px) {
  .badge--alternate .badge-name {
    font-size: rem-calc(14);
  }
}
.badge--alternate .badge-upper {
  top: -6px;
  right: -19px;
  min-width: rem-calc(49);
  height: rem-calc(28);
  z-index: 5;
  background: url(../images//badge-bg-secondary.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .badge--alternate .badge-upper {
    top: -11px;
    right: -34px;
    min-width: rem-calc(82);
    height: rem-calc(47);
  }
}
.badge--alternate .badge-main {
  height: rem-calc(82);
  width: rem-calc(81);
  background: url(../images/badge-bg.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .badge--alternate .badge-main {
    height: rem-calc(134);
    width: rem-calc(136);
  }
}
.badge--alternate .badge-price {
  font-size: rem-calc(29);
  margin-top: -2px;
}
@media only screen and (min-width: 768px) {
  .badge--alternate .badge-price {
    font-size: rem-calc(48);
    margin-top: -8px;
  }
}
.badge--alternate .badge-currency {
  font-size: rem-calc(19);
  margin-left: -4px;
}
@media only screen and (min-width: 768px) {
  .badge--alternate .badge-currency {
    font-size: rem-calc(32);
  }
}
.badge--alternate .badge-description {
  font-size: rem-calc(11);
  color: #ffffff;
  margin-top: -2px;
}
@media only screen and (min-width: 768px) {
  .badge--alternate .badge-description {
    font-size: rem-calc(19);
    margin-top: -8px;
  }
}
.badge--small .badge-main {
  width: rem-calc(63);
  height: rem-calc(35);
  background: url(../images/badge-s-bg.svg) center center no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .badge--small .badge-main {
    width: rem-calc(80);
    height: rem-calc(44);
  }
}
.badge--small .badge-content {
  width: 100%;
}
.badge--small .badge-description {
  font-size: rem-calc(12);
  font-family: "A1Serif-Bold", serif;
  line-height: 1;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .badge--small .badge-description {
    font-size: rem-calc(14);
  }
}

.vip-modal {
  display: none;
}

.vip-modal .modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  border: 0;
  overflow: inherit;
}

.vip-modal .modal-header {
  padding: 20px;
  border-bottom: 1px solid #eee9ed;
}

.vip-modal .modal-open .modal {
  overflow: auto;
}

.vip-modal .modal-header .close {
  color: #ca0633;
  padding: 0;
  font-size: 22px;
  opacity: 1;
}

.modal-body {
  padding: 20px;
}

.vip-modal .modal-dialog {
  position: relative !important;
}

@media (min-width: 576px) {
  .vip-modal .modal-dialog {
    max-width: 500px !important;
    margin: 1.75rem auto;
  }
}
@media (min-width: 768px) {
  .vip-modal .modal-dialog {
    max-width: 600px !important;
    margin: 30px auto;
  }
}
@media (min-width: 992px) {
  .vip-modal .modal-lg {
    width: 900px !important;
    max-width: 900px !important;
  }
}
/**
 * Cookies div
 * ----------------------------------------------------------------------------
 */
.cookies {
  position: fixed;
  will-change: transform, opacity;
  padding: 10px 100px 10px 20px;
  bottom: 20px;
  right: 40px;
  z-index: 1024;
  display: block;
  width: 480px;
  border-bottom: 0;
  box-shadow: 0 0 6px 0 rgba(187, 187, 187, 0.45);
  background: #000;
  transition: all 200ms ease-in-out;
}

.cookies a:hover {
  color: #000;
}

.cookies .cookies-close {
  color: #000;
  padding: 0;
  font-size: 17px;
  opacity: 1;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
  z-index: 100;
  position: absolute;
  right: -15px;
  top: -15px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}

.cookies .cookies-close:hover {
  color: #e91b32;
}

.cookies.cookies-removed {
  transform: rotate(-45deg) translate(-40%, 60%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

@media (max-width: 767px) {
  .cookies {
    position: fixed;
    will-change: transform, opacity;
    padding: 10px 20px 10px 20px;
    bottom: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
}
.tariff {
  margin-top: 50px;
  padding: 30px;
  position: relative;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.12);
}
.tariff .tariff-name {
  font-family: "A1Serif-Light", serif;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
}
.tariff .tariff-name span {
  display: block;
  font-family: "A1Serif-Bold", serif;
  color: #da291c;
}
.tariff .regular-price {
  position: relative;
  background: #f7f7f7;
  padding: 5px 15px;
  font-size: 40px;
  text-align: center;
  font-family: "A1Serif-Bold", sans-serif;
}
.tariff .regular-price span {
  font-size: 20px;
  font-family: "A1Serif-Regular", sans-serif;
}
.tariff .regular-price:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  width: 35px;
  background: #f7f7f7;
}
.tariff .regular-price:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  width: 35px;
  background: #f7f7f7;
}
.tariff .full-price {
  margin-top: 40px;
  position: relative;
  background: #6295ac;
  padding: 5px 15px;
  font-size: 40px;
  text-align: center;
  font-family: "A1Serif-Bold", sans-serif;
  color: #fff;
}
.tariff .full-price span {
  font-size: 20px;
  font-family: "A1Serif-Regular", sans-serif;
}
.tariff .full-price:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  width: 35px;
  background: #6295ac;
}
.tariff .full-price:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  width: 35px;
  background: #6295ac;
}
.tariff.most-popular .badge {
  position: absolute;
  top: -30px;
  right: -19px;
}
.tariff.most-popular .badge .badge-description {
  font-size: 15px;
  font-family: "A1Serif-Bold", sans-serif;
  text-align: left;
}

@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1260px;
  }
}

.columns-1 {
  margin-top: 25px;
}

.portlet-content, .portlet-minimized .portlet-content-container {
  padding: 0;
}

/**

 * Block Grid

 * ----------------------------------------------------------------------------

 */
[class*=block-grid-] {
  display: block;
  margin: -15px;
  padding: 0;
}

[class*=block-grid-]:before, [class*=block-grid-]:after {
  content: " ";
  display: table;
}

[class*=block-grid-]:after {
  clear: both;
}

.block-grid-item {
  display: inline;
  margin: 0;
  padding: 15px;
  height: auto;
  float: left;
  list-style: none;
}

.block-grid-xs-1 > .block-grid-item {
  width: 100%;
}

.block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-1 > .block-grid-item:nth-of-type(1n+1) {
  clear: both;
}

.block-grid-xs-2 > .block-grid-item {
  width: 50%;
}

.block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-2 > .block-grid-item:nth-of-type(2n+1) {
  clear: both;
}

.block-grid-xs-3 > .block-grid-item {
  width: 33.3333333333%;
}

.block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-3 > .block-grid-item:nth-of-type(3n+1) {
  clear: both;
}

.block-grid-xs-4 > .block-grid-item {
  width: 25%;
}

.block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-4 > .block-grid-item:nth-of-type(4n+1) {
  clear: both;
}

.block-grid-xs-5 > .block-grid-item {
  width: 20%;
}

.block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-5 > .block-grid-item:nth-of-type(5n+1) {
  clear: both;
}

.block-grid-xs-6 > .block-grid-item {
  width: 16.6666666667%;
}

.block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-6 > .block-grid-item:nth-of-type(6n+1) {
  clear: both;
}

.block-grid-xs-7 > .block-grid-item {
  width: 14.2857142857%;
}

.block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-7 > .block-grid-item:nth-of-type(7n+1) {
  clear: both;
}

.block-grid-xs-8 > .block-grid-item {
  width: 12.5%;
}

.block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-8 > .block-grid-item:nth-of-type(8n+1) {
  clear: both;
}

.block-grid-xs-9 > .block-grid-item {
  width: 11.1111111111%;
}

.block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-9 > .block-grid-item:nth-of-type(9n+1) {
  clear: both;
}

.block-grid-xs-10 > .block-grid-item {
  width: 10%;
}

.block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-10 > .block-grid-item:nth-of-type(10n+1) {
  clear: both;
}

.block-grid-xs-11 > .block-grid-item {
  width: 9.0909090909%;
}

.block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-11 > .block-grid-item:nth-of-type(11n+1) {
  clear: both;
}

.block-grid-xs-12 > .block-grid-item {
  width: 8.3333333333%;
}

.block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-12 > .block-grid-item:nth-of-type(12n+1) {
  clear: both;
}

@media (min-width: 768px) {
  .block-grid-sm-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-sm-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-sm-3 > .block-grid-item {
    width: 33.3333333333%;
  }
  .block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-sm-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-sm-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-sm-6 > .block-grid-item {
    width: 16.6666666667%;
  }
  .block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-sm-7 > .block-grid-item {
    width: 14.2857142857%;
  }
  .block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-sm-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-sm-9 > .block-grid-item {
    width: 11.1111111111%;
  }
  .block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-sm-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-sm-11 > .block-grid-item {
    width: 9.0909090909%;
  }
  .block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-sm-12 > .block-grid-item {
    width: 8.3333333333%;
  }
  .block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .block-grid-md-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-md-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-md-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-md-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-md-3 > .block-grid-item {
    width: 33.3333333333%;
  }
  .block-grid-md-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-md-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-md-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-md-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-md-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-md-6 > .block-grid-item {
    width: 16.6666666667%;
  }
  .block-grid-md-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-md-7 > .block-grid-item {
    width: 14.2857142857%;
  }
  .block-grid-md-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-md-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-md-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-md-9 > .block-grid-item {
    width: 11.1111111111%;
  }
  .block-grid-md-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-md-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-md-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-md-11 > .block-grid-item {
    width: 9.0909090909%;
  }
  .block-grid-md-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-md-12 > .block-grid-item {
    width: 8.3333333333%;
  }
  .block-grid-md-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .block-grid-lg-1 > .block-grid-item {
    width: 100%;
  }
  .block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-lg-2 > .block-grid-item {
    width: 50%;
  }
  .block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-lg-3 > .block-grid-item {
    width: 33.3333333333%;
  }
  .block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-lg-4 > .block-grid-item {
    width: 25%;
  }
  .block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-lg-5 > .block-grid-item {
    width: 20%;
  }
  .block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-lg-6 > .block-grid-item {
    width: 16.6666666667%;
  }
  .block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-lg-7 > .block-grid-item {
    width: 14.2857142857%;
  }
  .block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-lg-8 > .block-grid-item {
    width: 12.5%;
  }
  .block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-lg-9 > .block-grid-item {
    width: 11.1111111111%;
  }
  .block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-lg-10 > .block-grid-item {
    width: 10%;
  }
  .block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-lg-11 > .block-grid-item {
    width: 9.0909090909%;
  }
  .block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-lg-12 > .block-grid-item {
    width: 8.3333333333%;
  }
  .block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both;
  }
}
.top-menu {
  font-size: 12px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5;
}
@media only screen and (min-width: 992px) {
  .top-menu {
    font-size: 13px;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    z-index: 1;
  }
}
.top-menu ul li {
  margin-right: 1em;
}
@media only screen and (min-width: 992px) {
  .top-menu ul li {
    margin-right: 2em;
  }
}
.top-menu ul li a {
  color: #fff;
  text-decoration: none;
  padding: 1.5em 0;
  position: relative;
  display: inline-block;
}
.top-menu ul.icons {
  margin-left: 1em;
  border-left: 1px solid #404040;
}
.top-menu ul.icons li {
  margin-left: 1.75em;
  margin-right: 0;
}
.top-menu ul.icons li a {
  padding: 1.15em 0em;
}
.top-menu ul.icons li a:hover:before {
  opacity: 0 !important;
}
.top-menu ul.tm-lr li.active a {
  color: #fff;
}
.top-menu ul.tm-lr li.active a:before {
  opacity: 1;
}
.top-menu ul.tm-lr li.active a:hover:before {
  opacity: 1;
}
.top-menu ul.tm-lr li a {
  color: #a7a7a7;
}
.top-menu ul.tm-lr li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 4px;
  background: #d43014;
  content: "";
}
.top-menu ul.tm-lr li a:hover {
  color: #fff;
}
.top-menu ul.tm-lr li a:hover:before {
  opacity: 1;
}
.top-menu ul.tm-r li {
  margin-left: 1em;
}
@media only screen and (min-width: 992px) {
  .top-menu ul.tm-r li {
    margin-left: 2em;
    margin-right: 0;
  }
}
.top-menu ul.tm-r li a {
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .top-menu ul.tm-l {
    margin-left: 16em;
  }
}

.navbar {
  padding: 0.25rem 1rem !important;
  border-bottom: 1px solid #eeeeee;
  font-family: "A1Serif-Regular", serif;
  position: fixed;
  top: 54px;
  z-index: 7;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 992px) {
  .navbar {
    padding: 0 1rem !important;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    z-index: 2;
  }
}

.navbar-brand {
  position: inherit;
  top: 0px;
  left: -25px;
  border: none;
  padding: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 576px) {
  .navbar-brand {
    left: -8px;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-brand {
    left: -10px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-brand {
    position: absolute;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-brand {
    top: -59px;
    left: 15px;
    padding: 10px !important;
    background: #fff;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
  }
}
.navbar-brand img {
  width: 55px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .navbar-brand img {
    width: 85px;
    height: 79px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-brand img {
    width: 140px;
    height: 130px;
  }
}

.nav-item .nav-link {
  margin: 0 1.5em 0 0;
  padding: 1.73rem 0rem !important;
  font-size: 16px;
  position: relative;
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .nav-item .nav-link {
    padding: 2rem 0rem !important;
    margin: 0 2em 0 0;
    font-size: 18px;
  }
}
.nav-item .nav-link:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  opacity: 0;
  width: 100%;
  height: 4px;
  background: #d43014;
  content: "";
}
.nav-item .nav-link:hover:before {
  opacity: 1;
}
.nav-item .nav-link.active a:before {
  opacity: 1;
}

.navbar-collapse {
  margin-left: 7em;
}
@media only screen and (min-width: 1200px) {
  .navbar-collapse {
    margin-left: 13em;
  }
}

.mojot-a1-st {
  position: absolute;
  top: 0;
  right: 65px;
}
@media only screen and (min-width: 992px) {
  .mojot-a1-st {
    right: 0;
  }
}
.mojot-a1-st .nav-link {
  align-items: center;
  display: flex;
  margin: 0;
  margin: 0;
  font-size: 15px;
  padding: 1rem 0rem !important;
}
@media only screen and (min-width: 768px) {
  .mojot-a1-st .nav-link {
    padding: 1.73rem 0rem !important;
    margin: 0 1.5em 0 0;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .mojot-a1-st .nav-link {
    padding: 1.73rem 0rem !important;
    margin: 0 2em 0 0;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .mojot-a1-st .nav-link {
    padding: 2rem 0rem !important;
    margin: 0 2em 0 0;
    font-size: 18px;
  }
}

.menu-btn {
  display: block;
  width: 54px;
  height: 54px;
  position: absolute;
  right: -2px;
  top: 0px;
}
@media only screen and (min-width: 768px) {
  .menu-btn {
    top: 13px;
  }
}
.menu-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -1px;
  width: 26px;
  height: 2px;
  background-color: #000;
  transition: 0.2s;
}
.menu-btn span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -1px;
  width: 26px;
  height: 2px;
  background-color: #000;
  content: "";
  display: block;
  transition: 0.2s;
  transform: translateY(-6px);
}
.menu-btn span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -1px;
  width: 26px;
  height: 2px;
  background-color: #000;
  content: "";
  display: block;
  transition: 0.2s;
  transform: translateY(6px);
}

.menu-btn_active span {
  height: 0;
  background-color: #ce390e;
}
.menu-btn_active span:before {
  transform: rotate(45deg);
  background-color: #ce390e;
}
.menu-btn_active span:after {
  transform: rotate(-45deg);
  background-color: #ce390e;
}

.mobile-menu-overlay {
  width: 100%;
  overflow: auto;
  float: left;
  position: fixed;
  height: calc(100vh - 102px);
  top: 114px;
  left: 0;
  /*   z-index: 5; */
  opacity: 0;
  -webkit-transform: translateY(200px);
  filter: blur(5px);
  transform: translateY(200px);
  transition: filter 0.13s, opacity 0.3s, transform 0.3s, z-index 0s 0.3s;
}
.mobile-menu-overlay.open {
  z-index: 15;
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0);
  transition: filter 0.65s, opacity 0.55s, transform 0.5s, z-index 0s;
}
@media only screen and (min-width: 768px) {
  .mobile-menu-overlay {
    top: 132px;
    height: calc(100vh - 122px);
  }
}
.mobile-menu-overlay .overlay-background {
  background-color: rgb(255, 255, 255);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*    z-index: 5; */
  height: calc(100vh - 102px);
}
@media only screen and (min-width: 768px) {
  .mobile-menu-overlay .overlay-background {
    height: calc(100vh - 122px);
  }
}
.mobile-menu-overlay .overlay-content {
  width: 100%;
  margin: 0;
  padding: 30px 0 80px 0;
  font-family: "A1Serif-Regular", serif;
  color: #000;
  font-size: 22px;
  background: #fff;
  position: relative;
}
.mobile-menu-overlay .overlay-content .list-unstyled a {
  display: block;
  color: #000;
  position: relative;
  padding: 10px 30px 10px 0;
}
.mobile-menu-overlay .overlay-content .list-unstyled a:hover {
  color: #ce390e;
  text-decoration: none;
}
.mobile-menu-overlay .overlay-content .list-unstyled a:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
  content: "\f054";
  font-size: 20px;
  font-family: "Font Awesome 5 Pro";
  color: #ce390e;
}
.mobile-menu-overlay .overlay-content .secondary-items {
  margin: 30px 0 0 0;
  border-top: 1px solid #eeeeee;
  padding: 30px 0 0 0;
  font-size: 16px;
}
.mobile-menu-overlay .overlay-content .secondary-items .list-unstyled a {
  padding: 8px 0;
}

.top-menu .jazik {
  transition: all 350ms;
  overflow: hidden;
  white-space: nowrap;
  align-items: center;
  justify-content: flex-end;
  width: 30px;
}
@media only screen and (min-width: 768px) {
  .top-menu .jazik {
    width: 40px;
  }
}

.top-menu .jazik li.active {
  color: #ffffff;
  cursor: pointer;
  text-decoration: underline;
}

.top-menu .jazik-expand {
  width: 75px;
}
@media only screen and (min-width: 768px) {
  .top-menu .jazik-expand {
    width: 125px;
  }
}

#jazik .list-inline li {
  display: none;
}

#jazik .list-inline li#active-jazik {
  display: inline-block !important;
}

#jazik.jazik-expand .list-inline li {
  display: inline-block !important;
}

.top-menu ul.list-inline > li a {
  color: #fff;
}

.top-menu .jazik ul > li {
  margin-right: 0.5em !important;
}

.footer {
  margin-top: 40px;
}
.footer .widget h4 {
  font-family: "A1Serif-Bold", serif;
}
.footer .list-unstyled li {
  font-family: "A1Sans-Light", sans-serif;
  color: #666666;
  margin: 4px 0;
}
.footer .list-unstyled li a {
  font-family: "A1Sans-Light", sans-serif;
  color: #666666;
}
.footer .copyright {
  font-size: 14px;
}
.footer .copyright ul li a {
  color: #000;
}

.a1-group-list {
  margin: 0;
}
.a1-group-list li {
  position: relative;
  padding: 0 4px;
  font-size: 0.9rem;
}
.a1-group-list li:before {
  content: "";
  position: absolute;
  top: 10px;
  width: 6px;
  height: 2px;
  border-radius: 50%;
  background: #6295ac;
  left: -9px;
}
.a1-group-list li:first-of-type:before {
  display: none;
}
.a1-group-list li a {
  color: #000;
}

.credit-cards-list li img {
  width: 50px;
}

ul.terms li a {
  font-family: "A1Sans-Light", sans-serif;
  color: #000;
}
ul.terms li a:hover {
  text-decoration: none;
  color: #6295ac;
}

.payment-credit-card {
  position: relative;
}
.payment-credit-card:before {
  content: "";
  width: 90%;
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  bottom: inherit;
  background: rgba(0, 0, 0, 0.125);
  display: block;
  margin: auto;
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .payment-credit-card:before {
    width: 1px;
    height: 80%;
    top: 0;
    bottom: 0;
  }
}

.box-payment {
  margin-bottom: 5rem;
}
@media only screen and (min-width: 992px) {
  .box-payment {
    margin-bottom: 0rem;
  }
}

.box-recharge {
  margin-top: 5rem;
}
@media only screen and (min-width: 992px) {
  .box-recharge {
    margin-top: 0rem;
  }
}

.footer-social {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.footer-social .footer-label {
  position: absolute;
  left: 15px;
  top: -28px;
  font-size: 13px;
}
.footer-social .footer-label.right {
  left: 15px;
}
@media only screen and (min-width: 768px) {
  .footer-social .footer-label.right {
    left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .footer-social .footer-label.right {
    left: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-social .footer-label.right {
    left: 40px;
  }
}
@media only screen and (min-width: 1300px) {
  .footer-social .footer-label.right {
    left: 83px;
  }
}

.mailchimp-footer {
  padding-left: 50px;
  height: 55px;
  border: none;
}
.mailchimp-footer #mc-embedded-subscribe {
  visibility: hidden;
  transition: all 200ms ease-in-out;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: #da291c;
  font-size: 28px;
}
.mailchimp-footer #mc-embedded-subscribe:hover {
  color: #000;
}
.mailchimp-footer .form-control {
  height: 55px;
  border: none;
}
.mailchimp-footer .form-control:focus {
  outline: none;
  box-shadow: none;
}
.mailchimp-footer .form-control:focus + #mc-embedded-subscribe {
  visibility: visible;
  right: 5px;
}
.mailchimp-footer:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  background: url(../images/A1_unread_email_icon.svg);
  width: 45px;
  height: 45px;
  background-size: 45px 45px;
  z-index: 4;
  transform: translateY(-50%);
}
.mailchimp-footer:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #dedede;
}
@media only screen and (min-width: 992px) {
  .mailchimp-footer:after {
    display: none;
  }
}

#mce-EMAIL::-moz-placeholder {
  font-family: "A1Serif-Light", sans-serif;
  color: #000;
  font-size: 18px;
}

#mce-EMAIL::placeholder {
  font-family: "A1Serif-Light", sans-serif;
  color: #000;
  font-size: 18px;
}

#mce-EMAIL:-moz-placeholder {
  font-family: "A1Serif-Light", sans-serif;
  color: #000;
  font-size: 18px;
}

#mce-EMAIL:-ms-input-placeholder {
  font-family: "A1Serif-Light", sans-serif;
  color: #000;
  font-size: 18px;
}

#mce-EMAIL::-webkit-input-placeholder {
  font-family: "A1Serif-Light", sans-serif;
  color: #000;
  font-size: 18px;
}

.social-media-list {
  height: 50px;
  padding-bottom: 0;
  margin-bottom: 0;
  display: inline-block;
  margin-left: 5px;
}
@media only screen and (min-width: 576px) {
  .social-media-list {
    height: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .social-media-list {
    margin-left: 0;
  }
}
.social-media-list li {
  border-left: 1px solid #dedede;
  height: 50px;
  width: 50px;
  text-align: center;
  padding-right: 0;
  margin-left: -5px;
  margin-right: 0 !important;
  border-top: 1px solid #dedede;
}
@media only screen and (min-width: 576px) {
  .social-media-list li {
    height: 55px;
    width: 58px;
  }
}
@media only screen and (min-width: 768px) {
  .social-media-list li {
    border-top: none;
  }
}
.social-media-list li a {
  color: #000;
  font-size: 20px;
  display: block;
  width: 56px;
  height: 55px;
  padding: 10px;
  transition: all 200ms ease-in-out;
}
@media only screen and (min-width: 576px) {
  .social-media-list li a {
    font-size: 25px;
  }
}
.social-media-list li a:hover {
  background: #f7f7f7;
  color: #6295ac;
}
.social-media-list li:nth-of-type(4) {
  margin-right: 94px !important;
  border-right: 1px solid #dedede;
}
@media only screen and (min-width: 768px) {
  .social-media-list li:nth-of-type(4) {
    border-right: none;
  }
}
.social-media-list li:last-child {
  width: 110px;
  height: 80px;
  position: absolute;
  bottom: -1px;
  right: 0;
  border-right: 1px solid #dedede;
  background: #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #dedede;
}

.toTop {
  width: 106px !important;
  height: 80px !important;
  padding: 10px !important;
  transition: all 200ms ease-in-out;
}
.toTop:hover {
  cursor: pointer;
  background: #fff !important;
  padding: 5px 0 !important;
}
.toTop .icon-wrapper {
  background: #f1f1f1;
  padding: 5px 11px;
  border-radius: 50%;
  display: inline-flex;
  width: 35px;
  height: 35px;
}
.toTop .icon-wrapper i {
  font-size: 15px;
  align-self: center;
}
.toTop small {
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

.plati-dopolni .input-group {
  margin: 0 5px;
}
.plati-dopolni .input-group-append .btn-icon {
  padding: 0 19px;
  background: #fff;
  margin-right: auto;
  font-family: "A1Serif-Regular", serif;
  font-size: 21px;
  border-radius: 0;
  color: #000;
}

.plati-dopolni-alt {
  background: #f7f7f7;
  padding: 50px 0;
}
.plati-dopolni-alt .input-group {
  margin: 0 5px;
}
.plati-dopolni-alt .input-group-append .btn-icon {
  padding: 0 19px;
  background: #fff;
  margin-right: auto;
  font-family: "A1Serif-Regular", serif;
  font-size: 21px;
  border-radius: 0;
  color: #000;
}
.plati-dopolni-alt .card {
  box-shadow: 0 0 9px 0 rgb(220, 220, 220);
}
.plati-dopolni-alt .box-payment, .plati-dopolni-alt .box-recharge {
  padding: 15px;
}
.plati-dopolni-alt .box-payment {
  margin-bottom: 0;
}
.plati-dopolni-alt .box-recharge {
  margin-top: 0;
}

.inner-page-no-sidebar {
  margin-top: 60px;
}
.inner-page-no-sidebar .portlet-content {
  padding: 30px;
  margin: 30px 0;
}
@media only screen and (min-width: 992px) {
  .inner-page-no-sidebar .portlet-content {
    padding: 50px;
    margin: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .inner-page-no-sidebar {
    margin-top: auto;
  }
}

.inner-page-with-sidebar {
  min-height: 300px;
}
@media only screen and (min-width: 992px) {
  .inner-page-with-sidebar .portlet-content {
    padding: 50px;
  }
}

.inner-page-no-hero .portlet-content {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  .inner-page-no-hero .portlet-content {
    padding: 50px;
    padding-top: 0;
  }
}

.portlet-layout .portlet-header {
  margin-bottom: 0 !important;
}

.portlet-decorate .portlet-content {
  border-width: 0 !important;
}

.portlet {
  margin-bottom: 0 !important;
  margin-top: 110px;
}
@media only screen and (min-width: 992px) {
  .portlet {
    margin-top: 0px;
  }
}

strong {
  font-family: "A1Sans-Bold", sans-serif;
}

/*
|--------------------------------------------------------------------------
| CSS Buttons
|--------------------------------------------------------------------------
*/
html .btn[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn {
  border-radius: 0;
  font-family: "A1Serif-Bold", serif;
  padding: 0.525rem 2.5rem 0.525rem 1.25rem;
  position: relative;
}
.btn:focus {
  box-shadow: none !important;
}
.btn .btn-icon.e-mail-smaller {
  line-height: 0;
}
.btn-primary {
  background-color: #da291c;
  border-color: #da291c;
}
.btn-primary:hover:not([disabled]), .btn-primary:focus:not([disabled]) {
  background-color: #f83a2c;
  border-color: #f83a2c;
  color: #ffffff;
}
.btn-primary:hover:not([disabled]) .btn-icon, .btn-primary:focus:not([disabled]) .btn-icon {
  transform: translate(50%, 0);
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #b71e04;
  border-color: #b71e04;
}
.btn-primary:after {
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -10px;
  transition: all 200ms ease-in-out;
  content: "\f054";
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
}
.btn-primary:hover:after {
  right: 15px;
}
.btn-primary[disabled] {
  cursor: initial;
  background-color: #d7d7d7;
}
.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active,
.btn-primary .show > .btn-primary.dropdown-toggle {
  background-color: #b71e04;
  border-color: #b71e04;
}
.btn-label {
  pointer-events: none;
  display: inline-block;
}
.btn-secondary {
  background-color: transparent;
  color: #da291c;
  font-family: "A1Serif-Bold", serif;
  border: #da291c 1px solid;
}
.btn-secondary.btn-icon path {
  stroke: #da291c;
}
.btn-secondary.no-icon {
  padding: 0.525rem 2.5rem 0.525rem 2.25rem;
}
.btn-secondary.has-icon-fill .btn-icon path {
  fill: #da291c;
  stroke: none;
}
.btn-secondary:not(.is-icon-only):not([disabled]):hover .btn-icon, .btn-secondary:not(.is-icon-only):not([disabled]):focus .btn-icon {
  transform: translate(50%, 0);
}
.btn-secondary:not(.is-icon-only):not([disabled]):hover .btn-icon path, .btn-secondary:not(.is-icon-only):not([disabled]):focus .btn-icon path {
  stroke: #ffffff;
}
.btn-secondary:not(.is-icon-only):not([disabled]):hover.has-icon-fill .btn-icon path, .btn-secondary:not(.is-icon-only):not([disabled]):focus.has-icon-fill .btn-icon path {
  fill: #ffffff;
  stroke: none;
}
.btn-secondary:not([disabled]):hover, .btn-secondary:not([disabled]):focus {
  background-color: #f83a2c;
  color: #ffffff;
  border-color: #f83a2c;
}
.btn-secondary:not([disabled]):hover .btn-icon path, .btn-secondary:not([disabled]):focus .btn-icon path {
  stroke: #ffffff;
}
.btn-secondary:not([disabled]):hover.has-icon-fill .btn-icon path, .btn-secondary:not([disabled]):focus.has-icon-fill .btn-icon path {
  fill: #ffffff;
  stroke: none;
}
.btn-secondary[disabled] {
  cursor: initial;
  background-color: transparent;
  border-color: #d7d7d7;
  color: #d7d7d7;
}
.btn-secondary[disabled] path {
  stroke: #d7d7d7;
}
.btn-secondary[disabled].has-icon-fill path {
  fill: #d7d7d7;
  stroke: none;
}
.btn-social {
  display: inline-flex;
  align-items: center;
  color: #585858;
  font-family: "A1Sans-Regular", sans-serif;
  font-size: rem-calc(14);
  border: 1px solid #d7d7d7;
  padding: rem-calc(12) rem-calc(10) rem-calc(12) 0;
}
.btn-social .btn-icon {
  margin-left: rem-calc(15);
  margin-right: rem-calc(15);
  height: rem-calc(24);
}
.btn-toggle {
  background-color: transparent;
  color: #da291c;
  font-family: "A1Serif-Bold", serif;
  border: #da291c 1px solid;
  text-align: center;
  overflow: hidden;
  padding-right: rem-calc(50);
  padding-left: rem-calc(50);
}
.btn-toggle:not(.is-text-only) .btn-label span:first-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.btn-toggle .btn-icon {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, 0);
}
.btn-toggle:not(.is-icon-only):not([disabled]):hover, .btn-toggle:not(.is-icon-only):not([disabled]):focus {
  background-color: #f83a2c;
  color: #ffffff;
}
.btn-toggle.is-on {
  background-color: #da291c;
  color: #ffffff;
}
.btn-toggle.is-on .btn-label span:first-of-type {
  left: rem-calc(20);
  transform: translate(0, -50%);
}
.btn-toggle.is-on .btn-icon {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.btn-toggle.is-on .btn-icon path {
  stroke: #ffffff;
}
.btn-toggle[disabled] {
  cursor: initial;
  background-color: transparent;
  border-color: #d7d7d7;
  color: #d7d7d7;
}
.btn-tertiary {
  background-color: transparent;
  color: #da291c;
  font-family: "A1Serif-Bold", serif;
}
.btn-tertiary path {
  stroke: #f83a2c;
}
.btn-tertiary.has-icon-fill path {
  fill: #f83a2c;
  stroke: none;
}
.btn-tertiary:not(.is-icon-only):not([disabled]):hover, .btn-tertiary:not(.is-icon-only):not([disabled]):focus {
  color: #f83a2c;
}
.btn-tertiary:not(.is-icon-only):not([disabled]):hover .btn-icon, .btn-tertiary:not(.is-icon-only):not([disabled]):focus .btn-icon {
  transform: translate(50%, 0);
}
.btn-tertiary[disabled] {
  cursor: initial;
  background-color: transparent;
  color: #d7d7d7;
}
.btn-tertiary[disabled] path {
  stroke: #d7d7d7;
}
.btn-tertiary[disabled].has-icon-fill path {
  fill: #d7d7d7;
  stroke: none;
}
.btn-tertiary.is-black {
  color: #000000;
}
.btn-tertiary.is-black path {
  stroke: #000000;
}
.btn-tertiary.is-black.has-icon-fill path {
  fill: #000000;
  stroke: none;
}
.btn-tertiary.is-black:not(.is-icon-only):not([disabled]):hover, .btn-tertiary.is-black:not(.is-icon-only):not([disabled]):focus {
  color: #585858;
}
.btn-tertiary.is-black:not(.is-icon-only):not([disabled]):hover path, .btn-tertiary.is-black:not(.is-icon-only):not([disabled]):focus path {
  stroke: #585858;
}
.btn-tertiary.is-black:not(.is-icon-only):not([disabled]):hover.has-icon-fill path, .btn-tertiary.is-black:not(.is-icon-only):not([disabled]):focus.has-icon-fill path {
  fill: #585858;
  stroke: none;
}
.btn-primary-inverted {
  background-color: #ffffff;
  color: #da291c;
}
.btn-primary-inverted path {
  stroke: #da291c;
}
.btn-primary-inverted.has-icon-fill path {
  fill: #da291c;
  stroke: none;
}
.btn-primary-inverted:hover:not([disabled]), .btn-primary-inverted:focus:not([disabled]) {
  background-color: #efefef;
}
.btn-primary-inverted:hover:not([disabled]) .btn-icon, .btn-primary-inverted:focus:not([disabled]) .btn-icon {
  transform: translate(50%, 0);
}
.btn-primary-inverted[disabled] {
  cursor: initial;
  background-color: #d7d7d7;
}
.btn-badge {
  background-color: #6295ac;
  color: #ffffff;
  font-family: "A1Serif-Bold", serif;
  font-size: rem-calc(16);
}
.btn-badge[disabled] {
  cursor: initial;
  background-color: transparent;
  color: #d7d7d7;
}
.btn-badge[disabled] path {
  stroke: #d7d7d7;
}
.btn-badge[disabled].has-icon-fill path {
  fill: #d7d7d7;
  stroke: none;
}
.btn-safeBuy {
  max-width: rem-calc(114);
  padding: rem-calc(6) rem-calc(10);
  font-size: rem-calc(14);
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .btn-safeBuy {
    max-width: none;
    padding: rem-calc(10) rem-calc(20);
    font-size: rem-calc(16);
  }
}
.btn-safeBuy .btn-icon {
  vertical-align: middle;
}
.btn-safeBuy .btn-icon svg {
  display: block;
}
.btn-link {
  color: #da291c;
  font-family: "A1Sans-Regular", sans-serif;
  font-size: rem-calc(14);
  padding: 0;
}
.btn-link svg {
  transform: scale(0.8);
}
.btn-link .btn-icon {
  margin-left: rem-calc(5);
}
.btn-link path {
  stroke: #da291c;
}
.btn-link.has-icon-fill path {
  fill: #da291c;
  stroke: none;
}
.btn-link:hover, .btn-link:focus {
  color: #f83a2c;
}
.btn-link:hover path, .btn-link:focus path {
  stroke: #f83a2c;
}
.btn-link:hover.has-icon-fill path, .btn-link:focus.has-icon-fill path {
  fill: #f83a2c;
  stroke: none;
}
.btn-link.has-border-bottom .btn-label {
  padding-bottom: 1px;
  border-bottom: #d7d7d7 1px solid;
}
.btn-link.has-border-bottom-red .btn-label {
  padding-bottom: 1px;
  border-bottom: #da291c 1px solid;
}
.btn-link.no-border-bottom .btn-label {
  border-bottom: 0 !important;
}
.btn-link.is-black {
  color: #000000;
}
.btn-link.is-black .btn-label {
  border-bottom: #d7d7d7 1px solid;
}
.btn-link.is-black path {
  stroke: #000000;
}
.btn-link.is-black.has-icon-fill path {
  fill: #000000;
  stroke: none;
}
.btn-link.is-black:hover {
  color: #585858;
}
.btn-link.is-black:hover path {
  stroke: #585858;
}
.btn-link.is-black:hover.has-icon-fill path {
  fill: #585858;
  stroke: none;
}
.btn-link.is-gray {
  color: #666666;
}
.btn-link.is-gray .btn-label {
  border-bottom: #d7d7d7 1px solid;
}
.btn-link.is-gray path {
  stroke: #666666;
}
.btn-link.is-gray.has-icon-fill path {
  fill: #666666;
  stroke: none;
}
.btn-link.is-gray:hover {
  color: #000000;
}
.btn-link.is-gray:hover path {
  stroke: #000000;
}
.btn-link.is-gray:hover.has-icon-fill path {
  fill: #000000;
  stroke: none;
}
.btn-link.is-gray-light {
  color: gray;
}
.btn-link.is-gray-light path {
  stroke: gray;
}
.btn-link.is-gray-light.has-icon-fill path {
  fill: gray;
  stroke: none;
}
.btn-link.is-gray-light:not(.is-icon-only):not([disabled]):hover, .btn-link.is-gray-light:not(.is-icon-only):not([disabled]):focus {
  color: #000000;
}
.btn-link.is-gray-light:not(.is-icon-only):not([disabled]):hover path, .btn-link.is-gray-light:not(.is-icon-only):not([disabled]):focus path {
  stroke: #000000;
}
.btn-link.is-gray-light:not(.is-icon-only):not([disabled]):hover.has-icon-fill path, .btn-link.is-gray-light:not(.is-icon-only):not([disabled]):focus.has-icon-fill path {
  fill: #000000;
  stroke: none;
}
.btn-link.is-serif {
  font-family: "A1Serif-Regular", serif;
}
.btn-link.is-serif-bold {
  font-family: "A1Serif-Bold", serif;
}
.btn-link[disabled], .btn-link[disabled].is-black, .btn-link[disabled].is-gray {
  cursor: initial;
  color: #d7d7d7;
}
.btn-link[disabled] path, .btn-link[disabled].is-black path, .btn-link[disabled].is-gray path {
  stroke: #d7d7d7;
}
.btn-link[disabled].has-icon-fill path, .btn-link[disabled].is-black.has-icon-fill path, .btn-link[disabled].is-gray.has-icon-fill path {
  fill: #d7d7d7;
  stroke: none;
}
.btn-action {
  font-size: rem-calc(10);
  padding: 0.6rem 1.1rem;
  text-transform: uppercase;
  min-width: rem-calc(100);
}
.btn-action.is-gray {
  border: 1px solid #999999;
  color: #999999;
}
.btn-action.is-gray:hover {
  color: #fff;
  background: #999999;
}
.btn-action.is-wide {
  padding: rem-calc(8) rem-calc(30);
}
.btn-action:hover .btn-icon path, .btn-action:focus .btn-icon path {
  stroke: none !important;
}
.btn-action .btn-icon {
  margin-left: rem-calc(10);
}
.btn-action .btn-icon path {
  stroke: none;
}
.btn-action.btn-secondary:hover, .btn-action.btn-secondary:focus {
  border-color: #f83a2c;
}
.btn-action.btn-secondary:hover .btn-icon path, .btn-action.btn-secondary:focus .btn-icon path {
  fill: #ffffff;
}
.btn-action.btn-primary:hover .btn-icon path, .btn-action.btn-primary:focus .btn-icon path {
  fill: #da291c;
}
.btn-export-CSV {
  border: 1px solid #da291c;
  color: #da291c;
}
.btn-monochrome {
  border: 1px solid #efefef;
  background-color: transparent;
  color: #d7d7d7;
}
.btn-monochrome path {
  fill: none;
  stroke: #d7d7d7;
}
.btn-monochrome.has-icon-fill path {
  fill: #d7d7d7;
  stroke: none;
}
.btn-monochrome:not([disabled]):hover, .btn-monochrome:not([disabled]):focus {
  color: #000000;
}
.btn-monochrome:not([disabled]):hover path, .btn-monochrome:not([disabled]):focus path {
  fill: none;
  stroke: #000000;
}
.btn-monochrome:not([disabled]):hover.has-icon-fill path, .btn-monochrome:not([disabled]):focus.has-icon-fill path {
  fill: #000000;
  stroke: none;
}
.btn-monochrome:not([disabled]):hover .btn-icon, .btn-monochrome:not([disabled]):focus .btn-icon {
  transform: translate(50%, 0);
}
.btn-monochrome[disabled] {
  cursor: initial;
  background-color: transparent;
  border-color: #f7f7f7;
  color: #efefef;
}
.btn-monochrome[disabled] path {
  fill: none;
  stroke: #efefef;
}
.btn-monochrome[disabled].has-icon-fill path {
  fill: #efefef;
  stroke: none;
}
.btn.is-full {
  display: block;
  width: 100%;
}
.btn.is-highlighted {
  border: #da291c 1px solid;
  color: #da291c;
}
.btn.has-icon {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.btn.has-icon svg {
  transition: all 0.3s ease-in-out;
}
.btn.is-icon-only .btn-label {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}
.btn.is-icon-only .btn-icon {
  margin: 0;
  display: block;
  transform: translate(0) !important;
}
.btn.is-icon-only .btn-icon svg {
  display: block;
}
.btn-icon {
  display: inline-block;
  margin-left: rem-calc(8);
  transition: transform 0.3s ease;
  backface-visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .btn-icon {
    margin-left: rem-calc(20);
  }
}
.btn-icon svg {
  display: inline-block;
}
[aria-expanded=true] .btn-icon .vert {
  display: none;
}
.is-icon-left .btn-icon {
  margin-left: 0;
  margin-right: rem-calc(10);
}
.btn.is-swatch {
  width: 40px;
  height: 40px;
  text-indent: -99999px;
  padding: 4px;
  border: #d7d7d7 1px solid;
  position: relative;
  margin: 0 rem-calc(10) rem-calc(10) 0;
}
.btn.is-swatch::after {
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
}
.btn.is-spec {
  padding: rem-calc(12) rem-calc(8);
  min-width: rem-calc(67);
  margin-right: 0;
  text-align: center;
}
.btn.is-checkout {
  padding: rem-calc(12) rem-calc(15);
  min-width: rem-calc(180);
}
.btn.is-transparent {
  color: #000000;
  border: #d7d7d7 1px solid;
}
.btn.is-selected {
  border-color: #da291c;
  box-shadow: inset 0 0 0 2px #da291c;
}
.btn.is-small {
  font-size: rem-calc(14);
  font-weight: "A1Serif-Bold", serif;
  margin: 0 rem-calc(5) rem-calc(5) 0;
}
.btn.is-xsmall {
  font-size: rem-calc(10);
  font-family: "A1Serif-Regular", serif;
  padding: rem-calc(3) rem-calc(4);
}
.btn.is-xsmall .btn-icon {
  margin-left: rem-calc(4);
  vertical-align: middle;
  margin-bottom: -1px;
  transform: translate(0, 0) !important;
}
.btn.is-xsmall.is-icon-left .btn-icon {
  margin-left: 0;
  margin-right: rem-calc(0);
}
.btn.is-xsmall.is-icon-only .btn-icon {
  margin: 0 !important;
}
.btn.has-white-bg {
  background-color: #ffffff;
}
.btn.is-xl {
  padding: rem-calc(15) rem-calc(20);
  font-size: rem-calc(18);
}
@media only screen and (min-width: 768px) {
  .btn.is-xl {
    padding: rem-calc(15) rem-calc(40);
    font-size: rem-calc(24);
  }
}
.btn.is-xl .btn-icon svg {
  display: block;
}
.btn.is-larger {
  font-size: rem-calc(18);
}
.btn.is-larger .btn-icon {
  transform: scale(1.2);
}
.btn.is-sans {
  font-family: "A1Sans-Bold", sans-serif;
}
.btn.is-sans.is-xsmall {
  font-family: "A1Sans-Regular", sans-serif;
}
.btn.is-uppercase {
  text-transform: uppercase;
}
.btn-text {
  color: #da291c;
  padding: 0;
  font-size: rem-calc(16);
}
.btn-text.has-icon {
  display: inline-flex;
}
.btn-text .btn-icon.is-arrow {
  margin-left: rem-calc(10);
  background-image: url(../../images/icons/arrow-right.svg);
}
.btn-loadMore .btn-icon {
  transform: rotate(90deg);
}
.btn-loadMore:hover .btn-icon {
  transform: translate(0, 0) rotate(90deg) !important;
}
.btn-loadMore:hover .btn-icon path {
  stroke: #ffffff;
}
.btn-smallScreenContent {
  display: block;
}
@media only screen and (min-width: 576px) {
  .btn-smallScreenContent {
    display: none;
  }
}
.btn-largeScreenContent {
  display: none;
}
@media only screen and (min-width: 576px) {
  .btn-largeScreenContent {
    display: block;
  }
}
.btn.reset-svg-fill .btn-icon path {
  fill: transparent !important;
}
.btn.no-animation .btn-icon {
  transform: translate(0) !important;
}
.btn.has-rotatedIcon .btn-icon {
  transform: translate(0) rotate(90deg) !important;
}
.btn.is-blackIcon path {
  stroke: #000000;
}
.btn.no-padding {
  padding: 0 !important;
}
.btn.no-border {
  border: 0 !important;
}
.btn.has-minus .btn-icon.arrow-down svg {
  transform: rotate(-180deg);
}

.unavailable-btn .btn-icon {
  display: none;
}
@media only screen and (min-width: 992px) {
  .unavailable-btn .btn-icon {
    display: inline-block;
  }
  .unavailable-btn.bigger-padding {
    padding-top: rem-calc(20);
    padding-bottom: rem-calc(20);
    padding-right: rem-calc(30);
    padding-left: rem-calc(30);
  }
}

.btn-icon {
  padding: 11px 15px;
  background: #fff;
  border: 1px solid #ccc;
  margin-right: -4px;
}

button:focus {
  outline: none;
}

/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */