@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Roboto&display=swap');

:root {
	--c1: black;
	--c2: #ecb353;
	--c3: #f4ecdc;
	--c4: #e6e6e6;
	--c5: #efefef;
	--f1: 'Playfair Display', serif;
	--f2: 'Roboto', sans-serif;
}
body, small, h5, p, i, a, .price-text {
	color: var(--c1);
	font-family: var(--f2);	
}
a { text-decoration: none }
a:hover {
	color: var(--c2);
}
.nav-link { color: var(--c1)!important }
h1, h2, h3, h4 {
	color: var(--c1);
	font-family: var(--f1);
}
h1 { font-size: 56px }
h2 { font-size: 40px }
h3 { font-size: 32px }
h5, p { font-size: 16px }
small { font-size: 14px }
footer { background-color: #101010 }
.nav2, .hero-area p { opacity: 0.75 }
.navbar a {
	letter-spacing: 0.4px;
	font-size: 14px;
	text-decoration: none;
}
.navbar p {
	font-family: var(--f1);
    font-size: 24px;
	margin: 0 10px;
	margin-right: auto;
}
.woocommerce-shipping-totals.shipping {
	display:none;
}
.navbar-nav { width: 100% }
.hero-area {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 620px;
}
.hero-bg-2 {
	height: 620px;
	background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.hero-area .container {
	height: 100%;
	display: flex;
    align-items: center;
}
.hero-area p, 
.hero-area h1 { color: white }
.hero-search {
	background-color: white;
	border-radius: 10px;
	border-top-left-radius: 0px;
}
.btn-hero {
	padding: 5px;
}
.hero-search .row {
	--bs-gutter-x: 0;
}
.hero-search .row .search-btn { 
	opacity: 1;
}
.hero-search .row input {
	width: 100%;
	border: 2px solid transparent;
	color: var(--c1);
	opacity: 0.5;
	margin: 0;
}
.hero-search .row input.bad-input {
	border: 2px solid red;
}
.hero-search .btn {
	width: 100%;
    height: 100%;
	background-color: var(--c2);
	border-radius: 5px;
}
.hero-search .row > div:not(:last-child) {
	border-right: 1px solid var(--c4);
	margin: 20px 0;
	padding-left: 25px;
	color: var(--c1);
}
.hero-search i {
	padding: 0;
	color: var(--c1);
}
.statistic-area num {
	font-size: 32px;
	line-height: 32px;
}
.statistic-area p {
	font-size: 14px;
	opacity: 0.5;
}
.stat-block { display: flex }
.no-border { border-right: none!important }
.fa-search, .fa-cart-shopping {
	height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--c2);
    font-size: 20px!important;
    border-radius: 50%;
	color: var(--c1);
	padding: 0;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.fa-cart-shopping {
	position: relative;
}
.fa-cart-shopping > div {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    color: white;
    font-size: 12px;
    align-items: center;
}
.fa-cart-shopping:hover {
	background-color: var(--c3);
	color: var(--c1);
}
.header-search {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.enabled-button {
	background-color: var(--c3);
}
.fibo-search { display: none }
.display-fibo {
	display: block;
	margin-right: 10px;
}
.break-line {
	width: 100%;
    height: 1px;
    background: var(--c4);
}
.nav-category {
	background-color: var(--c2);
	border-radius: 8px;
	min-height: 80px;
	width: 100%;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	display: flex;
	align-items: center;
}
.navbar-brand img {
	max-height: 60px;
}
.nav-category .navbar-nav {
	display: block;
	text-align: center;
}
.nav-category li {
	margin: 20px;
	display: inline;
}
.nav-category a { text-decoration: none }
.nav-category a:hover { color: white }
.hot-product .card { border: none }
.hot-product p { font-size: 16px }
.hot-product a { margin: 0 }
.hot-product small {
	opacity: 0.5;
	font-size: 14px;
}
.hot-product small:before {
	content: "\f133";
	font-family: 'Font Awesome 6 Free';	
    font-size: 12px;
	top: -1px;
    padding-right: 5px;
    position: relative;
}
.hot-product h2 { height: 140px }
.hot-product h4 { margin-bottom: 10px }
.hot-product.type-2 p {
	font-size: 14px;
	opacity: 0.6;
}
.card-img {
	width: 100%;
	height: 230px;
	background-color: var(--c3);
	border-radius: 8px;
	margin-bottom: 15px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.hot-product .btn {
    display: flex;
    width: 205px;
    height: 53px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
	border-color: #dadada;
	color: var(--c1);
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.hot-product .btn:hover {
	background: #dadada;
	color: var(--c1);
}
.hot-product .btn:after, .btn2:after {
	margin-left: 5px;
	content: "\f061";
	font-weight: 600;
	font-family: 'Font Awesome 6 Free';	
}
.bg-hot-product, .bg-hot-product .card {
	background-color: var(--c5);
}
.news-letter .container {
	background-color: var(--c3);
	height: 237px;
	width: 100%;
	border-radius: 8px;
	padding: 3rem;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.news-letter .container .row, 
.news-letter .your-email { width: 100% }
.news-letter {
	margin-top: 20px;
	height: 237px;
	width: 100%;
	background: #101010;
}
.news-letter-inner {
	height: 120px;
	position: inherit;
	background: white;
}
footer p, 
footer div, 
footer h5, 
footer h2, footer a { color: white }
footer p { opacity: 0.5 }
footer a:hover { opacity: 1 }
.news-letter .wpcf7-form, .news-letter .wpcf7-form div {
	display: flex;
	align-items: center;
}
.news-letter .wpcf7-response-output {
	display: none!important;
}
.news-letter .wpcf7-not-valid-tip {
	position: absolute;
}
.news-letter .wpcf7-form .wpcf7-email {
	height: 56px;
	width: 105%;
	border: none;
	border-radius: 8px;
	padding-left: 20px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.btn2 {
	justify-content: center;
	align-items: center;
}
.btn2:hover {
	color: var(--c1);
}
.news-letter .wpcf7-submit, .btn2 {
	width: 167px;
	height: 56px;
	border: none;
	z-index: 2;
	border-radius: 8px;
	background-color: var(--c2);
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
i {
	font-weight: 600!important;
	color: var(--c2);
	padding-right: 5px;
	padding-bottom: 20px;
}

footer ul li a {
	text-decoration: none;
	opacity: 0.5;
	line-height: 35px;
}
.single-product-form {
	background-color: #f4f4f4;
	padding: 30px;
	border-radius: 8px;
}
.single-product-form input, .single-product-form textarea {
	width: 100%;
	border-radius: 6px;
	border: 1px solid #e6e6e6;
	padding: 20px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
footer form { padding: 0 10% }
footer input, footer textarea{
	width: 100%;
	border-radius: 6px;
	border: none;
	padding: 20px;
}
footer input, .single-product-form input {
	height: 56px;
	margin-bottom: 15px;
}
footer input.wpcf7-submit, .single-product-form input.wpcf7-submit {
	padding: 0;
	width: 167px;
	background-color: var(--c2);
}
.single-product-form input.wpcf7-submit {
	opacity: 1;
	float: right;
}
footer textarea, .single-product-form textarea {
	height: 160px;
	margin-bottom: 10px;
}
.navbar li { padding: 0 20px }
.dgwt-wcas-search-input {
	height: 50px!important;
    border: none!important;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.date-pixt:before, .euro-pixt:before, .tel-pixt:before, .email-pixt:before, .address-pixt:before {
	font-family: 'Font Awesome 6 Free';	
	margin-right: 5px;
}
.date-pixt:before {
	content:"\f133";
}
.euro-pixt:before {
	font-weight: 600;
	content:"\f153";
}
.tel-pixt:before {
	font-weight: 600;
	content:"\f095";
	color:var(--c2);
}
.email-pixt:before {
	font-weight: 600;
	content:"\f0e0";
	color:var(--c2);
}
.address-pixt:before {
	font-weight: 600;
	content:"\f3c5";
	color:var(--c2);
}
footer .contacts div {
	padding-bottom: 10px;
	width: 200px;
}
.nav-contact {
	height: 30px;
	background-color: #111111;
	color: white;
}
.nav-contact a { color: white }
.nav-contact .container { 
	display: flex;
	justify-content: flex-end;
}
.nav-contact email-pixt, 
.nav-contact email-pixt:before { color: white }
.mobile-pixt { display: none }
.mobile-btn { display: none!important }
.img-bg, .img-btn, .loc-btn, .search-btn, .single_add_to_cart_button, .variations select {
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 8px;
}
.img-btn {
	padding: 10px;
	display: flex;
	border-radius: 8px;
	align-self: end;
    margin: 20px;
	position: absolute;
	min-width: 141px;
	height: 58px;
	background-color: #ecb353;
}
.img-btn > .woocommerce-Price-amount {
	margin: 0 5px;
}
.img-bg {
	border-radius: 12px!important; 
	justify-content: left; 
	padding: 0;
	position: relative;
    z-index: 1;
}
.loc-btn {
	width: 117px;
	height: 58px;
	background-color: #ecb353;
}
.cars img, .cat-pixt img, .hot-product img {
	width: 100%;
	height: 230px;
	border-radius: 8px;
	object-fit: cover;
}
.cars a:hover .img-btn, a:hover .img-btn, a:hover .img-btn {
	color: black;
	display: flex;
	opacity: 1!important;
}
.cars a, .cat-pixt a { text-decoration: none }
.cars a:hover, .cat-pixt a:hover { color: black }
.cars a:hover img, a:hover img { 
	z-index: -1;
	opacity: 0.6!important;
}
.align-self-center { align-self: center }
.cars bdi { font-weight: bold }
.cars small, .cat-pixt small, .term-description { opacity: 0.6 }
.first {
    float:left;
}
.adjust {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	border-bottom: 1px solid  #e6e6e6;
	color: white;	
    top: 5px;
    position: relative;
}
.active-cat { border-bottom: 2px solid  #ecb353 }
.inactive-cat { border-bottom: 1px solid  #e6e6e6 }
.inactive-cat:hover { border-bottom: 2px solid  #ecb353 }
.inactive-cat h4 { opacity: 0.5 }
.inactive-cat:hover h4 { opacity: 1 }
.page-numbers, .pagination { 
	display: flex;
	justify-content: center;
	text-decoration: none;
}
.page-numbers li,  .pagination a, .pagination span {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	border-radius: 8px;
	margin: 5px;
	height: 30px;
	width: 30px;
	border: 1px solid  #e6e6e6;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.pagination a:hover, .pagination span {
	background: #ecb353;
}
.page-numbers .next, .page-numbers .prev { padding-bottom: 4px }

.woocommerce-info::before { 
	position: static;
	margin-right: 5px;
}
.align-self-center {
	align-self: center;
}
.cat-pixt small {
	display: block;
}
.cat-pixt .price-pixt span {
	font-weight: bold;
	margin-bottom: 1rem;
}
.rent-pixt .img-bg {
	max-height: 315px;
	max-width: 375px;
}
.cat-pixt .cat-menu {
	min-width: 270px;
	border-radius: 8px;
	background-color: #f4f4f4;
	float: right;
}
.cat-menu ul {
	list-style: none;
}
.cat-menu li {
	margin: 12px 0;
}
.search-pixt {
	height: 102px;
	box-shadow: 0 0 70px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	border: 4px solid #333333;
	display: flex;
    align-content: center;
}
.search-pixt .border-left {
	height: 56px;
	border-left: 1px solid #d8d8d8; 
}
.search-pixt .address-pixt:before {
	color: black;
}
.search-pixt .address-pixt {
	padding: 0 0.75rem;
}
.search-pixt select {
	padding: 0 2.25rem 0 0.75rem;
	border: none;
}
.search-pixt select, .search-pixt .input-price {
	opacity: 0.5;
    font-family: "Roboto - Regular";
    font-size: 22px;
}
.search-pixt .input-price {
	width: 100%;
	border: none;
}
.search-pixt .pl-4 {
	padding-left: 4px;
}
.search-btn-col {
	padding: 12px;
	height: 100%;
}
.search-btn, .single_add_to_cart_button {
	border: none;
	font-size: 22px;
	width: 100%;
	height: 100%;
	background-color: #ecb353;
}
.search-pixt .height-56 {
	height: 56px;
}
.search-pixt .height-96 {
	height: 96px;
}
.cat-pixt .input-price {
	background: none;
}
.search-pixt select {
	min-height: 38px;
}
.sub-cat-select input {
	border: none;
    background: none;
	font-size: 24px;
	color: var(--c1);
    font-family: var(--f1);
}
.sub-cat-select .inactive-cat input {
	opacity: 0.5;
}
.sub-cat-select .inactive-cat:hover input {
	opacity: 1;
}
  /*owl-theme  */
#sync1 .owl-stage-outer, #sync1 .owl-stage, #sync1 .owl-item, #sync1 .owl-item img {
	min-height: 400px;
	max-height: 450px;
}

#sync1 .item {
  background: white;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
}

#sync2 .item {
  background: #C9C9C9;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  background: white;
}
#sync2 img {
	height: 117px;
}
.fa-angle-right, .fa-angle-left {
    height: 44px;
    width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    background: #ecb353;
    font-size: 18px;
    border-radius: 50%;
}
.owl-theme .owl-nav button.owl-next, .owl-theme .owl-nav button.owl-prev {
	height: 66px;
    width: 66px;
    border-radius: 50%;
    background-color: white;
}
.owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  width: 66px;
  height: 66px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: -33px;
	padding: 11px!important;
}
#sync1.owl-theme .owl-next {
  right: -33px;
	padding: 11px!important;
}
.owl-theme i { 
	padding: 0;
	margin: 0;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #ecb353!important;
    color: #FFF;
    text-decoration: none;
}
.owl-carousel .owl-item img {
  -webkit-border-radius: 8px!important;
  -moz-border-radius: 8px!important;
  border-radius: 8px!important;	
}
#sync2.owl-theme .owl-item.active.current img {
	opacity: 1;
}
#sync2.owl-theme .owl-item.active img {
	opacity: 0.7;
}
.product-bubble {
	display: flex;
    align-items: center;
	min-height: 60px;
	border-bottom: 1px solid #e6e6e6;
}
.product-bubble .fa-solid {
	padding: 0;
	margin-right: 10px;
	font-size: 10px;
	color: white;
	display: flex;
    align-items: center;
    justify-content: center;
}
.positive .product-bubble .fa-solid {
	width: 20px;
	min-width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #52a36e;
}
.negative .product-bubble .fa-solid {
	width: 20px;
	min-width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #c96b53;
}
.persons-title {
	width: auto;
}
.faq {
	background: #efefef;
}
.accordion-item {
	border: 1px solid #d9d9d9;
	border-left: none;
	border-right: none;
}
.accordion-item, .accordion-button, .accordion-button:not(.collapsed) {
	color: black;
	background: #efefef;
}
.accordion-button:focus {
	border: none;
	box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  	background-image: none;
	background-color: var(--c3);
	content: "\f068";
}
.accordion-button::after {
	width: 48px;
    height: 48px;
	background-color: #ecb353;
    border-radius: 50%;
	font-size: 16px;
    background-image: none;
    font-weight: 600;
	content: "\2b";
	font-family: 'Font Awesome 6 Free';
	display: flex;
    justify-content: center;
    align-items: center;
}
#datepicker-container{
  text-align:center;
}
#datepicker-center{
  display:inline-block;
  margin:0 auto;
	    width: 100%;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none!important;
    background: none!important;
    font-weight: normal;
    color: #555555;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	background: var(--c2)!important;
	border: none!important;
}
.ui-widget.ui-widget-content {
	border-radius: 8px;
    background-color: #f4f4f4!important;
    border: none!important;
}
.ui-datepicker {
	width: 375px!important;
	padding: 40px!important;
}
.ui-datepicker td {
    text-align-last: center;
}
.ui-widget-header, .ui-state-hover {
	border: none!important;
	background: none!important;
}
.ui-widget-header .ui-icon {
    background-image: none!important;
}
.ui-datepicker-next::before {
	content: "\f054";
	font-family: 'Font Awesome 6 Free';	
	font-weight: 800!important;
}
.ui-datepicker-prev::before {
	content: "\f053";
	font-family: 'Font Awesome 6 Free';	
	font-weight: 800!important;
}
.ui-datepicker-next, .ui-datepicker-prev {
	top: 7px!important;
}
.ui-datepicker-header a {
	text-decoration: none!important;
}
input[name='dates'], td.label, .variations label, input[name='quantity'] {
	display: none;
}
#datepicker-container .search-btn, .single_add_to_cart_button {
	height: 56px;
    width: 167px;
	float: right;
	font-size: 16px;
}
.variations, .woocommerce-variation-price {
	margin-bottom: 10px;
}
.entry-summary .price {
	display:none;
}
.entry-summary .woocommerce-variation-price .price {
	display: block;
}
.variations, .single-product-calendor .product {
	width: 100%;
}
.variations select  {
	width: 100%;
	height: 56px;
	border: 1px solid #e6e6e6;
	background: white;
}
.card-img {
	padding: 0;
    background: black;
    position: relative;
    z-index: 1;
	display: flex;
    align-items: center;
}
.card-img img {
	border-radius: 8px;
    object-fit: cover;
    vertical-align: middle;
    height: 100%;
	height: 230px;
}
.ui-state-active, .ui-widget-content .ui-state-active { background: var(--c2)!important }
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid var(--c2)!important;
    background: var(--c3)!important;
    color: #363636;
}
.single-product-calendor .ui-datepicker { width: 100%!important }
.single-product-calendor .woocommerce-message {
	margin: 0 0 10px 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button ,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	width: 167px;
    height: 56px;
	border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	color: var(--c1);
	background-color: var(--c2);
	display: flex;
	align-items: center;
    justify-content: center;
}
.wc-backward {
	display: flex!important;
	align-items: center;
    justify-content: center;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	color: var(--c1);
    background-color: var(--c3);
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text { 
	height: 56px;
    width: 140px;
    font-size: 14px;
    border: none;
    border-radius: 8px;
    padding-left: 20px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea , .checkout .select2-selection {
	height: 56px;
	width: 100%;
	border: none;
	border-radius: 8px;
	padding-left: 20px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 56px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 56px; }
.select2-container .select2-selection--single .select2-selection__rendered { padding-left: 0 }
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #e6e6e6;
}
.select2-dropdown {
	border: none;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment { 
	border-radius: 8px;
}
textarea.input-text {
	width: 100%;
	height: 156px!important;
    border-radius: 6px;
    border: none;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    padding: 20px;
}
.cart_totals {
    background-color: #ebe9eb;
    padding: 35px;
	border-radius: 8px;
}
.cart_totals h2 { 
	text-align: center;
	margin-bottom: 35px;
}
.cart_totals th {
	border-right: 1px solid rgba(0,0,0,.1);
}
.woocommerce .shop_table {
	border: none!important;
	margin-bottom: 35px;
}
.wc-proceed-to-checkout a.button.alt {
	width: 100%;
}
.woocommerce-cart-form .woocommerce-cart-form__contents, .woocommerce-cart-form .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item {
	border-left: none!important;
	border-right: none!important;
	border-top: none!important;
}
.woocommerce-cart-form thead {
	background-color: rgba(0,0,0,.1);
}
.order-table {
	padding: 35px 35px 25px 35px;
	border-radius: 8px;
	background: #ebe9eb;
}
.order-table button {
	width: 100%!important;
}
.order-table th:first-child, .order-table td:first-child {
	border-right: 1px solid rgba(0,0,0,.1);
}
.contact-form input, .contact-form textarea {
	width: 100%;
	border-radius: 6px;
	border: none;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	padding: 20px;
	height: 56px;
	margin-bottom: 15px;
}
.contact-form textarea { height: 160px }
.contact-form .wpcf7 form .wpcf7-response-output { margin: 0 }
.contact-map { padding-bottom: 44px }
.contact-map iframe { 
	min-height: 300px; 
	max-width: 100%; 
}
.contact-box:hover a { color: var(--c1) }
.contact-box:hover a span { color: var(--c2) }
.contact-box {
	border-radius: 8px;
	height: 100%;
	border: 1px solid rgba(0,0,0,.1);
	padding: 20px 32px;
	font-weight: 700;
}
.contact-box span {
	display: block;
	font-weight: 400;
}
.woocommerce-message-only select, .woocommerce-message-only bdi, .woocommerce-message-only button, .woocommerce-message-only input, .woocommerce-MyAccount-navigation-link--downloads, .woocommerce-message-only form  {
	display: none;
}
.woocommerce-info {
	border-top-color: var(--c2);
}
.woocommerce-info::before {
	color: var(--c2);
}
.woocommerce table.my_account_orders .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	display: inline-flex;
    align-items: center;
    justify-content: center;
}
.commentlist {
	padding: 0;
}
.commentlist img {
	display: none;
}
.comment-form-comment textarea {
	opacity: 0.5;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    padding: 20px;
}
.comment-form-rating {
	margin: 20px 0;
}
.comment-text {
	background-color: var(--c3);
	border-radius: 8px;
	padding: 10px 20px;
	margin: 10px 0;
}
.commentlist li {
	list-style: none;
}
.comment-reply-title {
	font-size: 24px;
}
#review_form .form-submit input {
	border: none;
	height: 56px;
    width: 167px;
	border-radius: 8px;
    font-size: 16px;
	background-color: #ecb353;
}
#review_form .comment-form-email input, #review_form .comment-form-author input {
	width: 100%;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    padding: 20px;
}
#review_form .comment-form-cookies-consent {
	display: flex;
	align-items: center;
}
#review_form .comment-form-cookies-consent input {
	display: flex;
    margin: 10px
}
#review_form .comment-form-cookies-consent label {
	display: flex;
}
.woocommerce-message {
	border-top-color: var(--c2);
}
.woocommerce-message::before {
    color: var(--c2);
}
.cat-menu a:hover {
	color: var(--c2);
}
#button, #button2 {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 27px;
  z-index: 1000;
}
#button {
	background-color: var(--c2);
	transition: background-color .3s, 
    opacity .5s, visibility .5s;
	right: 155px;
	opacity: 0;
	visibility: hidden;
}
#button2 {	
	width: 65px;
    height: 65px;
	bottom: 21px;
    right: 85px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#button::after {
	font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button::after {
  content: "\f077";
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.reviews-page div > div {
	padding: 10px 20px;
}
.reviews-page div > div > div {
	background-color: var(--c3);
    border-radius: 8px;
    padding: 10px 20px;
	height: 100%;
}
#sync1 img, #sync2 img {
	object-fit: cover;
}
.product-map, .product-map iframe {
	border-radius: 8px;
	width: 100%;
}
.woocommerce-shipping-fields {
	display: none;
}
.about-malta img {
	object-fit: cover;
	width: 375px;
	height: 220px;
}
.about-malta img.bigger {
	height: 588px;
}
.img-about {
	position: relative;
}
.img-about p {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100%;
	color: var(--c3);
	text-shadow: 2px 2px 4px #000000;
	font-family: "Playfair Display - Regular";
	font-size: 32px;
	font-weight: 400;
}
.socials i {
	font-size: 26px;
	padding-right: 15px;
}
/**-------------------------- * Comment form stars *--------------------------*/
 .stars {
	 position: relative;
	 display: inline-block;
	 vertical-align: top;
	 width: 100%;
	 max-width: 120px;
	 height: 48px;
	 padding: 0;
	 margin: 0;
}
 .stars span {
	 display: block;
	 text-align: center;
	 font-size: 0;
	 height: 100%;
}
 .stars::before {
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 width: 100%;
	 height: 24px;
	 background-size: 24px;
	 background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojQjJCM0IyO308L3N0eWxlPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjgsOC40YzAsMC0zLjgsMC40LTYuMywwLjdDMi4zLDkuMiwyLjEsOS40LDIsOS42QzIsOS44LDIsMTAuMSwyLjIsMTAuM2MxLjksMS44LDQuNyw0LjUsNC43LDQuNWMwLDAtMC44LDMuOS0xLjMsNi41YzAsMC4yLDAsMC41LDAuMiwwLjZDNiwyMiw2LjMsMjIsNi41LDIxLjljMi4yLTEuMyw1LjUtMy4zLDUuNS0zLjNzMy4zLDIsNS41LDMuM2MwLjIsMC4xLDAuNSwwLjEsMC42LDBjMC4yLTAuMSwwLjMtMC40LDAuMi0wLjZjLTAuNS0yLjYtMS4zLTYuNS0xLjMtNi41czIuOC0yLjcsNC43LTQuNUMyMiwxMC4xLDIyLDkuOCwyMiw5LjZzLTAuMy0wLjQtMC41LTAuNGMtMi41LTAuMy02LjMtMC43LTYuMy0wLjdzLTEuNi0zLjYtMi42LTYuMUMxMi40LDIuMiwxMi4yLDIsMTIsMmMtMC4yLDAtMC40LDAuMi0wLjUsMC40QzEwLjQsNC44LDguOCw4LjQsOC44LDguNHoiLz48L2c+PC9nPjwvc3ZnPg==');
	 background-repeat: repeat-x;
	 opacity: 0.25;
	 z-index: -1;
}
 .stars a {
	 display: inline-block;
	 vertical-align: top;
	 font-size: 12px;
	 line-height: 24px;
	 padding-top: 24px;
	 width: 24px;
	 text-decoration: none;
	 color: black;
	 font-weight: 700;
	 overflow: hidden;
}
 .stars a:hover {
	 color: var(--c2);
}
 .stars a::before {
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 height: 100%;
	 background-size: 24px;
	 background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRjVDNDE3O308L3N0eWxlPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjgsOC40YzAsMC0zLjgsMC40LTYuMywwLjdDMi4zLDkuMiwyLjEsOS40LDIsOS42QzIsOS44LDIsMTAuMSwyLjIsMTAuM2MxLjksMS44LDQuNyw0LjUsNC43LDQuNWMwLDAtMC44LDMuOS0xLjMsNi41YzAsMC4yLDAsMC41LDAuMiwwLjZDNiwyMiw2LjMsMjIsNi41LDIxLjljMi4yLTEuMyw1LjUtMy4zLDUuNS0zLjNzMy4zLDIsNS41LDMuM2MwLjIsMC4xLDAuNSwwLjEsMC42LDBjMC4yLTAuMSwwLjMtMC40LDAuMi0wLjZjLTAuNS0yLjYtMS4zLTYuNS0xLjMtNi41czIuOC0yLjcsNC43LTQuNUMyMiwxMC4xLDIyLDkuOCwyMiw5LjZzLTAuMy0wLjQtMC41LTAuNGMtMi41LTAuMy02LjMtMC43LTYuMy0wLjdzLTEuNi0zLjYtMi42LTYuMUMxMi40LDIuMiwxMi4yLDIsMTIsMmMtMC4yLDAtMC40LDAuMi0wLjUsMC40QzEwLjQsNC44LDguOCw4LjQsOC44LDguNHoiLz48L2c+PC9nPjwvc3ZnPg==');
	 background-repeat: repeat-x;
	 z-index: -1;
}
 .star-1.active::before, .star-1:hover::before, .star-1:focus::before {
	 width: 24px;
}
 .star-2.active::before, .star-2:hover::before, .star-2:focus::before {
	 width: 48px;
}
 .star-3.active::before, .star-3:hover::before, .star-3:focus::before {
	 width: 72px;
}
 .star-4.active::before, .star-4:hover::before, .star-4:focus::before {
	 width: 96px;
}
 .star-5.active::before, .star-5:hover::before, .star-5:focus::before {
	 width: 120px;
}
.table-img {
	text-align: center;
}
.table-img img {
	width: auto!important;
}
.table-img strong {
	margin: 10px 0;
	display: block;
}
.recaptcha > span > div {
	margin-bottom: 15px;
}
.single-product-calendor .product-type-phive_booking form.cart {
    background-color: var(--c3);
}
.extra-resources select {
	background-color: white;
}
.month-year-wraper {
    font-size: 20px;
}
.single-product-calendor .ph-calendar-month .ph-prev, .single-product-calendor .ph-calendar-month .ph-next {
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-group-container {
    background: var(--c2);
}
.single-product-calendor li.ph-calendar-date.today.selected-date, .single-product-calendor li.ph-calendar-date.today.timepicker-selected-date, .button-group-container a, .button-group-container input  {
    color: black !important;
}
.single_add_to_cart_button {
    border-radius: 6px!important;
    border: 1px solid #e6e6e6;
    padding: 20px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.single-product-calendor .button-group-container {
    margin: 10px;
}
.single-product-calendor  .participant_inner_section {
	display: flex;
	align-items: center;
}
#booking_info_text b:not(:first-child) {
	font-weight: normal;
}
.woocommerce .return-to-shop a {
	width: 220px;
}
.resources-wraper div {
	display: grid;
}
.recaptcha iframe {
	transform: scale(0.8);
    transform-origin: 0 0;
}
.statistic-area img {
	height: 55px;
	margin-right: 5px;
}
body .iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right] {
	right: auto!important;
	left: 0!important;
}
.custom-buttom-1 {
	width: 250px!important;
}
.malta-kategorija img, .malta-kategorija .aligncenter {
	display: block;
	margin: auto;
	max-width: 100%;
}

.post-blocks img {
	width: 100%;
}
.width-720 {
	max-width: 720px!important;
}
.article-btn {
    display: inline-flex;
	justify-content: center;
    border-radius: 8px;
    min-width: 120px;
    margin: 10px 0;
    background-color: #ecb353;
}
.img-box {
	height: 250px;
}
.img-box img {
	object-fit: cover;
	height: 250px;
	border-radius: 8px;
    vertical-align: middle;
}