/*Loop Custom taxonomy*/
.product_listing_custom_tax {
  list-style: none;
  margin: 10px 0px;
  padding: 0;
}
.product_listing_custom_tax li {
  display: inline-block;
  margin: 0 10px;
}

/* /Loop Custom taxonomy*/
/* Single Attribute */
.ovabrw_product_attr {
  margin: 0px 0 15px 0;
}

/* /Single Attribute */
/* Single Unavaiable time */
.ovacrs_single_untime {
  margin-bottom: 30px;
}
.ovacrs_single_untime h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
}
.ovacrs_single_untime ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ovacrs_single_untime ul li {
  font-size: 15px;
  margin-bottom: 5px;
}

/* /Single Unavaiable time */
/* Single Discount Popup */
.ovacrs_rt_discount {
  z-index: 11;
  /* Inner */
  /* Close Button */
}
.ovacrs_rt_discount.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
}
.ovacrs_rt_discount .popup-inner {
  max-width: 700px;
  width: 90%;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px black;
  border-radius: 3px;
  background: #fff;
}
.ovacrs_rt_discount .popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
}
.ovacrs_rt_discount .popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: black;
  text-decoration: none;
}

/* /Single Discount Popup */
/* Single Calendar */
.wrap_calendar {
  margin-bottom: 30px;
  background-color: #f3f3f3;
  padding: 15px;
  margin: 0;
  position: relative;
  width: 100%;
  clear: both;
}
@media (max-width: 767px) {
  .wrap_calendar {
    padding: 10px;
  }
}

ul.intruction_calendar {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 15px 0 0 0;
}
ul.intruction_calendar li {
  padding-right: 10px;
  display: inline-block;
}
ul.intruction_calendar li .pink {
  width: 15px;
  height: 15px;
  background-color: #f3f3f3;
  border: 1px solid #555;
  display: none;
  opacity: 0.5;
}
ul.intruction_calendar li .white {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #555;
  display: inline-block;
  opacity: 0.5;
}
ul.intruction_calendar li .maybe {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #555;
  border-bottom-width: 5px;
  display: inline-block;
  opacity: 0.5;
  position: relative;
}
ul.intruction_calendar li .yellow {
  width: 15px;
  height: 15px;
  background-color: #EECB87;
  border: 1px solid rgba(85, 85, 85, 0.5);
  display: inline-block;
}

.fc .fc-scrollgrid {
  margin: 0;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: auto;
}

.ovabrw__product_calendar {
  /*Toolbar: Button next, prev, today, month, week, day, lint, Title; */
  /*hide booked time	*/
}
.ovabrw__product_calendar .fc-header-toolbar {
  flex-direction: column;
  align-items: flex-start;
}
.ovabrw__product_calendar .fc-header-toolbar .fc-right {
  float: left;
  clear: both;
}
.ovabrw__product_calendar .fc-header-toolbar .fc-right h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ovabrw__product_calendar .fc-header-toolbar .fc-button-group {
  margin-left: 0;
  margin-right: 10px;
  display: inline-block;
}
.ovabrw__product_calendar .fc-header-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}
.ovabrw__product_calendar .fc-header-toolbar .fc-button {
  margin: 0px 10px 10px 0px;
  height: 2.5em;
  padding: 5px 10px;
  background-color: #fff;
  color: #343434;
  background-image: none;
  text-transform: capitalize;
  opacity: 0.6;
}
.ovabrw__product_calendar .fc-header-toolbar .fc-button:focus {
  outline: none !important;
  box-shadow: none;
  background-image: none !important;
}
.ovabrw__product_calendar .fc-header-toolbar .fc-button .fc-icon-left-single-arrow:after {
  content: "4";
  font-family: "ElegantIcons";
  font-size: 20px;
}
.ovabrw__product_calendar .fc-header-toolbar .fc-button .fc-icon-right-single-arrow:after {
  content: "5";
  font-family: "ElegantIcons";
  font-size: 20px;
}
.ovabrw__product_calendar .fc-header-toolbar .fc-button.fc-today-button {
  text-transform: capitalize;
}
.ovabrw__product_calendar .fc-header-toolbar .fc-button.fc-state-active {
  color: #343434;
  opacity: 1;
  background-image: none !important;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .ovabrw__product_calendar .fc-header-toolbar .fc-button-group {
    margin-left: 0;
    display: inline-block;
  }
  .ovabrw__product_calendar .fc-header-toolbar .fc-right {
    margin-top: 0;
  }
}
.ovabrw__product_calendar .fc-col-header {
  margin-bottom: 0;
}
.ovabrw__product_calendar .fc-col-header-cell-cushion {
  color: #555;
}
.ovabrw__product_calendar .fc-day {
  text-align: center;
}
.ovabrw__product_calendar .fc-day-past {
  opacity: 0.5;
}
.ovabrw__product_calendar .fc-daygrid-event {
  white-space: break-spaces;
}
.ovabrw__product_calendar .fc-daygrid-event-dot {
  display: none;
}
.ovabrw__product_calendar .fc-event-time {
  display: none;
}
.ovabrw__product_calendar .fc-daygrid-day-top,
.ovabrw__product_calendar .fc-daygrid-day-top .fc-daygrid-day-number {
  color: #555;
}
.ovabrw__product_calendar .fc-daygrid-day-number {
  width: 100%;
  text-align: center;
}
.ovabrw__product_calendar .fc-daygrid-day-bg .woocommerce-Price-amount {
  opacity: 0.8;
  z-index: 9999;
  position: relative;
}
.ovabrw__product_calendar .fc-bg-event {
  opacity: 1;
}
.ovabrw__product_calendar.ova-hide-time-calendar .fc-daygrid-day-events {
  opacity: 0;
  height: 0;
}
.ovabrw__product_calendar.fc-theme-standard .fc-popover {
  background: #fff;
  z-index: 9999 !important;
}
@media (max-width: 991.98px) {
  .ovabrw__product_calendar {
    width: 100%;
  }
}

/* /Single Calendar */
/* Search Shortcode */
.ovabrw_wd_search form .wrap_content {
  display: inline-block;
  width: 100%;
}
.ovabrw_wd_search form .wrap_content .s_field {
  display: inline-block;
}
.ovabrw_wd_search form .wrap_content .s_field.five-column {
  width: 20%;
}
@media (max-width: 991px) {
  .ovabrw_wd_search form .wrap_content .s_field.five-column {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .ovabrw_wd_search form .wrap_content .s_field.five-column {
    width: 50%;
  }
}
.ovabrw_wd_search form .wrap_content .s_field.four-column {
  width: 25%;
}
@media (max-width: 991px) {
  .ovabrw_wd_search form .wrap_content .s_field.four-column {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .ovabrw_wd_search form .wrap_content .s_field.four-column {
    width: 50%;
  }
}
.ovabrw_wd_search form .wrap_content .s_field.three-column {
  width: 33.33%;
}
@media (max-width: 991px) {
  .ovabrw_wd_search form .wrap_content .s_field.three-column {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .ovabrw_wd_search form .wrap_content .s_field.three-column {
    width: 50%;
  }
}
.ovabrw_wd_search form .wrap_content .s_field.two-column {
  width: 50%;
}
@media (max-width: 991px) {
  .ovabrw_wd_search form .wrap_content .s_field.two-column {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .ovabrw_wd_search form .wrap_content .s_field.two-column {
    width: 100%;
  }
}
.ovabrw_wd_search form .wrap_content .s_field.one-column {
  width: 100%;
}
@media (max-width: 991px) {
  .ovabrw_wd_search form .wrap_content .s_field.one-column {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ovabrw_wd_search form .wrap_content .s_field.one-column {
    width: 100%;
  }
}
.ovabrw_wd_search form .wrap_content .s_field.ovabrw-value-attribute {
  display: none;
}
.ovabrw_wd_search form .wrap_content .s_field.ovabrw-value-attribute.active {
  display: inline-block;
}
.ovabrw_wd_search form .wrap_content .s_field .content {
  margin: 0px 5px 15px 5px;
}
.ovabrw_wd_search form .wrap_content .s_field .content .select2-container.select2-container--default {
  height: 39px;
  line-height: 40px;
}
.ovabrw_wd_search form .wrap_content .s_field .content .select2-container.select2-container--default:focus {
  outline: none;
}
.ovabrw_wd_search form .wrap_content .s_field .content .select2-container.select2-container--default .selection:focus {
  outline: none;
}
.ovabrw_wd_search form .wrap_content label {
  display: block;
  font-weight: 600;
}
.ovabrw_wd_search form .wrap_content input, .ovabrw_wd_search form .wrap_content select {
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  background-color: #fff;
  color: #343434;
}
.ovabrw_wd_search form .wrap_content input::-webkit-input-placeholder, .ovabrw_wd_search form .wrap_content select::-webkit-input-placeholder {
  color: #343434;
}
.ovabrw_wd_search form .wrap_content input::-moz-placeholder, .ovabrw_wd_search form .wrap_content select::-moz-placeholder {
  color: #343434;
}
.ovabrw_wd_search form .wrap_content input:-ms-input-placeholder, .ovabrw_wd_search form .wrap_content select:-ms-input-placeholder {
  color: #343434;
}
.ovabrw_wd_search form .wrap_content input:-moz-placeholder, .ovabrw_wd_search form .wrap_content select:-moz-placeholder {
  color: #343434;
}
.ovabrw_wd_search form .wrap_content input:focus, .ovabrw_wd_search form .wrap_content select:focus {
  outline: none;
}
.ovabrw_wd_search form .s_submit {
  clear: both;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.ovabrw_wd_search form .s_submit button.submit {
  padding: 15px 50px;
  background-color: #333333;
  border: 1px solid #333333;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.ovabrw_wd_search form .s_submit button.submit:hover {
  background-color: #25282e;
  border-color: #25282e;
}
.ovabrw_wd_search form .s_submit .wrap_btn {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fff;
  position: relative;
}
.ovabrw_wd_search form .s_submit .wrap_btn .wrap_btn_2 {
  position: relative;
  background-color: #fff;
  padding: 0px 30px;
  z-index: 2;
}
.ovabrw_wd_search .error {
  color: red;
  margin: 0px;
}
@media (max-width: 991.98px) {
  .ovabrw_wd_search form .s_submit .wrap_btn:after {
    left: 0;
    right: 0;
  }
}

/* /Search Shortcode */
/* Single  Deposit */
.ovabrw-deposit {
  margin-top: 15px;
  margin-bottom: 10px;
  clear: both;
  width: 100%;
  display: block;
}
.ovabrw-deposit .title-deposite {
  font-size: 16px;
  margin-bottom: 8px;
}
.ovabrw-deposit .ovabrw-type-deposit {
  display: flex;
}
.ovabrw-deposit input[type=radio] {
  display: none;
}
.ovabrw-deposit input[type=radio]:checked + label {
  background-color: #000;
  opacity: 1;
  color: #fff;
}
.ovabrw-deposit input[type=radio].ovabrw-pay-full + label {
  margin-left: -3px;
}
.ovabrw-deposit label {
  display: inline-block;
  background-color: #000;
  opacity: 0.3;
  padding: 5px 22px;
  font-size: 14px;
  margin: 0px;
  color: #aaa;
}
.ovabrw-deposit .ovabrw-pay-deposit,
.ovabrw-deposit .ovabrw-pay-full {
  cursor: pointer;
}

/* Other */
.ovabrw-container .ovabrw-row .ovabrw_wd_search {
  padding: 0 15px;
}
.ovabrw-container .ovabrw-row .wrap-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .error_item {
  display: none;
}
.ovabrw-container .ovabrw-row .wrap-item .rental_item .error_item label {
  color: #f00;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw_service_wrap {
  width: 100%;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw_service_wrap .ovabrw_service {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -5px;
}
.ovabrw-container .ovabrw-row .wrap-item .ovabrw_service_wrap .ovabrw_service .ovabrw_service_select {
  padding: 0 5px;
  margin-bottom: 10px;
}
.ovabrw-container .ovabrw-row .wrap-item.two_column .rental_item {
  flex: 0 0 50%;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .ovabrw-container .ovabrw-row .wrap-item.two_column .rental_item {
    flex: 0 0 100%;
  }
}
.ovabrw-container .ovabrw-row .wrap-item.two_column .ovabrw_service .ovabrw_service_select {
  flex: 0 0 50%;
}
@media (max-width: 767px) {
  .ovabrw-container .ovabrw-row .wrap-item.two_column .ovabrw_service .ovabrw_service_select {
    flex: 0 0 100%;
  }
}
.ovabrw-container .ovabrw-row .wrap-item.three_column .rental_item {
  flex: 0 0 33.33%;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .ovabrw-container .ovabrw-row .wrap-item.three_column .rental_item {
    flex: 0 0 100%;
  }
}
.ovabrw-container .ovabrw-row .wrap-item.three_column .ovabrw_service .ovabrw_service_select {
  flex: 0 0 33.33%;
}
@media (max-width: 767px) {
  .ovabrw-container .ovabrw-row .wrap-item.three_column .ovabrw_service .ovabrw_service_select {
    flex: 0 0 100%;
  }
}
.ovabrw-container .ovabrw-row .wrap-item.four_cloumn .rental_item {
  flex: 0 0 25%;
  padding: 0 5px;
}
.ovabrw-container .ovabrw-row .wrap-item.four_cloumn .rental_item input {
  display: block;
  height: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .ovabrw-container .ovabrw-row .wrap-item.four_cloumn .rental_item {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .ovabrw-container .ovabrw-row .wrap-item.four_cloumn .rental_item {
    flex: 0 0 100%;
  }
}
.ovabrw-container .ovabrw-row .wrap-item.four_cloumn .ovabrw_service .ovabrw_service_select {
  flex: 0 0 25%;
}
@media (max-width: 991px) {
  .ovabrw-container .ovabrw-row .wrap-item.four_cloumn .ovabrw_service .ovabrw_service_select {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .ovabrw-container .ovabrw-row .wrap-item.four_cloumn .ovabrw_service .ovabrw_service_select {
    flex: 0 0 100%;
  }
}
.ovabrw-container .ovabrw-row .ovabrw-order-result {
  padding: 0 15px;
}
.ovabrw-container .ovabrw-row .ovabrw-order-result:after {
  content: "";
  clear: both;
  display: block;
}

.ui-autocomplete {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  width: 300px;
  background: #fff;
  z-index: 9;
  padding: 10px;
  border: 1px solid #e3e3e3;
  font-size: 14px;
  line-height: 1.2;
}
.ui-autocomplete .ui-menu-item {
  cursor: pointer;
  padding: 10px 5px;
}
.ui-autocomplete .ui-menu-item:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}
.ui-autocomplete .ui-menu-item:hover {
  background: #333333;
  color: #fff;
}

.rental_item {
  margin-bottom: 15px;
}

.ovabrw_woo_price {
  margin: 2px 0 2px 0;
  display: block;
}
.ovabrw_woo_price:last-child {
  margin-bottom: 12px;
}

/* /Other */
.ovabrw_extra_item {
  text-align: left;
  display: block;
}
.ovabrw_extra_item dt {
  display: block;
}
.ovabrw_extra_item dd {
  display: block;
}

.ova_tax_label {
  display: block;
  font-weight: 400;
}

.ova-product-list {
  display: grid;
  grid-gap: 24px;
  padding: 0;
  margin: 0;
}
.ova-product-list.column1 {
  grid-template-columns: 1fr;
}
.ova-product-list.column2 {
  grid-template-columns: 1fr 1fr;
}
.ova-product-list.column3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.ova-product-list.column4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1200px) {
  .ova-product-list.column4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .ova-product-list.column3, .ova-product-list.column4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .ova-product-list.column2, .ova-product-list.column3, .ova-product-list.column4 {
    grid-template-columns: 1fr;
  }
}
.ova-product-list.ova-product-list-template2 .ova-product {
  box-shadow: none;
}
.ova-product-list.ova-product-list-template2 .ova-product:hover .ova_head_product .ova-product-thumbnail:before {
  opacity: 1;
  visibility: visible;
}
.ova-product-list.ova-product-list-template2 .ova-product:hover .ova_head_product a.product-view-detail {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  top: 50%;
  opacity: 1;
}
.ova-product-list.ova-product-list-template2 .ova-product .ova_head_product {
  border-radius: 5px;
}
.ova-product-list.ova-product-list-template2 .ova-product .ova_head_product .ova-product-thumbnail img {
  height: auto;
}
.ova-product-list.ova-product-list-template2 .ova-product .ova_head_product a.product-view-detail {
  display: inline-flex;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 50px;
  width: 50px;
  height: 50px;
  opacity: 0;
  background-color: var(--secondary);
}
.ova-product-list.ova-product-list-template2 .ova-product .ova_head_product a.product-view-detail i {
  transform: rotate(-45deg);
}
.ova-product-list.ova-product-list-template2 .ova-product .ova_head_product a.product-view-detail:hover {
  background-color: var(--primary);
}
.ova-product-list.ova-product-list-template2 .ova-product .ova_head_product .shape {
  display: none;
}
.ova-product-list.ova-product-list-template2 .ova-product .ova_foot_product {
  padding: 26px 0 0 0;
}
.ova-product-list.ova-product-list-template2 .ova-product .ova_foot_product .ova-product-title {
  font-size: 20px;
}
.ova-product-list.ova-product-list-template2 .ova-product .ova_foot_product .feature-icon-and-link {
  display: none;
}
.ova-product-list.ova-product-list-template3 .ova-product {
  box-shadow: none;
}
.ova-product-list.ova-product-list-template3 .ova-product:hover .ova_head_product .ova-product-thumbnail:before {
  opacity: 1;
  visibility: visible;
}
.ova-product-list.ova-product-list-template3 .ova-product:hover .ova_head_product a.product-view-detail {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  top: 50%;
  opacity: 1;
}
.ova-product-list.ova-product-list-template3 .ova-product .ova_head_product {
  border-radius: 50px;
}
.ova-product-list.ova-product-list-template3 .ova-product .ova_head_product .ova-product-thumbnail:before {
  background: rgba(28, 35, 31, 0.5);
}
.ova-product-list.ova-product-list-template3 .ova-product .ova_head_product a.product-view-detail {
  display: inline-flex;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 60px;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.ova-product-list.ova-product-list-template3 .ova-product .ova_head_product a.product-view-detail i {
  transform: rotate(-45deg);
  font-size: 20px;
}
.ova-product-list.ova-product-list-template3 .ova-product .ova_head_product .shape {
  display: none;
}
.ova-product-list.ova-product-list-template3 .ova-product .ova_foot_product {
  padding: 40px 30px 0 30px;
}
.ova-product-list.ova-product-list-template3 .ova-product .ova_foot_product .star-rating {
  display: block;
}
.ova-product-list.ova-product-list-template3 .ova-product .ova_foot_product .ova-product-title {
  font-size: 27px;
}
.ova-product-list.ova-product-list-template3 .ova-product .ova_foot_product .ova-product-title:before {
  content: none;
}
.ova-product-list.ova-product-list-template3 .ova-product .ova_foot_product .feature-icon-and-link {
  display: none;
}
.ova-product-list li.product {
  list-style-type: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  box-shadow: 0px 4px 20px rgba(43, 89, 255, 0.08);
}
.ova-product-list li.product a {
  display: inline-block;
}
.ova-product-list li.product .cat_product {
  display: inline-block;
  padding: 0px 15px 0px 15px;
  color: var(--secondary);
}
.ova-product-list li.product .button {
  visibility: visible;
  opacity: 1;
}
.ova-product-list li.product .star-rating {
  font-size: 13px;
  margin: 0 auto 8px auto;
}
.ova-product-list li.product .onsale {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  background: var(--primary);
  color: #fff;
  padding: 0 10px;
  margin: 0;
  min-height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 600;
  min-width: unset;
  border-radius: 3px;
  text-transform: uppercase;
}
.ova-product-list li.product a.woocommerce-loop-product__link img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.ova-product-list li.product .woocommerce-loop-product__title {
  margin: 4px 0 20px 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.2;
  color: var(--heading);
  font-weight: 500;
  z-index: 3;
}
.ova-product-list li.product .price {
  font-size: 16px;
  line-height: 26px;
  color: var(--primary);
  font-weight: 600;
}
.ova-product-list li.product .price ins {
  font-weight: 600;
  margin-left: 6px;
  text-decoration: none;
}
.ova-product-list li.product .button,
.ova-product-list li.product a.add_to_cart_button {
  color: #fff;
  transition: 0.4s;
  margin: 10px 15px 0px 15px;
  background: var(--heading);
  border: 1px solid var(--heading);
  z-index: 2;
}
.ova-product-list li.product .button.loading:after,
.ova-product-list li.product a.add_to_cart_button.loading:after {
  right: 0.5em;
}
.ova-product-list li.product .button:hover,
.ova-product-list li.product a.add_to_cart_button:hover {
  background: var(--primary);
  border-color: var(--primary);
}
.ova-product-list li.product a.added_to_cart {
  margin-top: 20px;
  display: inline-block;
  visibility: visible;
  opacity: 1;
  background-color: transparent !important;
  color: var(--heading);
  text-decoration: underline;
  text-transform: capitalize;
  padding: 0px 15px 0px 15px;
}
.ova-product-list li.product a.added_to_cart:hover {
  color: var(--primary);
  transition: 0.3s ease;
}
.ova-product-list li.product a.added_to_cart:after {
  padding-left: 5px;
}
.ova-product-list li.product .product_type_external:after,
.ova-product-list li.product .product_type_grouped:after,
.ova-product-list li.product .product_type_variable:after {
  position: absolute;
  top: 0;
  right: 10px;
}

.ova-product {
  text-align: left !important;
  list-style-type: none;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(43, 89, 255, 0.08);
}
.ova-product:hover .ova_head_product .ova-product-thumbnail:before {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.ova-product:hover .ova_head_product .ova-product-thumbnail img {
  transform: scale(1.05);
}
.ova-product:hover .ova_foot_product .ova-product-title:before {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  background-color: var(--primary);
}
.ova-product:hover .ova_foot_product .ova-product-title a {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: var(--primary);
}
.ova-product .ova_head_product {
  position: relative;
  overflow: hidden;
}
.ova-product .ova_head_product .ova-product-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
}
.ova-product .ova_head_product .ova-product-thumbnail:before {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(26.5deg, rgba(28, 35, 31, 0.65) 12.14%, rgba(28, 35, 31, 0.1) 85.53%);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.ova-product .ova_head_product .ova-product-thumbnail img {
  display: block;
  margin: 0 !important;
  width: 100%;
  height: 275px;
  object-fit: cover;
  transition: transform 0.6s ease-out;
}
.ova-product .ova_head_product .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 40px;
  -webkit-clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 95%, 85% 0);
  clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 95%, 85% 0);
  margin-bottom: -1px;
}
.ova-product .ova_head_product a.product-view-detail {
  display: none;
}
.ova-product .ova_foot_product {
  transition: all 0.3s ease;
  position: relative;
  background-color: #fff;
  padding: 35px 35px 15px 35px;
}
@media (max-width: 430px) {
  .ova-product .ova_foot_product {
    padding: 35px 30px 15px 30px;
  }
}
.ova-product .ova_foot_product .star-rating {
  display: none;
  color: #F7921E;
  overflow: hidden;
  position: relative;
  float: none !important;
  height: 1.1em;
  line-height: 1;
  font-size: 1em;
  width: 5.3em;
  font-family: star;
  margin-bottom: 16px;
}
.ova-product .ova_foot_product .star-rating:before {
  content: "sssss";
  color: #F7921E;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.ova-product .ova_foot_product .star-rating .rating-percent {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.ova-product .ova_foot_product .star-rating .rating-percent:before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.ova-product .ova_foot_product .star-rating strong.rating {
  display: none;
}
.ova-product .ova_foot_product .star-rating span.rating {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.ova-product .ova_foot_product .star-rating span.rating:before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.ova-product .ova_foot_product .ova-product-title {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0 0 15px 0;
  font-size: 24px;
  line-height: 1.2;
}
.ova-product .ova_foot_product .ova-product-title:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: var(--heading);
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.ova-product .ova_foot_product .ova-product-title a {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: var(--heading);
}
.ova-product .ova_foot_product .feature-icon-and-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  border-top: 1px solid #d9d9d9;
}
.ova-product .ova_foot_product .feature-icon-and-link .feature-icon-wrapper {
  line-height: 1;
  width: calc(100% - 40px);
}
.ova-product .ova_foot_product .feature-icon-and-link .feature-icon {
  display: inline;
  line-height: 1;
  font-size: 27px;
}
.ova-product .ova_foot_product .feature-icon-and-link .feature-icon:not(:last-child) {
  margin-bottom: 20px;
}
.ova-product .ova_foot_product .feature-icon-and-link .feature-icon i {
  display: inline-flex;
  margin: 0 20px 15px 0;
}
.ova-product a.product-view-detail {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  border-radius: 50%;
  color: #fff;
  margin-bottom: 15px;
  z-index: 2;
}
.ova-product a.product-view-detail i {
  display: inline-flex;
}
.ova-product a.product-view-detail:hover {
  transition: all 0.3s ease;
  background-color: var(--secondary);
}

.ova-product-slider.ova-product-slider-template2 .ova-product {
  box-shadow: none;
}
.ova-product-slider.ova-product-slider-template2 .ova-product:hover .ova_head_product .ova-product-thumbnail:before {
  opacity: 1;
  visibility: visible;
}
.ova-product-slider.ova-product-slider-template2 .ova-product:hover .ova_head_product a.product-view-detail {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  top: 50%;
  opacity: 1;
}
.ova-product-slider.ova-product-slider-template2 .ova-product .ova_head_product {
  border-radius: 5px;
}
.ova-product-slider.ova-product-slider-template2 .ova-product .ova_head_product .ova-product-thumbnail img {
  height: auto;
}
.ova-product-slider.ova-product-slider-template2 .ova-product .ova_head_product a.product-view-detail {
  display: inline-flex;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 50px;
  width: 50px;
  height: 50px;
  opacity: 0;
}
.ova-product-slider.ova-product-slider-template2 .ova-product .ova_head_product a.product-view-detail i {
  transform: rotate(-45deg);
}
.ova-product-slider.ova-product-slider-template2 .ova-product .ova_head_product .shape {
  display: none;
}
.ova-product-slider.ova-product-slider-template2 .ova-product .ova_foot_product {
  padding: 26px 0 0 0;
}
.ova-product-slider.ova-product-slider-template2 .ova-product .ova_foot_product .ova-product-title {
  font-size: 20px;
}
.ova-product-slider.ova-product-slider-template2 .ova-product .ova_foot_product .feature-icon-and-link {
  display: none;
}
.ova-product-slider.ova-product-slider-template3 .ova-product {
  box-shadow: none;
}
.ova-product-slider.ova-product-slider-template3 .ova-product:hover .ova_head_product .ova-product-thumbnail:before {
  opacity: 1;
  visibility: visible;
}
.ova-product-slider.ova-product-slider-template3 .ova-product:hover .ova_head_product a.product-view-detail {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  top: 50%;
  opacity: 1;
}
.ova-product-slider.ova-product-slider-template3 .ova-product .ova_head_product {
  border-radius: 50px;
}
.ova-product-slider.ova-product-slider-template3 .ova-product .ova_head_product .ova-product-thumbnail:before {
  background: rgba(28, 35, 31, 0.5);
}
.ova-product-slider.ova-product-slider-template3 .ova-product .ova_head_product a.product-view-detail {
  display: inline-flex;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 60px;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.ova-product-slider.ova-product-slider-template3 .ova-product .ova_head_product a.product-view-detail i {
  transform: rotate(-45deg);
  font-size: 20px;
}
.ova-product-slider.ova-product-slider-template3 .ova-product .ova_head_product .shape {
  display: none;
}
.ova-product-slider.ova-product-slider-template3 .ova-product .ova_foot_product {
  padding: 40px 30px 0 30px;
}
.ova-product-slider.ova-product-slider-template3 .ova-product .ova_foot_product .star-rating {
  display: block;
}
.ova-product-slider.ova-product-slider-template3 .ova-product .ova_foot_product .ova-product-title {
  font-size: 27px;
}
.ova-product-slider.ova-product-slider-template3 .ova-product .ova_foot_product .ova-product-title:before {
  content: none;
}
.ova-product-slider.ova-product-slider-template3 .ova-product .ova_foot_product .feature-icon-and-link {
  display: none;
}
.ova-product-slider.owl-carousel .owl-stage-outer {
  margin-right: -10px;
  margin-left: -10px;
  padding: 10px;
  width: calc(100% + 20px);
}
@media (max-width: 576px) {
  .ova-product-slider.owl-carousel .owl-nav {
    display: none;
  }
}
.ova-product-slider.owl-carousel .owl-nav button {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: -86px;
  right: 0;
  width: 36px;
  height: 36px;
}
.ova-product-slider.owl-carousel .owl-nav button.owl-prev, .ova-product-slider.owl-carousel .owl-nav button.owl-next {
  border: 1px solid var(--light);
}
.ova-product-slider.owl-carousel .owl-nav button.owl-prev:hover, .ova-product-slider.owl-carousel .owl-nav button.owl-next:hover {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: 1px solid var(--primary);
}
.ova-product-slider.owl-carousel .owl-nav button.owl-prev:hover i, .ova-product-slider.owl-carousel .owl-nav button.owl-next:hover i {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: var(--primary);
}
.ova-product-slider.owl-carousel .owl-nav button.owl-prev {
  margin-right: 40px;
}
.ova-product-slider.owl-carousel .owl-nav button i {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-flex;
  font-size: 14px;
  color: var(--light);
}
.ova-product-slider .owl-dots {
  margin-top: 30px;
  text-align: center;
}
.ova-product-slider .owl-dots .owl-dot {
  outline: none;
}
.ova-product-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background: var(--primary);
  opacity: 0.3;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 10px;
}
.ova-product-slider .owl-dots .owl-dot.active span {
  opacity: 1;
}

.ova-product-slider-syncing {
  display: grid !important;
  grid-template-columns: 50% 50%;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .ova-product-slider-syncing {
    grid-template-columns: 100%;
  }
}
.ova-product-slider-syncing img {
  width: 100%;
  object-fit: cover;
}
.ova-product-slider-syncing .main-slider-content-wrapper .main-slider-content {
  position: relative;
  padding: 0 15px 0 0;
}
@media (max-width: 1200px) {
  .ova-product-slider-syncing .main-slider-content-wrapper .main-slider-content {
    padding: 0 5px 0 5px;
  }
}
.ova-product-slider-syncing .main-slider-content-wrapper .main-slider-content img {
  height: 655px;
}
@media (max-width: 1200px) {
  .ova-product-slider-syncing .main-slider-content-wrapper .main-slider-content img {
    height: 455px;
  }
}
.ova-product-slider-syncing .main-slider-content-wrapper .main-slider-content .product-info-container {
  position: absolute;
  left: 50px;
  bottom: 50px;
  padding: 30px 30px 30px 120px;
  background-color: #fff;
  border-radius: 12px;
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1200px) {
  .ova-product-slider-syncing .main-slider-content-wrapper .main-slider-content .product-info-container {
    left: 30px;
    bottom: 30px;
    width: 85%;
    padding: 30px;
  }
}
.ova-product-slider-syncing .main-slider-content-wrapper .main-slider-content .product-info-container .ova-product-title {
  position: relative;
  margin: 0 0 8px 0;
  font-size: 30px;
}
.ova-product-slider-syncing .main-slider-content-wrapper .main-slider-content .product-info-container .ova-product-title:hover a {
  color: var(--primary);
}
.ova-product-slider-syncing .main-slider-content-wrapper .main-slider-content .product-info-container .ova-product-title:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 3px;
  background-color: var(--primary);
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .ova-product-slider-syncing .main-slider-content-wrapper .main-slider-content .product-info-container .ova-product-title:before {
    content: none;
  }
}
.ova-product-slider-syncing .main-slider-content-wrapper .main-slider-content .product-info-container .ova-product-title a {
  color: var(--heading);
}
.ova-product-slider-syncing .main-slider-content-wrapper .main-slider-content .product-info-container .check-availability {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--text);
}
.ova-product-slider-syncing .main-slider-content-wrapper .main-slider-content .product-info-container .check-availability:hover {
  color: var(--primary);
}
.ova-product-slider-syncing .main-slider-content-wrapper .main-slider-content .product-info-container .check-availability i {
  font-size: 11px;
}
.ova-product-slider-syncing .main-slider-content-wrapper .main-slider-content .product-info-container a.product-view-detail {
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  background-color: var(--secondary);
  color: #fff;
  border-radius: 50%;
}
.ova-product-slider-syncing .main-slider-content-wrapper .main-slider-content .product-info-container a.product-view-detail i {
  display: inline-flex;
  font-size: 22px;
  transform: rotate(-45deg);
}
@media (max-width: 1200px) {
  .ova-product-slider-syncing .main-slider-content-wrapper .main-slider-content .product-info-container a.product-view-detail {
    width: 65px;
    height: 65px;
  }
}
.ova-product-slider-syncing .main-slider-content-wrapper .main-slider-content .product-info-container a.product-view-detail:hover {
  background-color: var(--primary);
}
.ova-product-slider-syncing .sub-slider-content-wrapper {
  margin-bottom: 0 !important;
}
.ova-product-slider-syncing .sub-slider-content-wrapper .sub-slider-content {
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .ova-product-slider-syncing .sub-slider-content-wrapper .sub-slider-content {
    padding: 0 5px;
  }
}
.ova-product-slider-syncing .sub-slider-content-wrapper .sub-slider-content img {
  height: 500px;
}
@media (max-width: 1200px) {
  .ova-product-slider-syncing .sub-slider-content-wrapper .sub-slider-content img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .ova-product-slider-syncing .sub-slider-content-wrapper .sub-slider-content img {
    height: 260px;
  }
}
@media (max-width: 460px) {
  .ova-product-slider-syncing .sub-slider-content-wrapper .sub-slider-content img {
    height: 180px;
  }
}
.ova-product-slider-syncing .sub-slider-content-wrapper .slick-next-custom, .ova-product-slider-syncing .sub-slider-content-wrapper .slick-prev-custom {
  position: absolute;
  top: -110px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid rgba(28, 35, 31, 0.1);
}
.ova-product-slider-syncing .sub-slider-content-wrapper .slick-next-custom:hover, .ova-product-slider-syncing .sub-slider-content-wrapper .slick-prev-custom:hover {
  border: 1px solid var(--primary);
}
.ova-product-slider-syncing .sub-slider-content-wrapper .slick-next-custom:hover i, .ova-product-slider-syncing .sub-slider-content-wrapper .slick-prev-custom:hover i {
  color: var(--primary);
}
.ova-product-slider-syncing .sub-slider-content-wrapper .slick-next-custom i, .ova-product-slider-syncing .sub-slider-content-wrapper .slick-prev-custom i {
  display: inline-flex;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .ova-product-slider-syncing .sub-slider-content-wrapper .slick-next-custom, .ova-product-slider-syncing .sub-slider-content-wrapper .slick-prev-custom {
    top: unset;
  }
}
.ova-product-slider-syncing .sub-slider-content-wrapper .slick-next-custom {
  left: 228px;
}
.ova-product-slider-syncing .sub-slider-content-wrapper .slick-prev-custom {
  left: 50px;
}
.ova-product-slider-syncing .sub-slider-content-wrapper .slick-dots {
  bottom: unset;
  top: -90px;
  left: 130px;
  line-height: 1;
  width: auto;
  text-align: left;
}
.ova-product-slider-syncing .sub-slider-content-wrapper .slick-dots li {
  margin: 0;
}
.ova-product-slider-syncing .sub-slider-content-wrapper .slick-dots li.slick-active button:before {
  color: var(--secondary);
}
@media (max-width: 1200px) {
  .ova-product-slider-syncing .sub-slider-content-wrapper .slick-dots {
    position: static;
    text-align: center;
    margin: 20px 0 0 0;
  }
}

.ovabrw_product_title a {
  text-decoration: none;
}
.ovabrw_product_title .ovabrw_title {
  margin: 0 0 12px 0;
  font-size: 45px;
}

.ovabrw-search {
  margin: 0 auto;
  padding: 40px;
  background: #f9f9f7;
}
@media (max-width: 1024px) {
  .ovabrw-search {
    padding: 40px 30px 30px 30px;
  }
}
.ovabrw-search.ovabrw-search-template2 {
  padding: 0;
  background: transparent;
}
.ovabrw-search.ovabrw-search-template2 .ovabrw-search-form .ovabrw-s-field {
  row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.ovabrw-search.ovabrw-search-template2 .ovabrw-search-form .ovabrw-s-field .search-field {
  flex: 0 0 100%;
  width: 100%;
}
.ovabrw-search.ovabrw-search-template2 .ovabrw-search-form .ovabrw-s-field .search-field:nth-child(1) {
  flex: 0 0 100%;
}
.ovabrw-search.ovabrw-search-template2 .ovabrw-search-form .ovabrw-s-field .ovabrw-search-btn {
  margin-top: 10px;
}
.ovabrw-search.ovabrw-search-template2 .ovabrw-search-form .ovabrw-s-field .ovabrw-search-btn button.ovabrw-btn {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.ovabrw-search.ovabrw-search-template2 .ovabrw-search-form .ovabrw-s-field .ovabrw-search-btn button.ovabrw-btn:hover {
  color: #fff;
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.ovabrw-search.ovabrw-search-template3 {
  border-radius: 20px;
  padding: 80px 60px;
}
@media (max-width: 690px) {
  .ovabrw-search.ovabrw-search-template3 {
    padding: 40px 30px 30px 30px;
  }
}
.ovabrw-search.ovabrw-search-template3 .ovabrw-search-form .ovabrw-s-field .search-field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  width: 100%;
}
@media (max-width: 540px) {
  .ovabrw-search.ovabrw-search-template3 .ovabrw-search-form .ovabrw-s-field .search-field-wrapper {
    grid-template-columns: auto;
    grid-row-gap: 30px;
  }
}
.ovabrw-search.ovabrw-search-template3 .ovabrw-search-form .ovabrw-s-field .ovabrw-search-btn {
  width: 100%;
}
.ovabrw-search.ovabrw-search-template3 .ovabrw-search-form .ovabrw-s-field .ovabrw-search-btn button.ovabrw-btn {
  width: 100%;
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.ovabrw-search.ovabrw-search-template3 .ovabrw-search-form .ovabrw-s-field .ovabrw-search-btn button.ovabrw-btn:hover {
  color: #fff;
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.ovabrw-search .ovabrw-search-form .ovabrw-s-field {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: wrap;
  row-gap: 30px;
  flex-grow: 1;
  width: 100%;
}
.ovabrw-search .ovabrw-search-form .ovabrw-s-field .search-field {
  position: relative;
  flex: 0 0 19%;
}
@media (max-width: 1024px) {
  .ovabrw-search .ovabrw-search-form .ovabrw-s-field .search-field {
    flex: 0 0 49%;
  }
}
@media (max-width: 540px) {
  .ovabrw-search .ovabrw-search-form .ovabrw-s-field .search-field {
    flex: 0 0 100%;
  }
}
.ovabrw-search .ovabrw-search-form .ovabrw-s-field .search-field .label {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: var(--heading);
}
.ovabrw-search .ovabrw-search-form .ovabrw-s-field .search-field .ovabrw-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.ovabrw-search .ovabrw-search-form .ovabrw-s-field .search-field .ovabrw-label i {
  display: inline-flex;
  color: var(--primary);
}
.ovabrw-search .ovabrw-search-form .ovabrw-s-field .search-field .ovabrw-input {
  width: 100%;
}
.ovabrw-search .ovabrw-search-form .ovabrw-s-field .search-field .ovabrw-input input[type=text], .ovabrw-search .ovabrw-search-form .ovabrw-s-field .search-field .ovabrw-input input[type=number], .ovabrw-search .ovabrw-search-form .ovabrw-s-field .search-field .ovabrw-input select {
  width: 100%;
  box-shadow: 0px 10px 60px rgba(28, 35, 31, 0.1);
}
@media (max-width: 1024px) {
  .ovabrw-search .ovabrw-search-form .ovabrw-s-field .ovabrw-search-btn {
    flex: 0 0 100%;
    margin: 20px 0;
  }
}
.ovabrw-search .ovabrw-search-form .ovabrw-s-field .ovabrw-search-btn button.ovabrw-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--heading);
  background: transparent;
  padding: 15px 30px;
  border-color: var(--heading);
}
.ovabrw-search .ovabrw-search-form .ovabrw-s-field .ovabrw-search-btn button.ovabrw-btn i {
  font-size: 11px;
  line-height: 1;
}
.ovabrw-search .ovabrw-search-form .ovabrw-s-field .ovabrw-search-btn button.ovabrw-btn:hover {
  transition: all 0.3s ease;
  color: var(--primary);
  border-color: var(--primary);
}
.ovabrw-search .select2-dropdown {
  border: none !important;
  margin-top: 40px;
  box-shadow: 10px 2px 40px rgba(0, 0, 0, 0.14);
}
.ovabrw-search .select2-search--dropdown {
  padding: 0 0 5px 0 !important;
}
.ovabrw-search .select2-search--dropdown .select2-search__field {
  border: none !important;
}
.ovabrw-search .select2-container--default .select2-results__options .select2-results__option--selected {
  background-color: #f5f5f5;
  color: var(--primary);
  font-weight: 600;
}
.ovabrw-search .select2-container--default .select2-results__options .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--secondary);
  color: #fff;
}
.ovabrw-search .select2-container--default .select2-selection--single {
  border-radius: 5px;
  padding: 12px 15px;
  border-color: #e0e0e0;
  background-color: #ffffff;
  color: var(--text);
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: normal;
  outline: 0;
  transition: all ease-in-out 0.3s;
  font-size: 1em;
  height: auto;
  box-shadow: 0px 10px 60px rgba(28, 35, 31, 0.1);
}
.ovabrw-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(../../../assets/img/select-arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border: none;
  height: 12px;
  width: 12px;
  top: 20px;
  left: -6px;
  margin: 0;
}
.ovabrw-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  line-height: 1.5;
}

.select2-container--open .select2-dropdown--below {
  border-color: #e6e6e6;
}
.select2-container--open .select2-dropdown {
  top: -18px;
}

.select2-results__option--highlighted {
  background-color: var(--primary);
  color: #fff;
}

.ovabrw-search-ajax .ovabrw-search {
  margin-bottom: 65px;
}
.ovabrw-search-ajax .ovabrw-tour-filter {
  margin: 0 auto;
  max-width: var(--container-width);
  display: flex;
  row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .ovabrw-search-ajax .ovabrw-tour-filter {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 10px 15px 10px;
  }
}
.ovabrw-search-ajax .ovabrw-tour-filter .left-filter .tour-found-text {
  font-size: 30px;
  line-height: 1.1;
  color: var(--heading);
  font-weight: 500;
}
@media (max-width: 620px) {
  .ovabrw-search-ajax .ovabrw-tour-filter .left-filter .tour-found-text {
    font-size: 25px;
  }
}
.ovabrw-search-ajax .ovabrw-tour-filter .left-filter .clear-filter {
  cursor: pointer;
  color: #008DD0;
  font-size: 14px;
  font-weight: 500;
}
.ovabrw-search-ajax .ovabrw-tour-filter .left-filter .clear-filter:hover {
  color: var(--primary);
}
.ovabrw-search-ajax .ovabrw-tour-filter .right-filter {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.ovabrw-search-ajax .ovabrw-tour-filter .right-filter .filter-sort {
  line-height: 1.2;
}
.ovabrw-search-ajax .ovabrw-tour-filter .right-filter .filter-sort .input_select_input {
  cursor: pointer;
  border-radius: 0;
  border-width: 0;
  text-align: right;
  padding: 0 8px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 620px) {
  .ovabrw-search-ajax .ovabrw-tour-filter .right-filter .filter-sort .input_select_input {
    text-align: left;
  }
}
@media (max-width: 320px) {
  .ovabrw-search-ajax .ovabrw-tour-filter .right-filter .filter-sort .input_select_input {
    max-width: 150px;
  }
}
.ovabrw-search-ajax .ovabrw-tour-filter .right-filter .filter-sort ul.input_select_list {
  position: absolute;
  right: 0;
  z-index: 998;
  list-style-type: none;
  padding: 0;
  background-color: #fff;
  box-shadow: 10px 2px 40px rgba(0, 0, 0, 0.14);
  width: 165px;
  max-height: 150px;
  overflow: scroll;
}
@media (max-width: 620px) {
  .ovabrw-search-ajax .ovabrw-tour-filter .right-filter .filter-sort ul.input_select_list {
    right: unset;
    left: 0;
  }
}
.ovabrw-search-ajax .ovabrw-tour-filter .right-filter .filter-sort ul.input_select_list li.term_item {
  padding: 12px 15px;
  cursor: pointer;
}
.ovabrw-search-ajax .ovabrw-tour-filter .right-filter .filter-sort ul.input_select_list li.term_item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.ovabrw-search-ajax .ovabrw-tour-filter .right-filter .filter-sort ul.input_select_list li.term_item.term_item_selected {
  background-color: var(--primary);
  color: #fff;
}
.ovabrw-search-ajax .ovabrw-tour-filter .right-filter .filter-sort ul.input_select_list li.term_item:hover {
  background-color: var(--primary);
  color: #fff;
}
.ovabrw-search-ajax .ovabrw-tour-filter .right-filter .asc_desc_sort {
  position: relative;
  margin-right: 24px;
}
.ovabrw-search-ajax .ovabrw-tour-filter .right-filter .asc_desc_sort i {
  font-size: 12px;
  line-height: 1;
}
.ovabrw-search-ajax .ovabrw-tour-filter .right-filter .asc_desc_sort .desc_sort {
  position: absolute;
  left: 0;
  bottom: 0;
}
.ovabrw-search-ajax .ovabrw-tour-filter .right-filter .filter-result-layout {
  display: inline-flex;
  font-size: 26px;
}
.ovabrw-search-ajax .ovabrw-tour-filter .right-filter .filter-result-layout i {
  cursor: pointer;
  display: inline-flex;
  line-height: 1;
}
.ovabrw-search-ajax .ovabrw-tour-filter .right-filter .filter-result-layout i.filter-layout-active {
  color: var(--primary);
}
.ovabrw-search-ajax .ovabrw-tour-filter .right-filter .filter-result-layout i:first-child {
  margin-right: 10px;
}
.ovabrw-search-ajax .ovabrw-tour-filter .right-filter .filter-result-layout i:hover {
  color: var(--primary);
}
.ovabrw-search-ajax .wrap-load-more {
  width: 100%;
  display: none;
  position: relative;
  padding: 30px 0;
}
.ovabrw-search-ajax .wrap-load-more .loader {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  stroke-linecap: round;
}
.ovabrw-search-ajax .wrap-load-more .loader circle {
  fill: none;
  stroke-width: 1.5;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: 25px 25px;
  will-change: transform;
  stroke: var(--primary);
}
.ovabrw-search-ajax .wrap-load-more .loader circle:nth-of-type(1) {
  stroke-dasharray: 40px;
  animation-name: preloader_1;
}
.ovabrw-search-ajax .wrap-load-more .loader circle:nth-of-type(2) {
  stroke-dasharray: 80px;
  animation-name: preloader_2;
}
@keyframes preloader_1 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes preloader_2 {
  100% {
    transform: rotate(-360deg);
  }
}
.ovabrw-search-ajax .brw-search-ajax-result {
  margin: 0 auto;
  max-width: var(--container-width);
}
@media (max-width: 767px) {
  .ovabrw-search-ajax .brw-search-ajax-result {
    padding: 0 10px;
  }
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-pagination-ajax {
  margin-top: 60px;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-pagination-ajax ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-pagination-ajax ul li {
  cursor: pointer;
  margin-right: 10px;
  background-color: var(--first-background);
  border-radius: 5px;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-pagination-ajax ul li:last-child {
  margin-right: 0;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-pagination-ajax ul li span {
  border: 1px solid rgba(28, 35, 31, 0.5);
  border-radius: 5px;
  padding: 0px 14px;
  min-width: 48px;
  font-size: 14px;
  color: var(--heading);
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-pagination-ajax ul li span i {
  font-size: 12px;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-pagination-ajax ul li span:hover {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-pagination-ajax ul li .current {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  padding: 0;
  margin: 0;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .woocommerce-notices-wrapper {
  display: none;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .not_found_product .empty-list {
  font-size: 42px;
  line-height: 1.1;
  color: var(--primary);
  width: max-content;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .not_found_product .empty-list {
    font-size: 32px;
    width: auto;
  }
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result.ovabrw-products-result-grid {
  grid-row-gap: 40px;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result.ovabrw-products-result-grid.column1 {
  grid-template-columns: 1fr;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result.ovabrw-products-result-grid.column2 {
  grid-template-columns: 1fr 1fr;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result.ovabrw-products-result-grid.column3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result.ovabrw-products-result-grid.column4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1200px) {
  .ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result.ovabrw-products-result-grid.column4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result.ovabrw-products-result-grid.column3, .ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result.ovabrw-products-result-grid.column4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result.ovabrw-products-result-grid.column2, .ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result.ovabrw-products-result-grid.column3, .ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result.ovabrw-products-result-grid.column4 {
    grid-template-columns: 1fr;
  }
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list {
  position: relative;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list:nth-child(odd) .product-img {
  margin-left: auto;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list:nth-child(odd) .product-container {
  right: unset;
  left: 4%;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-img {
  width: 50%;
}
@media (max-width: 1024px) {
  .ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-img {
    width: 100%;
  }
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-img img {
  transition: transform 0.7s ease-out;
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-img img {
    height: 330px;
  }
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container {
  position: absolute;
  padding: 50px 60px 35px 60px;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  width: 50%;
  box-shadow: 0px 10px 60px rgba(28, 35, 31, 0.07);
  background-color: #fff;
}
@media (max-width: 1200px) {
  .ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container {
    width: 100%;
    position: static;
    transform: translateY(0);
    top: unset;
    right: unset;
    padding: 40px 30px;
  }
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .ova-product-title {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0 0 15px 0;
  font-size: 30px;
  line-height: 1.2;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .ova-product-title:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: var(--heading);
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .ova-product-title a {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: var(--heading);
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .ova-product-title:hover:before {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  background-color: var(--primary);
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .ova-product-title:hover a {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: var(--primary);
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .product-short-description {
  margin: 0 0 35px 0;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .product-short-description p, .ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .product-short-description h1, .ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .product-short-description h2, .ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .product-short-description h3, .ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .product-short-description h4, .ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .product-short-description h5, .ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .product-short-description h6 {
  margin: 0;
  font-size: 16px;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .product-short-description ul {
  margin: 0;
  padding: 0 0 0 12px;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .product-short-description ul li::marker {
  color: var(--secondary);
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .feature-icon-and-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 35px;
  border-top: 1px solid #d9d9d9;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .feature-icon-and-link .feature-icon-wrapper {
  line-height: 1;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .feature-icon-and-link .feature-icon {
  display: inline;
  line-height: 1;
  font-size: 27px;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .feature-icon-and-link .feature-icon:not(:last-child) {
  margin-bottom: 20px;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .feature-icon-and-link .feature-icon i {
  display: inline-flex;
  margin: 0 20px 15px 0;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .feature-icon-and-link .product-view-detail {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
  background: var(--primary);
  padding: 15px 30px;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .feature-icon-and-link .product-view-detail i {
  font-size: 11px;
  line-height: 1;
}
.ovabrw-search-ajax .brw-search-ajax-result .ovabrw-products-result .ova-item-product-list .product-container .feature-icon-and-link .product-view-detail:hover {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: var(--secondary);
}

.ovabrw_elementor_no_product {
  background-color: rgba(213, 218, 223, 0.8);
}
.ovabrw_elementor_no_product:not(:lass-child) {
  margin-bottom: 20px;
}
.ovabrw_elementor_no_product span {
  color: #6d6d6d;
  font-size: 22px;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}