:root {
  --color-black: #000;
  --color-white: #fff;
  --color-red: #ec7700;
  --coor-red-dark: #fc4c4c;
  --color-gray: #687693;
  --color-green: #36563d;
  --color-yellow: #f3c300;
  --color-gray: #d2dce5;
  --color-blue-dark: #1d1d1b;
  --color-blue-dark2: #303443;
  --font-fotura: "Futura PT";
  --color-gray2: #828a92;
}
.full-size .elementor-widget-container .section-title-area .row .col-lg-7 {
  width: 100%;
  max-width: 1320px;
}
.full-size .elementor-widget-container .section-title-area .row .col-lg-7 .wpo-section-title p {
  width: 100%;
  max-width: 100%;
}
.paginations .page-numbers li .page-numbers {
  border: 2px solid var(--color-red);
  color: var(--color-red);
}
.paginations .page-numbers li .page-numbers:hover {
  background-color: var(--color-red);
  color: var(--color-white);
}
.paginations .page-numbers li .page-numbers.current {
  background-color: var(--color-red);
  border: 2px solid var(--color-red);
}
.container {
  max-width: 1320px;
  margin: auto;
}
.allContent .container {
  max-width: 1320px;
  margin: auto;
}
.back-to-top {
  background-color: var(--color-red) !important;
  border: 2px solid var(--color-red) !important;
}
.banner1 {
  padding: 0rem !important;
}
.banner1 .elementor-container .elementor-column .swiper-container .swiper-slide .slide-bg-image::before {
  background-color: #000000;
  opacity: 0.7;
}
.banner1 .elementor-container .elementor-column .swiper-container .swiper-wrapper .slide-bg-image {
  padding-top: 3rem;
}
.banner1 .elementor-container .elementor-column .swiper-container .slide-btns a {
  color: var(--color-white) !important;
  background: var(--color-red) !important;
}
.banner1 .elementor-container .elementor-column .swiper-container .slide-btns a:hover {
  background: var(--color-white) !important;
  color: var(--color-red) !important;
}
.banner1 .elementor-container .elementor-column .swiper-container .slide-btns a::after {
  display: none;
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
}
#header .topbar {
  background-color: transparent;
}
#header .header-search-form-wrapper .cart-search-contact .search-toggle-btn i:before {
  color: var(--color-white);
}
#header .navigation.sticky-header {
  background-color: var(--color-green);
  z-index: 9;
}
#header .navigation {
  z-index: 9;
}
#header .navigation .container-fluid #navbar .nav .menu-item a {
  color: var(--color-white);
}
#header .navigation .container-fluid #navbar .nav .menu-item .sub-menu .menu-item a {
  color: var(--color-blue-dark);
}
.custom-icon a {
  border: 1px solid #fff;
  border-radius: 50rem;
  padding: 0.01rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
.custom-icon a i::before {
  font-size: 13px;
}
.section-product-woo {
  display: none;
}
.section-product-woo2 {
  max-width: 1320px;
  margin: auto;
}
.section-product-woo {
  background-color: var(--color-white) !important;
}
.section-product-woo,
.section-product-woo2 {
  padding-top: 3.85rem;
}
.section-product-woo .elementor-column-gap-no,
.section-product-woo2 .elementor-column-gap-no {
  max-width: 1360px;
}
.section-product-woo .products,
.section-product-woo2 .products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.section-product-woo .products .single-product,
.section-product-woo2 .products .single-product {
  background-color: var(--color-white);
  border-radius: 20px;
  overflow: hidden;
}
.section-product-woo .products .single-product .image,
.section-product-woo2 .products .single-product .image {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.section-product-woo .products .single-product .image img,
.section-product-woo2 .products .single-product .image img {
  border-radius: 10px;
  transition: all 0.3s;
  max-height: 313.125px;
  width: 100%;
  object-fit: cover;
}
.section-product-woo .products .single-product .image img:hover,
.section-product-woo2 .products .single-product .image img:hover {
  transform: scale(1.2);
  transition: all 0.3s;
}
.section-product-woo .products .single-product .info,
.section-product-woo2 .products .single-product .info {
  padding: 1rem 1.5rem 0rem 1.5rem;
}
.section-product-woo .products .single-product .info a,
.section-product-woo2 .products .single-product .info a {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-blue-dark2);
  font-family: var(--font-fotura);
  color: var(--color-green);
}
.section-product-woo .products .single-product .info .single-icon,
.section-product-woo2 .products .single-product .info .single-icon {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
}
.section-product-woo .products .single-product .info .single-icon .icon,
.section-product-woo2 .products .single-product .info .single-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.section-product-woo .products .single-product .info h3,
.section-product-woo2 .products .single-product .info h3 {
  font-size: 35px;
  color: var(--color-red);
}
.section-product-woo .products .single-product .info h3 span,
.section-product-woo2 .products .single-product .info h3 span {
  font-size: 20px;
  color: #585858;
  font-family: "Muli";
}
.section-filter-date {
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 992px) {
  .section-filter-date .elementor-container .parador-room-search-form .hotel-booking-search form .hb-form-table .hb-form-field:nth-child(5) .hb-form-field-input::before {
    display: none;
  }
}
.section-filter-date .elementor-container .parador-room-search-form .hotel-booking-search form .hb-form-table .hb-form-field {
  padding-left: 0rem;
}
.section-filter-date .elementor-container .parador-room-search-form .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-input select {
  width: 85%;
}
@media screen and (max-width: 992px) {
  .section-filter-date .elementor-container .parador-room-search-form .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-input select {
    width: 100%;
  }
}
.section-filter-date .elementor-container .parador-room-search-form .hotel-booking-search form .hb-form-table .hb-form-field::after {
  color: var(--color-blue-dark);
}
.section-filter-date .elementor-container .parador-room-search-form .hotel-booking-search form .hb-form-table .hb-form-field label {
  color: var(--color-blue-dark);
}
.section-filter-date .elementor-container .parador-room-search-form .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-input input:-ms-input-placeholder {
  color: var(--color-blue-dark);
}
.section-filter-date .elementor-container .parador-room-search-form .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-input input::placeholder {
  color: var(--color-blue-dark);
}
.section-filter-date .elementor-container .parador-room-search-form .hotel-booking-search form .hb-form-table .hb-form-field .hb-form-field-input::after {
  color: var(--color-blue-dark);
}
.section-filter-date .elementor-container .parador-room-search-form .hotel-booking-search form .hb-submit .wphb-button {
  background-color: var(--color-red);
}
.section-filter-date .elementor-container .parador-room-search-form .hotel-booking-search form .hb-submit .wphb-button:hover {
  background-color: var(--color-blue-dark2);
}
.section-filter-date .elementor-element .elementor-shortcode {
  position: relative;
  z-index: 9;
  margin-top: -53px;
}
.section-filter-date .elementor-element .elementor-shortcode form {
  box-shadow: 0 0 30px 0 #00000017;
  border-radius: 60px;
  padding-left: 50px;
  background: #fff;
}
@media screen and (max-width: 990px) {
  .section-filter-date .elementor-element .elementor-shortcode form {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-filter-date .elementor-element .elementor-shortcode form {
    padding: 30px;
  }
}
.section-filter-date .elementor-element .elementor-shortcode form .yith-wcbk-booking-search-form__fields {
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 990px) {
  .section-filter-date .elementor-element .elementor-shortcode form .yith-wcbk-booking-search-form__fields {
    flex-direction: column;
  }
}
.section-filter-date .elementor-element .elementor-shortcode form .yith-wcbk-booking-search-form__fields .yith-wcbk-booking-search-form__row {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 990px) {
  .section-filter-date .elementor-element .elementor-shortcode form .yith-wcbk-booking-search-form__fields .yith-wcbk-booking-search-form__row {
    padding: 0rem;
    flex: 0px;
    margin-left: 0rem;
  }
}
.section-filter-date .elementor-element .elementor-shortcode form .yith-wcbk-booking-search-form__fields .yith-wcbk-booking-search-form__row .yith-wcbk-booking-search-form__row__content {
  max-width: 100%;
}
.section-filter-date .elementor-element .elementor-shortcode form .yith-wcbk-booking-search-form__fields .yith-wcbk-booking-search-form__row--submit {
  padding: 0rem;
  margin-right: 0rem;
  width: 100% ;
  height: 100% ;
  max-width: 100% ;
  max-height: 100% ;
}
@media screen and (max-width: 990px) {
  .section-filter-date .elementor-element .elementor-shortcode form .yith-wcbk-booking-search-form__fields .yith-wcbk-booking-search-form__row--submit {
    margin-top: 1.5rem;
  }
}
.section-filter-date .elementor-element .elementor-shortcode form .yith-wcbk-booking-search-form__fields .yith-wcbk-booking-search-form__row--submit .yith-wcbk-booking-search-form__row__content {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
.section-filter-date .elementor-element .elementor-shortcode form .yith-wcbk-booking-search-form__fields .yith-wcbk-booking-search-form__row--submit .button {
  position: absolute;
  right: 0rem;
  left: auto;
  top: 0rem;
  width: 20% ;
  height: 100% ;
  max-width: 100% ;
  max-height: 100% ;
  min-height: 100% ;
  border-radius: 0rem 60px 60px 0rem !important;
  margin-top: 0rem;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-fotura);
}
@media screen and (max-width: 990px) {
  .section-filter-date .elementor-element .elementor-shortcode form .yith-wcbk-booking-search-form__fields .yith-wcbk-booking-search-form__row--submit .button {
    border-radius: 60px !important;
    position: unset;
    width: 100%;
  }
}
.ui-datepicker .ui-datepicker-header {
  background-color: var(--color-red) !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  background-color: var(--color-red) !important;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  color: var(--color-red) !important;
}
.section-details-rooms .section-title-area .row .col-lg-7 {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .section-details-rooms .section-title-area .row .col-lg-7 {
    width: 80%;
  }
}
.section-details-rooms .section-title-area .row .col-lg-7 .wpo-section-title p {
  width: 100%;
  max-width: 100%;
}
.section-single-datails-roomdatails-room .wpo-about-content .wpo-about-content-inner .theme-btn:hover {
  background: var(--color-white) !important;
  color: var(--color-red) !important;
  border: 1px solid var(--color-red) !important;
}
.section-single-datails-roomdatails-room .wpo-about-content .wpo-about-content-inner .theme-btn::after {
  display: none;
}
.section-commets {
  padding-top: 120px;
  padding-bottom: 120px;
}
.section-commets .elementor-column {
  max-width: 1320px;
  margin: auto;
}
.section-commets .elementor-column .elementor-widget-shortcode .ti-controls .ti-next {
  margin-right: -1rem;
}
.section-commets .elementor-column .elementor-widget-shortcode .ti-controls .ti-prev {
  margin-left: -1rem;
}
.section-commets .elementor-column .elementor-widget-shortcode .ti-controls .ti-next,
.section-commets .elementor-column .elementor-widget-shortcode .ti-controls .ti-prev {
  width: 50px;
  height: 50px;
  border-radius: 50rem;
}
.section-commets .elementor-column .elementor-widget-shortcode .ti-controls .ti-next:hover,
.section-commets .elementor-column .elementor-widget-shortcode .ti-controls .ti-prev:hover,
.section-commets .elementor-column .elementor-widget-shortcode .ti-controls .ti-next:active,
.section-commets .elementor-column .elementor-widget-shortcode .ti-controls .ti-prev:active,
.section-commets .elementor-column .elementor-widget-shortcode .ti-controls .ti-next:focus,
.section-commets .elementor-column .elementor-widget-shortcode .ti-controls .ti-prev:focus {
  background-color: var(--color-red) !important;
  border-color: var(--color-red) !important;
  outline-color: var(--color-red) !important;
}
.section-commets .elementor-column .ti-widget-container .ti-footer {
  display: none;
}
.section-commets .elementor-column .ti-reviews-container-wrapper .ti-review-item .ti-review-header .ti-profile-details .ti-name {
  font-size: 25px;
  font-family: "Futura PT";
  font-weight: 600;
  color: var(--color-green);
}
.section-commets .elementor-column .ti-reviews-container-wrapper .ti-review-item .ti-review-text-container {
  margin-top: 1rem;
  font-size: 22px;
  color: var(--color-gray2);
}
footer {
  background: var(--color-green) !important;
}
footer .footer-widget-area .col .widget_text .textwidget p {
  color: var(--color-white) !important;
}
footer .wpo-lower-footer {
  background: var(--color-green) !important;
}
footer .widget_media_image {
  margin-bottom: 30px;
}
footer .images-social .widget-title {
  display: none;
}
footer .images-social .textwidget {
  display: flex;
  gap: 25px;
}
footer .images-social .textwidget img {
  width: 36px;
  height: 36px;
}
footer .widget_media_image .social-content {
  display: flex;
  gap: 1rem;
}
footer .widget_media_image .social-content .custom-icon a {
  width: 25px;
  height: 25px;
}
footer .widget_media_image .social-content .custom-icon a .flaticon-phone-call::before {
  font-size: 1rem;
}
footer .widget_media_image .social-content li a i {
  color: var(--color-white);
  font-size: 1.5rem;
}
footer .widget_media_image .social-content li a i::before {
  font-size: 1.5rem;
}
footer .widget_media_image li:nth-child(1) {
  display: none;
}
.section-form .elementor-column-gap-no {
  max-width: 1320px;
}
.section-form .elementor-column-gap-no .frm_forms {
  max-width: 870px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .section-form .elementor-column-gap-no .frm_forms {
    max-width: 540px;
  }
}
.section-form .elementor-column-gap-no .frm_forms .frm_form_fields fieldset .frm_screen_reader {
  display: none;
}
.section-form .elementor-column-gap-no .frm_forms .frm_form_fields fieldset .frm_form_field {
  position: relative;
}
.section-form .elementor-column-gap-no .frm_forms .frm_form_fields fieldset .frm_form_field .frm_primary_label {
  display: none;
}
.section-form .elementor-column-gap-no .frm_forms .frm_form_fields fieldset .frm_form_field input {
  height: 90px;
  padding: 10px 50px;
  box-shadow: 0px 1px 13.5px 1.5px rgba(46, 49, 108, 0.08);
  background: #fff;
  border: 0;
  border-radius: 45px 0px 0px 45px;
  font-size: 22px;
}
.section-form .elementor-column-gap-no .frm_forms .frm_form_fields fieldset .frm_form_field input:-ms-input-placeholder {
  font-size: 22px;
}
.section-form .elementor-column-gap-no .frm_forms .frm_form_fields fieldset .frm_form_field input::placeholder {
  font-size: 22px;
}
@media screen and (max-width: 600px) {
  .section-form .elementor-column-gap-no .frm_forms .frm_form_fields fieldset .frm_form_field input:-ms-input-placeholder {
    font-size: 18px;
  }
  .section-form .elementor-column-gap-no .frm_forms .frm_form_fields fieldset .frm_form_field input::placeholder {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .section-form .elementor-column-gap-no .frm_forms .frm_form_fields fieldset .frm_form_field input {
    width: 100%;
    border-radius: 45px;
    height: 50px;
    font-size: 18px;
    text-align: center;
  }
}
.section-form .elementor-column-gap-no .frm_forms .frm_form_fields fieldset .frm_form_field .frm_submit .frm_button_submit {
  margin: 0rem 0rem 0rem 2rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 90px;
  border: 0;
  background: #fc4c4c;
  font-size: 22px;
  color: #fff;
  border-radius: 0rem 45px 45px 0rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 600px) {
  .section-form .elementor-column-gap-no .frm_forms .frm_form_fields fieldset .frm_form_field .frm_submit .frm_button_submit {
    width: 100%;
    border-radius: 45px;
    margin-right: 0rem;
    height: 50px;
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 1400px) {
  .section-rentails p {
    width: 80%;
    margin: auto !important;
    text-align: center;
  }
}
@media screen and (max-width: 1320px) {
  .shop-details-section .allContent .container {
    width: 80%;
  }
}
.shop-details-section .wpo-hotel-details-wrap {
  margin-bottom: 80px;
}
.shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area {
  padding: 50px 20px;
}
.shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .flex-betwen {
  justify-content: space-between;
}
.shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .flex-evenly {
  justify-content: space-evenly;
}
.shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .clearfix {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .clearfix {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    gap: 1.5rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  .shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .clearfix {
    grid-template-columns: 1fr;
  }
}
.shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .clearfix::after {
  display: none;
}
.shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .price {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 0.3rem;
}
.shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .price .text {
  font-size: 18px;
  font-weight: 600;
  outline: none;
  text-transform: capitalize;
  font-family: "Futura PT";
}
.shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .price .number .woocommerce-Price-amount {
  margin: 0rem;
}
.shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .price .number .woocommerce-Price-amount bdi {
  font-size: 48px;
}
@media screen and (max-width: 1200px) {
  .shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .price .number .woocommerce-Price-amount bdi {
    font-size: 35px;
  }
}
.shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .price .number .woocommerce-Price-amount bdi {
  display: flex;
  color: var(--color-red);
  font-weight: 700;
  margin: 0rem;
}
.shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .price .number .woocommerce-Price-amount bdi span {
  font-size: 48px;
  display: flex;
  color: var(--color-red);
  font-weight: 700;
  margin: 0rem;
}
@media screen and (max-width: 1200px) {
  .shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .price .number .woocommerce-Price-amount bdi span {
    font-size: 35px;
  }
}
.shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .price {
  flex-basis: 25% !important;
  position: relative;
}
.shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .price::after {
  left: -70px;
  position: absolute !important;
  left: -30px;
  top: 50%;
  width: 1px;
  height: 70px;
  background: #dddddd;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 993px) {
  .shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .price::after {
    display: none;
  }
}
.shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .details-sub {
  flex-basis: 14%;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .details-sub {
    margin: auto !important;
  }
}
.shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .details-sub::before {
  left: -70px;
}
.shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .details-sub span,
.shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .details-sub h2 {
  text-align: center;
}
.shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .details-sub span {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  color: #687693;
}
.shop-details-section .wpo-hotel-details-wrap .wpo-hotel-details-area .details-sub h2 {
  font-weight: bold;
  font-size: 36px;
  font-family: "Futura PT";
  line-height: 1.2;
}
.shop-details-section .product-gallery .slick-track .gallery-item {
  padding: 0rem;
  margin-left: 5px;
  margin-right: 5px;
}
.shop-details-section .product-gallery .slick-track .gallery-item img {
  width: 100%;
  max-height: 419.094px;
  object-fit: cover;
  object-position: center;
}
.shop-details-section .content {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 980px) {
  .shop-details-section .content {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .shop-details-section .content .description .room-details-item .row {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .shop-details-section .content .description .room-details-item .row div {
    width: 100%;
  }
}
.shop-details-section .aside .cart {
  position: relative;
  border: 1px solid #eee;
  padding: 27px 30px 30px;
  margin-top: 80px;
  min-width: 387.5px;
}
.shop-details-section .aside .cart .yith-wcbk-add-to-cart-button {
  background-color: var(--color-red) !important;
}
@media screen and (max-width: 980px) {
  .shop-details-section .aside .cart {
    margin-top: 0rem;
  }
}
.shop-details-section .aside .get_quote {
  margin-top: 65px;
  background: #3757F7;
  padding: 55px;
  padding-top: 35px;
  color: var(--color-white);
  text-align: left;
  z-index: 1;
  position: relative;
}
.shop-details-section .aside .get_quote::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 57, 103, 0.9);
  content: "";
  z-index: -1;
}
.shop-details-section .aside .get_quote .wpo-contact-widgets {
  color: var(--color-white);
}
.shop-details-section .aside .get_quote .wpo-contact-widgets h1,
.shop-details-section .aside .get_quote .wpo-contact-widgets h2,
.shop-details-section .aside .get_quote .wpo-contact-widgets h3,
.shop-details-section .aside .get_quote .wpo-contact-widgets h4,
.shop-details-section .aside .get_quote .wpo-contact-widgets h5,
.shop-details-section .aside .get_quote .wpo-contact-widgets h6,
.shop-details-section .aside .get_quote .wpo-contact-widgets p,
.shop-details-section .aside .get_quote .wpo-contact-widgets span {
  color: var(--color-white);
}
.shop-details-section .aside .get_quote .wpo-contact-widgets h1,
.shop-details-section .aside .get_quote .wpo-contact-widgets h2,
.shop-details-section .aside .get_quote .wpo-contact-widgets h3,
.shop-details-section .aside .get_quote .wpo-contact-widgets h4,
.shop-details-section .aside .get_quote .wpo-contact-widgets h5,
.shop-details-section .aside .get_quote .wpo-contact-widgets h6 {
  text-align: left;
  margin-bottom: 28px;
  text-transform: capitalize;
  font-family: "Futura PT";
  padding-bottom: 20px;
  position: relative;
}
.shop-details-section .aside .get_quote .wpo-contact-widgets h1::before,
.shop-details-section .aside .get_quote .wpo-contact-widgets h2::before,
.shop-details-section .aside .get_quote .wpo-contact-widgets h3::before,
.shop-details-section .aside .get_quote .wpo-contact-widgets h4::before,
.shop-details-section .aside .get_quote .wpo-contact-widgets h5::before,
.shop-details-section .aside .get_quote .wpo-contact-widgets h6::before {
  content: "";
  background-color: #fc4c4c;
  width: 64px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.shop-details-section .aside .get_quote .wpo-contact-widgets h1::after,
.shop-details-section .aside .get_quote .wpo-contact-widgets h2::after,
.shop-details-section .aside .get_quote .wpo-contact-widgets h3::after,
.shop-details-section .aside .get_quote .wpo-contact-widgets h4::after,
.shop-details-section .aside .get_quote .wpo-contact-widgets h5::after,
.shop-details-section .aside .get_quote .wpo-contact-widgets h6::after {
  content: "";
  background-color: #f2f2f2;
  width: 80%;
  height: 2px;
  position: absolute;
  left: 65px;
  bottom: 0;
}
.shop-details-section .aside .get_quote .wpo-contact-widgets h2 {
  font-size: 36px;
}
.shop-details-section .aside .get_quote .wpo-contact-widgets p a {
  background: #fc4c4c;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 15px 45px;
  border: 0;
  border-radius: 6px;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-size: 16px;
  font-size: 1.06667rem;
}
.elementor-widget-container table thead tr th {
  color: var(--color-white);
}
.slick-slider .slick-arrow {
  z-index: 3;
  width: 5rem;
  height: 5rem;
  display: block;
}
.slick-slider .slick-arrow:hover::before {
  color: var(--color-red);
}
.slick-slider .slick-arrow::before {
  width: 5rem;
  height: 5rem;
  display: block;
  font-size: 3rem;
  opacity: 1;
}
.slick-slider .slick-prev {
  left: 0rem;
}
.slick-slider .slick-next {
  right: 0rem;
}
.map {
  margin-top: 60px;
}
.map .acf-map {
  height: 20rem;
  width: 100%;
}
.frm-show-form .frm_form_fields fieldset .frm_form_field .frm_button_submit {
  background-color: var(--color-red) !important;
}
.section-services .owl-stage-outer .owl-stage .owl-item .wpo-service-text .fi {
  height: 2.5rem;
  display: block ;
}
.theme-btn {
  background-color: var(--color-red);
}
.theme-btn::after {
  display: none;
}
.section-promo .wpo-about-content .wpo-about-content-inner .theme-btn {
  background-color: var(--color-red);
}
.section-promo .wpo-about-content .wpo-about-content-inner .theme-btn:hover {
  background-color: var(--color-green);
}
.page-id-18 .section-padding .row .col-lg-4 {
  display: none;
}
.page-id-18 .section-padding .row .col-md-8 {
  width: 100%;
}
