/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
.wrapper {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 30px;
  width: 100%;
}
@media (max-width: 992px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding: 0 15px;
  }
}

.page {
  padding: 80px 0;
}
.page.page-gray {
  background-color: #f5f5f5;
}
.page.page-with-banner {
  padding: 0;
}
.page.page-with-banner header {
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
}
.page.page-with-banner header::after {
  background-color: rgba(0, 0, 0, 0.35);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.page.page-with-banner header h1 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}
.page.page-with-banner .box.box-page {
  padding: 80px 35px;
}
.page.page-with-sidebar aside.sidebar {
  padding: 0 20px 0 0;
  width: 260px;
}
.page.page-with-sidebar aside.sidebar {
  order: 2;
  padding: 0 0 0 20px;
}
.page.page-with-sidebar.sidebar-topbar {
  padding: 0 0 80px 0;
}
.page.page-with-sidebar.sidebar-topbar .sidebar {
  background-color: #424242;
  order: 1;
  padding: 0;
  width: 100%;
}
.page.page-with-sidebar.sidebar-topbar .box-profile-menu {
  border-top: none;
  margin: 0 0 80px;
}
.page.page-with-sidebar.sidebar-topbar .box-profile-menu h3 {
  display: none;
}
.page.page-with-sidebar.sidebar-topbar .box-profile-menu .module-body {
  background-color: transparent;
}
.page.page-with-sidebar.sidebar-topbar .box-profile-menu nav {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
}
.page.page-with-sidebar.sidebar-topbar .box-profile-menu nav ul.column li {
  display: inline-block;
}
.page.page-with-sidebar.sidebar-topbar .box-profile-menu nav ul.column li a {
  border-left: none;
  border-bottom: 4px solid transparent;
  color: #bfbfbf;
  font-size: .875rem;
  padding: 14px 15px 10px 8px;
}
.page.page-with-sidebar.sidebar-topbar .box-profile-menu nav ul.column li.active a, .page.page-with-sidebar.sidebar-topbar .box-profile-menu nav ul.column li a:hover {
  background-color: #121212;
}

.flex {
  display: flex !important;
}
.flex .flex1 {
  flex: 1;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.flex-middle {
  align-items: center;
}
.flex.flex-center {
  justify-content: center;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .flex1-mb {
    flex: 1;
  }

  .flex-mb-break {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .flex1-tb {
    flex: 1;
  }

  .flex-tb-break {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .flex1-sm {
    flex: 1;
  }

  .flex-sm-break {
    display: block !important;
  }
}
.dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  z-index: 9900;
}
.dropdown .dropdown-menu::after {
  content: "";
  display: block;
  left: 14px;
  position: absolute;
  top: -16px;
  border: 8px solid transparent;
  border-bottom-width: 7px;
}
.dropdown.dropright .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown.dropright .dropdown-menu::after {
  left: auto;
  right: 20px;
}
@media (min-width: 993px) {
  .dropdown.dropdown-on-hover .dropdown-menu {
    display: block !important;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
  }
}
.dropdown.two-columns-dropdown .dropdown-menu {
  width: 830px;
}
.dropdown.two-columns-dropdown .dropdown-menu .primary-column {
  padding: 40px 60px;
  width: 470px;
}
.dropdown.two-columns-dropdown .dropdown-menu .secondary-column {
  background-color: #f9f9f9;
  padding: 40px 30px;
}
.dropdown.two-columns-dropdown .dropdown-menu h3 {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .dropdown.two-columns-dropdown .dropdown-menu {
    width: 100%;
  }
  .dropdown.two-columns-dropdown .dropdown-menu .primary-column {
    padding: 20px;
    width: 100%;
  }
}
.dropdown.simple-list .dropdown-menu li a {
  border-bottom: 1px solid #eaeaea;
  padding: 10px 15px;
  text-transform: capitalize;
}
@media (min-width: 993px) {
  .dropdown.dropdown-on-hover:hover > .dropdown-menu, .dropdown.force-drop > .dropdown-menu {
    visibility: visible;
    margin: 0;
    opacity: 1;
  }
}

.modal {
  z-index: 9999;
}
.modal .modal-dialog {
  margin: 0 auto;
}
.modal .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modal .modal-content .modal-header {
  border-top: 4px solid #525252;
  background: #f9f9f9;
  border-radius: 0 0 0 0;
  padding: 30px 15px;
  text-align: center;
}
.modal .modal-content .modal-header h1.header {
  margin-bottom: 0;
}
.modal .modal-content .modal-body {
  flex: 1;
  padding: 0;
  overflow: auto;
}

.modal-backdrop.in {
  opacity: .35;
}

.boxed-title {
  background-color: #525252;
  color: #fff;
  padding: 7px 10px;
}

.box {
  border-radius: 0;
  padding: 20px;
}
.box.box-page {
  padding: 35px;
}
.box.box-page form .legend {
  overflow-x: hidden;
}
.box.box-white {
  background-color: #fff;
}
.box.box-gray {
  background-color: #f5f5f5;
}
.box > h3 {
  border-bottom: 1px solid #efefef;
  font-size: 1.25rem;
  margin-bottom: 15px;
  padding-bottom: 7px;
}
.box.box-with-header {
  overflow: hidden;
  padding: 0;
}
.box.box-with-header header {
  background-color: #525252;
  padding: 10px 20px;
}
.box.box-with-header header h3 {
  color: #fff;
  font-size: 1.254rem;
}
.box.box-with-header .box-body {
  padding: 15px 20px;
}
.box.columns2 .box-body > div {
  text-align: center;
}
.box.columns2 .box-body > div:first-child {
  border-right: 1px solid #e0e0e0;
}
.box.columns2 .box-body a, .box.columns2 .box-body span {
  display: block;
  font-size: .875rem;
}
.box.columns2 .box-body a, .box.columns2 .box-body span:last-child {
  font-size: 1.625rem;
  font-weight: 400;
}

.sbox {
  border: 1px solid #efefef;
  display: block;
  padding: 15px;
  max-width: 70%;
  margin: 20px auto;
  text-align: center;
}
.sbox span {
  display: block;
}
.sbox span.large-txt {
  font-size: 1.75rem;
}
.sbox.with-button {
  padding: 15px 25px;
  position: relative;
}
.sbox.with-button a.cyrcle-btn {
  margin: 0;
  right: -20px;
  top: calc( 50% - 20px );
  position: absolute;
}

@media (min-width: 993px) {
  .hide-ds {
    display: none;
  }
}
@media (max-width: 992px) {
  .hide-mb {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hide-tb {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide-sm {
    display: none;
  }
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters > .col,
.row-no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row-gutters-small {
  margin-left: -7px;
  margin-right: -7px;
}

.row-gutters-small > * {
  padding: 0 7px;
}

.row-gutters {
  margin-left: -15px;
  margin-right: -15px;
}

.row-gutters > * {
  padding: 0 15px;
}

.row-gutters-medium {
  margin-left: -20px;
  margin-right: -20px;
}

.row-gutters-medium > * {
  padding: 0 20px;
}

.row-gutters-large {
  margin-left: -30px;
  margin-right: -30px;
}

.row-gutters-large > * {
  padding: 0 30px;
}

.row-gutters-xlarge {
  margin-left: -55px;
  margin-right: -55px;
}

.row-gutters-xlarge > * {
  padding: 0 55px;
}

.width100 {
  width: 100% !important;
}

.width75 {
  width: 75% !important;
}

.width50 {
  width: 50% !important;
}

.width40 {
  width: 40% !important;
}

.width30 {
  width: 30% !important;
}

.width25 {
  width: 25% !important;
}

.widthAuto {
  width: auto !important;
}

.align-center {
  text-align: center !important;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.width-full {
  width: 100% !important;
}

.height100 {
  height: 100% !important;
}

.hide-overflow {
  overflow: hidden;
}

.line-height1 {
  line-height: 1;
}

.margin-top5 {
  margin-top: 5px !important;
}

.margin-top10 {
  margin-top: 10px !important;
}

.margin-top15 {
  margin-top: 15px !important;
}

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

.margin-top25 {
  margin-top: 25px !important;
}

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

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

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

.margin-top60 {
  margin-top: 60px !important;
}

.margin-top80 {
  margin-top: 80px !important;
}

.margin-top100 {
  margin-top: 100px !important;
}

.margin-top160 {
  margin-top: 160px !important;
}

.margin-right5 {
  margin-right: 5px !important;
}

.margin-right10 {
  margin-right: 10px !important;
}

.margin-right15 {
  margin-right: 15px !important;
}

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

.margin-right25 {
  margin-right: 25px !important;
}

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

.margin-left5 {
  margin-left: 5px !important;
}

.margin-left10 {
  margin-left: 10px !important;
}

.margin-left15 {
  margin-left: 15px !important;
}

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

.margin-left25 {
  margin-left: 25px !important;
}

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

.margin-bottom5 {
  margin-bottom: 5px !important;
}

.margin-bottom10 {
  margin-bottom: 10px !important;
}

.margin-bottom15 {
  margin-bottom: 15px !important;
}

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

.margin-bottom25 {
  margin-bottom: 25px !important;
}

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

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

.padding0 {
  padding: 0 !important;
}

.padding5 {
  padding: 5px !important;
}

.padding10 {
  padding: 10px !important;
}

.padding15 {
  padding: 15px !important;
}

.padding20 {
  padding: 20px !important;
}

.padding25 {
  padding: 25px !important;
}

.padding-left20 {
  padding-left: 20px !important;
}

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

.min-width100 {
  min-width: 100px !important;
}

.min-width200 {
  min-width: 200px !important;
}

.min-width300 {
  min-width: 300px !important;
}

.max-width100 {
  max-width: 100% !important;
}

.font-13 {
  font-size: .8125rem;
}

.font-14 {
  font-size: .875rem;
}

.font-16 {
  font-size: 1rem;
}

.font-18 {
  font-size: 1.125rem;
}

.font-22 {
  font-size: 1.375rem;
}

.underline::after {
  content: "";
  display: block;
  height: 3px;
  margin: 10px 0 0;
  width: 100px;
}
.underline.align-center::after {
  margin: 10px auto 0;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.alert {
  border-radius: 0;
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 10px;
}
.alert.alert-success {
  background-color: #7EA26F;
}
.alert.alert-info {
  background-color: #3D9CD2;
}
.alert.alert-warning {
  background-color: #DED3AF;
}
.alert.alert-error {
  background-color: #C34242;
}
.alert p, .alert a {
  color: #fff;
}

.green {
  color: #6fab71;
}

.yellow {
  color: #ffca28;
}

.red {
  color: #ef5350;
}

body.popup-body {
  height: 100%;
  padding: 35px;
  overflow-x: hidden;
}
body.popup-body p.error {
  font-size: .875rem;
}

/* =========================================
- Buttons
========================================= */
.btn {
  border: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  padding: 10px 20px;
  text-transform: uppercase;
}
.btn:hover {
  color: #fff;
}
.btn.btn-sm {
  font-size: .875rem;
  padding: 7px 10px;
}
.btn.btn-md {
  font-size: 1.125rem;
  padding: 15px 30px;
}
.btn.btn-dark {
  background-color: #525252;
}
.btn.btn-dark:hover {
  background-color: #424242;
}
.btn.btn-striped {
  background-color: transparent;
}
.btn.btn-striped:hover {
  background-color: transparent;
  color: #525252;
}
.btn.btn-striped.btn-dark {
  color: #525252;
  border-color: #525252;
}
.btn.btn-warning {
  background-color: #ffca28;
}
.btn.btn-warning:hover {
  background-color: #f4c020;
}
.btn.btn-error {
  background-color: #ef5350;
}
.btn.btn-error:hover {
  background-color: #e24744;
}

/* =========================================
- forms
========================================= */
form {
  margin: 0;
}
form fieldset {
  border: none;
  margin: 0 0 30px;
  padding: 0;
}
form fieldset h3 {
  font-weight: 500;
}
form fieldset h3.legend {
  font-size: 1rem;
}
form fieldset label span {
  font-size: 1rem;
}
form .input-field {
  margin-bottom: 15px;
}
form input:not([type="submit"]), form select, form textarea {
  background-color: #f9f9f9;
  border: 1px solid #eaeaea;
  border-radius: 0;
  padding: 7px 10px;
  min-width: 200px;
}
form input:not([type="submit"]):focus, form select:focus, form textarea:focus {
  background-color: #fff;
  border: 1px solid #ccc;
}
form p.note {
  color: #ccc;
  font-size: .8125rem;
  margin-top: 5px;
}
form.label-pholder-form .input-field {
  background-color: #f5f5f5;
  border-radius: 0;
  padding: 10px 15px;
  position: relative;
}
form.label-pholder-form .input-field::after {
  background-color: #525252;
  border-radius: 0 0 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  width: 0;
}
form.label-pholder-form .input-field.focus::after {
  width: 100%;
}
form.label-pholder-form .input-field label {
  display: block;
  font-size: .875rem;
}
form.label-pholder-form .input-field input, form.label-pholder-form .input-field select, form.label-pholder-form .input-field textarea {
  background-color: transparent;
  border: none;
  font-size: .875rem;
  outline: none;
  width: 100%;
}
form.label-pholder-form .input-field input:-moz-placeholder, form.label-pholder-form .input-field select:-moz-placeholder, form.label-pholder-form .input-field textarea:-moz-placeholder {
  color: #ccc;
}
form.label-pholder-form .input-field input::-moz-placeholder, form.label-pholder-form .input-field select::-moz-placeholder, form.label-pholder-form .input-field textarea::-moz-placeholder {
  color: #ccc;
}
form.label-pholder-form .input-field input:-ms-input-placeholder, form.label-pholder-form .input-field select:-ms-input-placeholder, form.label-pholder-form .input-field textarea:-ms-input-placeholder {
  color: #ccc;
}
form.label-pholder-form .input-field input::-webkit-input-placeholder, form.label-pholder-form .input-field select::-webkit-input-placeholder, form.label-pholder-form .input-field textarea::-webkit-input-placeholder {
  color: #ccc;
}
form.label-pholder-form .input-field input[type='text'], form.label-pholder-form .input-field input[type='email'],
form.label-pholder-form .input-field input[type='password'] {
  padding: 7px 0;
}
form.columns-form {
  font-size: .875rem;
}
form.columns-form .input-field {
  max-width: 300px;
}
form.columns-form label {
  display: block;
}
form.columns-form input:not([type="submit"]), form.columns-form select, form.columns-form textarea {
  width: 100%;
}
form.columns-form input:not([type="submit"])::-webkit-input-placeholder {
  color: #ccc;
}
form.columns-form input:not([type="submit"])::-moz-placeholder {
  color: #ccc;
}
form.columns-form input:not([type="submit"]):-ms-input-placeholder {
  color: #ccc;
}
form.columns-form input:not([type="submit"]):-moz-placeholder {
  color: #ccc;
}
form.columns-form textarea:focus {
  outline: none !important;
}
form.columns-form .chosen-container-single .chosen-single {
  background-color: #f9f9f9;
  background-image: none;
  border: 1px solid #eaeaea;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  height: auto;
  padding: 5px 0 5px 8px;
}
form.columns-form .chosen-container-single .chosen-single div b {
  background-position: 0 8px;
}
form.columns-form .chosen-container-single.chosen-with-drop .chosen-single {
  border: 1px solid #b9b9b9;
}
form.columns-form .chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -18px 8px;
}
form.columns-form .chosen-container-single.chosen-container .chosen-drop {
  background-color: #f9f9f9;
  border: 1px solid #b9b9b9;
  border-top: none;
  box-shadow: none;
}
form.columns-form .chosen-container-single.chosen-container .chosen-drop .chosen-search input[type=text] {
  background-color: #fff;
  border: 1px solid #eaeaea;
}
form.columns-form .chosen-container-single.chosen-container .chosen-results li.highlighted {
  background-color: #525252;
  background-image: none;
}
form.columns-form .buttons-footer {
  padding: 15px 0;
  position: relative;
}
form.columns-form .buttons-footer::before {
  background-color: #eaeaea;
  content: "";
  height: 1px;
  left: -50%;
  position: absolute;
  top: 0;
  width: 200%;
}
form.columns-2 .input-field {
  display: inline-block;
  max-width: none;
  vertical-align: top;
  width: 49%;
}
form.columns-2 .input-field:nth-of-type(2n+1) {
  padding-right: 15px;
}
form.columns-2 .input-field.field-dob .flex input:nth-of-type(2) {
  margin: 0 5px;
}
form label.input-radio, form label.input-checkbox {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: auto;
}
form label.input-radio:hover, form label.input-checkbox:hover {
  cursor: pointer;
}
form label.input-radio.checked i, form label.input-checkbox.checked i {
  color: #525252;
}
form label.input-radio input, form label.input-checkbox input {
  left: -15px;
  position: absolute;
  width: auto !important;
}
form label.input-radio span, form label.input-checkbox span {
  display: flex;
  align-items: center;
}
form label.input-radio span i, form label.input-checkbox span i {
  font-size: 1.75rem;
  margin-right: 5px;
}
form label.disabled span i {
  color: #e4e4e4;
}

div.table {
  display: table;
  font-size: .875rem;
  width: 100%;
}
div.table .table-row {
  display: table-row;
}
div.table .table-row.table-headers {
  font-weight: 700;
}
div.table.table-striped .table-row:nth-child(odd) .table-column {
  background-color: #f6f5f6;
}
div.table.table-striped .table-row:nth-child(odd) .table-column:first-child {
  border-radius: 0 0 0 0;
}
div.table.table-striped .table-row:nth-child(odd) .table-column:last-child {
  border-radius: 0 0 0 0;
}
div.table .table-row .table-column {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}
div.table .table-row .table-column:last-child.drop-menu .dropdown-toggle {
  border: 1px solid #dcdcdc;
  padding: 10px 0 5px 5px;
}
div.table .table-row .table-column:last-child.drop-menu .dropdown-toggle i {
  display: inline-block;
  font-size: 1.5rem;
}
div.table .table-row .table-column:last-child.drop-menu .dropdown-toggle i:nth-child(2) {
  margin-left: -10px;
}
div.table.table-sum .table-column > *:last-child {
  float: right;
}
div.table .table-row .table-column div.table-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
div.table.table.table-simple .table-row.table-headers {
  display: table-row;
}
div.table.table.table-simple .table-row .table-column > a {
  width: auto;
}
div.table.table-borders {
  border: 1px solid #efefef;
}
div.table.table-borders .table-row .table-column {
  border-bottom: 1px solid #efefef;
}
div.table.table-borders .table-row.table-headers .table-column {
  background-color: #f5f5f5;
  font-size: 1rem;
  font-weight: 500;
  padding: 15px 10px;
}
div.table.table-borders .table-row.table-headers .table-column b {
  font-weight: 500;
}

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none;
  }
}
/* =========================================
- animation
========================================= */
.animate {
  opacity: 0;
}

.enter-up {
  transform: translateY(150px);
  animation: move-vertical 0.8s .5s ease forwards;
}

.enter-left {
  transform: translateX(150px);
  animation: move-horizontal 0.8s 0.5s ease forwards;
}

.enter-right {
  transform: translateX(-150px);
  animation: move-horizontal 0.8s 0.5s ease forwards;
}

@keyframes move-vertical {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes move-horizontal {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
html, body {
  background-color: #f1f1f1;
  height: 100%;
  font-size: 100%;
  font-weight: 400;
  font-family: "Quicksand", Arial, sans-serif;
  color: #616161;
}

body {
  min-height: 100%;
}

a, input, .dropdown .dropdown-menu, .catalog-view img, .transition, i {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

a:focus, button:focus, input:focus {
  outline: none !important;
  box-shadow: none !important;
}

a:hover, a:focus {
  text-decoration: none;
}

p, span {
  margin: 0;
}

p {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h1.header, h2.header {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 35px;
  text-transform: uppercase;
}
h1.header.with-subheader, h2.header.with-subheader {
  margin-bottom: 0;
}

.sub-header {
  color: #9b9b9b;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 35px;
}

.sub-header-small {
  display: block;
  font-size: 1rem;
  margin: 15px 0 30px;
}

ul.column, ul.row {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.row {
  display: flex;
  flex-wrap: wrap;
}

/* =========================================
- Contents
=========================================

- box-socialnetwork
- box-currency
- box-languages
- box-headertoplinks
- box-topnavigation
- box-mediabanner
- user-area
- box-footercopyright
- box-carhirenow
- box-latestnews
- box-counterbanner
- box-traveldirectory
- box-ourpartners
- box-newslettersignup
- box-carhiringguide
- box-calltoaction

========================================= */
aside.sidebar .module {
  border-top: 4px solid #525252;
  border-radius: 0;
  overflow: hidden;
}
aside.sidebar .module .module-header {
  background-color: #f9f9f9;
  border-bottom: 1px solid #efefef;
  padding: 20px 15px;
}
aside.sidebar .module .module-body {
  background-color: #fff;
  padding: 15px;
}
aside.sidebar .module .module-body.list {
  padding: 0;
}
aside.sidebar .module .module-body nav ul li a {
  border-bottom: 1px solid #efefef;
  border-left: 3px solid transparent;
  color: #525252;
  display: block;
  padding: 12px 10px;
}
aside.sidebar .module .module-body nav ul li a:hover, aside.sidebar .module .module-body nav ul li.active a {
  background-color: #f9f9f9;
}

.box-socialnetwork i {
  font-size: 18px;
}

.box-currency i, .box-languages i {
  display: inline-block;
}

.box-currency select {
  background: none;
  border: none;
  font-size: .8125rem;
  font-weight: 500;
  text-transform: uppercase;
}
.box-currency select:focus {
  outline: none;
}
.box-currency i {
  margin-right: -12px;
}
@media (max-width: 992px) {
  .box-currency {
    margin-right: -20px;
  }
  .box-currency select {
    min-width: auto;
  }
}

.box-languages span {
  font-size: .8125rem;
  font-weight: 500;
  text-transform: uppercase;
}
.box-languages .simple-list {
  padding: 7px;
}

.box-headertoplinks a {
  margin-left: 5px;
}

@media (max-width: 767px) {
  .logo img {
    max-width: 180px;
  }
}
.box-topnavigation ul li a {
  border-top: 3px solid #fff;
  border-right: 1px solid #e3e3e3;
  color: #525252;
  display: block;
  font-size: 1rem;
  padding: 10px 20px;
  text-transform: uppercase;
}
.box-topnavigation ul li:first-child a {
  border-left: 1px solid #e3e3e3;
}
.box-topnavigation ul li:last-child {
  flex: 1;
}
.box-topnavigation ul li:last-child .dropdown {
  float: right;
}
.box-topnavigation ul li:last-child a {
  border-right: none;
  padding: 3px 10px;
}
.box-topnavigation ul li:last-child a i {
  font-size: 1.5rem;
}
.box-topnavigation .dropdown-menu {
  padding: 10px 20px 20px;
}
.box-topnavigation .dropdown-menu form {
  position: relative;
}
.box-topnavigation .dropdown-menu form input[type="text"] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 10px 5px 0;
}
.box-topnavigation .dropdown-menu form button#search {
  background-color: transparent;
  bottom: 2px;
  border: none;
  position: absolute;
  right: 0;
}
@media (max-width: 992px) {
  .box-topnavigation nav {
    text-align: right;
  }
  .box-topnavigation nav > a {
    background-color: #525252;
    display: inline-block;
    margin: 7px;
    padding: 5px 10px;
  }
  .box-topnavigation nav > a.toggle-menu {
    background-color: red;
  }
  .box-topnavigation nav > a i {
    font-size: 1.25rem;
    color: #fff;
  }
  .box-topnavigation nav .nav-container {
    background-color: #fff;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 50;
  }
  .box-topnavigation nav ul.row li a {
    text-align: center;
    border-top: 1px solid #efefef;
  }
}

.box-mediabanner {
  height: 700px;
  overflow: hidden;
  position: relative;
}
.box-mediabanner .media {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  margin: 0;
  width: 100%;
  z-index: 1;
}
.box-mediabanner .media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.box-mediabanner .module-body {
  position: relative;
  z-index: 5;
}
.box-mediabanner .module-body .wrapper {
  padding-bottom: 250px;
}
.box-mediabanner h2, .box-mediabanner h3 {
  font-weight: 400;
  margin-bottom: 0;
}

.user-area {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .user-area .dropdown {
    position: static;
  }
}
.user-area .dropdown .dropdown-toggle {
  padding: 40px 0;
}
.user-area .dropdown .dropdown-toggle:hover {
  cursor: pointer;
}
.user-area .dropdown .dropdown-toggle .icon {
  border: 2px solid #525252;
  border-radius: 20px;
  height: 40px;
  margin-left: 10px;
  width: 40px;
}
.user-area .dropdown .dropdown-toggle .icon i {
  font-size: 1.5rem;
}
.user-area .dropdown .dropdown-toggle > span:first-child {
  font-size: 1rem;
  font-weight: 500;
  text-align: right;
  text-transform: uppercase;
}
.user-area .dropdown .dropdown-toggle > span:first-child span {
  color: #a4a4a4;
  display: block;
  font-size: .8125rem;
  font-weight: 400;
  text-transform: none;
}
@media (max-width: 767px) {
  .user-area .dropdown .dropdown-toggle > span:first-child {
    display: none;
  }
}
.user-area .dropdown .dropdown-menu {
  border-top-width: 4px;
}
.user-area .dropdown .dropdown-menu::after {
  right: 11px;
  top: -19px;
}
.user-area .dropdown .dropdown-menu .login-section .login-form p {
  font-size: 1.125rem;
}
.user-area .dropdown .dropdown-menu .login-section .login-form ul {
  display: flex;
}
.user-area .dropdown .dropdown-menu .login-section .login-form ul li {
  flex: 1;
}
.user-area .dropdown .dropdown-menu .login-section .login-form ul li:first-child {
  margin-right: 10px;
}
.user-area .dropdown .dropdown-menu .login-section .login-form ul li:last-child {
  margin-left: 10px;
}
.user-area .dropdown .dropdown-menu .login-section .login-form ul li a {
  border: 1px solid #e7e7e7;
  border-radius: 0;
  font-weight: 500;
  font-size: 1rem;
  padding: 6px 7px;
}
.user-area .dropdown .dropdown-menu .login-section .login-form ul li a span {
  color: #9a9a9a;
}
.user-area .dropdown .dropdown-menu .login-section .login-form ul li a i {
  color: #f5f5f5;
  font-size: 2rem;
  margin-right: 7px;
}
.user-area .dropdown .dropdown-menu .login-section .register > div {
  display: none;
}
.user-area .dropdown .dropdown-menu .login-section .register > div.active {
  display: block;
}
.user-area .dropdown.loggedin .dropdown-toggle .icon i {
  color: #fff;
}
.user-area .dropdown.loggedin ul {
  columns: 2;
}
.user-area .dropdown.loggedin ul li {
  display: inline-block;
  width: 100%;
}
.user-area .dropdown.loggedin ul li a {
  color: #525252;
  display: block;
  padding: 14px 0;
  position: relative;
}
.user-area .dropdown.loggedin ul li a::before, .user-area .dropdown.loggedin ul li a::after {
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  width: 0;
  z-index: 2;
}
.user-area .dropdown.loggedin ul li a::after {
  background-color: #eaeaea;
  width: 100%;
  z-index: 1;
}
.user-area .dropdown.loggedin ul li a:hover::before {
  width: 100%;
}

.box-footercopyright .module-body {
  text-align: center;
}
.box-footercopyright .module-body p {
  color: #a3a3a3;
  margin: 10px 0 0;
}

.box-carhirenow.innerpages-form .module-body {
  padding: 40px 30px 90px;
}

.box-carhirenow {
  font-weight: 300;
}
.box-carhirenow .module-body {
  background-color: rgba(82, 82, 82, 0.9);
  padding: 30px 0 40px;
  position: relative;
}
.box-carhirenow .module-body input, .box-carhirenow .module-body textarea, .box-carhirenow .module-body input:focus, .box-carhirenow .module-body textarea:focus {
  background-color: transparent !important;
  border: none !important;
}
.box-carhirenow .module-body a, .box-carhirenow .module-body input, .box-carhirenow .module-body textarea, .box-carhirenow .module-body select, .box-carhirenow .module-body span {
  color: #cbcbcb;
  font-size: 1.125rem;
}
.box-carhirenow .module-body a:-moz-placeholder, .box-carhirenow .module-body input:-moz-placeholder, .box-carhirenow .module-body textarea:-moz-placeholder, .box-carhirenow .module-body select:-moz-placeholder, .box-carhirenow .module-body span:-moz-placeholder {
  color: #cbcbcb;
}
.box-carhirenow .module-body a::-moz-placeholder, .box-carhirenow .module-body input::-moz-placeholder, .box-carhirenow .module-body textarea::-moz-placeholder, .box-carhirenow .module-body select::-moz-placeholder, .box-carhirenow .module-body span::-moz-placeholder {
  color: #cbcbcb;
}
.box-carhirenow .module-body a:-ms-input-placeholder, .box-carhirenow .module-body input:-ms-input-placeholder, .box-carhirenow .module-body textarea:-ms-input-placeholder, .box-carhirenow .module-body select:-ms-input-placeholder, .box-carhirenow .module-body span:-ms-input-placeholder {
  color: #cbcbcb;
}
.box-carhirenow .module-body a::-webkit-input-placeholder, .box-carhirenow .module-body input::-webkit-input-placeholder, .box-carhirenow .module-body textarea::-webkit-input-placeholder, .box-carhirenow .module-body select::-webkit-input-placeholder, .box-carhirenow .module-body span::-webkit-input-placeholder {
  color: #cbcbcb;
}
@media (max-width: 767px) {
  .box-carhirenow .module-body input[type='text'], .box-carhirenow .module-body select, .box-carhirenow .module-body textarea {
    background-color: transparent;
    border: none;
  }
  .box-carhirenow .module-body .pickdate input[type="text"] {
    max-width: 135px !important;
    min-width: 135px;
  }
  .box-carhirenow .module-body .pickdate select {
    min-width: 41px;
    padding: 7px 0;
    width: 35px;
  }
}
.box-carhirenow .module-body .chosen-container-single {
  position: static;
}
.box-carhirenow .module-body .chosen-container-single .chosen-single {
  background-color: transparent;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.box-carhirenow .module-body .chosen-container-single .chosen-drop {
  background-color: #717171;
  border: none;
  left: 0;
}
.box-carhirenow .module-body .chosen-container-single .chosen-drop .chosen-results li {
  color: #cbcbcb;
  font-size: 1rem;
  line-height: 1.5;
}
.box-carhirenow .module-body .chosen-container-single .chosen-drop .chosen-results li.highlighted {
  background-color: rgba(0, 0, 0, 0.15);
  background-image: none;
}
.box-carhirenow .module-body .chosen-container-single .chosen-search input[type=text] {
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  padding: 6px 20px 6px 6px;
}
.box-carhirenow .module-body .dropoff a {
  display: inline-block;
  margin-right: 20px;
}
.box-carhirenow .module-body .dropoff a > span {
  display: flex;
  align-items: center;
}
.box-carhirenow .module-body .dropoff a > span span {
  font-size: .75rem;
}
.box-carhirenow .module-body .dropoff a > span i {
  color: #fff;
  font-size: 1.5rem;
  margin-right: 5px;
}
.box-carhirenow .module-body .input-field {
  background-color: #717171;
  border-radius: 0;
  margin: 1.5px;
  padding: 18px 20px;
  position: relative;
}
.box-carhirenow .module-body .input-field i.mdi {
  font-size: 1.25rem;
  margin-right: 5px;
}
.box-carhirenow .module-body .submit .btn {
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% - 1.5px);
  margin: 1.5px;
}
.box-carhirenow .module-body .locations .input-field:first-child {
  flex: 0 1 33%;
}
.box-carhirenow .module-body .details .pickdate input[type="text"] {
  max-width: 150px;
}
.box-carhirenow .module-body .details .pickdate .chosen-container-single {
  width: 22px !important;
}
.box-carhirenow .module-body .details .pickdate .chosen-container-single .chosen-single {
  padding: 0;
}
.box-carhirenow .module-body .details .pickdate .chosen-container-single .chosen-single > div {
  display: none;
}
.box-carhirenow .module-body .details .pickdate .chosen-container-single .chosen-single > span {
  margin-right: 0;
}
.box-carhirenow .module-body .dropoff-field .locations-list {
  left: -100%;
}
.box-carhirenow .module-body .location-field.half .locations-list {
  width: 200%;
}

.locations {
  position: relative;
}
.locations .locations-list {
  background-color: #fff;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 15;
}
.locations .locations-list > div {
  box-shadow: 0 0 20px -7px #525252;
}
.locations .locations-list .list {
  background-color: #fff;
  max-height: 685px;
  padding: 15px 0 15px 15px;
  overflow: auto;
}
.locations .locations-list .list h3 {
  font-weight: 400;
}
.locations .locations-list .list h3:nth-of-type(n+2) {
  margin-top: 20px;
}
.locations .locations-list .list ul {
  margin: 0;
  padding: 0;
}
.locations .locations-list .list ul li {
  list-style: none;
}
.locations .locations-list .list ul li a {
  color: #525252;
  display: block;
  font-size: 1rem !important;
  padding: 5px 30px;
}
.locations .locations-list .list ul li a.active-location, .locations .locations-list .list ul li a.active-location:hover {
  background-color: #f5f5f5;
}
.locations .locations-list .location-details {
  background-color: #f5f5f5;
  padding: 20px;
}
.locations .locations-list .location-details h3 {
  font-weight: 400;
}
.locations .locations-list .location-details span {
  color: #adadad;
  font-size: .875rem;
}
.locations .locations-list .location-details .opening-hours {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 30px;
}
.locations .locations-list .location-details .opening-hours span {
  color: #525252;
  flex: 1 0 50%;
}
.locations .locations-list .location-details .map {
  background: url("images/ajax-loader.gif") no-repeat center;
  border: 2px solid #fff;
  min-height: 350px;
}

.box-latestnews {
  padding: 150px 0;
}
.box-latestnews img {
  margin-top: -13px;
}
.box-latestnews .articles article:not(:last-child) {
  margin-bottom: 45px;
}
.box-latestnews .articles .date {
  background-color: #f5f5f5;
  height: 85px;
  margin-right: 25px;
  padding: 10px;
  width: 85px;
}
.box-latestnews .articles .date span:first-child {
  font-size: 3rem;
  font-weight: 400;
  line-height: .8;
}
.box-latestnews .articles .date span:last-child {
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
}
.box-latestnews .articles h3, .box-latestnews .articles h3 a {
  font-size: 1.25rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #525252;
}
.box-latestnews .articles p {
  line-height: 1.8;
  margin-top: 15px;
}

.box-counterbanner .module-body {
  background-attachment: fixed;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  text-align: center;
}
.box-counterbanner .module-body::after {
  background-color: rgba(0, 0, 0, 0.35);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.box-counterbanner .module-body .wrapper {
  position: relative;
  z-index: 5;
}
.box-counterbanner .module-body span {
  color: #fff;
  font-size: 3.5rem;
}
.box-counterbanner .module-body h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
}

.box-traveldirectory {
  padding: 0 14px;
}
.box-traveldirectory .destination {
  background-size: cover;
  height: 350px;
  margin-bottom: 14px;
}
.box-traveldirectory .destination .city {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 40px;
}
.box-traveldirectory .destination .city h3 {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}
.box-traveldirectory .destination .city h5 {
  color: #ffea00;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
}

.box-ourpartners {
  padding: 150px 0;
}
.box-ourpartners .brands {
  padding: 40px 0;
}
.box-ourpartners .brands img {
  margin: 0 2px 5px 0;
}

.box-newslettersignup, .box-carhiringguide {
  background-color: #efefef;
  padding: 150px 0;
  position: relative;
}
.box-newslettersignup img, .box-carhiringguide img {
  left: 0;
  position: absolute;
  bottom: 0;
  max-width: 50vw;
  z-index: 10;
}
.box-newslettersignup form, .box-carhiringguide form {
  margin-top: 25px;
}
.box-newslettersignup form input[type="text"], .box-carhiringguide form input[type="text"] {
  border: none;
  border-radius: 0 0 0 0;
  padding: 12px 20px;
}
.box-newslettersignup form button.btn, .box-carhiringguide form button.btn {
  border-radius: 0 0 0 0;
}

.box-carhiringguide {
  padding: 0 0 150px 0;
}
.box-carhiringguide img {
  bottom: auto;
  top: -50px;
}
.box-carhiringguide a {
  font-size: 1.5rem;
  margin-top: 10px;
}
.box-carhiringguide a i {
  font-size: 3rem;
  margin: 0 10px 0 0;
}
.box-carhiringguide a:hover i {
  margin: 0 5px 0 5px;
}

.box-calltoaction {
  padding: 60px 0 80px;
  text-align: center;
  position: relative;
}
.box-calltoaction:before {
  background-color: #fff;
  content: "";
  height: 90px;
  left: 0;
  position: absolute;
  top: -45px;
  transform: skewY(-3deg);
  width: 100%;
  z-index: 1;
}
.box-calltoaction h2.module-header {
  font-size: 3.2rem;
  text-transform: none;
}
.box-calltoaction h3.sub-header {
  font-size: 1.875rem;
}

/* =========================================
- Contents
=========================================

- booking-steps
- booking-filters
- booking-vehicles
- booking-details
- optional-equipment
- personal-information
- secure-payment

========================================= */
.box-carhirenow .step {
  margin-top: -80px;
}

.booking-steps {
  background-color: #f5f5f5;
  padding: 30px 0 0;
}
.booking-steps .step {
  background-color: #fff;
  align-items: center;
  position: relative;
  z-index: 5;
}
.booking-steps .step .step-number {
  background-color: #e6e6e6;
  color: #fff;
  font-family: "Arial Narrow";
  font-size: 5rem;
  padding: 0 10px;
}
.booking-steps .step.complete .step-number {
  background-color: #525252;
}
.booking-steps .step.active .step-number::after {
  bottom: -10px;
  content: "";
  display: block;
  height: 20px;
  left: 20px;
  position: absolute;
  transform: rotate(45deg);
  width: 20px;
  z-index: 2;
}
.booking-steps .step .step-titles {
  padding: 0 15px;
  position: relative;
}
.booking-steps .step .step-titles h3 {
  color: #ccc;
  font-size: 1rem;
}
.booking-steps .step .step-titles span {
  color: #ccc;
  font-size: .8125rem;
}
.booking-steps .step.complete .step-titles h3, .booking-steps .step.complete .step-titles span, .booking-steps .step.active .step-titles h3, .booking-steps .step.active .step-titles span {
  color: #525252;
}

.booking-filters {
  background-color: #f5f5f5;
  padding: 80px 0;
  position: relative;
  text-align: center;
}
.booking-filters .dropdown {
  display: inline-block;
  position: static;
}
.booking-filters a.dropdown-toggle {
  background-color: #fff;
  border: 1px solid #efefef;
  display: inline-block;
  color: #525252;
  position: relative;
  z-index: 1500;
}
.booking-filters a.dropdown-toggle i {
  border-right: 1px solid #efefef;
  color: #d9d9d9;
  display: inline-block;
  font-size: 2rem;
  padding: 7px 12px 0;
}
.booking-filters a.dropdown-toggle span {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 400;
  vertical-align: top;
  padding: 14px 20px 11px;
}
.booking-filters .dropdown-menu {
  padding: 60px 0 30px;
  top: 50%;
  width: 100%;
  z-index: 1400;
}
.booking-filters .dropdown-menu::after {
  border: none;
}
.booking-filters .dropdown-menu .wrapper {
  max-width: 800px;
}
.booking-filters .dropdown-menu fieldset {
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.booking-filters .dropdown-menu fieldset h4 {
  font-size: 1rem;
  margin-bottom: 15px;
}
.booking-filters .dropdown-menu fieldset label {
  display: block;
}
.booking-filters .dropdown-menu fieldset.columns-3 label {
  display: inline-block;
  width: 32.5%;
}
.booking-filters .dropdown-menu .in-row {
  align-items: stretch;
}

.booking-vehicles {
  background-color: #f5f5f5;
  overflow: hidden;
  padding: 40px 0 120px;
}
.booking-vehicles .vehicle {
  padding: 20px 0 60px;
  position: relative;
  z-index: 5;
}
.booking-vehicles .vehicle > div {
  margin-bottom: 25px;
}
.booking-vehicles .vehicle .image {
  position: relative;
}
.booking-vehicles .vehicle .image img {
  width: 100%;
}
.booking-vehicles .vehicle .image img.best-deal {
  left: 0;
  position: absolute;
  top: -55px;
  width: auto;
}
.booking-vehicles .vehicle .model {
  position: relative;
}
.booking-vehicles .vehicle .model h3 {
  font-size: 1.125rem;
}
.booking-vehicles .vehicle .model a {
  font-size: 22px;
  left: -35px;
  position: absolute;
  top: 0;
}
.booking-vehicles .vehicle .model a.email-quote {
  top: 30px;
}
.booking-vehicles .vehicle .price span span {
  font-size: 1.5rem;
  font-weight: 400;
}
.booking-vehicles .vehicle .equipment {
  text-align: center;
}
.booking-vehicles .vehicle .equipment > div {
  margin-right: 15px;
}
.booking-vehicles .vehicle .equipment span {
  display: block;
  font-size: .875rem;
}
.booking-vehicles .vehicle .btn {
  padding: 5px 20px;
}
.booking-vehicles .wrapper {
  position: relative;
}
.booking-vehicles .wrapper::after, .booking-vehicles .wrapper::before {
  background-color: #fff;
  content: "";
  left: -50vw;
  position: absolute;
  width: 150vw;
  z-index: 1;
}
.booking-vehicles .wrapper::before {
  height: calc( 100% - 115px );
  left: -50vw;
  top: 115px;
}
.booking-vehicles .wrapper::after {
  height: 80px;
  bottom: -30px;
  transform: skewY(2deg);
}

.booking-details {
  padding: 80px 0 120px;
}
.booking-details > .wrapper > .row {
  position: relative;
  z-index: 5;
}
.booking-details h1 {
  margin: 30px 0 0;
}
.booking-details h3 {
  margin-bottom: 100px;
}
.booking-details .open-hours span {
  flex: 1 0 50%;
  font-size: .875rem;
}
.booking-details .price {
  border-top: 1px solid #efefef;
  margin-top: 20px;
  padding-top: 20px;
}
.booking-details .price span {
  flex: 1 0 50%;
}
.booking-details .price span:nth-child(2n) {
  text-align: right;
}
.booking-details .price span:nth-child(1), .booking-details .price span:nth-child(2) {
  font-size: 1.75rem;
  margin-bottom: 10px;
}
.booking-details .price span:nth-last-child(1), .booking-details .price span:nth-last-child(2) {
  font-weight: 500;
}
.booking-details .inclusive {
  border-top: 1px solid #efefef;
  margin-top: 30px;
  padding-top: 20px;
}
.booking-details .inclusive h3 {
  margin-bottom: 0;
}
.booking-details .inclusive ul li {
  display: flex;
  padding: 3px 0;
}
.booking-details .inclusive ul li span:first-child {
  flex: 1;
}
.booking-details .vehicle-details h3 {
  color: #ccc;
  font-size: 1rem;
  margin: 30px 0 8px;
  text-transform: uppercase;
}
.booking-details .vehicle-details ul {
  margin-bottom: 30px;
}
.booking-details .vehicle-details ul li {
  font-size: .875rem;
  padding: 3px 0;
}
.booking-details .vehicle-details ul li img {
  height: 20px;
  margin-right: 10px;
}
.booking-details .vehicle-details ul li i {
  font-size: 1.125rem;
}

.optional-equipment {
  background-color: #f5f5f5;
  padding-bottom: 80px;
}
.optional-equipment .box {
  margin-bottom: 25px;
}
.optional-equipment h3 {
  font-size: 1rem;
}
.optional-equipment .icon {
  padding-right: 20px;
}
.optional-equipment .icon img {
  height: 30px;
  max-width: none;
}
.optional-equipment .chosen-container {
  width: 100% !important;
}
.optional-equipment p {
  margin-bottom: 10px;
}

.personal-information {
  background-color: #fff;
  padding: 80px 0;
}

.secure-payment .box, .creditcard_payment .box, .payment-success .box {
  max-width: 600px;
  margin: 0 auto;
}

.secure-payment .coupon input {
  padding: 10px;
}
.secure-payment .costs span:nth-child(2n+1) {
  flex-basis: 65%;
}
.secure-payment .costs span:nth-child(2n) {
  flex-basis: 35%;
  text-align: right;
}
.secure-payment .costs span.payble {
  border-top: 1px solid #efefef;
  font-size: 1.75rem;
  margin-top: 20px;
  padding-top: 10px;
}

.creditcard_payment .chosen-container {
  width: 100% !important;
}
.creditcard_payment .input-field.date .chosen-container {
  width: 49% !important;
}
.creditcard_payment .input-field.verify input {
  width: 49% !important;
}

.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}

.date-picker-wrapper {
  position: absolute;
  z-index: 15;
  background-color: #fff;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial, sans-serif;
  box-shadow: 0 7px 18px -4px rgba(0, 0, 0, 0.22);
  box-sizing: initial;
}
.date-picker-wrapper > * {
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .date-picker-wrapper {
    left: 0 !important;
    width: 100%;
  }
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}

.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none;
  display: inline-block;
}
.date-picker-wrapper.single-date {
  width: auto;
}
.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}
.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}
.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}
.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}
.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}
.date-picker-wrapper .month-name {
  text-transform: uppercase;
}
.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}
.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}
.date-picker-wrapper .month-wrapper {
  border-top: 1px solid #e8e8e8;
  border-radius: 0;
  background-color: #fff;
  min-width: 665px;
  padding: 15px 0 0;
  cursor: default;
  position: relative;
  _overflow: hidden;
  width: 100% !important;
}
.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left;
}
.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}
.date-picker-wrapper .month-wrapper table th, .date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}
.date-picker-wrapper .month-wrapper table .day {
  border: 1px solid transparent;
  padding: 16px 15px;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #f3f3f3;
}
.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap;
}
.date-picker-wrapper .time label {
  white-space: nowrap;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #f3f3f3;
}
.date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: transparent;
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5;
}
.date-picker-wrapper table .caption {
  height: 40px;
}
.date-picker-wrapper table .caption > th:first-of-type, .date-picker-wrapper table .caption > th:last-of-type {
  width: 27px;
}
.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
  font-size: 22px;
  color: #eaeaea;
}
.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {
  color: #525252;
}
.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}
.date-picker-wrapper .gap .gap-lines {
  background: url("images/spliter.png") repeat-y;
  height: 100%;
  overflow: hidden;
}
.date-picker-wrapper .gap .gap-line {
  display: none;
  height: 15px;
  width: 15px;
  position: relative;
}
.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}
.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}
.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}
.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .selected-days {
  display: none;
}
.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 15px 40px 15px 0;
}
.date-picker-wrapper .drp_top-bar .error-top, .date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}
.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333;
}
.date-picker-wrapper .drp_top-bar .apply-btn {
  border: 1px solid #e8e8e8;
  background-color: transparent;
  border-radius: 25px !important;
  position: absolute;
  right: 0px;
  top: 9px;
  padding: 4px 7px;
  margin: 0;
  font-size: 12px;
  border-radius: 0;
  cursor: pointer;
  color: #d9eef7;
  line-height: initial;
}
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
}
.date-picker-wrapper .drp_top-bar .apply-btn:hover {
  border-color: #525252;
  color: #525252;
}
.date-picker-wrapper .time {
  position: relative;
}
.date-picker-wrapper.single-month .time {
  display: block;
}
.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}
.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

/*time styling*/
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.date-picker-wrapper .time1 {
  float: left;
}
.date-picker-wrapper .time2 {
  float: right;
}
.date-picker-wrapper .hour {
  text-align: right;
}

.minute {
  text-align: right;
}

.date-picker-wrapper .hide {
  display: none;
}
.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
  background-color: #525252 !important;
  border: none;
  color: #fff !important;
}
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -12px;
  margin-left: 6px;
  color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  padding: 3px 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}
.date-picker-wrapper.two-months.no-gap .month1 .next, .date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}
.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}
.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: bold;
}

.header-box span {
  display: inline-block;
}
.header-box.header span {
  font-size: 2.75rem;
  padding: 5px 30px;
}
.header-box.subheader span {
  font-size: 2.375rem;
  margin-top: 10px;
  padding: 0px 25px 5px;
}
.header-box.light span {
  background-color: #fff;
  color: #525252;
}
.header-box.dark span {
  background-color: #525252;
  color: #fff;
}

header.page-header {
  border-top: 4px solid;
  border-bottom: 20px solid #636363;
  box-shadow: 0px 4px 8px -8px #525252;
  position: relative;
}
@media (min-width: 993px) {
  header.page-header .header-top .module:not(.box-socialnetwork) {
    margin-left: 15px;
  }
}
header.page-header .header-top a {
  color: #525252;
}
header.page-header .header-middle {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 992px) {
  header.page-header .header-middle {
    position: relative;
  }
}
header.page-header .header-bottom {
  position: relative;
}

footer.pagefooter {
  background-color: #525252;
  padding-top: 100px;
}
footer.pagefooter .footer-top .module {
  margin-bottom: 50px;
}
footer.pagefooter .footer-top .module a i {
  color: #939393;
  font-size: 1.75rem;
}
footer.pagefooter .footer-bottom {
  padding: 25px 0;
}
footer.pagefooter .module-header {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}
footer.pagefooter .module-header::after {
  content: "";
  display: block;
  height: 2px;
  margin: 10px 0 30px;
  width: 100px;
}
footer.pagefooter ul li a, footer.pagefooter ul li {
  color: #cacaca;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 2;
}

.legend {
  font-size: 1rem;
  margin-bottom: 20px;
  position: relative;
}
.legend::before {
  background-color: #eaeaea;
  content: "";
  height: 1px;
  left: -50vw;
  position: absolute;
  top: 14px;
  width: 200vw;
  z-index: 1;
}
.legend span {
  background-color: #fff;
  display: inline-block;
  font-weight: 500;
  margin-left: -10px;
  padding: 2px 10px;
  position: relative;
  z-index: 2;
}
.legend.legend-boxed {
  margin-top: 30px;
}
.legend.legend-boxed span {
  background-color: #525252;
  color: #fff;
  font-weight: 400;
}

.cyrcle-btn {
  border-radius: 30px;
  display: block;
  height: 40px;
  margin: 20px auto 0;
  padding: 3px 0;
  text-align: center;
  width: 40px;
}
.cyrcle-btn i {
  color: #fff;
  font-size: 24px;
}
.cyrcle-btn.cyrcle-btn-gray {
  background-color: #f5f5f5;
}
.cyrcle-btn.cyrcle-btn-gray i {
  color: #525252;
}

#hideshowcalpickup {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#hideshowcalreturn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#fade {
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  /*	filter:alpha(opacity=40); */
  opacity: .40;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /*--IE 8 Transparency--*/
  left: 0;
  z-index: 10;
}

.popup_block {
  background: #ffffff;
  border: 0px;
  float: left;
  position: fixed;
  top: 30%;
  left: 50%;
  z-index: 100;
  width: 650px;
  padding: 0px;
  margin: 0 0 0 -325px;
}

.popup_block .popup {
  float: left;
  width: 100%;
  background: #ffffff;
  margin: 10px 0;
  padding: 10px 0;
}

.popup h3 {
  margin: 0 0 20px;
  padding: 5px 10px;
  border-bottom: 1px solid #bbb;
  font-size: 1.5em;
  font-weight: normal;
}

.popup p {
  padding: 5px 10px;
  margin: 5px 0;
}

.popup img.cntrl {
  position: absolute;
  right: -20px;
  top: -20px;
}

.reservations .dropdown-menu {
  top: 130%;
}

.drop-reservation-form {
  position: relative;
}
.drop-reservation-form .open-btn {
  background-color: #626262;
  border-radius: 30px;
  bottom: -25px;
  color: #fff;
  display: inline-block;
  height: 60px;
  left: calc(50vw - 30px);
  padding: 16px 0 0;
  position: absolute;
  width: 60px;
  text-align: center;
  font-size: 28px;
  z-index: 10;
}
.drop-reservation-form .open-btn.rotate i::before {
  transform: rotate(180deg);
}
.drop-reservation-form .module {
  height: 35px;
  overflow: hidden;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.drop-reservation-form .module.open {
  height: 290px;
  overflow: unset;
}

.add-review .stars > * {
  display: inline-block;
  vertical-align: top;
}
.add-review .stars > div {
  border-bottom: 1px dashed #ccc;
}
.add-review .stars > div a {
  display: inline-block;
  margin-right: -3px;
}
.add-review .stars > div a i {
  font-size: 18px;
}

.cyrcle-menu {
  position: relative;
  min-width: 0 !important;
}
.cyrcle-menu > ul {
  position: absolute;
  right: 0;
  bottom: 0;
}
.cyrcle-menu > ul li a {
  align-items: center;
  border: 2px solid #525252;
  border-radius: 30px;
  color: #525252;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-left: 10px;
  position: relative;
  width: 40px;
}
.cyrcle-menu > ul li a i {
  font-size: 1.375rem;
  padding: 5px 0;
}
.cyrcle-menu > ul li.active a, .cyrcle-menu > ul li a:hover {
  background-color: #525252;
  color: #fff;
}

.vendor-profile {
  position: relative;
}
.vendor-profile .cyrcle-menu ul {
  right: 35px;
  top: 40px;
}
.vendor-profile .rental-period .input-checkbox i, .vendor-profile .rental-period .input-checkbox span {
  line-height: 1;
}
.vendor-profile .rental-period a {
  font-size: 1rem;
}
.vendor-profile .rental-period a i {
  font-size: 18px;
}
.vendor-profile .rental-location .working-hours .input-field:nth-child(2n+1) {
  padding-right: 30px;
}
.vendor-profile .rental-location .working-hours .input-field .flex {
  margin-bottom: 5px;
}
.vendor-profile .rental-location .working-hours .input-field .flex span:first-of-type {
  flex: 1 0 25%;
}
.vendor-profile .rental-location .working-hours .input-field .flex span:last-of-type {
  padding: 0 5px;
}

.edit-fleet-vehicle img {
  max-width: 250px;
}

.vendor-reservation .filter {
  min-width: 250px;
  padding-right: 15px;
}
.vendor-reservation .filter input, .vendor-reservation .filter select, .vendor-reservation .filter .chosen-container {
  margin-right: 15px;
}
.vendor-reservation .filter .btn {
  margin-right: 5px;
}
.vendor-reservation .cyrcle-menu {
  position: relative;
}
.vendor-reservation .table .table-headers .table-column:first-child {
  width: 50px;
}

.tickets article {
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.tickets article .date {
  font-size: .75rem;
}

.reports .filters > * {
  min-width: 200px;
  padding-right: 15px;
}
.reports .filters .submit {
  align-items: flex-end;
  min-width: 70px;
}

.lower-price-guarantee .pickdate > * {
  margin-right: 5px;
}
.lower-price-guarantee .pickdate .chosen-container {
  width: 60px !important;
}
.lower-price-guarantee .pickdate .chosen-container input {
  min-width: 100% !important;
}

.site-search form {
  background-color: #636363;
  padding: 35px 0;
}
.site-search form input[type="text"] {
  background-color: #525252;
  border: none;
  color: #bdbdbd;
}
.site-search form input[type="text"]:-moz-placeholder {
  color: #888;
}
.site-search form input[type="text"]::-moz-placeholder {
  color: #888;
}
.site-search form input[type="text"]:-ms-input-placeholder {
  color: #888;
}
.site-search form input[type="text"]::-webkit-input-placeholder {
  color: #888;
}
.site-search .results li {
  border-top: 1px solid #ececec;
  padding: 30px 0;
  list-style: none;
}

.faq-page h3 {
  font-size: 1.5rem;
  font-weight: 400;
}
.faq-page h3 span {
  font-size: 1.75rem;
}
.faq-page .faq-category {
  border-bottom: 1px solid #efefef;
  font-size: .875rem;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.faq-page .faq-list {
  margin-bottom: 60px;
}
.faq-page .faq-list li a {
  background-color: #f7f7f7;
  border-radius: 3px;
  color: #525252;
  font-size: .875rem;
  display: block;
  margin-right: 5px;
  padding: 5px 10px;
}
.faq-page .faq-list li a:hover {
  color: #fff;
}
.faq-page article {
  margin-bottom: 25px;
  padding-bottom: 35px;
}
.faq-page article:nth-last-child(n+2) {
  border-bottom: 1px solid #efefef;
}

.glossary .panel .panel-title a {
  display: block;
  background-color: #f9f9f9;
  border: 1px solid #f1f1f1;
  color: #525252;
  font-weight: 400;
  margin-bottom: 5px;
}
.glossary .panel .panel-title a:hover {
  background-color: #f1f1f1;
}
.glossary .panel .panel-title a i {
  background-color: #f1f1f1;
  display: inline-block;
  margin-right: 10px;
  padding: 10px 15px;
}
.glossary .panel .panel-body {
  background-color: #f9f9f9;
  padding: 15px 20px;
}

.site-map ul li a {
  color: #525252;
  display: block;
  margin-bottom: 5px;
}

.customer-reviews .review {
  border-bottom: 1px solid #efefef;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.customer-reviews .review .logo {
  border: 1px solid #f1f1f1;
  border-radius: 45px;
  height: 60px;
  overflow: hidden;
  width: 60px;
}
.customer-reviews .review .logo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.customer-reviews .review .details {
  padding-left: 20px;
}
.customer-reviews .review .details a, .customer-reviews .review .details span {
  font-size: .875rem;
}

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