/* Variables
------------------------------------------------------*/
/* Grid
------------------------------------------------------*/
.container-fluid,
.container {
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  max-width: 100%;
  width: 100%;
}

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

.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media only screen and (min-width: 1024px) {
  .hidden-lg {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 576px) {
  .col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .hidden-sm {
    display: none;
  }
}
/* Base
------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.signin_content {
  width: 100%;
  height: 100%;
  padding-inline: 15px;
  position: fixed;
  left: 170px;
  top: 0;
}
.signin_content .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  text-align: center;
  background-color: white;
  padding: 20px;
  border-bottom: 2px solid #C41024;
}
@media (max-width: 1024px) {
  .signin_content {
    left: 0;
  }
}
.signin_content .title {
  font-weight: bold;
  font-size: 1.5rem;
}
.signin_content .desc {
  font-size: 0.9rem;
  color: #b3b3b3;
}
.signin_content svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.signin_content svg g {
  width: 100%;
  height: 100%;
  stroke: #99b3e6;
}

body {
  font-family: proxima-nova, sans-serif;
  background-color: #EBF0FA;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  color: #2B364C;
  overflow-x: hidden;
  font-smoothing: grayscale;
  padding: 30px 15px 30px 295px;
}
@media only screen and (max-width: 1024px) {
  body {
    padding: 15px 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: inline;
  line-height: 0;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  clear: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  clear: left;
}

.clearfix {
  clear: both;
}

.overflow {
  overflow: hidden;
}

.wp-caption {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

#quill {
  min-height: 200px;
  height: auto;
}

input[type=text]:disabled, input[type=password]:disabled, input[type=tel]:disabled {
  background: #EEEEEE;
}

label, em, legend {
  color: #666666;
}

input[type=text], input, .select2-selection, input[type=email], input[type=tel], input[type=password], select {
  border: 1px solid #EEEEEE !important;
  border-radius: 4px !important;
  width: auto;
}

textarea {
  border: 1px solid #EEEEEE !important;
  border-radius: 4px !important;
  width: auto;
  resize: vertical;
}

.select2-selection__arrow {
  top: 10px !important;
  right: 5px !important;
}

.select2-results__option--highlighted {
  background-color: #C41024 !important;
}

.select2-selection__rendered {
  line-height: 50px !important;
}

optgroup {
  font-style: normal;
}

fieldset {
  border: 1px solid #EEEEEE !important;
  border-radius: 4px !important;
}

.datepickers-container {
  z-index: 2000;
}
.datepickers-container .datepicker--cell-day.-current-, .datepickers-container .datepicker--cell-month.-current-, .datepickers-container .datepicker--cell-year.-current- {
  color: #C41024;
  font-weight: bolder;
}
.datepickers-container .datepicker--cell-day.-range-from-, .datepickers-container .datepicker--cell-day.-range-to-, .datepickers-container .datepicker--cell-day.-selected-, .datepickers-container .datepicker--cell-month.-range-from-, .datepickers-container .datepicker--cell-month.-range-to-, .datepickers-container .datepicker--cell-month.-selected-, .datepickers-container .datepicker--cell-year.-range-from-, .datepickers-container .datepicker--cell-year.-range-to-, .datepickers-container .datepicker--cell-year.-selected- {
  background-color: #C41024;
  color: white;
}
.datepickers-container .datepicker--day-name {
  color: #C41024 !important;
}

.select2-container--open {
  z-index: 9999999;
}

.select2-selection__rendered {
  line-height: 37px !important;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}

.select2-selection__arrow {
  height: 40px !important;
}

.slick-slider {
  position: relative;
}
.slick-slider .slick-arrow {
  background-color: #C41024;
  color: white !important;
  width: 50px !important;
  height: 50px !important;
  display: block !important;
  border-radius: 50%;
  text-align: center;
  padding-top: 16px;
  font-size: 19px;
  position: absolute;
  top: 45%;
  z-index: 500;
}
.slick-slider .slick-arrow.fa-chevron-left {
  left: 15px;
}
.slick-slider .slick-arrow.fa-chevron-right {
  right: 13px;
}
.slick-slider .slick-arrow:hover {
  cursor: pointer;
  background-color: #b10e21;
}

.clickedArrowAnimation_l {
  -webkit-animation-name: clickedArrow_l;
          animation-name: clickedArrow_l;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

@-webkit-keyframes clickedArrow_l {
  0% {
    padding-right: 0px;
  }
  50% {
    padding-right: 20px;
  }
  100% {
    padding-right: 0px;
  }
}

@keyframes clickedArrow_l {
  0% {
    padding-right: 0px;
  }
  50% {
    padding-right: 20px;
  }
  100% {
    padding-right: 0px;
  }
}
.clickedArrowAnimation_r {
  -webkit-animation-name: clickedArrow_r;
          animation-name: clickedArrow_r;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

@-webkit-keyframes clickedArrow_r {
  0% {
    padding-left: 0px;
  }
  50% {
    padding-left: 20px;
  }
  100% {
    padding-left: 0px;
  }
}

@keyframes clickedArrow_r {
  0% {
    padding-left: 0px;
  }
  50% {
    padding-left: 20px;
  }
  100% {
    padding-left: 0px;
  }
}
table .fas.fa-circle {
  font-size: 18px !important;
}

*.wc-active, *.wc-completed {
  color: #2ecc71;
}
*.wc-on-hold {
  color: #5C92FF;
}
*.wc-processing {
  color: #ffc421;
}
*.wc-pending {
  color: #cccccc;
}
*.wc-failed {
  color: #2e2e2e;
}
*.wc-refunded {
  color: #8E44AD;
}
*.wc-cancelled {
  color: #e74c3c;
}

.loading:not(:required)::after {
  -webkit-animation: 1500ms linear 0s normal none infinite running spinner;
          animation: 1500ms linear 0s normal none infinite running spinner;
  border-radius: 0.5em;
  -webkit-box-shadow: 1.5em 0 0 0 rgba(0, 0, 0, 0.75), 1.1em 1.1em 0 0 rgba(0, 0, 0, 0.75), 0 1.5em 0 0 rgba(0, 0, 0, 0.75), -1.1em 1.1em 0 0 rgba(0, 0, 0, 0.75), -1.5em 0 0 0 rgba(0, 0, 0, 0.75), -1.1em -1.1em 0 0 rgba(0, 0, 0, 0.75), 0 -1.5em 0 0 rgba(0, 0, 0, 0.75), 1.1em -1.1em 0 0 rgba(0, 0, 0, 0.75);
          box-shadow: 1.5em 0 0 0 rgba(0, 0, 0, 0.75), 1.1em 1.1em 0 0 rgba(0, 0, 0, 0.75), 0 1.5em 0 0 rgba(0, 0, 0, 0.75), -1.1em 1.1em 0 0 rgba(0, 0, 0, 0.75), -1.5em 0 0 0 rgba(0, 0, 0, 0.75), -1.1em -1.1em 0 0 rgba(0, 0, 0, 0.75), 0 -1.5em 0 0 rgba(0, 0, 0, 0.75), 1.1em -1.1em 0 0 rgba(0, 0, 0, 0.75);
  content: "";
  display: inherit;
  font-size: 10px;
  height: 1em;
  left: 50%;
  margin: 0 auto;
  overflow: visible;
  position: absolute;
  top: 50%;
  width: 1em;
  z-index: 9999;
}

.loading {
  pointer-events: none;
  opacity: 0.5;
  position: relative;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
i i, .subscription_single_status i, .woocommerce-orders-table__row i, .subscription-status i, .order i {
  margin-right: 10px !important;
}
i.wc-completed i, i.completed i, i.active i, .subscription_single_status.wc-completed i, .subscription_single_status.completed i, .subscription_single_status.active i, .woocommerce-orders-table__row.wc-completed i, .woocommerce-orders-table__row.completed i, .woocommerce-orders-table__row.active i, .subscription-status.wc-completed i, .subscription-status.completed i, .subscription-status.active i, .order.wc-completed i, .order.completed i, .order.active i {
  color: #2ecc71;
}
i.on-hold i, i.wc-on-hold i, .subscription_single_status.on-hold i, .subscription_single_status.wc-on-hold i, .woocommerce-orders-table__row.on-hold i, .woocommerce-orders-table__row.wc-on-hold i, .subscription-status.on-hold i, .subscription-status.wc-on-hold i, .order.on-hold i, .order.wc-on-hold i {
  color: #5C92FF;
}
i.wc-processing i, i.processing i, .subscription_single_status.wc-processing i, .subscription_single_status.processing i, .woocommerce-orders-table__row.wc-processing i, .woocommerce-orders-table__row.processing i, .subscription-status.wc-processing i, .subscription-status.processing i, .order.wc-processing i, .order.processing i {
  color: #ffc421;
}
i.wc-pending i, i.pending i, .subscription_single_status.wc-pending i, .subscription_single_status.pending i, .woocommerce-orders-table__row.wc-pending i, .woocommerce-orders-table__row.pending i, .subscription-status.wc-pending i, .subscription-status.pending i, .order.wc-pending i, .order.pending i {
  color: #cccccc;
}
i.wc-failed i, i.failed i, .subscription_single_status.wc-failed i, .subscription_single_status.failed i, .woocommerce-orders-table__row.wc-failed i, .woocommerce-orders-table__row.failed i, .subscription-status.wc-failed i, .subscription-status.failed i, .order.wc-failed i, .order.failed i {
  color: #2e2e2e;
}
i.wc-refunded i, i.refunded i, .subscription_single_status.wc-refunded i, .subscription_single_status.refunded i, .woocommerce-orders-table__row.wc-refunded i, .woocommerce-orders-table__row.refunded i, .subscription-status.wc-refunded i, .subscription-status.refunded i, .order.wc-refunded i, .order.refunded i {
  color: #8E44AD;
}
i.wc-cancelled i, i.cancelled i, .subscription_single_status.wc-cancelled i, .subscription_single_status.cancelled i, .woocommerce-orders-table__row.wc-cancelled i, .woocommerce-orders-table__row.cancelled i, .subscription-status.wc-cancelled i, .subscription-status.cancelled i, .order.wc-cancelled i, .order.cancelled i {
  color: #e74c3c;
}

.day.today {
  border-top: #C41024;
  border-top-width: 3px !important;
  border-right: 1px solid #EEEEEE !important;
  border-left: 0px solid #EEEEEE !important;
  border-bottom: 1px solid #EEEEEE !important;
}
.day ul a {
  color: black !important;
}
.day ul li span {
  margin-right: 20px;
  font-variant-numeric: tabular-nums;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: proxima-nova, sans-serif;
}

h1 {
  font-size: 42px;
  margin: 0 0 16px 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 800;
}

h2 {
  font-size: 28px;
  margin: 0 0 16px 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 600;
}

h3,
.h3 {
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.3;
  font-weight: 600;
}

h4,
.h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}

h5,
.h5 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 11.2px;
  font-weight: 600;
}

h6,
.h6 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 9.8px;
  font-weight: 600;
}

p {
  font-size: 14px;
  line-height: 1.5;
}

small,
.wp-caption-text {
  font-size: 14px;
  color: #92A4C8;
}

a,
a:link {
  text-decoration: none;
  outline: 0;
  color: #C41024;
  -webkit-transition: 200ms;
  transition: 200ms;
}
a:hover, a:focus, a:active,
a:link:hover,
a:link:focus,
a:link:active {
  text-decoration: none;
  color: #950c1b;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 18px;
}

blockquote {
  font-size: 42px;
  line-height: 1.2;
  font-style: italic;
  margin: 30px 0;
  padding: 0;
}
blockquote p {
  font-size: 42px;
}

hr {
  border-top: 1px solid #EEEEEE;
  border-width: 2px 0 0;
  background-color: transparent;
  margin: 15px 0;
  padding: 0;
}

/* Layout
------------------------------------------------------*/
/* Button layout
------------------------------------------------------*/
.btn, a.button,
button.button,
input.button,
#respond input#submit,
.btn:link,
.wp-block-button__link,
.wp-block-button .wp-block-button__link:link {
  display: inline-block;
  position: relative;
  margin: 0;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  cursor: pointer;
  font-size: 14px;
  background-color: #ecf0f1;
  color: #2B364C;
  border: 0;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  -webkit-transition: 200ms;
  transition: 200ms;
}
@media only screen and (max-width: 768px) {
  .btn, a.button,
button.button,
input.button,
#respond input#submit,
.btn:link,
.wp-block-button__link,
.wp-block-button .wp-block-button__link:link {
    font-size: 14px;
  }
}
.btn:hover, a.button:hover,
button.button:hover,
input.button:hover,
#respond input#submit:hover,
.btn:link:hover,
.wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:link:hover {
  background-color: #dde4e6;
  color: #2B364C;
}
.btn[disabled=disabled], a[disabled=disabled].button,
button[disabled=disabled].button,
input[disabled=disabled].button,
#respond input[disabled=disabled]#submit, .btn[disabled], a[disabled].button,
button[disabled].button,
input[disabled].button,
#respond input[disabled]#submit,
.btn:link[disabled=disabled],
.btn:link[disabled],
.wp-block-button__link[disabled=disabled],
.wp-block-button__link[disabled],
.wp-block-button .wp-block-button__link:link[disabled=disabled],
.wp-block-button .wp-block-button__link:link[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.btn[disabled=disabled]:hover, a[disabled=disabled].button:hover,
button[disabled=disabled].button:hover,
input[disabled=disabled].button:hover,
#respond input[disabled=disabled]#submit:hover, .btn[disabled]:hover, a[disabled].button:hover,
button[disabled].button:hover,
input[disabled].button:hover,
#respond input[disabled]#submit:hover,
.btn:link[disabled=disabled]:hover,
.btn:link[disabled]:hover,
.wp-block-button__link[disabled=disabled]:hover,
.wp-block-button__link[disabled]:hover,
.wp-block-button .wp-block-button__link:link[disabled=disabled]:hover,
.wp-block-button .wp-block-button__link:link[disabled]:hover {
  background-color: #C41024;
}
.btn.small, a.small.button,
button.small.button,
input.small.button,
#respond input.small#submit,
.btn:link.small,
.wp-block-button__link.small,
.wp-block-button .wp-block-button__link:link.small {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}
.btn.wide, a.wide.button,
button.wide.button,
input.wide.button,
#respond input.wide#submit,
.btn:link.wide,
.wp-block-button__link.wide,
.wp-block-button .wp-block-button__link:link.wide {
  width: 100%;
}
.btn.btn-primary, a.btn-primary.button,
button.btn-primary.button,
input.btn-primary.button,
#respond input.btn-primary#submit, .btn.pay, a.pay.button,
button.pay.button,
input.pay.button,
#respond input.pay#submit,
.btn:link.btn-primary,
.btn:link.pay,
.wp-block-button__link.btn-primary,
.wp-block-button__link.pay,
.wp-block-button .wp-block-button__link:link.btn-primary,
.wp-block-button .wp-block-button__link:link.pay {
  background-color: #C41024;
  color: #fff;
}
.btn.btn-primary:hover, a.btn-primary.button:hover,
button.btn-primary.button:hover,
input.btn-primary.button:hover,
#respond input.btn-primary#submit:hover, .btn.btn-primary:focus, a.btn-primary.button:focus,
button.btn-primary.button:focus,
input.btn-primary.button:focus,
#respond input.btn-primary#submit:focus, .btn.btn-primary:active, a.btn-primary.button:active,
button.btn-primary.button:active,
input.btn-primary.button:active,
#respond input.btn-primary#submit:active, .btn.pay:hover, a.pay.button:hover,
button.pay.button:hover,
input.pay.button:hover,
#respond input.pay#submit:hover, .btn.pay:focus, a.pay.button:focus,
button.pay.button:focus,
input.pay.button:focus,
#respond input.pay#submit:focus, .btn.pay:active, a.pay.button:active,
button.pay.button:active,
input.pay.button:active,
#respond input.pay#submit:active,
.btn:link.btn-primary:hover,
.btn:link.btn-primary:focus,
.btn:link.btn-primary:active,
.btn:link.pay:hover,
.btn:link.pay:focus,
.btn:link.pay:active,
.wp-block-button__link.btn-primary:hover,
.wp-block-button__link.btn-primary:focus,
.wp-block-button__link.btn-primary:active,
.wp-block-button__link.pay:hover,
.wp-block-button__link.pay:focus,
.wp-block-button__link.pay:active,
.wp-block-button .wp-block-button__link:link.btn-primary:hover,
.wp-block-button .wp-block-button__link:link.btn-primary:focus,
.wp-block-button .wp-block-button__link:link.btn-primary:active,
.wp-block-button .wp-block-button__link:link.pay:hover,
.wp-block-button .wp-block-button__link:link.pay:focus,
.wp-block-button .wp-block-button__link:link.pay:active {
  background-color: #e5132a;
  color: #fff;
}
.btn.good, a.good.button,
button.good.button,
input.good.button,
#respond input.good#submit,
.btn:link.good,
.wp-block-button__link.good,
.wp-block-button .wp-block-button__link:link.good {
  background-color: #2ecc71;
  color: white;
}
.btn.good:hover, a.good.button:hover,
button.good.button:hover,
input.good.button:hover,
#respond input.good#submit:hover,
.btn:link.good:hover,
.wp-block-button__link.good:hover,
.wp-block-button .wp-block-button__link:link.good:hover {
  background-color: #69dd9a;
}
.btn.danger, a.danger.button,
button.danger.button,
input.danger.button,
#respond input.danger#submit,
.btn:link.danger,
.wp-block-button__link.danger,
.wp-block-button .wp-block-button__link:link.danger {
  background-color: #e74c3c;
  color: white;
}
.btn.danger:hover, a.danger.button:hover,
button.danger.button:hover,
input.danger.button:hover,
#respond input.danger#submit:hover,
.btn:link.danger:hover,
.wp-block-button__link.danger:hover,
.wp-block-button .wp-block-button__link:link.danger:hover {
  background-color: #ef8b80;
}
.btn.good, a.good.button,
button.good.button,
input.good.button,
#respond input.good#submit,
.btn:link.good,
.wp-block-button__link.good,
.wp-block-button .wp-block-button__link:link.good {
  background-color: #2ecc71;
  color: white;
}
.btn.good:hover, a.good.button:hover,
button.good.button:hover,
input.good.button:hover,
#respond input.good#submit:hover,
.btn:link.good:hover,
.wp-block-button__link.good:hover,
.wp-block-button .wp-block-button__link:link.good:hover {
  background-color: #69dd9a;
}
.btn.btn-secondary, a.btn-secondary.button,
button.btn-secondary.button,
input.btn-secondary.button,
#respond input.btn-secondary#submit, .btn.view, a.view.button,
button.view.button,
input.view.button,
#respond input.view#submit,
.btn:link.btn-secondary,
.btn:link.view,
.wp-block-button__link.btn-secondary,
.wp-block-button__link.view,
.wp-block-button .wp-block-button__link:link.btn-secondary,
.wp-block-button .wp-block-button__link:link.view {
  background-color: #2B364C;
  color: #fff;
}
.btn.btn-secondary:hover, a.btn-secondary.button:hover,
button.btn-secondary.button:hover,
input.btn-secondary.button:hover,
#respond input.btn-secondary#submit:hover, .btn.btn-secondary:focus, a.btn-secondary.button:focus,
button.btn-secondary.button:focus,
input.btn-secondary.button:focus,
#respond input.btn-secondary#submit:focus, .btn.btn-secondary:active, a.btn-secondary.button:active,
button.btn-secondary.button:active,
input.btn-secondary.button:active,
#respond input.btn-secondary#submit:active, .btn.view:hover, a.view.button:hover,
button.view.button:hover,
input.view.button:hover,
#respond input.view#submit:hover, .btn.view:focus, a.view.button:focus,
button.view.button:focus,
input.view.button:focus,
#respond input.view#submit:focus, .btn.view:active, a.view.button:active,
button.view.button:active,
input.view.button:active,
#respond input.view#submit:active,
.btn:link.btn-secondary:hover,
.btn:link.btn-secondary:focus,
.btn:link.btn-secondary:active,
.btn:link.view:hover,
.btn:link.view:focus,
.btn:link.view:active,
.wp-block-button__link.btn-secondary:hover,
.wp-block-button__link.btn-secondary:focus,
.wp-block-button__link.btn-secondary:active,
.wp-block-button__link.view:hover,
.wp-block-button__link.view:focus,
.wp-block-button__link.view:active,
.wp-block-button .wp-block-button__link:link.btn-secondary:hover,
.wp-block-button .wp-block-button__link:link.btn-secondary:focus,
.wp-block-button .wp-block-button__link:link.btn-secondary:active,
.wp-block-button .wp-block-button__link:link.view:hover,
.wp-block-button .wp-block-button__link:link.view:focus,
.wp-block-button .wp-block-button__link:link.view:active {
  background-color: #384663;
  color: #fff;
}
.btn.btn-warning, a.btn-warning.button,
button.btn-warning.button,
input.btn-warning.button,
#respond input.btn-warning#submit,
.btn:link.btn-warning,
.wp-block-button__link.btn-warning,
.wp-block-button .wp-block-button__link:link.btn-warning {
  background-color: #f1c40f;
  color: #fff;
}
.btn.btn-warning:hover, a.btn-warning.button:hover,
button.btn-warning.button:hover,
input.btn-warning.button:hover,
#respond input.btn-warning#submit:hover, .btn.btn-warning:focus, a.btn-warning.button:focus,
button.btn-warning.button:focus,
input.btn-warning.button:focus,
#respond input.btn-warning#submit:focus, .btn.btn-warning:active, a.btn-warning.button:active,
button.btn-warning.button:active,
input.btn-warning.button:active,
#respond input.btn-warning#submit:active,
.btn:link.btn-warning:hover,
.btn:link.btn-warning:focus,
.btn:link.btn-warning:active,
.wp-block-button__link.btn-warning:hover,
.wp-block-button__link.btn-warning:focus,
.wp-block-button__link.btn-warning:active,
.wp-block-button .wp-block-button__link:link.btn-warning:hover,
.wp-block-button .wp-block-button__link:link.btn-warning:focus,
.wp-block-button .wp-block-button__link:link.btn-warning:active {
  background-color: #f3cc31;
  color: #fff;
}
.btn.btn-danger, a.btn-danger.button,
button.btn-danger.button,
input.btn-danger.button,
#respond input.btn-danger#submit, .btn.cancel, a.cancel.button,
button.cancel.button,
input.cancel.button,
#respond input.cancel#submit,
.btn:link.btn-danger,
.btn:link.cancel,
.wp-block-button__link.btn-danger,
.wp-block-button__link.cancel,
.wp-block-button .wp-block-button__link:link.btn-danger,
.wp-block-button .wp-block-button__link:link.cancel {
  background-color: #e74c3c;
  color: #fff;
}
.btn.btn-danger:hover, a.btn-danger.button:hover,
button.btn-danger.button:hover,
input.btn-danger.button:hover,
#respond input.btn-danger#submit:hover, .btn.btn-danger:focus, a.btn-danger.button:focus,
button.btn-danger.button:focus,
input.btn-danger.button:focus,
#respond input.btn-danger#submit:focus, .btn.btn-danger:active, a.btn-danger.button:active,
button.btn-danger.button:active,
input.btn-danger.button:active,
#respond input.btn-danger#submit:active, .btn.cancel:hover, a.cancel.button:hover,
button.cancel.button:hover,
input.cancel.button:hover,
#respond input.cancel#submit:hover, .btn.cancel:focus, a.cancel.button:focus,
button.cancel.button:focus,
input.cancel.button:focus,
#respond input.cancel#submit:focus, .btn.cancel:active, a.cancel.button:active,
button.cancel.button:active,
input.cancel.button:active,
#respond input.cancel#submit:active,
.btn:link.btn-danger:hover,
.btn:link.btn-danger:focus,
.btn:link.btn-danger:active,
.btn:link.cancel:hover,
.btn:link.cancel:focus,
.btn:link.cancel:active,
.wp-block-button__link.btn-danger:hover,
.wp-block-button__link.btn-danger:focus,
.wp-block-button__link.btn-danger:active,
.wp-block-button__link.cancel:hover,
.wp-block-button__link.cancel:focus,
.wp-block-button__link.cancel:active,
.wp-block-button .wp-block-button__link:link.btn-danger:hover,
.wp-block-button .wp-block-button__link:link.btn-danger:focus,
.wp-block-button .wp-block-button__link:link.btn-danger:active,
.wp-block-button .wp-block-button__link:link.cancel:hover,
.wp-block-button .wp-block-button__link:link.cancel:focus,
.wp-block-button .wp-block-button__link:link.cancel:active {
  background-color: #eb695c;
  color: #fff;
}
.btn.btn-dark, a.btn-dark.button,
button.btn-dark.button,
input.btn-dark.button,
#respond input.btn-dark#submit,
.btn:link.btn-dark,
.wp-block-button__link.btn-dark,
.wp-block-button .wp-block-button__link:link.btn-dark {
  background-color: #2B364C;
  color: #fff;
}
.btn.btn-dark:hover, a.btn-dark.button:hover,
button.btn-dark.button:hover,
input.btn-dark.button:hover,
#respond input.btn-dark#submit:hover, .btn.btn-dark:focus, a.btn-dark.button:focus,
button.btn-dark.button:focus,
input.btn-dark.button:focus,
#respond input.btn-dark#submit:focus, .btn.btn-dark:active, a.btn-dark.button:active,
button.btn-dark.button:active,
input.btn-dark.button:active,
#respond input.btn-dark#submit:active,
.btn:link.btn-dark:hover,
.btn:link.btn-dark:focus,
.btn:link.btn-dark:active,
.wp-block-button__link.btn-dark:hover,
.wp-block-button__link.btn-dark:focus,
.wp-block-button__link.btn-dark:active,
.wp-block-button .wp-block-button__link:link.btn-dark:hover,
.wp-block-button .wp-block-button__link:link.btn-dark:focus,
.wp-block-button .wp-block-button__link:link.btn-dark:active {
  background-color: #47597d;
  color: #fff;
}
.btn.icon, a.icon.button,
button.icon.button,
input.icon.button,
#respond input.icon#submit,
.btn:link.icon,
.wp-block-button__link.icon,
.wp-block-button .wp-block-button__link:link.icon {
  padding: 0 5px;
  min-width: 40px;
}
.btn.icon-left i, a.icon-left.button i,
button.icon-left.button i,
input.icon-left.button i,
#respond input.icon-left#submit i,
.btn:link.icon-left i,
.wp-block-button__link.icon-left i,
.wp-block-button .wp-block-button__link:link.icon-left i {
  margin-right: 10px;
}
.btn.icon-right i, a.icon-right.button i,
button.icon-right.button i,
input.icon-right.button i,
#respond input.icon-right#submit i,
.btn:link.icon-right i,
.wp-block-button__link.icon-right i,
.wp-block-button .wp-block-button__link:link.icon-right i {
  margin-left: 10px;
}

.form .group {
  margin: 0 0 10px 0;
  padding: 10px 10px 10px 20px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #EEEEEE;
}
.form .group:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.form .group strong {
  display: block;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form .group input,
.form .group select,
.form .group textarea {
  margin-right: 10px;
}
.form .group ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.form .group ul li {
  list-style: none;
  margin-bottom: 5px;
  width: 100%;
}
.form .group ul li label {
  display: block;
}

/* Labels
------------------------------------------------------*/
label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 5px;
}

/* Base
------------------------------------------------------*/
input[type=text],
input[type=password],
input[type=color],
input[type=email],
input[type=range],
input[type=search],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=url],
textarea,
select {
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #92A4C8;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=color]:focus,
input[type=email]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  border-color: #C41024;
}
@media only screen and (max-width: 1024px) {
  input[type=text],
input[type=password],
input[type=color],
input[type=email],
input[type=range],
input[type=search],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=url],
textarea,
select {
    font-size: 14px;
  }
}

input[type=text],
input[type=password],
input[type=color],
input[type=email],
input[type=range],
input[type=search],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=url],
textarea {
  width: 100%;
  margin: 0;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #92A4C8;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=color]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #92A4C8;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #92A4C8;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=color]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #92A4C8;
}

input[type=text],
input[type=password],
input[type=color],
input[type=email],
input[type=range],
input[type=search],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=url],
select {
  padding: 0 15px;
  height: 40px;
}

/* Textarea
------------------------------------------------------*/
textarea {
  padding: 15px;
  min-height: 120px;
}

/* Radio & checkbox
------------------------------------------------------*/
input[type=radio],
input[type=checkbox] {
  background-color: #fff;
  border: 1px solid #92A4C8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  position: relative;
  top: 7px;
}
input[type=radio]:focus,
input[type=checkbox]:focus {
  border-color: #C41024;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: #C41024;
  border-color: #C41024;
}

input[type=radio]:checked {
  position: relative;
  border-color: #C41024;
}
input[type=radio]:checked:before {
  content: " ";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 2px;
}

input[type=checkbox] {
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center;
}
input[type=checkbox]:checked {
  background-image: url(../img/input-check-checked.svg);
}

/* Remove native number arrows
------------------------------------------------------*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
}

/* Select
------------------------------------------------------*/
select {
  background: #fff url(../img/select-arrow.svg) no-repeat;
  background-position: center right 15px;
  background-size: 10px auto;
  width: 100%;
  padding-right: 40px;
}

/* Formidable forms
------------------------------------------------------*/
.frm_forms {
  /* Base
  ------------------------------------------------------*/
  /* Hidden
  ------------------------------------------------------*/
  /* Description
  ------------------------------------------------------*/
  /* Label
  ------------------------------------------------------*/
  /* Javascript / HTML5 required fields
  ------------------------------------------------------*/
  /* Fields
  ------------------------------------------------------*/
  /* File upload
  ------------------------------------------------------*/
  /* Submission
  ------------------------------------------------------*/
}
.frm_forms .frm_form_field {
  margin-bottom: 15px;
}
.frm_forms fieldset {
  border: 0;
  padding: 0;
}
.frm_forms .frm_screen_reader,
.frm_forms .frm_hidden {
  display: none;
}
.frm_forms .frm_description {
  font-size: 0.876em;
  font-style: italic;
  display: none;
}
.frm_forms label.frm_primary_label {
  display: block;
  font-size: 0.876em;
  font-weight: 400;
}
.frm_forms .frm_required {
  color: red;
}
.frm_forms .frm_error {
  background-color: #ecf0f1;
  color: #000;
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px solid #92A4C8;
  border-width: 0 1px 1px 1px;
  font-size: 0.876em;
  display: none;
}
.frm_forms .frm_blank_field input[type=text],
.frm_forms .frm_blank_field input[type=email],
.frm_forms .frm_blank_field input[type=tel],
.frm_forms .frm_blank_field input[type=number],
.frm_forms .frm_blank_field input[type=password],
.frm_forms .frm_blank_field input[type=url],
.frm_forms .frm_blank_field textarea,
.frm_forms .frm_blank_field select {
  border-color: red;
}
.frm_forms .frm_time_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.frm_forms .frm_time_wrap span[dir=ltr] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  margin-right: 5px;
}
.frm_forms .frm_time_wrap span[dir=ltr] .frm_time_sep {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 20px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  display: block;
}
.frm_forms .frm_time_wrap span[dir=ltr] .frm_time_select {
  margin-left: 0;
}
.frm_forms .frm_time_wrap .frm_time_select {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  margin-left: 5px;
}
.frm_forms .frm_checkbox label,
.frm_forms .frm_radio label {
  font-size: 0.876em;
  cursor: pointer;
  display: block;
  line-height: 24px;
}
.frm_forms .frm_dropzone {
  width: 100%;
  max-width: initial;
}
.frm_forms .frm_dropzone .dz-message {
  width: 100%;
}
.frm_forms .frm_submit .frm_ajax_loading {
  display: none;
}

.input-small {
  height: 32px !important;
  font-size: 12px !important;
}

/* Default tables
------------------------------------------------------*/
table {
  width: 100%;
  border-spacing: 0;
}
table thead tr th,
table tbody tr th,
table tfoot tr th {
  font-weight: 600;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  table thead tr th,
table tbody tr th,
table tfoot tr th {
    display: none;
  }
}
table thead tr th,
table thead tr td,
table tbody tr th,
table tbody tr td,
table tfoot tr th,
table tfoot tr td {
  text-align: left;
  padding: 7px 5px;
  border-bottom: 1px solid #EEEEEE;
}
table thead tr td,
table tbody tr td,
table tfoot tr td {
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  table thead tr td,
table tbody tr td,
table tfoot tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #EEEEEE;
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 576px) {
  table thead tr td,
table tbody tr td,
table tfoot tr td {
    float: none;
    width: 100%;
  }
}
table thead tr td:before,
table tbody tr td:before,
table tfoot tr td:before {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media only screen and (max-width: 768px) {
  table thead tr td:before,
table tbody tr td:before,
table tfoot tr td:before {
    content: attr(data-label);
    font-weight: 600;
    display: block;
  }
}
table thead tr td.note,
table tbody tr td.note,
table tfoot tr td.note {
  display: block;
  width: 100% !important;
  clear: left;
}
table thead tr td .group,
table tbody tr td .group,
table tfoot tr td .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
table thead tr td .group div,
table thead tr td .group input,
table thead tr td .group select,
table tbody tr td .group div,
table tbody tr td .group input,
table tbody tr td .group select,
table tfoot tr td .group div,
table tfoot tr td .group input,
table tfoot tr td .group select {
  margin-right: 10px;
}
table thead tr td .group div:last-child,
table thead tr td .group input:last-child,
table thead tr td .group select:last-child,
table tbody tr td .group div:last-child,
table tbody tr td .group input:last-child,
table tbody tr td .group select:last-child,
table tfoot tr td .group div:last-child,
table tfoot tr td .group input:last-child,
table tfoot tr td .group select:last-child {
  margin-right: 0;
}
table thead tr td:first-child,
table thead tr th:first-child,
table tbody tr td:first-child,
table tbody tr th:first-child,
table tfoot tr td:first-child,
table tfoot tr th:first-child {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  table thead tr td:first-child,
table thead tr th:first-child,
table tbody tr td:first-child,
table tbody tr th:first-child,
table tfoot tr td:first-child,
table tfoot tr th:first-child {
    padding-left: 15px;
  }
}
table thead tr td:last-child,
table thead tr th:last-child,
table tbody tr td:last-child,
table tbody tr th:last-child,
table tfoot tr td:last-child,
table tfoot tr th:last-child {
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  table thead tr td:last-child,
table thead tr th:last-child,
table tbody tr td:last-child,
table tbody tr th:last-child,
table tfoot tr td:last-child,
table tfoot tr th:last-child {
    padding-right: 15px;
  }
}
table tbody tr:hover {
  background-color: #EEEEEE;
}

tbody tr:nth-child(even) {
  background-color: #F3F8FF;
}

.archive-vehicle-title {
  position: relative;
}
.archive-vehicle-title::before {
  content: "NY";
  position: absolute;
  left: -60px;
  top: 14px;
  background-color: #ffaf59;
  color: white;
  font-weight: bolder;
  padding: 2px 4px;
  font-size: 9px;
  border-radius: 50%;
}

.exists {
  color: #e74c3c;
}

.duplicate {
  background-color: #fcf7d9 !important;
  border: 1px solid #ffef8f !important;
}

.marked_for_removal {
  background-color: #ffe8e8;
}
.marked_for_removal:hover {
  background-color: #ffe8e8;
}

.cell-subscription {
  position: relative;
}
.cell-subscription:hover .subscriptionUser {
  display: block;
}
.cell-subscription .subscriptionUser {
  position: absolute;
  display: none;
  text-decoration: none;
  background-color: #C41024;
  padding: 10px;
  border-radius: 4px;
  width: 240px;
  height: auto;
  z-index: 2000;
  color: white;
}
.cell-subscription .subscriptionUser .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cell-subscription .subscriptionUser .user .name {
  font-weight: bolder;
}
.cell-subscription .subscriptionUser .user_addr {
  line-height: 15px;
}
.cell-subscription .subscriptionUser .user_contact div i {
  margin-right: 10px;
}

/* Default lists
------------------------------------------------------*/
ul,
ol {
  margin: 0;
  padding: 0 0 0 18px;
}
ul li,
ol li {
  list-style: initial;
}

.panel {
  background-color: #fff;
  padding: 0 0 20px 0;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px rgba(43, 54, 76, 0.1);
          box-shadow: 1px 1px 3px rgba(43, 54, 76, 0.1);
}
.panel.wip {
  position: relative;
}
.panel.wip * {
  pointer-events: none;
}
.panel.wip:before {
  border-radius: inherit;
  position: absolute;
  content: "Unavailable";
  width: 100%;
  height: 100%;
  background-color: rgba(100, 100, 100, 0.6);
  color: white;
  font-weight: bolder;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  .panel {
    padding: 15px;
  }
}
.panel header {
  border-bottom: 1px solid #EEEEEE;
  margin: 0;
  padding: 20px 15px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.panel header h3 {
  font-size: 22px;
  font-weight: 400;
  color: #2B364C;
  margin: 0 auto 0 0;
  padding: 0;
}
.panel header .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.panel header .actions button,
.panel header .actions div,
.panel header .actions select,
.panel header .actions input {
  margin-right: 5px;
}
.panel section {
  margin: 0;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .panel section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0 0 0;
  }
}
.panel section p {
  margin: 0 0 10px 0;
  padding: 0;
}
.panel section p:last-child {
  margin-bottom: 0;
}
.panel section.table, .panel section.form {
  padding: 0;
}
.panel footer {
  background-color: #ecf0f1;
  border-top: 1px solid #EEEEEE;
  padding: 20px 10px 20px 20px;
  margin: 0 0 -20px 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.panel footer button,
.panel footer a,
.panel footer input,
.panel footer select,
.panel footer div {
  margin-right: 10px;
}

.modal {
  position: fixed;
  background-color: rgba(43, 54, 76, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1500;
  text-align: center;
  -webkit-transition: 200ms;
  transition: 200ms;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.modal.visible {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.modal .panel {
  display: inline-block;
  position: relative;
  z-index: 10;
  max-width: 768px;
  width: 100%;
  height: initial;
  margin: 50px 0;
  outline: 0;
  text-align: left;
}
.modal .form {
  margin-top: 10px;
  margin-bottom: 15px;
}
.modal .form .group {
  margin: 0 !important;
  padding: 6px 10px 6px 20px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: none !important;
}
.modal .form .group strong {
  position: relative;
}
.modal .form .group strong.notempty:after {
  position: absolute;
  content: "*";
  color: red;
  left: -8px;
  top: 0px;
}

.span--format-textarea {
  color: #C41024;
  font-weight: lighter;
}
.span--format-textarea:hover {
  cursor: pointer;
}

.input--service-calendar-date, .input--inspection-calendar-date {
  text-align: center;
}

.calender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 !important;
}
.calender .weekdays {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calender .weekdays .day {
  min-height: initial;
  font-weight: 600;
}
.calender .day {
  padding: 15px;
  width: 14.285%;
  -ms-flex-preferred-size: 14.285%;
      flex-basis: 14.285%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  min-height: 150px;
  font-size: 13px;
  max-height: 170px;
}
.calender .day:nth-child(7n+7) {
  border-right: 0;
}
.calender .day.weekend, .calender .day.Saturday, .calender .day.Sunday {
  background-color: #ecf0f1;
  border-right-color: #d5d5d5;
}
.calender .day.today {
  border-color: #C41024;
}
.calender .day.today .date {
  color: #C41024;
}
.calender .day .date {
  text-align: right;
}
.calender .day ul {
  margin: 0;
  padding: 0;
  max-height: 90%;
  overflow: auto;
}
.calender .day ul li {
  list-style: none;
  background-color: #f47482;
  padding: 0 10px;
  margin-bottom: 4px;
  border-radius: 3px;
}
.calender .day ul li a {
  color: #2B364C;
}
.calender .day ul li a span {
  display: inline-block;
  width: 40px;
}
.calender .day ul li.not-booked a {
  color: #e74c3c;
}

.container .notices .notice {
  width: 100%;
}

.modal .notices .notice {
  width: 95%;
}

.notices {
  display: none;
}
.notices .notice {
  background-color: #ecf0f1;
  color: #2B364C;
  padding: 10px 15px;
  margin: 15px auto;
  font-weight: bolder;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.notices .notice.danger {
  background-color: #e74c3c;
  color: white;
}
.notices .notice.danger .closeNotice {
  font-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  text-align: center;
  background-color: #e53f2e;
}
.notices .notice.danger .closeNotice:hover {
  cursor: pointer;
}
.notices .notice.good {
  background-color: #2ecc71;
  color: white;
}
.notices .notice.good .closeNotice {
  font-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  text-align: center;
  background-color: #2bc06a;
}
.notices .notice.good .closeNotice:hover {
  cursor: pointer;
}
.notices .notice.info {
  background-color: #3498db;
  color: white;
}
.notices .notice.info .closeNotice {
  font-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  text-align: center;
  background-color: #2791d9;
}
.notices .notice.info .closeNotice:hover {
  cursor: pointer;
}
.notices .notice.alert {
  background-color: #f1c40f;
  color: black;
}
.notices .notice.alert .closeNotice {
  font-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  text-align: center;
  background-color: #e3b90d;
}
.notices .notice.alert .closeNotice:hover {
  cursor: pointer;
}

#modal-help {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-color: #C41024;
  height: 50px;
  padding: 0 30px;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  -webkit-box-shadow: 0 0 0 0 rgba(196, 16, 36, 0.5);
          box-shadow: 0 0 0 0 rgba(196, 16, 36, 0.5);
  -webkit-animation: pulse 10s infinite;
          animation: pulse 10s infinite;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#modal-help i {
  margin-right: 15px;
}
#modal-help:hover {
  background-color: #ec1b32;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(196, 16, 36, 0.5);
            box-shadow: 0 0 0 0 rgba(196, 16, 36, 0.5);
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 15px rgba(196, 16, 36, 0);
            box-shadow: 0 0 0 15px rgba(196, 16, 36, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(196, 16, 36, 0);
            box-shadow: 0 0 0 0 rgba(196, 16, 36, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(196, 16, 36, 0.5);
            box-shadow: 0 0 0 0 rgba(196, 16, 36, 0.5);
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 15px rgba(196, 16, 36, 0);
            box-shadow: 0 0 0 15px rgba(196, 16, 36, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(196, 16, 36, 0);
            box-shadow: 0 0 0 0 rgba(196, 16, 36, 0);
  }
}
/* Components
------------------------------------------------------*/
/* Header
------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 1000;
  /* Header site logo
  ------------------------------------------------------*/
  /* Navigation
  ------------------------------------------------------*/
}
.site-header .site-navigation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-header .site-navigation ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .site-navigation ul li {
  list-style: none;
  position: relative;
  /* 2. level sub menu
  ------------------------------------------------------*/
}
.site-header .site-navigation ul li a {
  display: block;
  padding: 0 15px;
}
.site-header .site-navigation ul li:hover .sub-menu {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.site-header .site-navigation ul li .sub-menu {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  display: block;
}
.site-header .site-navigation ul li .sub-menu li {
  position: relative;
  /* 3. level sub menu (hidden by default)
  ------------------------------------------------------*/
}
.site-header .site-navigation ul li .sub-menu li a {
  white-space: nowrap;
}
.site-header .site-navigation ul li .sub-menu li .sub-menu {
  display: none;
}

.site-footer .copyright {
  text-align: center;
  padding: 0;
  margin: 10px 0;
}

.site-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 300ms;
  transition: 300ms;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.open-sidebar .site-sidebar {
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .site-sidebar {
    left: -320px;
    width: 320px;
  }
}
@media only screen and (max-width: 576px) {
  .site-sidebar {
    width: 100%;
    left: -100%;
  }
}
.admin-bar .site-sidebar {
  top: 32px;
  height: calc(100% - 32px);
}
.site-sidebar .date {
  margin: 0 30px 30px 30px;
  padding: 30px 0;
  border-bottom: 2px solid #EEEEEE;
  font-weight: 300;
  display: block;
}
.site-sidebar .date .day,
.site-sidebar .date .year {
  font-size: 16px;
  color: #92A4C8;
  line-height: 1;
}
.site-sidebar .date .day {
  margin: 0 0 10px 0;
}
.site-sidebar .date .date_and_month {
  font-size: 42px;
  color: #2B364C;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 10px 0;
}
.site-sidebar .widget-area {
  margin-bottom: 30px;
}
.site-sidebar .widget-area .widget .widget-title {
  font-size: 18px;
  color: #C41024;
  font-weight: 600;
  padding: 0 30px;
}
.site-sidebar .widget-area .widget_nav_menu .widget-title {
  display: none;
}
.site-sidebar .widget-area .widget_nav_menu ul.menu {
  padding: 0;
  margin: 0;
}
.site-sidebar .widget-area .widget_nav_menu ul.menu li {
  list-style: none;
}
.site-sidebar .widget-area .widget_nav_menu ul.menu li a {
  display: block;
  padding: 7px 15px 7px 25px;
  line-height: 1;
  color: #2B364C;
  font-size: 18px;
  font-weight: 300;
  border-left: 5px solid transparent;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.site-sidebar .widget-area .widget_nav_menu ul.menu li a:hover {
  color: #C41024;
  border-color: #EEEEEE;
}
.site-sidebar .widget-area .widget_nav_menu ul.menu li.current-menu-item a, .site-sidebar .widget-area .widget_nav_menu ul.menu li.current-page-ancestor a {
  border-color: #C41024;
  color: #C41024;
}
.site-sidebar .widget-area .widget_nav_menu ul.menu li .sub-menu {
  margin: 10px 0;
  padding: 0;
}
.site-sidebar .widget-area .widget_nav_menu ul.menu li .sub-menu li a {
  font-size: 14px;
  border: 0;
  padding: 5px 0 5px 40px;
  color: #2B364C;
}
@media only screen and (max-width: 1024px) {
  .site-sidebar .widget-area .widget_nav_menu ul.menu li .sub-menu li a {
    font-size: 16px;
    padding: 10px 0 10px 40px;
  }
}
.site-sidebar .widget-area .widget_nav_menu ul.menu li .sub-menu li a:hover {
  color: #C41024;
}
.site-sidebar .widget-area .widget_nav_menu ul.menu li .sub-menu li.current-menu-item a {
  color: #C41024;
}
.site-sidebar .author {
  margin: auto 0 30px 0;
  padding: 0 30px;
}
.site-sidebar .author.account_page .avatar {
  border-color: #C41024 !important;
}
.site-sidebar .author .user-details {
  display: block;
}
.site-sidebar .author .user-details:hover .avatar {
  border-color: #C41024;
}
.site-sidebar .author .user-details .avatar {
  display: block;
  width: 120px;
  height: 120px;
  background-color: #EBF0FA;
  margin: auto;
  border-radius: 50%;
  border: 2px solid #EEEEEE;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.site-sidebar .author .user-details .name {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #2B364C;
  margin: 15px 0 0 0;
  font-size: 16px;
}
.site-sidebar .author .user-details .title {
  text-align: center;
  margin: 0;
  color: #92A4C8;
  font-weight: 300;
  font-size: 14px;
}
.site-sidebar .author .btn, .site-sidebar .author a.button,
.site-sidebar .author button.button,
.site-sidebar .author input.button,
.site-sidebar .author #respond input#submit,
#respond .site-sidebar .author input#submit {
  margin: 30px 0 0 0;
}
.site-sidebar .copyright {
  text-align: center;
  font-size: 11px;
  color: #92A4C8;
  margin: 0;
  line-height: 1;
}
.site-sidebar .links {
  padding: 0 30px;
  margin: 5px 0 15px 0;
  line-height: 1;
}
.site-sidebar .links ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-sidebar .links ul li {
  list-style: none;
  margin: 0 10px 0 0;
}
.site-sidebar .links ul li:last-child {
  margin-right: 0;
}
.site-sidebar .links ul li a {
  font-size: 11px;
  color: #92A4C8;
  font-weight: 300;
}
.site-sidebar .links ul li a:hover {
  color: #2B364C;
}
.site-sidebar #loginform {
  width: 80%;
  margin: auto;
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(43, 54, 76, 0.7);
  cursor: pointer;
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.open-sidebar .sidebar-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/* Blocks
------------------------------------------------------*/
/* Pages
------------------------------------------------------*/
.tableheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.tableheader div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tableheader div ul {
  list-style-type: none !important;
  text-align: right;
}
.tableheader div ul li {
  display: inline-block !important;
  text-decoration: none;
  margin: 0 10px;
}
.tableheader div ul li i {
  margin: 0 5px;
}
.tableheader div ul li i.publish {
  color: #2ecc71;
}
.tableheader div ul li i.draft {
  color: #f1c40f;
}
.tableheader div ul li i.service {
  color: #e67e22;
}
.tableheader div ul li i.delivery {
  color: #8E44AD;
}
.tableheader div ul li i.cancelled {
  color: #e74c3c;
}

.subscription_order_cell {
  position: relative;
}
.subscription_order_cell:hover .subscription_order_list {
  display: block;
  color: red !important;
}
.subscription_order_cell .fa-caret-down {
  margin-left: 5px;
}

.subscription_order_list {
  position: absolute;
  display: none;
  background-color: #C41024;
  min-width: 80px;
  padding: 10px 0;
  border-radius: 4px;
  height: auto;
  z-index: 2000;
}
.subscription_order_list ul {
  padding: 0;
  display: block;
  width: 80%;
  margin: auto;
  text-align: center;
}
.subscription_order_list ul li {
  height: 27px;
  margin: 0;
  list-style-type: none;
}
.subscription_order_list ul li a {
  margin: 10px 0;
  color: white !important;
}
.subscription_order_list ul li a:hover {
  font-size: 15px;
  font-weight: bolder;
}

.searchbar {
  background-color: white;
  margin-bottom: 25px;
  height: 70px;
  border-radius: 4px;
}
.searchbar .btn, .searchbar a.button,
.searchbar button.button,
.searchbar input.button,
.searchbar #respond input#submit,
#respond .searchbar input#submit {
  border-radius: 0;
  float: right;
  width: 15%;
  height: 70px;
  padding: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.searchbar .searchflex {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.searchbar .searchflex .searchitem {
  width: 30%;
  margin: 0 20px !important;
}
.searchbar input[type=text], .searchbar input[type=password], .searchbar select {
  border: 1px solid #EEEEEE !important;
  height: 40px !important;
  border-radius: 4px !important;
}

.page-template-template-carlist .cell-status {
  width: 80px;
}
.page-template-template-carlist .cell-plate {
  width: 150px;
}
.page-template-template-carlist .cell-subscription {
  width: 250px;
}
.page-template-template-carlist .cell-actions {
  width: 200px;
}
.page-template-template-carlist .status-circle {
  background-color: #2B364C;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.page-template-template-carlist .status-circle.publish {
  background-color: #2ecc71;
}
.page-template-template-carlist .status-circle.draft {
  background-color: #f1c40f;
}

.page-template-template-car .image {
  margin-bottom: 15px;
}
.page-template-template-car .image .vehicle--single-image, .page-template-template-car .image .upload_placeholder {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.page-template-template-car .image.placeholder {
  background-color: #ecf0f1;
  min-height: 200px;
  width: 100%;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-template-car .image.placeholder .fa-images {
  display: block;
  font-size: 32px;
  color: #92A4C8;
}
.page-template-template-car .image .fa-images {
  display: none;
}
.page-template-template-car .cell-price {
  width: 180px;
}
.page-template-template-car .cell-period {
  width: 360px;
}
.page-template-template-car .cell-actions {
  text-align: right;
  width: 200px;
}

.vehicle_status {
  margin-right: 20px;
}
.vehicle_status i {
  margin: 0 5px;
  font-size: 10px;
}
.vehicle_status i.inactive {
  color: #e74c3c;
}
.vehicle_status i.active {
  color: #2ecc71;
}

.placeholder:hover {
  cursor: pointer;
}

.nextMOT {
  font-size: 12px;
  color: gray;
}

.userinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.userinfo .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 5px 0;
}
.userinfo .row .label {
  width: 20%;
}
.userinfo .row .inputs {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.userinfo .row .inputs .twoinputs {
  margin-top: 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.userinfo .row .inputs .twoinputs .zip {
  width: 15%;
  max-width: 30%;
}
.userinfo .row .inputs .twoinputs .city {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
}
.userinfo .row .inputs .twoinputs input {
  width: 49%;
}

.placeholder {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.placeholder .vehicle--single-image {
  width: 100%;
  height: 100%;
}

.frontpage_notice {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #FFC533;
  border-radius: 4px;
  margin-bottom: 20px;
  position: relative;
}
.frontpage_notice .type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 10%;
  background-color: #fbb400;
  color: white;
  font-weight: bolder;
  font-size: 18px !important;
}
.frontpage_notice .type .type_title {
  font-size: 18px;
}
.frontpage_notice .type i {
  margin: 0 10px;
}
.frontpage_notice .inner {
  padding: 20px;
  max-width: 80%;
  text-align: justify;
}
.frontpage_notice .icon {
  position: absolute;
  right: 30px;
  top: 17px;
  font-size: 19px;
}
.frontpage_notice .icon:hover {
  cursor: pointer;
}

/* Vendors
------------------------------------------------------*/
.woocommerce_panel {
  border: 2px solid #EEEEEE;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 30px;
}
.woocommerce_panel header, .woocommerce_panel section {
  padding: 0;
}

body.woocommerce-account {
  padding-top: 10px !important;
}
body.post-type-archive-product {
  padding-top: 2px !important;
}
body.tax-product_cat {
  padding-top: 2px !important;
}

.woocommerce-notices-wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 25px;
  padding: 0 15px;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  background-color: #C41024;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 5px;
  border-top: 4px solid #EEEEEE;
}
.woocommerce-info p,
.woocommerce-message p,
.woocommerce-error p {
  margin: 0;
  padding: 0;
}
.woocommerce-info a,
.woocommerce-info .btn,
.woocommerce-info #respond input#submit,
#respond .woocommerce-info input#submit,
.woocommerce-info .button,
.woocommerce-message a,
.woocommerce-message .btn,
.woocommerce-message #respond input#submit,
#respond .woocommerce-message input#submit,
.woocommerce-message .button,
.woocommerce-error a,
.woocommerce-error .btn,
.woocommerce-error #respond input#submit,
#respond .woocommerce-error input#submit,
.woocommerce-error .button {
  margin-left: auto;
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}

.woocommerce-error {
  padding-left: 33px;
}

.woocommerce-notices-wrapper {
  padding: 0 !important;
}
.woocommerce-notices-wrapper .woocommerce-error {
  border-top: none !important;
  border-radius: 4px !important;
  width: 100%;
}
.woocommerce-notices-wrapper ul li {
  list-style-type: none;
}

.order_info {
  background-color: white;
  border-top: 3px solid #C41024;
  width: 98.3%;
  margin: auto;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.order_info .order-number, .order_info .order-status {
  background-color: none;
  font-weight: bolder;
}

.user-controlpanel .panel {
  height: auto !important;
}
.user-controlpanel header {
  margin-bottom: 20px;
}
.user-controlpanel ul {
  padding: 0;
}
.user-controlpanel ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  background-color: #f7f7f7;
}
.user-controlpanel ul.tabs li {
  background-color: #f7f7f7;
  color: #222;
  display: inline-block;
  cursor: pointer;
}
.user-controlpanel ul.tabs li a {
  color: black;
  width: 100%;
  height: 100%;
}
.user-controlpanel ul.tabs li.is-active {
  background-color: white;
  border-top: 2px solid #C41024;
}
.user-controlpanel ul.tabs li.is-active a {
  color: #C41024;
}
.user-controlpanel .woocommerce-MyAccount-navigation-link--customer-logout a {
  color: red;
}
.user-controlpanel .container {
  padding: 20px;
}
.user-controlpanel .woocommerce-orders-table__header-order-actions, .user-controlpanel .woocommerce-orders-table__cell-order-actions {
  text-align: right;
}
.user-controlpanel .woocommerce-orders-table__header-order-actions a, .user-controlpanel .woocommerce-orders-table__cell-order-actions a {
  margin: 0 5px;
}
.user-controlpanel .subscription-actions {
  text-align: right;
}
.user-controlpanel .subscription-actions a {
  margin: 0 5px;
}
.user-controlpanel .form_account_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-controlpanel .form_account_flex div {
  width: 49%;
}
.user-controlpanel .form_account_flex div div {
  width: 100%;
}
.user-controlpanel .author {
  width: 70%;
  margin: auto;
}
.user-controlpanel .author .btn, .user-controlpanel .author a.button,
.user-controlpanel .author button.button,
.user-controlpanel .author input.button,
.user-controlpanel .author #respond input#submit,
#respond .user-controlpanel .author input#submit {
  margin-top: 40px;
}
.user-controlpanel .author .address {
  width: 100%;
  margin: auto;
  text-align: center;
}
.user-controlpanel .author .user-details {
  text-align: center;
}
.user-controlpanel .author .user-details img {
  display: block;
  margin: 15px auto;
  border-radius: 50%;
  width: 90%;
  height: 90%;
  border: 2px solid #E4EAF5;
}
.user-controlpanel .author .user-details .name {
  color: black;
  font-size: 20px;
  font-weight: bolder;
}
.user-controlpanel .author .user-details .title {
  color: #92A4C8;
}
.user-controlpanel .author .userInfo {
  margin-top: 20px;
}
.user-controlpanel .author .userInfo .phone, .user-controlpanel .author .userInfo .mail {
  text-align: center;
}
.user-controlpanel .author .userInfo .phone i, .user-controlpanel .author .userInfo .mail i {
  margin-right: 10px;
}
.user-controlpanel .edit-account .row .woocommerce-form-row {
  margin: 30px 0;
}
.user-controlpanel .edit-account .row .woocommerce-form-row.form-row-first {
  margin-top: 0;
}

.products {
  margin: 20px 5px;
  padding: 0;
}
.products li {
  list-style-type: none;
  margin-bottom: 20px;
}
.products li .inner {
  border: 1px solid #E4EAF5;
  padding: 20px;
  width: 97%;
  margin: auto;
  border-radius: 4px;
}
.products li .inner .product_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.products li .inner .product_header .vehicle_type {
  font-size: 20px;
}
.products li .inner .product_header .vehicle_regnr {
  font-size: 15px;
}
.products li .inner img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.products li .inner .vehiclestats {
  color: black;
  font-size: 15px;
}
.products li .inner .vehiclestats i {
  margin-top: 15px;
  font-size: 17px;
  margin-right: 6px;
  color: gray;
}
.products li .inner .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 17px;
}
.products li .inner .price div {
  color: black;
}
.products li .inner .price .bigblack {
  font-weight: bolder;
}
.products li .inner .price .woocommerce-Price-amount {
  color: black;
  font-size: 17px;
  margin: 0 2px;
}
.products li .inner .price .subscription-details, .products li .inner .price .woocommerce-Price-currencySymbol, .products li .inner .price .from {
  color: gray;
  font-size: 15px;
}
.products li .inner .button {
  background-color: #C41024;
  color: #fff;
  width: 100%;
  text-align: center;
  display: block;
  margin: 25px auto;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.products li .inner .button:hover, .products li .inner .button:focus, .products li .inner .button:active {
  background-color: #e5132a;
  color: #fff;
}
.products .product {
  padding: 10px;
}
.products .product .woocommerce-loop-product__title {
  font-size: 20px;
  margin: 0;
  margin-top: 15px;
  color: black;
}

.getCheckoutURlModal .url_div {
  background-color: #EBF0FA;
  min-height: 40px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 30px 0;
  overflow-x: auto;
}
.getCheckoutURlModal .url_div .inner {
  width: 100%;
  margin: auto;
  text-align: center;
}
.getCheckoutURlModal .url_div .inner .url {
  font-size: 18px;
}
.getCheckoutURlModal footer {
  background-color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-single_vehicle .pswp {
  z-index: 1001;
}
.product-single_vehicle .vehicleMainDiv {
  border: none;
  height: auto;
  border-top: 3px solid #C41024;
}
.product-single_vehicle .vehicleMainDiv .single--product-main-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: flex;
      align-content: flex;
}
.product-single_vehicle .vehicleMainDiv .woocommerce-product-details__short-description {
  width: 100%;
  height: 150px;
  display: block;
  overflow: hidden;
  margin: 20px 0;
  text-align: justify;
}
.product-single_vehicle .vehicleMainDiv .woocommerce-product-details__short-description p {
  padding: 0;
  margin: 0;
}
.product-single_vehicle .vehicleMainDiv .vehicle_sum {
  padding: 15px;
}
.product-single_vehicle .vehicleMainDiv .summary {
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  width: 95%;
  margin: auto;
  padding: 20px;
}
.product-single_vehicle .vehicleMainDiv .summary .product_title {
  font-size: 20px;
}
.product-single_vehicle .vehicleMainDiv .summary .product_title {
  margin: 0 !important;
}
.product-single_vehicle .vehicleMainDiv .summary .price {
  margin: 3px !important;
}
.product-single_vehicle .vehicleMainDiv .summary .price .amount {
  color: #C41024;
  font-weight: bold;
  font-size: 17px;
}
.product-single_vehicle .vehicleMainDiv .summary .vehiclestats {
  margin: 20px 0;
}
.product-single_vehicle .vehicleMainDiv .summary .vehiclestats div {
  margin: 5px 0;
  font-size: 17px;
}
.product-single_vehicle .vehicleMainDiv .summary .vehiclestats div .icon {
  margin-right: 10px;
}
.product-single_vehicle .vehicleMainDiv .summary .variations_form {
  width: 100%;
  margin-bottom: 30px;
}
.product-single_vehicle .vehicleMainDiv .summary .variations_form label {
  font-weight: bolder;
}
.product-single_vehicle .vehicleMainDiv .summary .variations_form div {
  margin: 10px 0;
}
.product-single_vehicle .vehicleMainDiv .summary .variations_form div input {
  width: 100%;
}
.product-single_vehicle .vehicleMainDiv .summary .variations_form .reset_variations {
  position: absolute;
}
.product-single_vehicle .vehicleMainDiv .summary .single_variation_wrap {
  margin-top: 30px !important;
}
.product-single_vehicle .vehicleMainDiv .summary .button {
  background-color: #C41024;
  color: #fff;
  width: 100%;
  text-align: center;
  display: block;
  margin: 25px auto;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.product-single_vehicle .vehicleMainDiv .summary .button:hover, .product-single_vehicle .vehicleMainDiv .summary .button:focus, .product-single_vehicle .vehicleMainDiv .summary .button:active {
  background-color: #e5132a;
  color: #fff;
}
.product-single_vehicle .vehicleMainDiv .woocommerce-product-gallery__image {
  height: 380px;
}
.product-single_vehicle .vehicleMainDiv .woocommerce-product-gallery__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.product-single_vehicle .vehicleMainDiv .woocommerce-product-gallery {
  width: 100%;
  position: relative;
}
.product-single_vehicle .vehicleMainDiv .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  right: 50px;
  bottom: 20px;
  z-index: 1000;
}
.product-single_vehicle .vehicleMainDiv .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
  border-radius: 4px;
  width: 100%;
}
.product-single_vehicle .panel header h3 {
  font-weight: lighter;
}
.product-single_vehicle .panel .hotBrandsParent {
  padding: 20px 50px;
}
.product-single_vehicle .panel .hotBrandsParent:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.product-single_vehicle .panel .hotBrandsParent .card {
  width: 300px;
  border: 1px solid #E4EAF5;
  padding: 20px;
  border-radius: 4px;
  margin: 0 20px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-single_vehicle .panel .hotBrandsParent .card:hover {
  cursor: default;
}
.product-single_vehicle .panel .hotBrandsParent .card div {
  width: 100%;
}
.product-single_vehicle .panel .hotBrandsParent .card .logo {
  height: 25%;
  min-height: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  pointer-events: none;
}
.product-single_vehicle .panel .hotBrandsParent .card .logo img {
  display: block;
  margin: auto;
  width: auto;
  height: 50px;
}
.product-single_vehicle .panel .hotBrandsParent .card .mockup {
  pointer-events: none;
  width: 100%;
  height: 45%;
  min-height: 45%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
.product-single_vehicle .panel .hotBrandsParent .card .mockup img {
  height: auto;
}
.product-single_vehicle .panel .hotBrandsParent .card .mockup img.placeholder {
  width: 60%;
  display: block;
  margin: auto;
  opacity: 0.1;
  -o-object-fit: fill;
     object-fit: fill;
}
.product-single_vehicle .panel .hotBrandsParent .card .title {
  margin-top: 20px;
  color: #C41024;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.product-single_vehicle .panel .hotBrandsParent .card .cta {
  text-align: center;
  font-weight: lighter;
}
.product-single_vehicle .panel .hotBrandsParent .card .cta a {
  color: black !important;
}
.product-single_vehicle .panel .hotBrandsParent .card .cta a:hover {
  cursor: pointer;
  color: #C41024 !important;
}

.woocommerce-Addresses {
  border: 2px solid #EEEEEE;
  border-radius: 4px;
}
.woocommerce-Addresses address {
  padding: 15px 30px;
}

.woocommerce-customer-details {
  background-color: white;
  border-radius: 4px;
}

.woocommerce-order-details {
  background-color: white;
  padding: 20px;
  border-radius: 4px;
}
.woocommerce-order-details .woocommerce-order-product-img {
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #EEEEEE;
  width: 100%;
  height: 200px;
}
.woocommerce-order-details .order-again {
  margin-top: 20px;
}
.woocommerce-order-details .vehicleinfo .desc {
  margin-bottom: 15px;
}
.woocommerce-order-details .vehicleinfo .desc ul li {
  list-style-type: none;
}
.woocommerce-order-details tbody .woocommerce-table__product-name a {
  color: black !important;
  font-size: 15px;
}
.woocommerce-order-details tbody .woocommerce-table__product-name ul {
  width: 100%;
}
.woocommerce-order-details tbody .woocommerce-table__product-name .product-quantity {
  display: none;
}
.woocommerce-order-details tbody .woocommerce-table__product-total {
  max-width: 30%;
  text-align: right;
}
.woocommerce-order-details tbody .woocommerce-table__product-table {
  text-align: right !important;
}
.woocommerce-order-details tbody .woocommerce-table__product-total {
  width: 40% !important;
}
.woocommerce-order-details tbody .wc-item-meta {
  padding: 0;
  width: 70%;
  padding: 10px 0;
}
.woocommerce-order-details tbody .wc-item-meta li {
  list-style-type: none;
  border-radius: 4px;
  margin: 5px 0;
  width: 100%;
}
.woocommerce-order-details tbody .wc-item-meta li p {
  margin: 0;
  margin-left: 15px;
  display: inline-block;
}
.woocommerce-order-details tfoot tr {
  height: 30px;
}
.woocommerce-order-details tfoot tr td {
  text-align: right;
}
.woocommerce-order-details .related-subs header {
  padding: 0;
}
.woocommerce-order-details .order_details {
  margin-bottom: 30px;
}
.woocommerce-order-details .woocommerce-customer-details {
  padding: 0;
}
.woocommerce-order-details .woocommerce-customer-details .woocommerce-columns--addresses {
  padding: 0;
}
.woocommerce-order-details .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column--billing-address {
  margin-bottom: 30px;
}

.user-subscriptions .vehicleinfo h4 {
  font-size: 22px;
}
.user-subscriptions .vehicleinfo .woocommerce-subscription-product-img {
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 260px;
  border: 1px solid #EEEEEE;
}
.user-subscriptions .vehicleinfo .desc {
  margin-bottom: 30px;
}
.user-subscriptions .vehicleinfo .desc ul li {
  list-style-type: none;
}
.user-subscriptions table.related_orders_single .btn, .user-subscriptions table.related_orders_single a.button,
.user-subscriptions table.related_orders_single button.button,
.user-subscriptions table.related_orders_single input.button,
.user-subscriptions table.related_orders_single #respond input#submit,
#respond .user-subscriptions table.related_orders_single input#submit {
  margin: 0 3px;
  float: right;
}
.user-subscriptions table.order_details .product-total {
  max-width: 30%;
  text-align: right;
}
.user-subscriptions table.order_details .product-name a {
  font-size: 22px;
}
.user-subscriptions table.order_details .product-quantity {
  display: none;
}
.user-subscriptions table.order_details .wc-item-meta {
  padding: 0;
  width: 70%;
  padding: 10px 0;
}
.user-subscriptions table.order_details .wc-item-meta li {
  list-style-type: none;
  border-radius: 4px;
  margin: 5px 0;
  width: 100%;
}
.user-subscriptions table.order_details .wc-item-meta li p {
  margin: 0;
  margin-left: 15px;
  display: inline-block;
}
.user-subscriptions tfoot td {
  text-align: right;
}
.user-subscriptions tfoot td .shipped_via {
  display: block;
}
.user-subscriptions .woocommerce-customer-details address {
  padding: 15px 0;
  border-radius: 4px;
  margin-bottom: 25px;
}

.woocommerce_account_subscriptions .order-number {
  width: 190px;
}
.woocommerce_account_subscriptions .subscription_row_image {
  width: 150px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.woocommerce_account_subscriptions .vehicle_row_info h4 {
  font-size: 17px;
}
.woocommerce_account_subscriptions .vehicle_row_info ul li {
  list-style-type: none;
}
.woocommerce_account_subscriptions .vehicle_row_info ul li i {
  color: black;
}

.vehicle_service_and_inspection {
  margin-top: 35px;
}
.vehicle_service_and_inspection .notice {
  margin: auto;
  width: 100%;
  border-radius: 4px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 15px;
}
.vehicle_service_and_inspection .notice .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}
.vehicle_service_and_inspection .notice.service {
  background-color: #f47987;
  border: 1px solid #f04a5c;
  color: #dc1228;
}
.vehicle_service_and_inspection .notice.mot {
  background-color: #fdf6f0;
  border: 1px solid #f0b37e;
  color: #e98b39;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  background-color: #f7f7f7;
}

ul.tabs li {
  background-color: #f7f7f7;
  color: #222;
  display: inline-block;
  padding: 17px 45px;
  cursor: pointer;
  margin: 0;
}
ul.tabs li i {
  margin-right: 10px;
}

ul.tabs li.current {
  background-color: white;
  color: #C41024;
}

.tab-content {
  display: none;
  background-color: white;
  padding: 15px;
}

.tab-content.current {
  display: inherit;
}

.custom_checkout_tabbed_form {
  border-radius: 4px;
}

.checkout_parent_form_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
}
.checkout_parent_form_flex .form-class {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 3px solid #C41024;
  border-radius: 4px;
}
.checkout_parent_form_flex .custom_cart {
  margin-left: 30px;
  width: 30%;
  max-width: 450px;
  padding: 15px;
  background-color: white;
  border-radius: 4px;
  border-top: 3px solid #C41024;
}

.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}
.woocommerce-checkout-review-order-table td {
  text-align: right;
}
.woocommerce-checkout-review-order-table td.product-name {
  text-align: left;
  font-weight: bolder;
}
.woocommerce-checkout-review-order-table td.product-name label {
  font-weight: bold;
  color: #C41024;
}
.woocommerce-checkout-review-order-table td.product-name p {
  font-weight: normal;
  font-style: italic;
}
.woocommerce-checkout-review-order-table td.product-name p, .woocommerce-checkout-review-order-table td.product-name label {
  margin: 0;
}
.woocommerce-checkout-review-order-table td.product-name .product-quantity {
  display: none;
}
.woocommerce-checkout-review-order-table td li {
  width: 100%;
  text-align: right;
  list-style-type: none;
}

.woocommerce-checkout-payment .custom_coupon .woocommerce-info, .woocommerce-checkout-payment .custom_coupon .woocommerce-message, .woocommerce-checkout-payment .custom_coupon .woocommerce-error {
  border-top: 2px solid #EEEEEE !important;
  background-color: #f7f7f7 !important;
  color: black;
}
.woocommerce-checkout-payment .custom_coupon .woocommerce-info .showcoupon, .woocommerce-checkout-payment .custom_coupon .woocommerce-message .showcoupon, .woocommerce-checkout-payment .custom_coupon .woocommerce-error .showcoupon {
  color: black !important;
}
.woocommerce-checkout-payment .custom_coupon .woocommerce-info .checkout_coupon, .woocommerce-checkout-payment .custom_coupon .woocommerce-message .checkout_coupon, .woocommerce-checkout-payment .custom_coupon .woocommerce-error .checkout_coupon {
  border: 2px solid #EEEEEE;
}
.woocommerce-checkout-payment .payment_method_paypal label {
  width: 100% !important;
}
.woocommerce-checkout-payment .payment_method_paypal img {
  float: right;
  width: 100px;
}
.woocommerce-checkout-payment .payment_method_paypal .about_paypal {
  display: block;
}
.woocommerce-checkout-payment li {
  list-style-type: none !important;
}
.woocommerce-checkout-payment .wc_payment_methods {
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  padding: 10px 15px !important;
}
.woocommerce-checkout-payment .wc_payment_methods .payment_method_bacs p {
  color: #333333;
}
.woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  font-style: italic;
}

.required {
  color: red;
}

.woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce-billing-fields__field-wrapper p {
  width: 49%;
}

.woocommerce-NoticeGroup-checkout {
  margin-bottom: 30px;
}
.woocommerce-NoticeGroup-checkout ul {
  display: block;
}
.woocommerce-NoticeGroup-checkout ul li {
  list-style-type: none;
}

.thankyou_parent .container {
  width: 98.5%;
  background-color: white;
  padding: 20px 15px;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
}
.thankyou_parent .container .woocommerce-thankyou-order-received {
  font-weight: bolder;
  font-size: 19px;
  margin: 0;
}
.thankyou_parent .container ul li {
  list-style-type: none;
}
.thankyou_parent .container.success {
  background-color: #2ecc71;
  color: white;
}
.thankyou_parent .container.failed {
  background-color: #e74c3c;
  color: white;
}

.slick-slider .slick-list .slick-track .slick-slide {
  outline: 0;
  cursor: pointer;
}

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots li {
  margin: 5px;
  position: relative;
  width: 10px;
  height: 10px;
}
.slick-dots li button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 10px;
  height: 10px;
  background-color: #ecf0f1;
  overflow: hidden;
  display: block;
  text-indent: 25px;
  padding: 0;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slick-dots li button:hover {
  width: 14px;
  height: 14px;
}
.slick-dots li.slick-active button {
  background-color: #C41024;
  width: 14px;
  height: 14px;
}

/* Responsive (mobile, tablets and other small devices)
------------------------------------------------------*/
.mobileicon {
  position: fixed;
  bottom: 15px;
  right: 15px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #C41024;
  color: #ecf0f1;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
  border-radius: 50%;
  display: none;
}
.mobileicon span {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  font-size: 20px;
}
.mobileicon span.open {
  left: 0;
  top: 1px;
}
.mobileicon span.closed {
  left: 100%;
  top: 1px;
}
.open-sidebar .mobileicon span.open {
  left: -100%;
}
.open-sidebar .mobileicon span.closed {
  left: 0;
}
.mobileicon span i {
  line-height: 1;
}

@media (max-width: 1024px) {
  .mobileicon,
.mobilemenu {
    display: block;
  }
}