/*
Theme Name: Preservant
Description: Preservant Website
Author: Woland Web
Author URI: https://www.wolandweb.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* ============
	HEADER
============ */
#menu-primary-menu.menu-smart > li > a {
  padding: 0 10px;
  color: #333333;
  letter-spacing: 0;
}
@media only screen and (min-width: 1024px) {
  #menu-primary-menu.menu-smart > li > a {
    padding: 0 0px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1300px) {
  #menu-primary-menu.menu-smart > li > a {
    padding: 0 5px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1500px) {
  #menu-primary-menu.menu-smart > li > a {
    padding: 0 10px;
    font-size: 20px;
  }
}
#menu-primary-menu li.active > a,
#menu-primary-menu li a:hover {
  color: #c00000;
}
#menu-primary-menu li a {
  font-weight: 600;
}
#menu-primary-menu li#menu-item-448 a {
  font-weight: 400;
  font-size: 20px;
  color: #848484;
}
body[class*="hmenu-"] .submenu-light .menu-smart ul a:hover,
body[class*="hmenu-"] .submenu-light .menu-smart ul a:focus {
  background: transparent;
}
#menu-primary-menu.menu-smart > li > a > div > div > div.btn {
  margin-top: -5px;
}
.preservant-topbar-widget {
  background: #061b5e;
  color: #fff;
  text-align: center;
  margin: 0;
  position: relative;
  transition: all 0.5s ease;
}
.preservant-topbar-widget:hover {
  background: #041039;
}
.preservant-topbar-widget a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.preservant-topbar-widget p {
  padding: 5px 0;
  margin: 0;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.box-container {
  background: #061b5e;
}
@media screen and (max-width: 1060px) {
  .navbar-brand > * {
    height: 50px !important;
  }
  #menu-primary-menu.menu-smart > li > a > div > div > div.btn {
    padding: 15px 10px !important;
  }
  #menu-primary-menu.menu-smart > li > a {
    padding: 0 0px;
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .menu-horizontal-inner
    > div:first-child:not(.navbar-social)
    #menu-primary-menu.menu-smart:not(.menu-icons) {
    padding: 10px 30px !important;
  }
  #menu-primary-menu.menu-smart > li > a {
    padding: 5px 10px;
    display: block;
  }
  #menu-primary-menu.menu-smart > li > a > div > div > div.btn {
    margin: 10px 0 !important;
    padding: 5px !important;
    width: 100%;
  }
  body:not(.menu-mobile-centered) .menu-btn-table {
    width: 100%;
  }
}
@media screen and (max-width: 569px) {
  .preservant-topbar-widget p {
    font-size: 16px;
  }
  .headerimage .row-background .background-wrapper .background-inner {
    background-size: cover !important;
    opacity: 25%;
  }
  .headerimage h3 {
    font-size: 26px !important;
  }
}

/* ============
	FOOTER
============ */
.footer-last {
  background-color: #061b5e;
}
/*.footer-last p:first-child {
  float: left;
  width: 50%;
}
.footer-last p:last-child {
  float: right;
  width: 50%;
  margin-top: 0;
}
.footer-last .powered {
  text-align: right;
}*/
footer .column_child:last-child .uncell {
  float: right;
  width: 240px;
  text-align: center;
}
footer .column_child:last-child .uncode-vc-social {
  text-align: center;
}
footer .social-icon a {
  background: rgba(112, 112, 112, 0.7);
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
footer .social-icon a:hover {
  background: #c00000;
  color: #fff !important;
}
footer .social-icon a:hover i::before,
footer .social-icon a:hover i {
  color: #fff !important;
}
footer .icon-box.icon-inline {
  padding-right: 0;
}
footer h6 {
  font-weight: normal;
}
footer .sub-menu {
  display: none;
}
/*footer .style-dark ul.menu {
  column-count: 2;
  column-gap: 0;
}*/
footer .style-dark ul.menu li {
  padding-bottom: 7px;
}
footer .style-dark ul.menu a {
  color: #bed7ef;
  font-size: 20px;
  font-weight: bold;
}
footer .style-dark ul.menu a:hover,
footer .style-dark .uncode_text_column a:hover,
.footer-last a:hover {
  color: #c00000 !important;
}
footer .style-dark .uncode_text_column p,
footer .style-dark .uncode_text_column a {
  font-size: 20px;
}
footer .style-dark .uncode_text_column,
footer .style-dark .uncode_text_column a {
  color: #bed7ef;
}
footer .style-dark .uncode_text_column a {
  font-weight: bold;
}
footer .footer-last .uncell {
  border: none;
  border-top: rgba(190, 215, 239, 0.5) solid 1px;
  padding: 27px 0;
}
body.uncode-btn-round
  footer
  .btn:not(.btn-default-shape):not(.btn-square):not(.btn-circle) {
  font-size: 20px !important;
  padding: 20px !important;
}

@media screen and (max-width: 1400px) {
  footer .row-container {
    padding: 10px 20px;
  }
  footer .column_child:last-child .uncell {
    float: none;
    width: auto;
  }
  footer .footer-last .uncell {
    border: none;
  }
}

@media screen and (max-width: 569px) {
  /*.footer-last p:first-child,
  .footer-last p:last-child,
  .footer-last .powered {
    float: none;
    width: 100%;
    text-align: left;
  }*/
  footer .style-dark ul.menu {
    column-count: 1;
  }
}

/* ============
	ALL ELEMENTS
============ */
body,
p,
li,
dt,
dd,
dl,
address,
label,
pre,
code {
  line-height: 1.4;
}
.buttons-style,
input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="submit"],
.btn:not(.btn-custom-typo),
.btn-link:not(.btn-custom-typo),
.tab-container:not(.default-typography) .nav-tabs,
.uncode-accordion:not(.default-typography) .panel-title > a > span,
.enhanced-atc.tmb-woocommerce.tmb .t-entry-visual .add-to-cart-overlay a,
.search_footer {
  letter-spacing: normal;
}
.gradientBlue {
  background-image: linear-gradient(#fff, #ecf3fb);
}
.blueText h2,
.blueText h5,
.blueText .heading-text {
  color: #3748a8 !important;
}
.uncode-list .icons {
  padding-left: 30px;
}
.uncode-list .icons i.fa {
  margin-left: -34px;
}
.rounded,
.rounded img {
  border-radius: 40px !important;
}
/* Icons */
.icon-box-left .fa-1x,
.icon-box-right .fa-1x {
  line-height: 1.5;
}
.icon-box-left .icon-box-content {
  padding-left: 26px;
}
.bordered .icon-box-left .icon-box-content {
  padding: 0 10px 0 15px !important;
}
/* Buttons */
body.uncode-btn-round
  .btn:not(.btn-default-shape):not(.btn-square):not(.btn-circle) {
  background-color: #c00000;
  color: #ffffff;
  border-radius: 40px;
  font-size: 18px !important;
  padding: 15px 25px !important;
  letter-spacing: normal;
}
.style-light .woocommerce-form-coupon button[type="submit"] {
  padding: 0 30px !important;
}
body.uncode-btn-round
  .btn:not(.btn-default-shape):not(.btn-square):not(.btn-circle):hover {
  opacity: 0.8;
}
.custom-link.small-link {
  font-size: 16px;
  font-weight: 700;
}
.align_left .btn-container {
  float: left;
}
.align_left .btn-container:first-child {
  padding-right: 20px;
}
.align_left .btn-container:last-of-type:not(:only-of-type) {
  margin: 0 !important;
  padding: 0;
}
.align_center .btn-container {
  float: none;
}
.buttons .double-block-padding {
  padding: 0 72px 60px;
}
.twobuttons {
  margin: 50px 0 20px !important;
}
.twobuttons .wpb_column:nth-child(3) {
  padding-left: 18px !important;
}
.main-container .bordered .single-bottom-padding {
  padding-left: 34px;
  padding-right: 0;
}
.bordered .wpb_column.column_parent {
  border-radius: 40px;
  box-shadow: #bed7ef 0 5px 20px;
  margin: 10px 22px;
  padding: 0;
  display: inline-table;
  width: 48%;
  position: relative;
}
.bordered .wpb_column.column_parent:first-of-type {
  margin-left: 0;
}
.bordered .wpb_column.column_parent:last-of-type {
  margin-right: 0 !important;
}
.bordered .wpb_column.column_parent img {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  height: 385px;
}
.bordered .vc_row:nth-child(2) .double-block-padding {
  padding: 10px 72px;
}
.bordered .inPerson {
  position: absolute;
  z-index: 1000;
  right: 20px;
  top: 80%;
}
.bordered .wpb_column.column_parent .inPerson img {
  height: 126px;
}
.bordered .uncode_text_column {
  margin-bottom: 20px;
}
.borderblue .wpb_column .uncell.no-block-padding {
  border-radius: 40px;
  box-shadow: #bed7ef 0 5px 20px;
  padding: 30px 30px 40px;
}
.consultation h4 {
  font-size: 24px;
  color: #3748a8;
}
.constultation .heading-text p {
  font-size: 22px;
}
.consultation .emptylast {
  max-width: 70%;
  margin: 36px auto;
}
.consultation .emptylast .wpb_column:last-child {
  display: none;
}
body.uncode-btn-round
  .buttons
  .btn-container
  .btn:not(.btn-default-shape):not(.btn-square):not(.btn-circle) {
  padding: 15px 20px !important;
}
@media screen and (max-width: 1401px) {
  .bordered .wpb_column.column_parent {
    width: 47%;
  }
  body.uncode-btn-round
    .bordered
    .btn:not(.btn-default-shape):not(.btn-square):not(.btn-circle) {
    width: 300px;
  }
  body.uncode-btn-round
    .buttons
    .btn-container
    .btn:not(.btn-default-shape):not(.btn-square):not(.btn-circle) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1186px) {
  body.uncode-btn-round
    .btn:not(.btn-default-shape):not(.btn-square):not(.btn-circle) {
    /* min-width: 300px; */
    margin-bottom: 10px;
  }
  .borderblue .wpb_column {
    min-height: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .main-container .bordered .row-inner > div:not([class*="col-md"]) {
    padding: 0;
  }
  .bordered .wpb_column.column_parent {
    width: 100% !important;
    margin: auto 0 40px;
    text-align: center;
    display: block !important;
    padding: 0 !important;
  }
  .bordered .wpb_column.column_parent img {
    height: auto !important;
  }
  .bordered .inPerson {
    top: auto;
    margin-top: -60px !important;
  }
  .row
    div[class*="col-lg-"].align_right
    > .uncol
    > .uncoltable
    > .uncell
    > .uncont
    .btn,
  .row
    div[class*="col-lg-"]
    .row-inner
    .align_right
    > .uncol
    > .uncoltable
    > .uncell
    > .uncont
    .btn {
    transform-origin: center;
  }
  .row
    div[class*="col-lg-"].align_left
    > .uncol
    > .uncoltable
    > .uncell
    > .uncont
    .btn,
  .row
    div[class*="col-lg-"]
    .row-inner
    .align_left
    > .uncol
    > .uncoltable
    > .uncell
    > .uncont
    .btn {
    transform-origin: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .buttons {
    margin-top: 0 !important;
  }
  .buttons .wpb_column {
    padding: 0 !important;
  }
}

@media screen and (max-width: 959px) {
  body.uncode-btn-round
    .btn:not(.btn-default-shape):not(.btn-square):not(.btn-circle) {
    margin-bottom: 20px;
    width: 90%;
  }
  .align_left .btn-container,
  .align-right .btn-container {
    float: none;
    text-align: center;
  }
  .align_left .btn-container:first-child,
  .align_left .btn-container:last-child,
  .align-right .btn-container {
    padding: 0;
    margin: auto;
  }
  .bordered .wpb_column.column_parent {
    width: 100%;
  }
  .borderblue .wpb_column {
    width: 100%;
    margin: 20px 0;
    padding: 30px !important;
    min-height: auto;
  }
  .borderblue .wpb_column .uncell.no-block-padding {
    padding: 30px;
  }
  .consultation .emptylast {
    max-width: 100%;
    margin-top: 10px !important;
  }
  .consultation .wpb_column {
    padding: 10px 0 !important;
  }
  .consultation .emptylast .wpb_column:first-child {
    margin-top: 0;
  }
  .centeredmobile .wpb_column .uncode-single-media {
    text-align: center;
  }
  .main-container .bordered .single-bottom-padding {
    padding-right: 34px;
  }
  .row
    div[class*="col-lg-"].align_right
    > .uncol
    > .uncoltable
    > .uncell
    > .uncont,
  .row
    div[class*="col-lg-"]
    .row-inner
    .align_right
    > .uncol
    > .uncoltable
    > .uncell
    > .uncont {
    text-align: center;
  }
  .align_left .btn-container:first-child,
  .align-right .btn-container:first-child {
    padding-top: 20px;
  }
  body.uncode-btn-round
    .numberOne
    .btn:not(.btn-default-shape):not(.btn-square):not(.btn-circle) {
    width: 90% !important;
  }
  .twobuttons .align_left .btn-container:first-child,
  .twobuttons .align-right .btn-container:first-child {
    padding-top: 0;
  }
  .twobuttons .wpb_column:nth-child(3) {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 569px) {
  .buttons .double-block-padding {
    padding: 0 10px 20px !important;
  }
  body.uncode-btn-round
    .buttons
    .btn:not(.btn-default-shape):not(.btn-square):not(.btn-circle) {
    margin-bottom: 0;
  }
  .bordered .inPerson {
    right: -20px !important;
    margin-top: -50px !important;
  }
  .bordered .inPerson img {
    width: 100px !important;
  }
  .bordered .vc_row:nth-child(2) .double-block-padding,
  .double-block-padding {
    padding: 10px 30px;
  }
  .bordered .vc_custom_heading_wrap {
    padding: 0 20px;
  }
  .borderblue h4 {
    font-size: 24px !important;
  }
}
/* Firefox only */
@media screen and (min--moz-device-pixel-ratio: 0) {
  @media screen and (max-width: 569px) {
    .buttons .double-block-padding {
      padding: 0 0 20px !important;
    }
    .bordered .inPerson {
      right: -40px !important;
      margin-top: -50px !important;
    }
    .bordered .inPerson img {
      width: 80px !important;
    }
    .align_left .btn-container:last-of-type:not(:only-of-type) {
      margin-top: -10px !important;
    }
    body.uncode-btn-round
      .twobuttons
      .btn-container
      .btn:not(.btn-default-shape):not(.btn-square):not(.btn-circle) {
      margin-bottom: 0;
    }
    .main-container .row-container.twoButtons {
      margin-top: 10px !important;
    }
  }
}

.swirl {
  background: #bed7ef
    url("/wp-content/uploads/2021/05/Graphic_Radial_TopRight.png") no-repeat top
    right;
  background-size: 350px;
}

.textual-carousel .owl-item .tmb {
  border-radius: 40px;
  box-shadow: #bed7ef 0 5px 20px;
  padding: 20px 40px;
  margin: 0 20px;
}
.textual-carousel .owl-item {
  margin: 10px ​20px;
}

.textual-carousel .t-entry-visual {
  display: none;
}
.textual-carousel .tmb-light.tmb .t-entry-text .t-entry-title {
  transform: none !important;
  padding: 20px 0;
  color: #3748a8;
}

/* ============
	FORMS
============ */
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme textarea {
  text-transform: capitalize;
}
.style-light .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  background-color: #c00000;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 20px !important;
  border: none;
}
.style-light
  .gform_wrapper.gravity-theme
  .gform_footer
  input[type="submit"]:hover {
  opacity: 0.8;
}
.gform_wrapper.gravity-theme .gfield {
  padding-bottom: 10px;
}
@media only screen and (min-width: 810px) {
  .gform_wrapper.gravity-theme .gfield {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 991px) {
  .gform_wrapper.gravity-theme .gfield {
    padding-bottom: 10px;
  }
}
.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .ginput_complex legend {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.gform_wrapper.gravity-theme .gfield_radio label,
.gform_wrapper.gravity-theme select {
  font-size: 18px;
}

/* Partial Backgrounds */
.pale-blue.bg-partial-before:before,
.pale-blue.bg-partial-after:after {
  background-color: #ecf3fb;
}
.bg-partial-before:before,
.bg-partial-after:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: auto;
  right: auto;
  z-index: 1;
}
.bg-partial-before .uncell,
.bg-partial-after .uncell {
  z-index: 1000;
}
.bg-partial-before:before {
  top: 0;
  height: 50%;
}
.bg-partial-after:after {
  bottom: 0;
  height: 50%;
}
/* ============
	HOMEPAGE
============ */
#hero .row .uncoltable {
  width: 50%;
}
#hero .row-internal .row .uncoltable {
  width: 100%;
}
.numberOne {
  margin-top: -42px;
  margin-bottom: 30px;
}
#hero .uncode-list ul,
#heromobile .uncode-list ul {
  margin-top: 10px;
}
#hero .uncode-list ul li,
#heromobile .uncode-list ul li {
  font-weight: bold;
  color: #061b5e;
  padding: 0 0 8px 0;
}
#hero .uncode-list ul li {
  font-size: 24px;
}
#heromobile .uncode-list ul {
  font-size: 20px;
}
@media screen and (max-width: 1224px) {
  #hero .row .uncoltable {
    width: 56%;
  }
  #hero .background-inner {
    background-size: cover !important;
  }
}
@media screen and (max-width: 1179px) {
  #hero .row .uncoltable {
    width: 64%;
  }
}
@media screen and (max-width: 1080px) {
  #hero .background-inner {
    background: #c2daf2 url("/wp-content/uploads/2021/05/HeroImageMobile.jpeg")
      no-repeat center !important;
  }
  #hero .row .uncoltable {
    width: 80%;
  }
}
@media screen and (max-width: 959px) {
  .main-container #customerStories .single-h-padding {
    padding-left: 5px;
  }
  .main-container #customerStories .wpb_column:first-child {
    padding-left: 20px;
  }
}
/***SPECNAV PAGE***/
.page-id-418 .post-wrapper .post-body {
  background: rgb(234, 242, 250);
  background: linear-gradient(
    175deg,
    rgba(234, 242, 250, 1) 0%,
    rgba(231, 240, 249, 1) 50%,
    rgba(190, 215, 239, 1) 100%
  );
}

/* ============
	Contact Page
============ */
.contact-form-div {
  border-radius: 40px;
  box-shadow: #bed7ef 0 5px 20px;
}

/* ============
	Shop/Coming Soon Page
============ */
.style-light .coming-soon-notice a {
  color: #3748a8;
  text-decoration: underline;
}

/* ==============================
	Product Appointment Pages
================================= */
.type-product .row-parent,
#post-1835 .row-parent .woocommerce,
#post-1836 .row-parent .woocommerce {
  border-radius: 40px;
  box-shadow: #bed7ef 0 5px 20px;
  padding: 2em !important;
  max-width: 1000px;
  margin: 1em auto 4em;
}
.single-product h1.product_title {
  font-size: 26px;
}
.single-product
  .main-container
  .type-product
  .row-container
  .double-bottom-padding {
  padding-top: 20px;
}
.single-product .type-product h4 {
  font-size: 26px;
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #c00000;
}
.single-product .woocommerce-product-details__short-description {
  padding-bottom: 2em;
}
.single-product .woocommerce-product-details__short-description p {
  font-size: 22px;
}
.product-type-appointment .col-lg-3,
.woocommerce-additional-fields {
  display: none;
}
.product-type-appointment .col-lg-9 {
  width: 100%;
}
.select2-selection--single {
  padding: 0 15px 10px 15px;
}
.woocommerce-checkout h3 {
  font-size: 26px !important;
  color: #c00000;
  text-transform: uppercase;
  margin-top: 1em !important;
  margin: 1em 0 10px !important;
}
div.product p.cart:not(.dynamic-button),
div.product form.cart:not(.dynamic-button) {
  margin: 0 !important;
}
.row-related {
  display: none;
}
/* Select Appointment Time */
fieldset.wc-appointments-date-picker {
  float: left;
  width: 60%;
}
#wc-appointments-appointment-form .form-field {
  float: right;
  width: 36%;
}
#wc-appointments-appointment-form .form-field .slot-picker {
  font-size: 22px;
}
.wc-appointments-appointment-form-wrap
  .wc-appointments-appointment-form
  .slot-picker
  ul.slot_column.evening {
  /*display: none;*/
  padding-top: 20px!important;
}
.wc-appointments-appointment-form-button:disabled,
.wc-appointments-appointment-form-button[disabled],
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled,
.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled {
  background: #999 !important;
}
.wc-appointments-appointment-form-button:disabled:hover,
.wc-appointments-appointment-form-button[disabled]:hover,
.woocommerce a.button:disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce input.button.disabled:hover {
  background: #999 !important;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form,
.wc-appointments-appointment-form-wrap
  .wc-appointments-appointment-form
  .wc-appointments-appointment-cost,
.wc-appointments-appointment-form-wrap
  .wc-appointments-appointment-form
  .slot-picker {
  border: none;
}
.wc-appointments-appointment-form-wrap
  .wc-appointments-appointment-form
  .slot-picker
  ul.slot_column {
  width: 48%;
}
.wc-appointments-date-picker .ui-datepicker td .ui-state-default {
  font-size: 1em;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form {
  margin: 0 0 2em;
}
.wc-appointments-appointment-form-wrap
  .wc-appointments-appointment-form
  .slot-picker
  li.slot_heading,
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-title {
  font-size: 22px;
  color: #061b5e;
  font-weight: 600;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form dl dt {
  width: auto;
  padding: 0 10px 0 0;
  color: #061b5e;
  visibility: hidden;
}
.wc-appointments-appointment-form-wrap
  .wc-appointments-appointment-form
  dl
  dt:after {
  content: "Total";
  visibility: visible;
  display: block;
  position: absolute;
  top: 16px;
  font-size: 26px;
}
.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form dl dd {
  float: none !important;
  clear: both;
  padding-top: 10px;
}
.wc-appointments-appointment-cost {
  clear: both;
}
.wc-appointments-appointment-cost .woocommerce-Price-amount {
  color: #c00000;
  font-size: 22px;
}
.wc-appointments-appointment-form-button,
.style-light button[type="submit"],
a.wc-backward {
  font-size: 20px !important;
  background: #061b5e !important;
  border-radius: 50px !important;
  color: #ffffff;
  padding: 15px 30px !important;
  margin-right: 10px !important;
}
.style-light .woocommerce-cart-form button[type="submit"] {
  padding: 0 30px !important;
}
.wc-appointments-appointment-form-button:hover,
.style-light button[type="submit"]:hover,
a.wc-backward:hover {
  background: rgba(6, 27, 94, 0.7) !important;
}
.wc-appointments-appointment-form-button.goback,
#order_review .wc-backward {
  background: #bed7ef !important;
  color: #061b5e !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  border: none;
}
.wc-appointments-appointment-form-button.goback:hover,
#order_review .wc-backward:hover {
  color: #fff !important;
  background: #061b5e !important;
}
.wc-appointments-appointment-form-wrap
  .wc-appointments-appointment-form
  .slot-picker
  li.slot.selected
  a,
.wc-appointments-appointment-form-wrap
  .wc-appointments-appointment-form
  .slot-picker
  li.slot.selected:hover
  a {
  background: rgba(6, 27, 94, 1);
}
.wc-appointments-date-picker .ui-datepicker td.ui-datepicker-current-day a,
.wc-appointments-date-picker
  .ui-datepicker
  td.ui-datepicker-current-day
  a:hover {
  background: #c0ff0a;
  color: #333333;
}
.price-container {
  display: none;
}
.woocommerce-privacy-policy-text p {
  margin: 0 0 15px;
}
.woocommerce-terms-and-conditions-checkbox-text {
  text-transform: initial;
  font-size: 22px;
}
@media screen and (max-width: 810px) {
  .woocommerce-terms-and-conditions-checkbox-text {
    font-size: 14px;
  }
  fieldset.wc-appointments-date-picker,
  #wc-appointments-appointment-form .form-field {
    float: none;
    width: 100%;
  }
  .single-product .main-container .row {
    width: 90%;
  }
  .type-product .row-parent,
  #post-1835 .row-parent .woocommerce,
  #post-1836 .row-parent .woocommerce {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 569px) {
  .shop_table.cart td.product-thumbnail {
    display: none;
  }
  .style-light .shop_table tr > td:last-child .woocommerce-Price-amount,
  .shop_table .product-item-text {
    font-size: 18px !important;
  }
  .woocommerce-cart-form__cart-item {
    position: relative;
  }
  .shop_table.cart td.product-remove {
    margin: auto;
    text-align: center;
    padding: 0 0 20px;
    position: absolute;
    top: 115px;
  }
  .shop_table:not(.compact-layout) a.remove::after {
    left: -30px;
  }
  .shop_table.cart td.product-name {
    text-align: left;
    position: relative;
    padding-bottom: 80px;
  }
  .shop_table.cart td,
  .shop_table tr > th:last-child,
  .shop_table tr > td:last-child {
    text-align: left;
  }
  .shop_table.cart td span.woocommerce-Price-amount {
    padding-left: 5px;
  }
  .shop_table.cart td.product-quantity::before {
    padding-right: 5px;
  }
  .product-price,
  .product-quantity,
  .product-subtotal {
    padding: 0 0 5px !important;
  }
  .shop_table tr.order-total td,
  .shop_table td.actions {
    padding: 0;
  }
  .order-total th {
    width: 60px;
    font-size: 20px !important;
    padding-top: 4px;
  }
  .shop_table.cart td.product-name::before {
    position: absolute;
    left: 0;
    top: -20px;
    font-size: 20px;
  }
  #post-1835 .row-parent .woocommerce .woocommerce-cart-form {
    padding-top: 50px;
  }
  /* Checkout page */
  #post-1836 .row-parent .woocommerce {
    padding: 1em !important;
  }
  .woocommerce-checkout-review-order-table .product-name {
    width: 64%;
  }
}
@media screen and (max-width: 396px) {
  .shop_table.cart td.product-remove {
    top: 150px;
  }
}
@media screen and (max-width: 372px) {
  .shop_table.cart td.product-remove {
    top: 180px;
  }
}
@media screen and (max-width: 348px) {
  .shop_table.cart td.product-remove {
    top: 200px;
  }
}
@media screen and (max-width: 308px) {
  .shop_table.cart td.product-remove {
    top: 220px;
  }
}
@media screen and (max-width: 277px) {
  .shop_table.cart td.product-remove {
    top: 270px;
  }
}
@media screen and (max-width: 240px) {
  .shop_table.cart td.product-remove {
    top: 305px;
  }
}
/* Cart Page */
#post-1835 .row-parent h1.post-title,
#post-1836 .row-parent h1.post-title {
  text-align: center;
}
.woocommerce .form-row label {
  color: #333333 !important;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
.flexible-checkout-fields-review_order_before_submit label {
  text-transform: inherit !important;
  font-size: 20px !important;
  font-weight: 400 !important;
}
.input-background .style-light input[type="text"],
.input-background .style-dark .style-light input[type="text"],
.input-background .style-light input[type="email"],
.input-background .style-dark .style-light input[type="email"],
.input-background .style-light input[type="number"],
.input-background .style-dark .style-light input[type="number"],
.input-background .style-light input[type="url"],
.input-background .style-dark .style-light input[type="url"],
.input-background .style-light input[type="tel"],
.input-background .style-dark .style-light input[type="tel"],
.input-background .style-light input[type="search"],
.input-background .style-dark .style-light input[type="search"],
.input-background .style-light input[type="password"],
.input-background .style-dark .style-light input[type="password"],
.input-background .style-light input[type="date"],
.input-background .style-dark .style-light input[type="date"],
.input-background .style-light textarea,
.input-background .style-dark .style-light textarea,
.input-background .style-light select,
.input-background .style-dark .style-light select,
.input-background .style-light .select2-selection--single,
.input-background .style-dark .style-light .select2-selection--single,
.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  background-color: #f4f6f8 !important;
}
input.select2-search__field {
  width: 100% !important;
}
/* Remove Update Cart Button */
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
  display: none;
}
.woocommerce:not(.uncode-wc-module) .woocommerce-cart-form,
.woocommerce:not(.uncode-wc-module) .cross-sells {
  margin-bottom: 5px;
}
/* Remove Items from Cart and Checkout page */
.coupon,
.cart-subtotal,
.shop_table thead,
.cart_totals h2,
.woocommerce-cart-form__cart-item .product-thumbnail,
.woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce .form-row-first,
.woocommerce .form-row-last {
  margin: 0px 0px 18px 0px;
}
.wc-notice .wc-backward {
  margin-left: 0;
}
.woocommerce-message .wc-forward {
  font-size: 16px;
}
.shop_table:not(.compact-layout) a.remove::after {
  font-size: 19px;
  line-height: 1.2;
  text-align: center;
  content: "\e117    Remove";
  font-family: "uncodeicon", "DM Sans", sans-serif !important;
}
.shop_table td.product-name {
  padding-left: 80px;
  font-size: 22px;
}
.order-total th {
  font-weight: 600;
  font-size: 26px;
  color: #061b5e;
}
.style-light .shop_table,
.woocommerce-billing-fields__field-wrapper,
.form-row.place-order,
.shop_table table td,
.woocommerce-shipping-fields {
  border: none;
  margin: 0 !important;
}
.style-light .shop_table tr > td:last-child .woocommerce-Price-amount {
  font-size: 22px;
  color: #c00000;
  font-weight: 600;
}
.woocommerce:not(.order-table-with-thumbs)
  .shop_table.woocommerce-checkout-review-order-table
  .cart_item:first-child
  td,
.woocommerce:not(.order-table-with-thumbs)
  .shop_table
  .order_item:first-child
  td {
  padding-top: 0;
}
.shop_table .product-item-text {
  font-weight: 600 !important;
  font-size: 26px;
  line-height: 2;
}
.shop_table td.product-name dl.variation dt {
  color: #061b5e;
  font-weight: 600 !important;
  font-size: 20px;
}
.shop_table td.product-name dl.variation dd {
  font-size: 20px;
}
.woocommerce-shipping-fields,
#customer_details .col-2 {
  padding-top: 0;
  margin-top: 0;
}
#billing_other_needs_concerns_field {
  display: none;
}
.checkout .form-inspireradio label {
  padding-right: 1em;
}
/* Terms and Conditions Styles on Checkout */
.style-light a.woocommerce-terms-and-conditions-link {
  color: #c00000;
}
.woocommerce .form-row.validate-required label,
.form-inspireradio legend {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 19px;
}
.form-inspireradio fieldset,
#payment fieldset {
  border: none;
  padding: 0;
  margin: 10px 0;
}
.reminders fieldset {
  border: none;
  padding: 0;
}
.reminders fieldset legend {
  color: #333333 !important;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
}
.woocommerce .form-row.form-inspireradio label {
  font-weight: 400;
  text-transform: inherit;
}

.style-light input[type="radio"],
.style-dark .style-light input[type="radio"] {
  border-color: #333333;
}
.woocommerce:not(.uncode-wc-module) #customer_details {
  margin-bottom: 40px;
}
.woocommerce .form-row input[type="text"],
.woocommerce .form-row textarea {
  text-transform: capitalize;
}
/* Stripe styles */
#payment {
  padding-top: 40px;
}
div.payment_box {
  margin: 10px 0;
}
.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  margin: 9px 0px 0px 0px;
  padding: 10px 15px 10px 15px;
  border: none;
}
.wc_payment_methods label {
  font-size: 26px;
  color: #c00000 !important;
  text-transform: uppercase;
  margin-top: 1em !important;
  font-weight: 600;
}
.wc_payment_methods .payment_box label,
#payment p {
  font-size: 19px;
  margin-top: 0;
}
.woocommerce .form-row-wide {
  margin-bottom: 18px;
}
.woocommerce-terms-and-conditions {
  margin: 1em 0 2em;
}
#order_review {
  position: relative;
}
#order_review .wc-backward {
  position: absolute;
  bottom: 0;
  left: 300px;
}
body.uncode-btn-round
  .btn:not(.btn-default-shape):not(.btn-square):not(.btn-circle) {
  border-radius: 40px !important;
}
@media screen and (max-width: 959px) {
  #order_review {
    padding-bottom: 70px;
  }
  #order_review .wc-backward {
    bottom: 0;
    left: 0;
  }
  body.uncode-btn-round
    .btn:not(.btn-default-shape):not(.btn-square):not(.btn-circle) {
    width: 100%;
  }
  .select2-container {
    width: auto !important;
  }
}
@media screen and (max-width: 569px) {
  .btn:not(input):not(.checkout-button):not(.btn-no-scale),
  .btn-link:not(input):not(.checkout-button):not(.btn-no-scale) {
    transform: unset;
  }
  .reminders fieldset legend {
    display: block;
  }
  body.uncode-btn-round
    .btn:not(.btn-default-shape):not(.btn-square):not(.btn-circle) {
    font-size: 16px !important;
  }
}
/* Checkout Submit Button Spinner */
.processing .blockOverlay {
  background-image: url("assets/images/preloader.gif") !important;
  background-position: center 30% !important;
  background-repeat: no-repeat !important;
}
#place_order,
.checkout-button {
  /* Font-size is the root value that determines size of spinner parts. */
  transition: all 0.5s;
  margin-top: 20px;
}

/* focus/disabled styles, you can change this for accessibility */
#place_order:focus,
#place_order:disabled {
  outline: none;
  background: #aaa;
}

/* This is the space for the spinner to appear, applied to the button */
.place_order .spinner,
.checkout-button .spinner {
  padding-left: 2.5em;
  display: block;
}

/* position of the spinner when it appears, you might have to change these values */
.place_order .spinner,
.checkout-button .spinner {
  left: -0.6em;
  top: 0.4em;
  width: 2.5em;
  display: block;
  position: absolute;
}

/* spinner animation */
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* The actual spinner element is a pseudo-element */
.spin .spinner::before {
  content: "";
  width: 1.5em; /* Size of the spinner */
  height: 1.5em; /* Change as desired */
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: solid 0.35em #999; /* Thickness/color of spinner track */
  border-bottom-color: #555; /* Color of variant spinner piece */
  animation: 0.8s linear infinite spinner; /* speed of spinner */
  transform: translate(-50%, -50%);
  will-change: transform;
}

/* optional, but it will affect the size if changed */
*,
*::before,
*::after {
  box-sizing: border-box;
}
a.woocommerce-terms-and-conditions-link {
  font-size: 0;
}
a.woocommerce-terms-and-conditions-link::after {
  content: "Terms and Conditions.";
  font-size: 22px;
}
#billing_what_are_your_primary_needs_concerns_field
  span.woocommerce-input-wrapper::before {
  content: "Click field below to add each, (x) to remove";
  font-size: 16px;
  display: block;
  margin: 0 0 10px;
  color: #333333 !important;
}
.style-light input#terms {
  border-width: 2px;
  border-color: #041039;
  vertical-align: baseline;
}
.post-body .post-title {
  text-transform: capitalize;
}
.inspire_checkout_fields_additional_information,
.order-details,
.woocommerce-table__product-name a,
.wc-appointment-summary-list {
  font-weight: bold;
}
.inspire_checkout_fields_additional_information p {
  line-height: 1.5;
}
.followup {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding-top: 2em;
  padding-bottom: 2em;
  color: #c00000;
}
@media screen and (max-width: 810px) {
  a.woocommerce-terms-and-conditions-link::after {
    font-size: 14px;
  }
}
