/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*     Escursi.com stylesheet                                               *
*     @2019 Escursi.com                                                    *
*                                                                          *
*     Z-index max: 1000004;                                                *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     General rules                                                        *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
:root {
  --main-color: #ffc800;
  --main-text-color: #404040;
  --main-color-hover: #f3cf4c;
}
.grecaptcha-badge {
  display: none !important;
}
.header-scroll {
  display: none;
}
.bgdark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(0 0 0 / 30%);
  z-index: 10000;
}
.border-box-container * {
  box-sizing: border-box;
}
.mobile-shown {
  display: none;
}
.mobile-hidden {
  display: block;
}
.border-box {
  box-sizing: border-box;
}
.m-0 {
  margin: 0 !important;
}
.mx-1 {
  margin-right: 1em !important;
  margin-left: 1em !important;
}
.my-1 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.my-2 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
.mb-1 {
  margin-bottom: 1em !important;
}
.mb-2 {
  margin-bottom: 2em !important;
}
.mt-1 {
  margin-top: 1em !important;
}
.mt-2 {
  margin-top: 2em !important;
}
.mr-1 {
  margin-right: 1em !important;
}
.p-0 {
  padding: 0 !important;
}
.p-2 {
  padding: 2em !important;
}
.pt-1 {
  padding-top: 1em !important;
}
.pt-0-5 {
  padding-top: 0.5em !important;
}
.pb-0-5 {
  padding-top: 0.5em !important;
}
.pt-2 {
  padding-top: 2em !important;
}
.pb-2 {
  padding-bottom: 2em !important;
}
.pb-1 {
  padding-bottom: 1em !important;
}
.py-2 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
.py-1 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
.px-1 {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.px-2 {
  padding-left: 2em !important;
  padding-right: 2em !important;
}
.px-5p {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.margin2 {
  margin: 2% 0;
}
/* BOX RULES */
.corner--textbox {
  border-radius: 0.5em;
  padding: 0.5em 1em;
}
.textbox--green {
  color: #5dca60;
  border: 1px solid #5dca60;
  background: #e5ffec;
}
.textbox--orange {
  color: orange;
  border: 1px solid orange;
  background: rgb(252, 231, 192);
}
.textbox--red {
  background: #f7d6d6;
  border: 1px solid #ff695e;
  color: #ff695e;
}
/* COLORS */
.main-color {
  color: var(--main-color);
}
.red {
  color: red !important;
}
.orange {
  color: orange !important;
}
.bg-light {
  background: #f5f5f5;
}
/* TEXT RULES */
.txt-bold {
  font-weight: bold !important;
}
.txt-500 {
  font-weight: 500 !important;
}
.txt-c {
  text-align: center !important;
}
.txt-l {
  text-align: left !important;
}
.txt-r {
  text-align: right !important;
}
.txt-j {
  text-align: justify;
}
.txt-white {
  color: white;
}
.txt-gray {
  color: gray;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.fl-none {
  float: none !important;
}
.font-0-9 {
  font-size: 0.9em;
}
.font-0-8 {
  font-size: 0.8em;
}
.font-1-1 {
  font-size: 1.1em;
}
.font-1-2 {
  font-size: 1.2em;
}
.txt-lower {
  text-transform: lowercase !important;
}
.txt-upper {
  text-transform: uppercase !important;
}
/* COMMON BG */
.bg-light-gray {
  background: #f9f9f9 !important;
}
.bg-center-cover {
  background-position: center;
  background-size: cover;
}
.bg--white {
  background: white;
}
.bg--lightGray {
  background: #f1f1f1 !important;
}
.bg--gradient {
  background: linear-gradient(
    200deg,
    rgba(255, 200, 0, 1) 0%,
    rgba(241, 132, 0, 1) 100%
  );
}
table.dataTable tbody tr.bg--lightBlue,
.bg--lightBlue {
  background-color: #e9f4ff;
}
table.dataTable tbody tr.bg--lightGreen,
.bg--lightGreen {
  background-color: #e2ffe0;
}
.bg--black-shadow {
  background: rgba(0, 0, 0, 0.3);
}
.opacity--0-5 {
  opacity: 0.5;
}
/* HEADINGS */
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2;
}
h1.h1--big {
  font-size: 3em;
  font-weight: bold;
}
h3.h3--big {
  font-size: 1.75em;
}
p:last-of-type {
  margin-bottom: 0;
}
/* MODAL */
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgb(0 0 0 / 50%);
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-element * {
  box-sizing: border-box;
}
.modal-element {
  background: white;
  padding: 10px 0;
  border-radius: 5px;
  position: relative;
}
.modal-element .terms {
  font-size: 0.85em;
  text-align: justify;
  overflow: auto;
  max-height: 60vh;
  width: 800px;
  padding: 25px;
}
#modal--close {
  position: absolute;
  right: -15px;
  top: -15px;
  font-size: 1.5em;
  background: var(--main-color);
  padding: 6px 9px;
  border-radius: 100%;
  cursor: pointer;
}
/* SPACING RULES */
.mar-t2,
.top20 {
  margin-top: 20px !important;
}
.top30 {
  margin-top: 30px !important;
}
.margin20 {
  margin: 20px 0;
}
.w100,
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.w-75 {
  width: 75% !important;
}
.w-50 {
  width: 50% !important;
}
.w-25 {
  width: 25% !important;
}
.w-40 {
  width: 40% !important;
}
.w-60 {
  width: 60% !important;
}
.max-width-unset {
  max-width: unset !important;
}
/* ASPECT RATIO */
.aspect-4-3 {
  object-fit: cover;
  aspect-ratio: 4/3;
}
.aspect-16-9 {
  object-fit: cover;
  aspect-ratio: 16/9;
}
.border-radius-20 {
  border-radius: 20px;
}
.border-radius-10 {
  border-radius: 10px;
}
.border-radius-5 {
  border-radius: 5px;
}
.border-1-gray {
  border: 1px solid #ccc;
}
.validation-true {
  width: 100%;
  text-align: center;
  background: #e5ffe5;
  color: green;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid green;
  border-radius: 5px;
  margin-bottom: 10px;
}
.tox-tinymce {
  border: 1px solid #ccc !important;
  transition: 0.2s;
}
.validation-false {
  width: 100%;
  text-align: center;
  background: #ffd9d9;
  color: red;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid red;
  border-radius: 5px;
  margin-bottom: 10px;
}
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  overflow-y: scroll;
  display: flow-root;
}
body.unscroll {
  overflow: hidden;
}
body.unscroll-bar {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  width: 100%;
}
b {
  font-weight: 500;
}
a {
  cursor: pointer;
  color: #0068a5;
  text-decoration: none;
}
a:hover {
  color: var(--main-color);
}
a.color {
  color: var(--main-color);
}
p {
  margin-block-start: 0;
}
p.left {
  float: left;
}
h2 {
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
h2.title-row {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 2em;
  text-transform: none;
}
h2.title--h2,
h4.title--h2 {
  font-size: 2em;
  text-transform: unset;
  font-weight: bold;
}
h3 {
  font-weight: 500;
}
h4 {
  font-weight: 500;
}
button {
  background: center;
  /* height: 35px;
  line-height: 35px; */
  text-align: center;
  font-family: "Poppins";
  cursor: pointer;
  outline: none;
  transition: 0.3s;
  border-radius: 5px;
  border: 0;
  padding: 5px 10px;
}
button.btn-primary {
  height: unset;
  line-height: unset;
  padding: 5px 15px;
  transition: 0.3s;
  background: var(--main-color);
  color: var(--main-text-color);
}
button.btn-primary:hover {
  background: var(--main-color-hover);
}
button.disabled {
  background: #aaa !important;
  cursor: not-allowed !important;
}
button.btn-small {
  height: unset;
  line-height: unset;
  font-size: 0.8em;
  padding: 4px 8px;
}
button.btn-small:hover {
  opacity: 0.7;
}
button.setting {
  background: #1565c0;
  color: #fff !important;
  padding: 0 20px;
  font-size: 1em;
  height: 35px;
  line-height: 1;
}
button.setting:hover {
  opacity: 0.8 !important;
}
button.setting i {
  margin-right: 10px;
}
button.more {
  background: #f60;
  color: #fff;
  border: 0;
  border-radius: 5px;
  font-size: 1.2em;
  width: 30%;
  margin-left: 35%;
  text-transform: unset;
}
button.mod {
  background: #4caf50;
  color: #fff;
}
button.cal {
  background: #2196f3;
  color: #fff;
}
button.unappr {
  background: #f44336;
  color: #fff;
}
button.del {
  background: #505050 !important;
  color: #fff;
}
button.pay_button {
  float: left;
  width: 25%;
  margin: 0 37.5%;
  margin-top: 20px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0;
  background: #1b63af;
  color: #fff;
  border: 0;
  border-radius: 5px;
  text-transform: none;
  font-size: 1em;
  font-weight: 400;
}
button.pay_button.loading {
  cursor: progress;
}
input,
textarea {
  background: white center;
  /* background: center; */
  height: 38px;
  line-height: 38px;
  border: solid 1px #ccc;
  font-family: "Poppins";
  outline: none;
  transition: 0.3s;
  border-radius: 5px;
  padding: 0 10px;
  box-sizing: border-box;
}
textarea {
  line-height: 1.2;
  height: unset;
  padding: 10px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus,
.focused {
  box-shadow: 0 0 4px #2196f3 !important;
  border: 1px solid #2196f3 !important;
}

input:not(.withArrows)::-webkit-outer-spin-button,
input:not(.withArrows)::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"]:not(.withArrows) {
  -moz-appearance: textfield;
}
select {
  border-radius: 5px;
  padding: 0 10px;
  background: center;
  height: 38px;
  line-height: 38px;
  border: solid 1px #ccc;
  font-size: 13px;
  text-align: left;
  font-family: "Poppins";
  outline: none;
}
#wrapper {
  float: left;
  width: 100%;
  /* min-height: 0 !important; */
}
.book-safe-label {
  position: fixed;
  bottom: 0;
  padding: 10px;
  text-transform: uppercase;
  background: #ef5656;
  color: white;
  z-index: 1001;
  text-align: center;
}
.book-safe-label span {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.flexbox {
  display: flex !important;
}
.flexbox-center {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.flexbox-str-spb {
  display: flex !important;
  justify-content: space-between;
  align-items: stretch;
}
.flexbox-cen-spb {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.flexbox-cen-str {
  display: flex !important;
  justify-content: center;
  align-items: stretch;
}
.flex-space-around {
  justify-content: space-around !important;
}
.flex-col {
  flex-direction: column;
}
.direction-row-reverse {
  flex-direction: row-reverse;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-self-stretch {
  align-self: stretch;
}
.flex-align-end {
  align-items: flex-end;
}
.row-reverse {
  flex-direction: row-reverse;
}
.wrap {
  flex-wrap: wrap;
}
.flex-base {
  align-items: baseline;
}
.flex-end {
  align-items: flex-end;
}
.flex-gap-2 {
  gap: 2em;
}
.flex-gap-1 {
  gap: 1em;
}
.flex-gap-0-5 {
  gap: 0.5em;
}
.fl-r {
  float: right !important;
}
.fl-l {
  float: left !important;
}
.container {
  float: none;
  width: 960px;
  margin: 0 auto;
  display: flow-root;
}
.container.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container.flex.column {
  flex-direction: column;
}
.container.flex.quality {
  align-items: unset;
  font-size: 0.9em;
}
.container_right {
  width: 42%;
  float: right;
}
.wrapper_text {
  padding: 50px 0;
}
.row1 {
  float: left;
  width: 100%;
}
.row2 {
  float: left;
  width: 50%;
}
.row3 {
  float: left;
  width: 33.3%;
}
.row4 {
  float: left;
  width: 25%;
}
.row5 {
  float: left;
  width: 20%;
}
.row10 {
  float: left;
  width: 10%;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.imagefullscreen {
  height: 300px;
  background: center no-repeat;
  background-size: cover;
}
.itemhide {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: none !important;
}
.itemhide.show {
  display: block !important;
}
.flex_column_container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.flex_column_container h1 {
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
.bg-dark {
  background: #00000050;
}
code {
  float: left;
  width: 96%;
  margin: 20px 0;
  margin-left: 2%;
  padding: 1%;
  background: #f1f1f1;
  border: solid 1px #ccc;
}
#facebook_chat {
  position: fixed;
  width: 300px;
  right: 20px;
  height: 390px;
  bottom: -350px;
  z-index: 10000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 5px #7b7b7b;
}
#facebook_chat.show {
  bottom: 0;
}
#facebook_chat .icon_open {
  display: none;
}
#facebook_chat .title {
  float: left;
  width: 280px;
  padding: 0 10px;
  line-height: 40px;
  color: #fff;
  height: 40px;
  background: var(--main-color);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
#facebook_chat .title:hover {
  cursor: pointer;
  background: #fff;
  color: var(--main-color);
}
#facebook_chat .content {
  float: left;
  width: 300px;
  height: 350px;
  background: center no-repeat #fff;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     Header rules                                                         *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
header {
  position: relative;
  width: 100%;
  left: 0;
  height: 100px;
  background: #fff;
  top: 0;
  z-index: 9999;
  padding-bottom: 0;
  font-weight: 200 !important;
  border-bottom: 1px solid #ccc;
}
header.show {
  padding-bottom: 0;
  top: 0;
  height: 100px;
}
header .menumobilebutton {
  display: none;
}
header .container {
  width: 90%;
  height: 100px;
  overflow-y: hidden;
  display: flex;
}
header .container .search_content {
  float: left;
  width: 100%;
  height: 100px;
}
header .container .search_content .search_form,
#menu_complete .search_content .search_form {
  float: left;
  width: 100%;
  max-width: 300px;
  height: 40px;
  margin: 30px 0;
  background: #f1f1f1;
  border-radius: 5px;
}
header .container .search_content .search_form i,
#menu_complete .search_content .search_form i {
  float: left;
  margin: 20px 10px;
  text-align: center;
  font-size: 1.3em;
  cursor: pointer;
}
header .container .search_content .search_form input,
#menu_complete .search_content .search_form input {
  float: left;
  background: #f1f1f1;
  width: 90%;
  height: 38px;
  margin: 20px 0;
  border: 0;
  text-align: left;
  padding: 0 5%;
  outline: none;
}
header .container .search_content.show .search_form {
  margin-top: 0;
}
header .container .search_content .header_content {
  float: left;
  width: 100%;
  height: 80px;
}
header .container .icon_search {
  float: right;
  height: 40px;
  width: 40px;
  border-radius: 30px;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
  margin-left: 0;
  font-size: 2em;
  cursor: pointer;
}
header .container .icon_search:hover {
  color: var(--main-color);
}
header .container .language {
  float: right;
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 18px;
  cursor: pointer;
  border: solid 0px #ccc;
}
header .container .language.cart {
  margin: 0;
}
.language .flag-icon {
  float: left;
  width: 20px;
  height: 20px;
  margin: 9px;
}
#language_selection {
  position: fixed;
  width: 250px;
  z-index: 10001;
  right: 5%;
  top: 150px;
  margin-right: -20px;
  background-color: #fff;
  box-shadow: 0 0 5px #7b7b7b;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#language_selection.show {
  visibility: visible;
  top: 100px;
  opacity: 1;
}
#language_selection .content_arrow {
  float: left;
  width: 100%;
  height: 9px;
  margin-top: -9px;
  overflow: hidden;
}
#language_selection .content_arrow .arrow {
  float: right;
  width: 30px;
  height: 30px;
  margin-top: 6px;
  margin-right: 20px;
  background: #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 5px #7b7b7b;
}
#language_selection .content {
  float: left;
  width: 190px;
  margin: 20px 30px;
}
#language_selection .content .lang {
  float: left;
  width: 100%;
  height: 30px;
}
#language_selection .content .lang:last-child {
  border-bottom: none;
}
#language_selection .content .lang .flag-icon {
  float: left;
  width: 20px;
  height: 20px;
  margin: 5px;
  margin-left: 0;
}
#language_selection .content .lang .name_lang {
  float: left;
  width: unset;
  margin-left: 10px;
  height: 30px;
  line-height: 30px;
  color: #000;
}
header .logo {
  float: left;
  width: 220px;
  height: 70px;
  background: center no-repeat;
  background-size: contain;
}
header .left {
  float: left;
}
header .left .show_menu_complete {
  float: left;
  width: 40px;
  height: 40px;
  margin: 20px 0;
  line-height: 40px;
  margin-right: 5px;
  text-align: center;
  font-size: 2em;
  display: block;
  cursor: pointer;
}
header .left .show_menu_complete:hover {
  color: var(--main-color);
}
header .left .show_menu_complete.hide {
  display: none;
}
header .left .show_menu_complete.hide:hover {
  color: var(--main-color);
}
header .left .hide_menu_complete {
  float: left;
  width: 40px;
  height: 40px;
  margin: 20px 0;
  border-radius: 30px;
  line-height: 40px;
  margin-right: 5px;
  text-align: center;
  font-size: 2em;
  cursor: pointer;
  display: block;
}
header .left .hide_menu_complete.hide {
  display: none;
}
header .left .voice {
  float: left;
  height: 80px;
  line-height: 80px;
}
header .left .voice a {
  color: #000;

  font-weight: normal;
}
header .left .voice span {
  float: left;
  height: 80px;
  line-height: 80px;
  margin: 0;
  padding: 0 15px;
  cursor: pointer;
  font-weight: 200;
}
header .left .voice span:hover {
  color: var(--main-color);
}
header .left .voice .subheader {
  position: fixed;
  width: 80%;
  padding: 0 10%;
  left: 0;
  top: 80px;
  background: #fff;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  z-index: 100000;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
header .left .voice .subheader.category {
  width: 80% !important;
  padding: 0 10% !important;
}
header .left .voice:hover .subheader {
  opacity: 1;
  visibility: visible;
}
header .left .voice .subheader .container {
  width: 100%;
  height: auto;
}
header .left .voice .subheader li {
  float: left;
  width: 31% !important;
  line-height: 50px;
  text-align: center;
  font-weight: 200;
}
header .left .voice .subheader li:hover {
  cursor: pointer;
  color: var(--main-color);
}
header .left .voice .subvoice {
  position: fixed;
  top: 80px;
  background: #fff;
  color: #000;
  display: none;
}
header .left .voice.list_items:hover .subvoice {
  display: block;
}
header .left .voice.list_items:hover span {
  background: #fff;
}
header .left .voice .subvoice .item {
  float: left;
  padding: 13px;
  width: 100%;
  line-height: normal;
}
header .left .voice .subvoice .item:hover {
  color: var(--main-color);
}
header .right {
  float: right;
  text-align: right;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
header select.language-selection {
  margin-left: 10px;
  padding-left: 10px;
  border: 0;
  cursor: pointer;
  height: 25px;
}
header .right .voice {
  float: right;
  height: 80px;
  line-height: 80px;
  margin-left: 0;
}
header .right button {
  float: right;
  font-weight: 200;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  margin: 20px 0;
  margin-left: 0;
  border: none;
  text-transform: unset;
  font-size: 0.9em;
}
header .right button:hover {
  color: var(--main-color);
}
header .right .cart_button {
  float: right;
  width: 38px;
  height: 38px;
  border: solid 0px #ccc;
  border-radius: 0%;
  cursor: pointer;
  color: black;
  transition: 0.3s;
}
header .right .cart_button:hover {
  color: var(--main-color);
}
header .right i {
  width: 40px;
  height: 40px;
  border-radius: 0%;
  margin: 20px 0;
  margin-left: 0;
  line-height: 40px;
  text-align: center;
}
header .right .count_cart {
  float: right;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-top: 20px;
  margin-bottom: unset;
  line-height: 20px;
  text-align: center;
  background: var(--main-color);
  color: #fff;
  font-size: 10px;
}
header .right #popup_cart {
  position: fixed;
  width: 300px;
  top: 150px;
  left: 0;
  background-color: #fff;
  z-index: 700;
  color: #000;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  border-radius: 5px;
  text-align: left;
  box-shadow: 0 0 5px #000;
}
header .right #popup_cart.show {
  top: 100px;
  opacity: 1;
  visibility: visible;
}
header .right #popup_cart .content_arrow {
  float: left;
  width: 100%;
  height: 9px;
  margin-top: -9px;
  overflow: hidden;
}
header .right #popup_cart .content_arrow .arrow {
  float: left;
  width: 30px;
  height: 30px;
  margin-top: 6px;
  background: #fff;
  margin-left: 135px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 5px #000;
}
header .right #popup_cart .content {
  float: left;
  width: 300px;
  font-size: 11px;
}
header .right #popup_cart .content .title {
  float: left;
  width: 260px;
  padding: 10px 20px;
  border-bottom: solid 1px #ccc;
  font-weight: 500;
}
header .right #popup_cart .content .row {
  float: left;
  width: 260px;
  padding: 0 20px;
  border-bottom: solid 1px #ccc;
}
header .right #popup_cart .content .row.head {
  background: #f1f1f1;
  height: 30px;
  line-height: 30px;
}
header .right #popup_cart .content .row.all {
  text-align: center;
  height: 30px;
  line-height: 30px;
}
header .right #popup_cart .content .row:last-child {
  border-bottom: none;
}
header .right #popup_cart .content .row .offer_name {
  float: left;
  width: 130px;
  height: 30px;
  line-height: 30px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .right #popup_cart .content .row .offer_quant {
  float: right;
  width: 55px;
  height: 30px;
  line-height: 30px;
  text-align: right;
}
header .right #popup_cart .content .row .offer_action {
  float: right;
  width: 75px;
  height: 30px;
  line-height: 30px;
}
header .right #popup_cart .content .row .offer_action i {
  float: right;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 0;
  font-size: 12px;
  margin: 5px;
  margin-right: 0;
}
header .right #popup_cart .content .row .offer_action i:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
  cursor: pointer;
}
header .right #popup_cart .content_bottom {
  float: left;
  width: 260px;
  padding: 10px 20px;
  border-top: solid 1px #ccc;
  text-align: center;
  color: var(--main-color);
}
header select.language-selection {
  line-height: 1;
  margin: 0 10px;
  border: 0;
}
.menu-header {
  box-shadow: 0px 3px 2px -2px #c4c4c4;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9998;
  background: #fff;
  padding: 10px 0;
  font-size: 0.9em;
  font-weight: 200;
}
.menu-header a {
  color: #000;
}
.menu-header a:hover {
  color: var(--main-color);
}
.menu-header .voice {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
}
.menu-header .voice:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.menu-header .user-role {
  position: absolute;
  right: 50px;
  cursor: pointer;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  width: max-content;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: -16px;
  font-size: 0.9em;
  padding-top: 10px;
}
.user-role .dropdown-content {
  left: unset;
  right: -16px;
  text-align: right;
}
.dropdown-content a {
  color: black;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
  font-size: 0.95em;
}
.dropdown-content a:hover {
  color: var(--main-color);
}
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover {
  color: var(--main-color) !important;
}

.menu-header .edit-page {
  display: inline-block;
  margin-left: 25px;
}
#content_message_true,
#content_message_false {
  position: fixed;
  top: 160px !important;
  width: 60%;
  margin-left: 20%;
  border-radius: 5px;
  padding: 15px 0;
  text-align: center;
  z-index: 100001;
  visibility: hidden;
  /* -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; */
  opacity: 0;
  top: -200px;
}
#content_message_true.show,
#content_message_false.show {
  visibility: visible;
  opacity: 1;
}
#content_message_true {
  border: 1px solid green;
  background-color: #d0ffd0;
  color: green;
}
#content_message_false {
  border: 1px solid red;
  background-color: #ffe4e3;
  color: red;
}
.is--true {
  border: 1px solid green;
  background-color: #d0ffd0;
  color: green;
}
.is--false {
  border: 1px solid red;
  background-color: #ffe4e3;
  color: red;
}
#login {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  background: #ffffffa3 center no-repeat;
  z-index: 10000;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
#login .closelogin {
  width: 98%;
  text-align: right;
  margin-top: 15px;
}
#login .closelogin i {
  font-size: 1.9em;
  cursor: pointer;
}
#login h2.popup {
  margin-top: -15px;
  text-transform: unset;
  text-align: center;
  margin-bottom: 15px;
}
#login hr {
  width: 90%;
  margin: 15px auto;
  border: 0.5px solid #ccc;
}
#login form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  float: left;
  background: #fff;
  margin: 0;
  width: 44%;
  max-width: 500px;
  margin-top: 0 !important;
  margin-left: 0 !important;
  box-shadow: 0 10px 20px 0 rgba(51, 51, 51, 0.5);
}
#login form label {
  margin-bottom: 20px;
}
#login form input {
  width: 70%;
  height: 35px;
  margin: 0 15%;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
#login form input[type="checkbox"] {
  margin: 0;
  margin-right: 10px;
  margin-bottom: 20px;
  width: 16px;
}
#login form button {
  width: 50%;
  margin: 0 25%;
  margin-bottom: 10px;
  background: var(--main-color);
  border: 0;
  border-radius: 5px;
  text-transform: unset;
  font-size: 1em;
}
#login form .info {
  float: left;
  width: 100%;
  text-align: center;
}
#login form .info.partner {
  margin-top: 15px;
  background: #e7e7e7;
}
#login .fb_button {
  float: left;
  width: 50%;
  margin: 0 25%;
  margin-bottom: 20px;
  background: #29487d;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
}
#login.close {
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
}
#login .row2.left {
  width: 49%;
  border-right: 1px solid #ccc;
}
#menu_complete {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1001;
  height: 100px;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
#menu_complete.show {
  opacity: 1;
  visibility: visible;
}
#menu_complete .left_content {
  float: left;
  padding-top: 80px;
  width: 30%;
  margin-left: -30%;
  background: #fff;
  box-shadow: 0 0 5px #7b7b7b;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#menu_complete.show .left_content {
  margin-left: 0;
  overflow: overlay;
}
#menu_complete .left_content .mobile_category {
  display: none;
}
#menu_complete .left_content .animation {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#menu_complete .left_content .title {
  float: right;
  width: 95%;
  margin-right: 15%;
  text-align: center;
  margin-top: 40px;
  font-weight: 500;
  opacity: 0;
}
#menu_complete.show .left_content .title {
  opacity: 1;
  margin-right: 5%;
}
#menu_complete .left_content .row_content {
  float: right;
  width: 95%;
  margin-right: 5%;
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
}
#menu_complete .left_content .row_content .row {
  float: left;
  width: 100%;
  opacity: 0;
  margin-left: -10%;
}
#menu_complete.show .left_content .row_content .row {
  margin-left: 0%;
  opacity: 1;
}
#menu_complete .right_content {
  float: right;
  width: 70%;
  /*background: #fff;*/
  margin-right: -70%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#menu_complete.show .right_content {
  margin-right: 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     Index rules                                                          *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#indexslide {
  float: left;
  width: 100%;
  background: #ccc;
  overflow: hidden;
}
#video_home {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ccc;
  left: 0;
  top: 0;
  z-index: -10;
}
#indexslide .content {
  float: left;
  background: #000;
  width: 100%;
}
#indexslide .content .slide {
  float: left;
  background: #000 center no-repeat;
  background-size: cover;
  width: 100%;
}
#indexslide .content .slide .contentslide {
  float: left;
  width: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.3);
  height: calc(100vh - 141.6px);
}
#indexslide .content .slide .contentslide .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: left;
  width: 960px;
  margin: auto;
  color: #fff;
}
#indexslide .content .slide .contentslide .center .text {
  float: left;
  width: 100%;
  font-size: 45px;
  margin-top: 0 !important;
}
#indexslide .content .slide .contentslide .center .text .subtitle {
  float: left;
  width: 100%;
  margin-bottom: 60px;
  margin-top: -50px;
  opacity: 0;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
#indexslide .content .slide.show .contentslide .center .text .subtitle {
  opacity: 1;
  margin: 0;
  font-size: 1em;
  text-align: left;
  line-height: 1.2;
}
#indexslide .content .slide .contentslide .center .text h2 {
  float: left;
  max-width: 100%;
  font-size: 45px;
  color: #cea35b;
  margin: 15px 0;
  padding: 20px;
  margin-left: -50px;
  background: #fff;
  margin-top: -50px;
  margin-bottom: 90px;
  opacity: 0;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
#indexslide .content .slide.show .contentslide .center .text h2 {
  margin-top: 0;
  margin-bottom: 40px;
  opacity: 1;
}
#indexslide .content .slide .contentslide .center .text p {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 22px;
  margin-top: -50px;
  margin-bottom: 50px;
  opacity: 0;
  text-align: center;
  font-weight: 500;
}
#indexslide .content .slide.show .contentslide .center .text p {
  margin: 0;
  opacity: 1;
  margin-bottom: 30px;
  text-align: left;
  text-transform: uppercase;
}
#indexslide .content .slide .contentslide .center .text .form_index {
  float: left;
  height: 50px;
  width: 80%;
  margin: 0 10%;
  margin-top: -70px;
  margin-bottom: 50px;
  opacity: 0;
}
#indexslide .content .slide.show .contentslide .center .text .form_index {
  margin: auto;
  margin-left: 0;
  width: 100%;
  display: flex;
  float: unset;
  margin-top: 20px;
  opacity: 1;
  max-width: 960px;
}
#indexslide .content .slide .contentslide .center .text .form_index input {
  float: left;
  width: -webkit-calc(20% - 2px);
  width: -moz-calc(20% - 2px);
  width: -ms-calc(20% - 2px);
  width: -o-calc(20% - 2px);
  width: calc(20% - 2px);
  margin-right: 2px;
  height: 36px;
  border: solid 0px #fff;
  background: #f1f1f1;
  line-height: 36px;
  padding: 0;
  text-align: left;
}
#indexslide
  .content
  .slide
  .contentslide
  .center
  .text
  .form_index
  input.query {
  width: calc(68% - 120px);
  margin-right: 1%;
  padding-left: 1%;
  font-size: 0.9rem;
}
#indexslide
  .content
  .slide
  .contentslide
  .center
  .text
  .form_index
  input.where {
  width: 38%;
  padding-left: 1%;
  font-size: 0.9rem;
  margin: 0 2%;
}
#indexslide
  .content
  .slide
  .contentslide
  .center
  .text
  .form_index
  input.input_text {
  width: 74%;
  padding: 0 3%;
}
#indexslide .content .slide .contentslide .center .text .form_index select {
  background: #f1f1f1;
  font-size: 0.9rem;
  padding: 0 1%;
  height: 36px;
  border: 0;
  width: 40%;
}
#indexslide .content .slide .contentslide .center .buttoncontent {
  float: right;
  width: 120px;
  margin-top: -50px;
  margin-bottom: 50px;
  opacity: 0;
}
#indexslide .content .slide.show .contentslide .center .buttoncontent {
  margin: 0;
  opacity: 1;
}
#indexslide .content .slide .contentslide .center .buttoncontent button {
  border: solid 0px #000;
  color: #000;
  background: var(--main-color);
  padding: 0;
  width: 100%;
  float: left;
  border-radius: 0;
  height: 36px;
  line-height: 36px;
  text-transform: unset;
  font-size: 1rem;
}
button.redirect {
  border: 0;
  background: var(--main-color);
  padding: 0 15px;
  float: left;
  height: 36px;
  line-height: 36px;
  text-transform: unset;
  font-size: 1rem;
  border-radius: 5px;
}
#indexslide .content .slide .contentslide .center .current {
  float: right;
  width: 30%;
}
#indexslide .content .slide .contentslide .center .current .num {
  float: left;
  width: 100%;
  text-align: right;
  font-size: 200px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-left: 100px;
}
#indexslide .content .slide.show .contentslide .center .current .num {
  margin-left: 0;
  opacity: 1;
}
#indexslide .content .slide .contentslide .center .current .name {
  float: left;
  width: 80%;
  margin-right: 20%;
  margin-top: -130px;
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  text-align: right;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  margin-left: -100px;
}
#indexslide .content .slide.show .contentslide .center .current .name {
  margin-left: 0;
  opacity: 1;
}
/* INDEXSLIDE VIDEO */
#indexslide .content.video {
  position: relative;
}
#indexslide .content.video video {
  width: 100%;
  margin-bottom: -10px;
}
#indexslide .content.video .contentBox {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 20%);
}
#indexslide .content.video .contentLayer {
  width: 960px;
}
#indexslide .content.video h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.3em;
  line-height: 1.1;
  font-weight: 500;
  margin: 0;
}
#indexslide .content.video h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3em;
  line-height: 1.1;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 30px;
}
#indexslide .content.video .contentBox form {
  display: flex;
  flex-direction: column;
  width: 40%;
}
#indexslide .content.video .contentBox form > * {
  height: 40px !important;
}
#indexslide .content.video .contentBox form input,
#indexslide .content.video .contentBox form select {
  background: white;
  text-align: left;
  box-sizing: border-box;
  padding: 0 10px;
}
#indexslide .content.video .contentBox form button {
  background: var(--main-color);
  font-size: 1em;
}
#indexslide .content.video .contentBox form button:hover {
  background: var(--main-color-hover);
}
.indexrow {
  float: left;
  width: 90%;
  padding: 0 5%;
  background: #ccc center top no-repeat;
  background-size: cover;
  overflow-x: hidden;
}
.indexrow .products {
  float: left;
  width: 75%;
}
.indexrow:nth-child(2n + 2) .products {
  float: right;
}
.indexrow .products ul {
  float: left;
  width: 40%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.indexrow:nth-child(2n + 2) .products ul {
  float: right;
}
.indexrow .products ul li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 70px;
  border-right: solid 1px #ccc;
  cursor: pointer;
}
.indexrow:nth-child(2n + 2) .products ul li {
  border-right: none;
  border-left: solid 1px #ccc;
}
.indexrow .products ul li:last-child {
  border: none;
}
.indexrow .products ul li .text {
  float: left;
  width: calc(100% - 75px);
  width: -moz-calc(100% - 75px);
  margin-bottom: 50px;
  text-align: right;
  color: #fff;
  margin-right: 25px;
  margin-top: -70px;
}
.indexrow:nth-child(2n + 2) .products ul li .text {
  float: right;
  margin-left: 25px;
  margin-right: 0;
  text-align: left;
}
.indexrow .products ul li .text .category {
  float: right;
  padding: 10px;
  background: #fff;
  color: red;
  margin-bottom: 10px;
  margin-right: -100px;
  opacity: 0;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.indexrow .products ul li:nth-child(2) .text .category {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.indexrow .products ul li:nth-child(3) .text .category {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.indexrow.show .products ul li .text .category {
  opacity: 1;
  margin-right: -10px;
}
.indexrow:nth-child(2n + 2) .products ul li .text .category {
  float: left;
  margin-left: -100px;
}
.indexrow:nth-child(2n + 2).show .products ul li .text .category {
  margin-left: -10px;
}
.indexrow .products ul li .text .name {
  float: left;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 0;
  margin-left: 80px;
}
.indexrow .products ul li:nth-child(2) .text .name {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.indexrow .products ul li:nth-child(3) .text .name {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.indexrow:nth-child(2n + 2) .products ul li .text .name {
  margin-left: -80px;
}
.indexrow.show .products ul li .text .name {
  opacity: 1;
  margin-left: 0;
}
.indexrow .products ul li .text .shortdesc {
  float: left;
  width: 100%;
  max-height: 40px;
  overflow-y: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
  margin-left: 80px;
}
.indexrow .products ul li:nth-child(2) .text .shortdesc {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.indexrow .products ul li:nth-child(3) .text .shortdesc {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.indexrow:nth-child(2n + 2) .products ul li .text .shortdesc {
  margin-left: -80px;
}
.indexrow.show .products ul li .text .shortdesc {
  opacity: 1;
  margin-left: 0;
}
.indexrow .products ul li .text .price {
  float: left;
  width: 100%;
  margin-top: 10px;
  font-size: 25px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
  margin-left: 80px;
}
.indexrow .products ul li:nth-child(2) .text .price {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.indexrow .products ul li:nth-child(3) .text .price {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.indexrow:nth-child(2n + 2) .products ul li .text .price {
  margin-left: -80px;
}
.indexrow.show .products ul li .text .price {
  opacity: 1;
  margin-left: 0;
}
.indexrow .products ul li .image {
  float: right;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: center no-repeat #ccc;
  background-attachment: cover;
  margin-right: -25px;
  margin-top: -60px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.indexrow .products ul li:hover .image {
  width: 20px;
  height: 20px;
  background: #aa5600;
  margin-top: -45px;
  margin-right: -10px;
}
.indexrow .products ul li.sel .image {
  width: 20px;
  height: 20px;
  background: #aa5600;
  margin-top: -45px;
  margin-right: -10px;
}
.indexrow:nth-child(2n + 2) .products ul li .image {
  float: left;
  margin-left: -25px;
  margin-right: 0;
}
.indexrow .products .cover {
  float: right;
  width: 50%;
  margin-top: -100px;
  margin-right: 5%;
  margin-left: 5%;
}
.indexrow:nth-child(2n + 2) .products .cover {
  float: left;
}
.indexrow .products .cover .item {
  height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
}
.indexrow .products .cover .item.show {
  height: auto;
  overflow-y: inherit;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.indexrow .products .cover .info {
  float: right;
  width: 200px;
  height: 200px;
  border: solid 1px #ccc;
  border-radius: 100%;
  margin-top: -100px;
  margin-bottom: -100px;
  line-height: 200px;
  text-align: center;
  margin-right: 55%;
  color: #fff;
  font-size: 35px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.indexrow.show .products .cover .info {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.indexrow:nth-child(2n + 2) .products .cover .info {
  margin-left: 55%;
  margin-right: 0;
  float: left;
}
.indexrow .products .cover .image {
  float: right;
  width: 80%;
  text-align: center;
  height: 200px;
  border: solid 2px #aa5600;
  border-radius: 100%;
  background: #ccc center no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.indexrow.show .products .cover .image {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.indexrow.show .products .cover .image.hide {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
}
.indexrow:nth-child(2n + 2) .products .image {
  float: left;
}
.indexrow.show .products .cover .image .title {
  float: left;
  width: 100%;
  text-align: center;
}
.indexrow.show .products .cover .image button {
  border-color: #aa5600;
  background: var(--main-color);
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
.indexrow .description {
  float: right;
  width: 20%;
  color: #fff;
  font-size: 42px;
  text-align: left;
  margin-top: 200px;
  opacity: 0;
  margin-right: -100px;
  padding-left: 5%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.indexrow.show .description {
  opacity: 1;
  margin-right: 0;
}
.indexrow:nth-child(2n + 2).show .description {
  opacity: 1;
  margin-left: 0;
}
.indexrow:nth-child(2n + 2) .description {
  float: left;
  text-align: right;
  margin-left: -100px;
  padding-right: 5%;
  padding-left: 0;
}
.indexmap {
  float: left;
  width: 100%;
  background: #ccc center top no-repeat;
  background-size: cover;
  text-align: center;
}
.indexmap .contentmap {
  float: left;
  width: 100%;
  background: #ccc;
  overflow: hidden;
}
.indexmap .contentmap #map {
  float: left;
  width: 100%;
}
.indexmap .contentcontact {
  float: left;
  width: 100%;
  background: center no-repeat;
  background-size: cover;
}
.indexmap .contentcontact .contact {
  float: left;
  width: 100%;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  display: none;
}
.indexmap .contentcontact .info {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 150px;
  color: #fff;
  font-size: 72px;
  font-weight: 500;
}
.indexmap .contentcontact .info span {
  float: left;
  font-size: 50px;
  width: 100%;
}
.indexmap .contentcontact .phone {
  float: left;
  width: 100%;
  bottom: 0;
  margin-top: 70px;
  margin-bottom: 80px;
  color: #fff;
  font-size: 72px;
  font-weight: 500;
}
.indexmap .contentcontact .phone span {
  float: left;
  font-size: 50px;
  width: 100%;
}
/* feedback */
.productleft .feedback {
  float: left;
  width: 96%;
  padding: 2%;
  background: #f1f1f1;
  margin: 15px 0;
}
.productleft .feedback.show_more_desc {
  height: 290px !important;
}
.productleft .feedback .content {
  float: left;
}
.productleft .feedback .content.show_more_desc {
  height: 200px;
  overflow: hidden;
}
.productleft .feedback.show_more_desc .bg_shadow {
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0) 0,
    #f1f1f1 100%,
    #f1f1f1
  );
}
.productleft .feedback .show_more button {
  height: 40px;
  margin-top: 10px;
  border-radius: 4px;
  line-height: 40px;
  border: none;
  text-transform: none;
  font-weight: normal;
  font-size: 1.1em;
}
.productleft .feedback .show_more button:hover {
  color: var(--main-color);
}
.productleft .feedback ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.productleft .feedback li.feedbacklist {
  border-bottom: 1px solid #ccc;
  text-align: justify;
  list-style-type: none;
  margin: 0 2.5%;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
.productleft .feedback li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.productleft .feedback .comment {
  display: flex;
  flex-direction: column;
}
.productleft .feedback .comment .message {
  float: left;
  font-size: 0.8em;
}
.productleft .feedback .comment .name {
  font-size: 0.9em;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: none;
}
.user_feedback {
  display: flex;
  justify-content: space-between;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.user_feedback p.feedback {
  width: 90%;
  margin: 0 5%;
  text-align: justify;
  font-size: 0.9em;
}
.user_feedback p.name {
  text-align: right;
  font-weight: bold;
  margin-right: 5%;
}
.user_feedback .feed {
  flex: 1;
}
.user_feedback li {
  padding: 10px;
}
.user_feedback .stars {
  color: var(--main-color);
  font-size: 1.1em;
  margin-bottom: 10px;
}
.user_feedback .review {
  font-size: 0.9em;
  color: gray;
}
.user_feedback .customer {
  font-size: 0.9em;
  font-weight: 500;
  font-style: italic;
}
.user_feedback a {
  color: #000;
  font-weight: 500;
}
.user_feedback a:hover {
  color: var(--main-color);
}
.user_feedback .experience {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  gap: 20px;
}
.user_feedback img.offer_image {
  width: 130px;
  border-radius: 5px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.category_showcase.where.home {
  background: #fff;
  padding: 30px 0;
}
.category_showcase.where.home.loc {
  background: #fff;
}
.category_showcase ul.list.home li .content_text .category_title.loc {
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  left: 3%;
  width: 94%;
  text-align: left;
  margin-top: unset;
}
.category_showcase ul.list.home li .content_text .category_title.loc i {
  margin-right: 5px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     Product page rules                                                   *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}
#content_message_true.popup_contact_esit,
#content_message_false.popup_contact_esit {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 30px !important;
}
.popup_contact_esit .content {
  position: relative;
  padding: 0 30px;
}
.popup_contact_esit .content i {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
form.contact-product {
  padding: 50px 100px;
  display: flex;
  flex-direction: column;
}
#calendar form.contact-product {
  padding: 50px;
}
form.contact-product > div {
  margin-bottom: 15px;
}
form.contact-product input {
  height: 35px;
  line-height: 1;
  padding: 0 10px;
}
form.contact-product textarea,
form.contact-product input {
  width: 55%;
  border-color: #ccc;
  border-radius: 5px;
  text-align: left;
  box-sizing: border-box;
}
form.contact-product textarea {
  font-family: "Poppins";
  padding: 10px;
  height: unset;
  line-height: unset;
}
form.pdf-product {
  flex-wrap: wrap;
  justify-content: space-between;
}
.pdf-product select {
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  background: #fff;
}
.covid-free {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #2e9d32;
  border-radius: 5px;
  background: #e4ffe4;
  color: #2e9d32;
  margin-top: 15px;
}
.covid-free .header {
  font-weight: 500;
}
.covid-free .text {
  font-size: 0.9em;
}

.container.product {
  width: 1160px;
}
#cover_gallery {
  position: relative;
  float: left;
  width: 100%;
  background: center no-repeat;
  background-size: cover;
  height: 500px;
}
#cover_gallery .action-box {
  float: right;
  height: 92%;
  justify-content: space-between;
  margin: 20px;
}
#cover_gallery .action-box .wishlist {
  justify-content: flex-end !important;
}
#cover_gallery .action-box .action button:hover {
  opacity: 0.8;
}
#cover_gallery .action-box button.button_prefer {
  background: #fff;
  margin-bottom: 10px;
  padding: 10px;
  height: unset;
  line-height: unset;
}
#cover_gallery .action-box button.button_prefer:hover {
  background-color: #ffbfbf;
  color: #fff;
}
#cover_gallery .action-box button.button_prefer i {
  color: #fd3838;
  font-size: 1.5em;
}
#cover_gallery .action-box button.button_prefer.added {
  background-color: #fd3838;
  color: #fff;
}
#cover_gallery .action-box button.button_prefer.added:hover {
  background-color: #fff;
  color: #aeaeae;
}
#cover_gallery .action-box button.button_prefer.added i {
  color: #fff;
}
#cover_gallery .action-box button.button_prefer.added:hover i {
  color: #fd3838;
}
#productgallery_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
}
#productgallery_bg.open {
  visibility: visible;
  opacity: 1;
}
.thumbnail {
  float: left;
  width: 100%;
  margin: 15px 0;
}

span.ages {
  margin-left: 15px;
  color: #999999;
  font-size: 0.9em;
}
.productleft {
  float: left;
  width: 760px;
  padding: 20px 0;
  line-height: 1.4;
}
.tags-row i {
  margin-right: 10px;
  font-size: 1.3em;
}
.tags-row {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px 0;
}
.tags-row .tag {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px 7px;
  margin: 4px;
  font-size: 0.95em;
  height: unset;
  line-height: unset;
  text-transform: uppercase;
}
.tags-row.cross {
  margin-bottom: 30px;
}
.tags-row.cross .tag {
  border: 1px solid #30529e;
  border-radius: 5px;
  padding: 10px;
  margin: 6px 12px;
  margin-left: 0;
  font-size: 1em;
  text-transform: none;
  color: #30529e;
}
.tags-row.cross .tag:last-child {
  margin-right: 0;
}
.tags-row.cross .tag:hover {
  background: #e6eeff;
}
.tags-row.cross .tag a {
  color: unset;
}

.productleft .action {
  float: left;
  width: 100%;
  text-align: right;
  margin-top: 10px;
}
.productleft .action button {
  height: 35px;
  line-height: 35px;
  border: 0;
  border-radius: 5px;
}
.productleft p {
  margin: 0;
}
.productleft .more_info h4 {
  margin: 0;
  margin-top: 18px;
  font-size: 1.15em;
}
.productleft .title {
  float: left;
  width: 100%;
  padding: 20px 0;
  color: #555;
}
.productleft .title h1 {
  float: left;
  width: 100%;
  font-size: 2.2em;
  line-height: 1.2em;
  text-transform: none;
}
.productleft .title .subtitle {
  float: left;
  font-size: 1.35em;

  color: #a5a5a5;
}

.productleft .title .shortdesc {
  float: left;
  width: 100%;
}
.productleft .boxdesc,
.productleft .price-list {
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
li.price,
li.display-date-range {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 5px 0 !important;
  width: 100% !important;
  border-bottom: 1px solid #ccc;
}
li.price:last-child,
li.display-date-range {
  border-bottom: 0 !important;
}
li.display-date-range h4 {
  margin: 0;
}

.productleft .boxdesc_desc {
  overflow: hidden;
}
.productleft .boxdesc_desc ul {
  margin: 10px 0 !important;
}
.thumbnail a {
  width: 19%;
}
.thumbnail img {
  object-fit: cover;
  width: 100%;
}
.thumbnail .image {
  width: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
.thumbnail .image .counter {
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 30%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2em;
}
.productleft .boxdesc.extra {
  padding-bottom: 0;
  padding-top: 0;
  border: 0;
}
.material-icons {
  line-height: inherit;
}
.productleft .boxdesc.extra .name {
  width: unset;
  font-size: 1em;
  margin: 3px 0;
  font-weight: 600;
}
.productleft .boxdesc.extra .name span {
  text-transform: none;
  font-weight: 400;
}

.productleft .boxdesc.extra .content {
  width: unset;
  float: left;
  margin-left: 6px;
}
.productleft .boxdesc.extra .icon {
  width: unset;
  margin-right: 3%;
  font-size: 0.85em;
}
.productleft .boxdesc_desc.show_more {
  height: auto;
}
.productleft .boxdesc.show_more_desc {
  height: 240px !important;
}
.productleft .price-list.show_more_desc {
  height: 200px !important;
}
.productleft .boxdesc.boxdesc_nolimit {
  height: auto;
  overflow: inherit;
}
.productleft .boxdesc.boxdesc_nolimit ul {
  margin: 10px 0 !important;
}
.productleft .boxdesc .icon {
  float: left;
  width: 10%;
  text-align: center;
  color: var(--main-color);
}
.productleft .name {
  width: 100%;
  float: left;
  color: #000;
  font-weight: 500;
  font-size: 1.5em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.productleft .boxdesc .show_more,
.productleft .price-list .show_more,
.productleft .feedback .show_more {
  float: right;
  width: 100%;
  height: 50px;
  display: block;
  text-align: center;
}
.productleft .show_more_desc .bg_shadow {
  float: left;
  height: 60px;
  width: 100%;
  margin-top: -60px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff 100%, #fff);
}
.productleft .show_more button.show_more {
  height: 40px;
  margin-top: 10px;
  border-radius: 4px;
  line-height: 40px;
  border: none;
  text-transform: none;
  font-weight: normal;
  text-decoration: underline;
  font-size: 1.1em;
}
.productleft .show_more button.show_more:hover {
  cursor: pointer;
  color: var(--main-color);
}
.productleft .boxdesc .content.show_more_desc {
  height: 150px;
  overflow: hidden;
}
.productleft .price-list .content.show_more_desc {
  height: 110px;
  overflow: hidden;
}
.productleft .boxdesc .content,
.productleft .price-list .content {
  float: right;
  width: 100%;
  text-align: justify;
}
.productleft .boxdesc .content.include ul {
  list-style: none;
  padding: 0;
}
.productleft .boxdesc .content.include li {
  list-style-type: none;
}
.productleft .boxdesc .content.include li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: -2.6%; /* same as padding-left set on li */
  width: 5%; /* same as padding-left set on li */
  color: #009406;
}
.productleft .boxdesc .content.include.not li:before {
  content: "\f00d"; /* FontAwesome Unicode */
  color: #b30000;
}
.productleft .content ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.productleft .content ul li {
  float: left;
  width: 95%;
  margin: 0;
  margin-left: 3%;
  padding: 0;
  padding-bottom: 4px;
  list-style-type: disc;
}
.productleft .content ul li:last-child {
  border-bottom: solid 0px #f1f1f1;
}
.productleft .boxdesc .content ul li .price {
  float: right;
  font-weight: 500;
  font-size: 1.2em;
}
.productleft .row_video_home iframe {
  width: 100%;
  margin: 0;
}
.productleft .row_video_home {
  background: #fff;
  padding: 0;
}
.productright {
  position: sticky;
  top: 50px;
  float: right;
  width: 340px;
  margin-left: 20px;
  padding: 20px 0;
  /* margin-top: -50px; */
}
.productright .title {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
}
.productright .booking {
  position: unset;
  margin: 10px 0;
  padding: 20px 0;
  width: 338px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  border-radius: 5px;
}
.productright .booking .quality ul {
  float: left;
  margin: 0;
  width: 100%;
  padding: 10px 0;
}
.productright .booking .quality li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  list-style-type: none;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
.productright .booking .quality li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.productright .booking .quality .descr {
  width: 75%;
  margin-right: 5%;
  float: right;
  font-size: 0.85em;
  font-weight: 200;
  text-align: left;
  color: #757575;
  line-height: 1;
}
.productright .booking .quality i {
  color: var(--main-color);
  width: 20%;
  font-size: 1.1em;
}
.booking.mobile {
  display: none;
}
.productright .booking .header {
  float: left;
  width: 320px;
  padding: 0 10px;
}
.productright .booking .header .price {
  font-weight: 500;
  font-size: 1.4em;
  text-align: center;
}
.productright .booking .header .type {
  float: right;
  width: 200px;
  text-align: right;
}
.productright .booking .content {
  float: left;
  margin-top: 20px;
  width: 100%;
}
.productright .booking .content ul {
  width: 90%;
  padding: 10px 5%;
  margin: 0;
}
.productright .booking .content ul li {
  float: left;
  width: 100%;
  margin: 4px 0;
  list-style-type: none;
}
.productright .booking .content span.price {
  float: right;
  font-size: 1.2em;
  font-weight: 500;
}
.productright .booking .reviews {
  float: left;
  width: 100%;
  padding: 30px 0;
  border-bottom: solid 1px #ccc;
  text-align: center;
}
.productright .booking form {
  float: left;
  width: 300px;
  padding: 20px 19px;
  border: solid 1px #ccc;
  border-top: none;
}
.productright .booking form label {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.productright .booking form input {
  float: left;
  width: 260px;
  padding-left: 19px;
  padding-right: 19px;
  border: solid 1px #ccc;
  border-bottom: solid 0px #ccc;
  text-align: left !important;
}
.productright .booking form input.border {
  border-bottom: solid 1px #ccc;
}
.productright .booking form button {
  float: left;
  width: 100%;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
  background: #43a047;
}
.productright .booking .divide {
  float: left;
  width: 100%;
  text-align: center;

  padding: 20px 0;
}
.productright .booking .add_cart {
  float: left;
  width: 338px;
}
.productright .booking .add_cart button,
.booking.mobile button {
  float: left;
  width: 80%;
  height: 40px;
  color: #fff;
  line-height: 40px;
  padding: 0;
  margin: 20px 10%;
  border: none;
  font-size: 1.05em;
  background-color: #f60;
  border-radius: 5px;
  text-transform: unset;
  font-weight: normal;
}
.productright .booking .add_cart button:hover {
  background: #ff9956;
}
/*booking why */
.productleft .booking.why {
  width: 100%;
  padding: 3%;
  box-sizing: border-box;
  margin: 15px 0;
  border-radius: 5px;
}
.productleft .booking.why a {
  color: var(--main-color);
  transition: 0.3s;
}
.productleft .booking.why.faq a:hover {
  color: #fff282;
}
.productleft .booking.why .descr {
  width: 80%;
  float: right;
  font-size: 0.9em;
  font-weight: 200;
  text-align: left;
  color: #757575;
}
.productleft .booking.why i {
  color: var(--main-color);
  width: 20%;
  font-size: 1.2em;
}
.productleft .booking.why ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 15px;
}
.productleft .booking.why li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  list-style-type: none;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
.productleft .booking.why li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
/* booking faq */
.productleft .booking.why.faq {
  background: #30529e;
  border: 0;
  color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.productleft .booking.why.faq h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.productleft .booking.why.faq i {
  font-size: 3em;
  width: 100%;
  text-align: right;
  color: #496dbc;
  margin-bottom: -30px;
}
.productleft .booking.why.faq .title {
  text-align: left;
  margin-left: 5%;
  width: 79%;
}
.productleft .booking.why.faq .descr {
  float: left;
  color: #fff;
  width: 90%;
  font-size: 1em;
}
.productleft .booking.why.faq a {
  margin: auto;
}
.productleft .booking.why.faq button {
  float: left;
  margin: auto;
  margin-top: 13px;
  border: 0;
  font-weight: 400;
  transition: 0.3s;
  font-size: 1.2em;
  text-decoration: underline;
  color: var(--main-color);
  text-transform: none;
}
.productleft .booking.why.faq button:hover {
  color: #fff282;
}
/* Booking exclusive */
.productleft .booking.why.faq.excl {
  background: var(--main-color);
  color: #000;
}
.productleft .booking.why.faq.excl button {
  color: #30529e;
}
.productleft .booking.why.faq.excl button:hover {
  color: #496dbd;
}
.productleft .booking.why.faq.excl .descr {
  color: #000;
}
.productleft .booking.why.faq.excl i {
  color: #ffdc5f;
}
.productright .listcomments {
  /* float: left; */
  width: 340px;
  margin-top: 20px;
}
.productright .listcomments ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: solid 1px #ccc;
}
.productright .listcomments ul li {
  float: left;
  width: 90%;
  padding: 10px 0;
  margin: 0;
  padding-left: 10%;
  border-bottom: solid 1px #ccc;
}
.productright .listcomments ul li:last-child {
  border-bottom: none;
}
.productright .listcomments ul li .avatar {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 10px;
  background: #ccc;
}
.productright .listcomments ul li .comment {
  float: right;
  width: 100%;
}
.productright .list_struc {
  float: left;
  width: 340px;
  margin-top: 20px;
}
.productright .list_struc .title {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
}
.productright .list_struc ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: solid 1px #ccc;
}
.productright .list_struc ul li {
  float: left;
  width: 90%;
  padding: 10px 0;
  margin: 0;
  padding-left: 10%;
  border-bottom: solid 1px #ccc;
}
.productright .list_struc ul li:last-child {
  border-bottom: none;
}
.productright .list_struc ul li .comment {
  float: right;
  width: 100%;
}
.productright .list_struc ul li .button_content {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.productright .list_struc ul li .button_content button {
  float: left;
  height: 40px;
  padding: 0 10px;
  background: #00357f;
  color: #fff;
  line-height: 40px;
  border: solid 0px #fff;
  border-radius: 5px;
  box-shadow: 0 0 3px #000;
}
.calendar_select {
  position: fixed;
  width: 900px;
  top: 0;
  right: -900px;
  height: 100%;
  background: #fff;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 10px #808080;
  z-index: 10000;
}
.calendar_select.open {
  visibility: visible;
  overflow: auto;
  right: 0;
}
.calendar_select .title {
  width: 100%;
}
.title_calendar {
  float: left;
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: -ms-calc(100% - 70px);
  width: -o-calc(100% - 70px);
  width: calc(100% - 70px);
  font-size: 20px;
  margin: 0;

  padding-left: 20px;
  height: 50px;
  line-height: 50px;
  background: #f1f1f1;
  border-bottom: solid 1px #ccc;
}
.close_calendar {
  cursor: pointer;
  float: right;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #f1f1f1;
  border-bottom: solid 1px #ccc;
}
.close_calendar i {
  line-height: inherit;
}
/*** TABLET EXCEPTION ***/
@media screen and (max-width: 1200px) {
  .container.product {
    width: 96%;
    margin: 0 2%;
  }
  .productleft {
    width: 60%;
  }
  footer .top i {
    display: none;
  }
}
#calendar.product {
  height: 85%;
  padding: 50px;
}
#calendar {
  padding-bottom: 20px;
}
#calendar.full_width {
  width: 100%;
}
#calendar .header {
  float: left;
  width: 100%;
  text-align: center;
  height: 90px;
}
#calendar .header .prev {
  float: left;
  width: 10%;
  height: 90px;
  line-height: 90px;
  text-align: center;
}
#calendar .header .prev i {
  float: left;
  width: 100%;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: var(--main-color);
  cursor: pointer;
  font-size: 3em;
}
#calendar .header .name {
  float: left;
  width: 80%;
  height: 90px;
  line-height: 90px;
  color: #333;
  font-size: 2em;

  text-transform: uppercase;
}
#calendar .header .name .calendar-date-dropdown {
  font-size: 18px;
  border: 1px solid #e2e2e2;
}
#calendar .header .name #month-calendar-dropdown {
  min-width: 140px;
}
#calendar .header .name #year-calendar-dropdown {
  min-width: 80px;
}
#calendar .header .next {
  float: right;
  width: 10%;
  height: 90px;
  line-height: 90px;
  text-align: center;
}
#calendar .header .next i {
  float: left;
  width: 100%;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: var(--main-color);
  cursor: pointer;
  font-size: 3em;
}
#calendar .content {
  width: 100%;
}
#calendar .content .row {
  width: 100%;
  min-height: 70px;
  margin-top: 5px;
  overflow: hidden;
}
#calendar .content .row.hide {
  height: 0;
  min-height: 0;
}
#calendar .content .row.day {
  height: 45px;
}
#calendar .content .row.day.mobile {
  display: none;
}
#calendar .content .row .day {
  float: left;
  width: -webkit-calc((100% / 7) - 5px);
  width: -moz-calc((100% / 7) - 5px);
  width: -ms-calc((100% / 7) - 5px);
  width: -o-calc((100% / 7) - 5px);
  width: calc((100% / 7) - 5px);
  min-height: 70px;
  text-align: center;
  margin-right: 5.8px;
}
#calendar .content .row .day:last-child {
  margin-right: 0;
}
#calendar .content .row .day .boxday {
  position: relative;
  float: left;
  width: -webkit-calc(100% - 2px);
  width: -moz-calc(100% - 2px);
  width: -ms-calc(100% - 2px);
  width: -o-calc(100% - 2px);
  width: calc(100% - 2px);
  min-height: 68px;
  font-size: 0.9em;
  border: 1px solid #e6e6e6;
}

#calendar .content .row .day .boxday .hours-disp-container {
  /*position: absolute;*/
  /*bottom: 0;*/
  /*width: 100%;*/
  float: right;
  width: 100%;
}
#calendar .content .row .day .boxday .hour-container {
  background: #ffe5e5;
  width: 100%;
  border: 1px solid #ff695e;
  border-radius: 3px;
  margin-top: 4px;
}
#calendar .content .row .day .boxday.selectday .hour-container.noempty {
  background: #e5ffec;
  border-color: #a2dfa4;
}
#calendar .content .row .day .boxday button.delete {
  color: #a50505;
  margin: 0;
  line-height: inherit;
  height: auto;
  position: absolute;
  right: 4px;
  font-size: 1.1em;
}
#calendar .content .row .day .boxday .date {
  float: left;
  width: 95%;
  text-align: left;
  margin-left: 5%;
  color: #808080;
}
#calendar .content .row .day .boxday .availability-detail {
  flex-direction: column;
}
#calendar .content .row .day .boxday .availability-detail .price.count {
  font-size: 0.85em;
}
#calendar .content .row .day .boxday .price {
  float: right;
  margin-right: 2%;
  margin-top: 25px;
  font-size: 1.1em;
  color: #606060;
  font-weight: 500;
}
#calendar .content .row .day .boxday .price.not {
  font-size: 0.95em;
  color: #aaa;
  font-style: italic;
}
#calendar .content .row .day .boxday.day {
  border: 0;
  text-transform: uppercase;
  color: #aaa;
  height: 45px;
  line-height: 45px;
}
#calendar .content .row .day .boxday.disp {
  background-color: #fff4ce;
  border-color: var(--main-color);
}
#calendar .content .row .day .boxday.disp:hover {
  cursor: pointer;
  background: var(--main-color) !important;
}
#calendar .content .row .day .boxday.off {
  border: 0;
}
#calendar .content .row .day .boxday.not {
  cursor: not-allowed;
}
#calendar .content .row .day .boxday.dispold {
  background-color: #fff;
  cursor: not-allowed;
}
#calendar .content .row .day .boxday.sel {
  background: #e6e6e6;
}
#calendar .add_disp {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: #2196f3;
  border-top: solid 1px #2196f3;
  height: 50px;
  display: none;
  color: #fff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
#calendar .add_disp:hover {
  background: #fff;
  color: #2196f3;
}
#calendar .add_disp.show {
  display: block;
}

/* Exception for availabilities calendar */
#calendar .content.calendar-resources .row .day {
  min-height: 80px;
}
#calendar .content.calendar-resources .row .day .boxday {
  min-height: 78px;
  padding: 5px;
}
#calendar .content.calendar-resources *,
.select_calendar_new .form_add_disp_select .day-details-container * {
  box-sizing: border-box;
}
#calendar .content.calendar-resources .row .day .boxday .date {
  width: unset;
  margin-left: 0;
}
/* End */

.select_calendar_new .form_add_disp_select {
  position: fixed;
  z-index: 1000001;
  width: 960px;
  max-height: 70%;
  top: 100px;
  margin-left: -22px;
  background: #fff;
  border: solid 1px #ccc;
  box-shadow: 0 0 5px #ccc;
  display: none;
  border-radius: 5px;
  overflow-y: scroll;
}
.select_calendar_new .form_add_disp_select .day-details-container {
  padding: 20px;
}
.select_calendar_new .form_add_disp_select.show {
  display: flex;
  flex-direction: column;
  border-top: 0;
  border-radius: 0;
}
.select_calendar_new .form_add_disp_select .content_input {
  float: left;
  width: 100%;
}
.select_calendar_new .form_add_disp_select .content_input .title {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
.select_calendar_new .form_add_disp_select .content_input .title span {
  float: left;
  height: 30px;
  line-height: 30px;
}
.select_calendar_new .form_add_disp_select .content_input .title .close {
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.select_calendar_new .form_add_disp_select .content_input .title .close:hover {
  color: red;
}
.select_calendar_new .form_add_disp_select .content_input label {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.select_calendar_new .form_add_disp_select .content_input .info_name {
  float: left;
  width: -webkit-calc(18% - 2px);
  width: -moz-calc(18% - 2px);
  width: -ms-calc(18% - 2px);
  width: -o-calc(18% - 2px);
  width: calc(18% - 2px);
  padding: 0 1%;
  height: 50px;
  line-height: 50px;
  background: #f1f1f1;
  border: solid 1px #ccc;
}
@media screen and (max-width: 960px) {
  .select_calendar_new .form_add_disp_select .content_input .info_name {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.select_calendar_new .form_add_disp_select .content_input input {
  float: left;
  width: -webkit-calc(78% - 1px);
  width: -moz-calc(78% - 1px);
  width: -ms-calc(78% - 1px);
  width: -o-calc(78% - 1px);
  width: calc(78% - 1px);
  padding: 0 1%;
  height: 50px;
  margin: 0 !important;
  margin-bottom: 10px !important;
  line-height: 50px;
  border: none;
  text-align: left;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
@media screen and (max-width: 960px) {
  .select_calendar_new .form_add_disp_select .content_input input {
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: -ms-calc(100% - 2px);
    width: -o-calc(100% - 2px);
    width: calc(100% - 2px);
    border-left: solid 1px #ccc;
  }
}
.select_calendar_new .form_add_disp_select .content_input input:last-child {
  margin-right: 0;
}
.select_calendar_new .form_add_disp_select .content_input button {
  float: left;
  width: 100%;
  height: 50px;
  background: #2196f3;
  height: 50px;
  text-align: center;
  border: solid 0px #ccc;
  padding: 0;
  color: #fff;
  line-height: 50px;
}
.select_calendar_new .form_add_disp_select .close {
  float: left;
  text-align: center;
}

.select_calendar_batch {
  width: 96%;
  padding: 2%;
  background: #f1f1f1;
  border-radius: 10px;
}

.select_calendar_batch .title {
  padding-bottom: 5px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 5px;
}

.select_calendar_batch button {
  color: #1565c0;
}

.select_calendar_batch button.invert {
  background: #f60;
}

.select_calendar_batch .update-batch-container {
  border: 1px solid #e2e2e2;
  background: #fff;
  padding: 20px;
  margin: 10px 0;
}

.select_calendar_batch .update-batch-single,
.select_calendar_batch .update-batch-range,
.update-cutoff-box {
  border-top: 1px solid #e2e2e2;
  padding-top: 10px;
  margin-top: 10px;
}
.select_calendar_batch .update-batch-type label {
  display: block;
}
.select_calendar_batch .update-batch-type input[type="radio"] {
  height: 15px;
}

.select_calendar_batch .update-batch-range {
  margin-bottom: 10px;
}

.select_calendar_batch .update-batch-range input[type="checkbox"] {
  height: 14px;
}
.select_calendar_batch .update-batch-range .update-batch-range-remove {
  width: auto;
  margin-left: 20px;
}

.select_calendar_batch .ui-autocomplete {
  max-height: 100px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

.select_calendar_batch .update-batch-form {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

#calendar .form_add_disp {
  position: fixed;
  z-index: 1000001;
  width: 1000px;
  left: 50%;
  max-height: 70%;
  top: 100px;
  margin-left: -551px;
  background: #fff;
  border: solid 1px #000;
  box-shadow: 0 0 5px #000;
  display: none;
  padding: 50px;
  border-radius: 5px;
  overflow-y: scroll;
}
#calendar .form_add_disp.show {
  display: block;
}
#calendar .form_add_disp .content_input {
  float: left;
  width: 100%;
}
#calendar .form_add_disp .content_input .title {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
#calendar .form_add_disp .content_input .title span {
  float: left;
  height: 30px;
  line-height: 30px;
}
#calendar .form_add_disp .content_input .title .close {
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
#calendar .form_add_disp .content_input .title .close:hover {
  color: red;
}
#calendar .form_add_disp .content_input label {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
#calendar .form_add_disp .content_input .info_name {
  float: left;
  width: -webkit-calc(18% - 2px);
  width: -moz-calc(18% - 2px);
  width: -ms-calc(18% - 2px);
  width: -o-calc(18% - 2px);
  width: calc(18% - 2px);
  padding: 0 1%;
  height: 50px;
  line-height: 50px;
  background: #f1f1f1;
  border: solid 1px #ccc;
}
#calendar .form_add_disp .content_input input {
  float: left;
  width: -webkit-calc(28% - 1px);
  width: -moz-calc(28% - 1px);
  width: -ms-calc(28% - 1px);
  width: -o-calc(28% - 1px);
  width: calc(28% - 1px);
  padding: 0 1%;
  height: 50px;
  margin-bottom: 10px;
  line-height: 50px;
  border: none;
  text-align: left;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
#calendar .form_add_disp .content_input input:last-child {
  margin-right: 0;
}
#calendar .form_add_disp .content_input button {
  float: left;
  width: 100%;
  height: 50px;
  background: #2196f3;
  height: 50px;
  text-align: center;
  border: solid 0px #ccc;
  padding: 0;
  color: #fff;
  line-height: 50px;
}
#calendar .form_add_disp .close {
  float: left;
  margin-top: 10px;
  text-align: center;
}
#calendar .content_day {
  float: left;
  width: 100%;
  height: 0;
  overflow: hidden;
}
#calendar .content_day.show {
  height: 600px;
}
#calendar .content_day .details {
  float: left;
  width: calc(100% - 1px);
  width: -moz-calc(100% - 1px);
  overflow: hidden;
  border: solid 1px #ccc;
}
#calendar .content_day .details .day_title,
.form_add_disp_select .day_title {
  float: left;
  width: 100%;
  padding: 10px 20px;
  line-height: 1.2;
  background-color: #1565c0;
  font-size: 1.1em;
  text-transform: uppercase;
  border: 1px solid #1565c0;
  color: #fff;
  display: flex;
  box-sizing: border-box;
}
#calendar .content_day .details .day_title button,
.form_add_disp_select .day_title button {
  float: right;
  height: 50px;
  font-size: 1.2em;
  color: #fff;
}
#calendar .content_day .details .day_control {
  float: left;
  width: 100%;
  height: 49px;
  line-height: 49px;
  border-bottom: solid 1px #ccc;
  background-color: #f1f1f1;
}
#calendar .content_day .details .day_control .tab {
  float: left;
  width: calc(50% - 40px);
  width: -moz-calc(50% - 40px);
  padding: 0 20px;
  padding-right: 19px;
  height: 50px;
  line-height: 50px;
  border-right: solid 1px #ccc;
}
#calendar .content_day .details .day_control .tab:last-child {
  padding-right: 20px;
  border: none;
}
#calendar .content_day .details .day_control .tab:hover {
  background-color: #fff;
  cursor: pointer;
}
#calendar .content_day .details .content_principal {
  float: left;
  width: 200%;
  height: 510px;
  margin-left: -100%;
}
#calendar .content_day .details .content_principal .list {
  float: left;
  width: 50%;
  height: 450px;
  padding: 0px;
  margin: 0;
  list-style: none;
}
#calendar .content_day .details .content_principal .list li {
  float: left;
  width: 100%;
  height: 49px;
  line-height: 49px;
  padding: 0 20px;
  margin: 0;
  border-bottom: solid 1px #ccc;
}
#calendar .content_day .details .content_principal .list li .info_number {
  float: right;
}
#calendar .content_day .details .content_principal .list li:hover {
  background: #f1f1f1;
  cursor: pointer;
}
#calendar .content_day .details .content_principal .add {
  float: left;
  width: 50%;
  height: 100%;
  padding: 20px;
  margin: 0;
  list-style: none;
  overflow-y: scroll;
}
#calendar .content_day .details .content_principal .add .label_day_details,
.update-batch-container form.add .label_day_details {
  float: left;
  width: 100%;
  padding: 5px 0;
  font-size: 1.2em;
  font-weight: 600;
}
#calendar .content_day .details .content_principal .add label,
.update-batch-container form.add label {
  float: left;
  width: -webkit-calc(90% - 21px);
  width: -moz-calc(90% - 21px);
  width: -ms-calc(90% - 21px);
  width: -o-calc(90% - 21px);
  width: calc(90% - 21px);
  background-color: #f1f1f1;
  height: 35px;
  line-height: 35px;
  padding-left: 1em;
  border-radius: 5px;
  font-size: 0.9em;
}
#calendar .content_day .details .content_principal .add .disp label,
.update-batch-container form.add .disp label {
  width: calc(100% - 114px);
}
.row1.avail-cutoff input,
.row1.avail-cutoff select {
  border-radius: 0;
  height: 35px !important;
  line-height: 35px;
}
#calendar .content_day .details .content_principal .add .disp .min,
.update-batch-container form.add .disp .min,
#calendar .content_day .details .content_principal .add .disp .max,
.update-batch-container form.add .disp .max {
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  border: 0;
  cursor: pointer;
  transition: 0.3s;
}
#calendar .content_day .details .content_principal .add .disp .min:hover,
.update-batch-container form.add .disp .min:hover,
#calendar .content_day .details .content_principal .add .disp .max:hover,
.update-batch-container form.add .disp .max:hover {
  color: var(--main-color);
}
#calendar .content_day .details .content_principal .add .block_time label,
.update-batch-container form.add .block_time label {
  width: calc(100% - 170px);
}
#calendar .content_day .details .content_principal .add .block_time .min,
.update-batch-container form.add .block_time .min {
  float: left;
  width: 38px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border: solid 1px #ccc;
  cursor: pointer;
}
#calendar .content_day .details .content_principal .add .block_time .max,
.update-batch-container form.add .block_time .max {
  float: left;
  width: 38px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border: solid 1px #ccc;
  cursor: pointer;
}
#calendar .content_day .details .content_principal .add select,
.update-batch-container form.add select {
  float: left;
  width: unset;
  height: 35px;
}
#calendar .content_day .details .content_principal .add input[type="checkbox"],
.update-batch-container form.add input[type="checkbox"] {
  height: 20px !important;
}
#calendar .content_day .details .content_principal .add input:not(.price-set),
.update-batch-container form.add input:not(.price-set) {
  float: left;
  width: 50px;
  height: 35px;
  line-height: 35px !important;
  border-color: #ccc;
  border-radius: 5px;
}

#calendar
  .content_day
  .details
  .content_principal
  .add
  .with-checkbox
  .checkbox-for-input,
.update-batch-container form.add .with-checkbox .checkbox-for-input {
  height: 40px;
  padding: 0 12px;
  float: left;
  border: 1px solid #ccc;
  border-right: none;
}
#calendar
  .content_day
  .details
  .content_principal
  .add
  .with-checkbox
  input[type="checkbox"],
.update-batch-container form.add .with-checkbox input[type="checkbox"] {
  width: auto;
  margin: 0;
}

#calendar .content_day .details .content_principal .add button,
.update-batch-container form.add button {
  float: right;
}
#calendar .content_day .details .content_principal .add button i,
.update-batch-container form.add button i {
  float: right;
  text-align: center;
  margin-left: 10px;
}

#calendar .content_day .details .content_principal .add button.add-new-hour,
.update-batch-container form.add button.add-new-hour {
  background: #fff;
  color: #0068a5;
  font-size: 1em;
}
#calendar
  .content_day
  .details
  .content_principal
  .add
  button.add-new-hour:hover,
.update-batch-container form.add button.add-new-hour:hover {
  color: #f60;
}
#calendar .content_day .details .content_principal .add button.add-new-hour i,
.update-batch-container form.add button.add-new-hour i {
  color: unset;
}

#calendar .content_day .details .content_principal .add .hour-block,
.update-batch-container form.add .hour-block {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.hour-block button.hour-block-remove {
  width: auto;
  height: 30px;
  line-height: 30px;
  background: #fff;
  padding: 0 10px;
  color: red;
  font-size: 0.85em;
}
button.hour-block-remove i {
  height: unset !important;
  line-height: unset !important;
  width: unset !important;
  margin: 0 !important;
  margin-left: 10px !important;
  color: unset !important;
}
button.hour-block-remove:hover {
  color: #ff7272 !important;
}
.row1.hour-select {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
.row1.hour-select .label_day_details .select-box {
  width: 50%;
}
.row1.hour-select .label_day_details .select-box select {
  width: 100px;
  margin-bottom: 0;
}

.row1.price-details {
  width: 50%;
}
select.is-bookable {
  padding: 0px 20px;
  /* border-left: 1px solid transparent; */
}
input.price-set,
select.is-bookable {
  width: 80px !important;
  height: 35px !important;
  /* border-radius: 0;
  height: 40px !important; */
}
input.price-set.disabled {
  color: #606060;
  pointer-events: none;
  font-style: italic;
}

.update-batch-container form.add label.override-all-hours {
  width: auto;
  border: none;
  background: no-repeat;
  margin: 0;
  height: inherit;
}
.update-batch-container form.add label.override-all-hours input {
  height: auto;
  width: auto;
  float: none;
  margin-right: 10px;
}

#form_booking,
#cart_added {
  position: fixed;
  width: 900px;
  top: 0;
  right: -900px;
  height: 100%;
  z-index: 10000;
  background: #fff;
  visibility: hidden;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#form_booking.show,
#cart_added.show {
  visibility: visible;
  right: 0;
}
#form_booking .row1 {
  font-size: 1.2em;
  border-bottom: 1px solid #ccc;
  padding: 7px 0;
}
#form_booking .content,
#cart_added .content {
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 0 !important;
}
#form_booking .content .title,
#cart_added .content .title {
  float: left;
  width: 100%;
  height: 50px;
  background: #f1f1f1;
  border-bottom: 1px solid #ccc;
}
#form_booking .content .title .name,
#cart_added .content .title .name {
  float: left;
  width: calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  padding-left: 20px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}
#form_booking .content .title i,
#cart_added .content .title i {
  float: right;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
#form_booking .content .content_form {
  float: left;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  max-height: unset !important;
}
#form_booking .content .content_form .group_label {
  float: left;
  width: 800px;
  margin-left: 60px;
  margin-top: 10px;
  font-size: 1.2em;
  color: #909090;
}
#form_booking .content .content_form .change_date {
  float: left;
  width: 450px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  cursor: pointer;
  color: #f60;
}
#form_booking .content .content_form #hours-block {
  margin-left: 60px;
  float: left;
  margin-top: 5px;
}
#form_booking .content .content_form #hours-block .available-hour {
  float: none;
  margin: 0 8px 4px 0;
  height: auto;
  line-height: 30px;
  width: auto;
  background: #f1f1f1;
  border: 1px solid #ccc;
  color: #000;
  line-height: 1;
  padding: 5px 10px;
}
#form_booking
  .content
  .content_form
  #hours-block
  .available-hour
  .availability {
  font-size: 0.7em;
  line-height: 1;
  margin-top: 5px;
}
#form_booking .content .content_form #hours-block .available-hour:disabled {
  background: #f1f1f1;
  color: #aaa;
  cursor: not-allowed;
}
#form_booking .content .content_form #hours-block .available-hour.active {
  background: #2196f3;
  border-color: #2196f3;
  color: #fff;
}
#form_booking .content .content_form #hours-block .available-hour label {
  font-size: 10px;
  vertical-align: middle;
}
#form_booking .content .content_form #hours-block .time-0-row {
  font-size: 0.9em;
  margin-top: 10px;
  margin-right: 60px;
  top: 170px;
  width: 66%;
  left: 245px;
  line-height: 1.2;
  position: absolute;
}
#form_booking .content .content_form i {
  line-height: inherit;
}
#form_booking .content .content_form form {
  float: left;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
#form_booking .content .content_form form .price {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
#form_booking .content .content_form form label {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
#form_booking .content .content_form form label.disp {
  float: left;
  width: 47%;
  margin-bottom: 0;
  margin-right: 2%;

  margin-left: 60px;
  height: 40px;
  line-height: 40px;
}
#form_booking .content .content_form form .group_price {
  float: left;
  width: 18%;
  margin-bottom: 0;
  margin-right: 4%;
  height: 40px;
  line-height: 40px;

  text-align: right;
}
#form_booking .content .content_form form input {
  float: left;
  height: 40px;
  line-height: 40px;
  border: solid 1px #ccc;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}
#form_booking .content .content_form form input.group_select.toshowcal {
  border: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  width: 40px;
  text-align: center;
}
#form_booking
  .content
  .content_form
  form
  input.datepicker.change_date_cal.hasDatepicker {
  float: left;
  border: none;
  font-style: unset;
  text-align: left;
  width: unset !important;
  margin-left: 60px;
  font-size: 1.1em;
  margin-bottom: 0;
}
#form_booking .content .content_form form .min {
  float: left;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  color: #464646;
  cursor: pointer;
}
#form_booking .content .content_form form .max {
  float: left;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  color: #464646;
  cursor: pointer;
}
#form_booking .content .content_form form button {
  float: right;
  margin: 30px 60px;
  border: solid 0px #fff;
  background-color: #f60;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 1.1em;
  text-transform: none;
  font-weight: normal;
  border-radius: 5px;
  width: 250px;
  text-align: center;
}
#form_booking .recap {
  float: left;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 900px;
  background: #fff;
  border-top: 1px solid #ccc;
}
#form_booking .content .content_form form .recap button {
  background: #f60;
}
#form_booking .content .content_form form .recap button:hover {
  background: #ff9956;
}
#form_booking #subtotal_booking_form {
  float: left;
  width: 200px;
  margin: 16px 60px;
  font-size: 1.5em;
  border-right: 1px solid #ccc;
}

#form_booking #subtotal_booking_form span {
  color: #f60;
  font-size: 1.2em;
}
#cart_added {
  z-index: 10001;
}
#cart_added.show {
  visibility: visible;
  right: 0;
}
#cart_added i.added {
  font-size: 7em;
  color: #00b900;
  width: 100%;
  text-align: center;
}
#cart_added .content .title .name {
  width: calc(100% - 20px);
  width: -moz-calc(100% - 20px);
}
#cart_added .content-added {
  width: 100%;
  height: calc(100% - 51px);
  width: -moz-calc(100% - 51px);
  overflow: auto;
}
#cart_added .added-txt {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 500;
}
#cart_added .content .title {
  float: left;
  width: 100%;
  height: 50px;
  background: #f1f1f1;
  border-bottom: 1px solid #ccc;
}
#cart_added .content .title .name {
  float: left;
  width: calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  padding-left: 20px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}
#cart_added .content .title i {
  float: right;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
#cart_added .offer_showcase.cross {
  width: 96%;
  margin: 0 2%;
}
#cart_added .offer_showcase.cross ul.list {
  margin: 20px 0;
}
#cart_added .section_cross_selling .title {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 0;
}
#cart_added .offer_showcase.cross .empty {
  float: left;
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
  background: #f1f1f1;
}
#map_product {
  float: left;
  width: 100%;
  height: 350px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     Booking rules                                                        *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.booking {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.booking .title {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 25px;
}
.booking .desc {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.booking .details {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  list-style: none;
}
.booking .details li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
}
.booking .details li .name {
  float: left;
  width: 60%;
}
.booking .details li .content {
  float: right;
  width: 40%;
  text-align: right;
}
.booking .buttoncontent {
  float: left;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.booking .buttoncontent button {
  padding: 0 20px;
  width: 300px;
  line-height: 40px;
  height: 40px;
  margin: 0 10px;
  margin-bottom: 20px;
}
.booking .buttoncontent form button {
  background-color: #42a5f5;
  color: #fff;
  border: solid 1px #0d47a1;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     Confirmpayment rules                                                 *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.confirm_infobox {
  float: left;
  width: 100%;
  margin: 50px 0;
  text-align: center;
}
.confirm {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.confirm .details {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  list-style: none;
}
.confirm .details li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
}
.confirm .details li .name {
  float: left;
  width: 60%;
}
.confirm .details li .content {
  float: right;
  width: 40%;
  text-align: right;
}
.confirm .buttoncontent {
  float: left;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.confirm .buttoncontent button {
  padding: 0 20px;
  width: 300px;
  line-height: 40px;
  height: 40px;
  margin: 0 10px;
  margin-bottom: 20px;
}
.confirm .buttoncontent form {
  float: left;
  width: 100%;
  text-align: center;
}
.confirm .buttoncontent form button {
  background-color: #42a5f5;
  color: #fff;
  border: solid 1px #0d47a1;
}
.confirm .buttoncontent form label {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
}
.confirm .buttoncontent form input {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  height: 30px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     Search rules                                                         *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.gm-style .gm-style-iw-c {
  width: 300px;
}
.gm-style .gm-style-iw-c h1 {
  font-size: 15px;
  font-weight: 400;
}
#search_result_left {
  float: left;
  width: 60%;
}
#search_result_left .filter_result {
  float: left;
  width: 100%;
  border-top: solid 1px #ccc;
}
#search_result_left .filter_result .info_row {
  float: left;
  width: calc(100% - 40px);
  width: -ms-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: -o-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 0 10px #ccc;
}
#search_result_left .filter_result .info_row .button_filter {
  float: right;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  margin: 9px;
  border: 0;
  background: #f60;
  color: #fff;
}
#search_result_left .filter_result .info_row .button_filter:hover {
  cursor: pointer;
}
#search_result_left .filter_result .filter_list {
  float: left;
  width: calc(100% - 40px);
  width: -ms-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: -o-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  padding: 20px;
  padding-bottom: 0;
  display: none;
  border-top: solid 1px #ccc;
}
#search_result_left .filter_result .offer_flipcard a:nth-child(3n + 3) li {
  margin-right: 1.5%;
}
#search_result_left .filter_result .filter_list.show {
  display: block;
}
#search_result_left .filter_result .filter_list .name_voice {
  float: left;
  width: 40%;
  font-weight: 500;
  margin-bottom: 10px;
  height: 42px;
  line-height: 40px;
}
#search_result_left .filter_result .filter_list .content_voice {
  float: right;
  width: 60%;
  margin-bottom: 20px;
}
#search_result_left .filter_result .filter_list .content_voice input {
  float: left;
  width: 100%;
  border: solid 1px #ccc;
  border-radius: 5px;
  height: 40px;
  text-align: left;
}
#search_result_left .filter_result .filter_list .content_voice select {
  float: left;
  width: 100%;
  border: solid 1px #ccc;
  border-radius: 5px;
  height: 40px;
  text-align: left;
}
#search_result_left .filter_result .filter_list .content_voice button {
  margin-bottom: 20px;
  font-size: 1.1em;
}
#search_result_left .filter_result .list_result {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: solid 1px #ccc;
  padding-bottom: 20px;
}
#search_result_left .filter_result .list_result a {
  color: #000;

  font-weight: normal;
}

#search_result_left .filter_result .list_result a:hover {
  color: #000;
}
#search_result_left .filter_result .list_result .message_listresults {
  width: 90%;
  float: left;
  margin: 5%;
  text-align: center;
}
.offer_flipcard li {
  float: left;
  margin: 0;
  padding: 0;
  width: 30%;
  height: 300px;
  margin: 1.5%;
  margin-bottom: 0;
  box-shadow: 0 0 10px #ccc;
  cursor: pointer;
}
.offer_flipcard a:nth-child(3n + 3) li {
  float: left;
  margin-right: 0;
}
.corner-ribbon.top-right {
  top: 20px;
  right: -55px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.corner-ribbon.top-left {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.corner-ribbon {
  width: 175px;
  background: #2e9d32;
  position: absolute;
  top: 25px;
  font-size: 0.85em;
  left: -50px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.offer_flipcard .flip_container {
  width: 100%;
  height: 300px;
  position: relative;
  perspective: 800px;
}
.offer_flipcard .card {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.2s;
}
.offer_flipcard .card figure {
  margin: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  overflow: hidden;
}
.offer_flipcard li .card .front .image {
  float: left;
  width: 100%;
  height: 180px;
  background: center no-repeat;
  background-size: cover;
}
.offer_flipcard li .card .front .title {
  float: left;
  width: 96%;
  height: 60px;
  font-size: 0.95em;
  line-height: 1.2;
  padding: 10px 2%;
  background: #fff;
}
.offer_flipcard li .card .front .buttoncontent {
  float: left;
  width: 100%;
  height: 40px;
  background: #f1f1f1;
}
.offer_flipcard li .card .front .buttoncontent .category {
  float: left;
  width: 50%;
  line-height: 40px;
  height: 40px;
  font-size: 0.65em;
}

.offer_flipcard .category {
  float: left;
  background: var(--main-color);
  color: #404040;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.7em;
  margin: 3%;
  margin-left: 0;
  padding: 4px 6px;
}
.offer_flipcard li .card .front .buttoncontent button {
  float: right;
  width: 100%;
  height: 40px;
  background: #fff;
  cursor: pointer;
  border: solid 0px #ccc;
  line-height: 1em;
  text-align: right;
  color: #ff6600;
  font-size: 1em;
  text-transform: inherit;
  border-radius: 0;
}
.offer_flipcard .card .back {
  background: #f1f1f1;
  transform: rotateY(180deg);
  display: none;
}
.offer_flipcard .card .back .full_content {
  float: left;
  width: 100%;
  height: 300px;
  background: center no-repeat;
  background-size: cover;
}
.offer_flipcard .card .back .full_content .text_box {
  float: left;
  width: 100%;
  height: 300px;
  background: rgba(0, 0, 0, 0.5);
}
.offer_flipcard .card .back .full_content .text_box .text {
  float: left;
  width: 80%;
  margin: 0 10%;
  text-align: center;
  color: #fff;
}
.offer_flipcard .card.flipped {
  transform: scale(1.05);
  box-shadow: 0 0 10px #ccc;
}
.page_counter {
  float: left;
  width: 100%;
  height: 50px;
  border-top: solid 1px #ccc;
}
.page_counter .name {
  float: left;
  height: 50px;
  line-height: 50px;
  margin-left: 10px;
}
.page_counter .list_num_pages {
  float: right;
  height: 50px;
}
.page_counter .list_num_pages .icon {
  float: left;
  width: 38px;
  height: 38px;
  border: solid 1px #ccc;
  margin: 5px;
  margin-left: 0;
  text-align: center;
  line-height: 38px;
}
#search_result_map {
  position: sticky !important;
  top: 41.6px;
  right: 0;
  width: 40%;
  height: 500px;
  background: #f1f1f1;
  z-index: 1000;
}
#search_result_map.sticky-map {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 80px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     Block rules                                                          *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     Footer rules                                                         *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
footer {
  float: left;
  width: 76%;
  padding: 10px 12%;
  z-index: 1000;
  background: #f1f1f1;
}
footer hr.left {
  border: solid var(--main-color) 0.75px;
  width: 40%;
  margin: 5px 0;
}
footer .flexbox.footer {
  margin: 20px 0;
}
footer a:hover {
  color: #aaa;
}
footer a {
  color: #000;
}
footer .top {
  text-align: center;
}
footer .top i {
  cursor: pointer;
  font-size: 1.4em;
  color: #404040;
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
}
footer .top i:hover {
  color: var(--main-color);
}
footer .box {
  width: 18.5%;
  margin-right: 1.5%;
}
footer .newsletter {
  float: right;
  width: 25%;
  padding: 20px 0;
  background: var(--main-color);
  text-align: center;
  color: #000;
}
footer .newsletter h2 {
  float: left;
  width: 40%;
  margin: 0 30%;
}
footer .newsletter form {
  float: left;
  width: 90%;
  margin: 0 5%;
}
footer .newsletter form input {
  float: left;
  width: 90%;
  margin: 0 5%;
  height: 30px;
  line-height: 30px;
  background: #fff;
}
footer .newsletter form button {
  float: left;
  width: 20%;
  margin: 0 40%;
  margin-top: 20px;
  background: #fff;
}
footer .box img.escursi {
  width: 50%;
  margin: 0 25%;
  min-width: 100px;
}
footer .title {
  float: left;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.2;
}
footer p {
  float: left;
  width: 95%;
  margin: 0;
  padding-top: 10px;
  font-size: 0.9em;
}
footer ul {
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
}
footer ul li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: normal;
}
footer ul a:last-child li {
  border: none;
}
footer .data-copy {
  font-size: 0.8em;
  line-height: 1.3;
  padding: 15px 0;
}
footer .social-icons i {
  margin-left: 10px;
  color: #000;
  font-size: 1.7em;
}
footer .social-icons i:hover {
  color: #aaa;
}
footer .info {
  float: left;
  width: 80%;
  padding: 15px 0;
  font-size: 0.8em;
  line-height: 1.3;
}
footer .info.legal {
  float: right;
  width: 100%;
  text-align: right;
  font-size: 0.9em;
}
footer .info.legal.social {
  width: 20%;
}
footer .credits {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  display: flex;
}
footer .made {
  display: flex;
  width: 20%;
  padding-right: 40%;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
}
footer .made img {
  width: 12px;
  margin: 5px;
}
footer .logo {
  width: 40%;
}
footer .logo img {
  height: 50px;
  margin-right: 20px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     Loading rules                                                        *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000002;
  background: #fff;
  left: 0;
  top: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
#loading.hide {
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  opacity: 0;
  visibility: hidden;
}
#loading .loading_1 {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000003;
  background: center no-repeat;
  background-size: cover;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 1;
  visibility: visible;
}
#loading.hide .loading_1 {
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  opacity: 0;
  visibility: hidden;
}
#loading .loading_progress {
  position: fixed;
  width: 100%;
  z-index: 1000002;
  height: 100%;
  background: center no-repeat;
  left: 0;
  top: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
#loading.hide .loading_progress {
  transform: scale(0.3);
  -ms-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -o-transform: scale(0.3);
  opacity: 0;
  visibility: hidden;
}
#loading .loading_2 {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000001;
  background: center no-repeat;
  background-size: cover;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
#loading.hide .loading_2 {
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  opacity: 0;
  visibility: hidden;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     404 page rules                                                       *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#content404 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 60px;
  background: center no-repeat;
  background-size: cover;
  color: #fff;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     login page rules                                                     *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#contentlogin {
  float: left;
  width: 30%;
  padding-left: 35%;
  padding-right: 35%;
  text-align: center;
  background: center no-repeat;
  background-size: cover;
}
#contentlogin.confirm_content {
  font-size: 15px;
}
#contentlogin input {
  width: 100%;
  margin: 0;
  background: #fff;
  color: #000;
  border-radius: 3px;
}
#contentlogin button {
  border: solid 1px #fff;
  width: 40%;
  margin: 0;
  border-radius: 5px;
  height: 40px;
  line-height: 1;
  font-weight: 400;
  font-size: 12pt;
  text-transform: unset;
  background: var(--main-color);
  color: #000;
  float: right;
  margin-top: 10px;
}
#contentlogin.confirm_content a {
  cursor: pointer;
  color: blue;
}
#contentlogin.confirm_content a:hover {
  opacity: 0.5;
}
#contentlogin .check_save_login {
  float: left;
  width: 50%;
  margin-top: 10px;
}
#contentlogin .check_save_login input {
  float: left;
  width: 20px;
}
#contentlogin .check_save_login label {
  float: right;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: -ms-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
  font-size: 13px;
  text-align: left;
  height: 10px;
  line-height: 20px;
  margin-top: 9px;
  cursor: pointer;
}
#contentlogin h1 {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 40px;
}
#contentlogin span {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     Signup page rules                                                    *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#contentsignup {
  width: 100%;
  background: center no-repeat;
  background-size: cover;
  height: auto;
  overflow: auto;
}
#contentsignup h1 {
  font-size: 1.9em;
  margin-block-start: 0;
  margin-block-end: 0;
  text-transform: none;
}
.signup_infobox {
  float: left;
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
.signup_descr {
  float: right;
  width: 86%;
  padding: 7%;
  margin-top: 160px;
  margin-bottom: 30px;
  text-align: justify;
}
.signup_descr h2 {
  text-align: center;
  color: var(--main-color);
  font-size: 2em;
  line-height: 1.1;
  margin-bottom: 35px;
}
.signup_descr i {
  font-size: 3em;
  color: var(--main-color);
  width: 20%;
}
.signup_descr .text {
  width: 80%;
  float: right;
}
.signup_descr .row1 {
  margin-bottom: 30px;
}
.signup_descr .row1:last-child {
  margin-bottom: 0;
}
form.signup {
  float: left;
  width: 48%;
  padding: 3%;
  background: #f1f1f1;
  margin-top: 0;
}
form.signup .text.right {
  float: right;
  font-size: 0.7em;
  text-align: right;
  font-style: italic;
  padding-right: 10px;
}
form.signup .fb_button {
  width: 50%;
  margin: 0 25%;
  font-size: 1.1em !important;
}
form.signup .title {
  text-align: center;
  margin: 25px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5em;
}
form.signup .text {
  margin: 10px 0;
  text-align: center;
}
form.signup .row1 {
  margin-bottom: 10px;
}
form.signup .row1.checkbox {
  margin: 20px 0;
}
form.signup .row1.labtitle {
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
}
form.signup i.input {
  float: left;
  width: 32px;
  border: 0;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
form.signup label {
  float: left;
  width: calc(50% - 60px);
  padding-left: 10px;
  height: 32px;
  line-height: 32px;
}
form.signup input {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 10px;
  border: solid 1px #ccc;
  text-align: left;
  background: #fff;
}
form.signup input[type="checkbox"] {
  width: 20px;
  height: 24px;
  margin: 0;
  padding: 0;
  margin-right: 20px;

  margin-left: 6px;
}
form.signup select {
  float: left;
  width: 50%;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  border: solid 1px #ccc;
  text-align: left;
}
form.signup button {
  float: none;
  width: 50%;
  margin: 0 25%;
  margin-top: 10px;
  background: var(--main-color);
  border: 0;
  border-radius: 5px;
  color: #333;
  text-transform: none;
  font-size: 1.1em;
}
form.signup button i {
  float: right;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #333;
}
.recovery_button {
  float: left;
  width: 100% !important;
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  margin-bottom: 13px !important;
  background: var(--main-color);
  color: #fff;
  font-size: 15px !important;
  text-align: center;
  border-radius: 3px;
  border: solid 1px #fff;
}
.social_button {
  float: left;
  width: 100%;
  text-align: center;
}
.social_button .fb_button {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  margin-bottom: 50px;
  background: #29487d;
  color: #fff;
  font-size: 15px !important;
  text-align: center;
  border-radius: 5px;
}
.partner_row.mobile {
  display: none;
}
.partner_row .row2 {
  width: 44%;
  margin-right: 4%;
  background: #fff;
  padding: 2%;
  text-align: center;
}
.partner_row .row2:last-child {
  margin-right: 0;
}
.partner_row .row2 button {
  border-radius: 5px;
  text-transform: unset;
  font-size: 1.1em;
  font-weight: 400;
  border: 0;
  background: var(--main-color);
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
}
.container_right.signup {
  height: 693.59px;
  background: #232323a3;
  color: #fff;
  margin-bottom: 40px;
}
.container_right.signup.partner {
  height: 1005.59px;
}
.top-slide.provider {
  height: 500px;
}
.top-slide.provider .contentslide .container .text {
  padding: 10px 0;
  font-size: 1.15em;
}
/* Providers */
.provider-section {
  padding: 50px 0;
}
.provider-qualities > div {
  align-items: flex-start;
}
.provider-qualities i {
  font-size: 5em;
  color: var(--main-color);
}
.provider-qualities .box {
  width: 25%;
  margin: 0 10px;
}
.provider-qualities .box h3 {
  line-height: 1.2;
  text-align: center;
  width: 100%;
  margin-bottom: 0.2em;
}
.mktplace-qualities {
  padding-top: 50px;
}
.mktplace-quality-row {
  padding: 30px 0;
}
.mktplace-quality-row h3 {
  font-size: 1.3em;
}
.mktplace-quality-row img {
  max-height: 250px;
}
.mktplace-quality-row .w-50,
.provider-section .w-50 {
  padding: 0 20px;
  box-sizing: border-box;
}
.provider-form-box {
  background: rgb(0 0 0 / 30%);
  padding-top: 20px;
  padding-bottom: 50px;
}
.provider-form-box h2 {
  text-transform: none;
  font-size: 2em;
  color: white;
}
.provider-form-box form.signup {
  width: 70%;
  max-width: 700px;
  box-sizing: border-box;
  border-radius: 10px;
}
.accordion-container {
  width: 100%;
  padding: 30px 0;
}
h2.provider-title {
  text-transform: none;
  font-size: 1.85em;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.1;
}
.digital-tools-section img.logo,
.provider-section img.logo {
  max-width: 300px;
}
.accordion-container .faq-box {
  border-top: 1px solid #f1f1f1;
}
.accordion-container h3 {
  font-size: 1.5em;
}
.accordion-container.user-faq {
  padding: 10px 0;
}
.accordion-container .faq-box:last-of-type {
  border-bottom: 1px solid #f1f1f1;
}
.accordion-container .accordion {
  box-sizing: border-box;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion-container .active,
.accordion-container .accordion:hover {
  background-color: #f1f1f1;
}

/* Style the accordion panel. Note: hidden by default */
.accordion-container .panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-container .panel .content {
  padding: 20px 10px;
  font-size: 0.9em;
}
.accordion-container .panel p {
  margin-block-end: 0;
}
.accordion-container .accordion:after {
  content: "\02795"; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.accordion-container .active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     Recovery page rules                                                  *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.container.recovery {
  margin: 50px auto;
  min-height: 40vh;
}
.recovery hr {
  float: unset !important;
}
.recovery .contact_form {
  float: left;
  width: 100%;
}
.recovery .contact_form input {
  float: left;
  width: 100%;
}
.recovery .contact_form button {
  min-width: 250px;
}
.recovery .contact_form .title {
  float: left;
  width: 100%;
  padding: 10px 0;
  font-size: 13px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     Cart page rules                                                      *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.content_cart {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}
.content_cart .list_prods {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.content_cart .list_prods .cart_rows {
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.content_cart .list_prods li {
  float: left;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #ccc;
}
.content_cart .list_prods li.title {
  background-color: #f1f1f1;
}
.content_cart .list_prods li.total {
  border-bottom: 0;
}
.content_cart .list_prods li.total .offer_name {
  text-align: right;
  font-size: 1.4em;
  width: 73%;
}
.content_cart .list_prods li.total .offer_price {
  font-size: 1.4em;
  color: #f60;
}
.content_cart .list_prods li .offer_name {
  float: left;
  width: 50%;
  padding: 10px 0;
  padding-left: 1%;
}
.content_cart .list_prods li .offer_price {
  float: right;
  width: 22%;
  height: 30px;
  line-height: 30px;
  text-align: right;
  padding: 10px 0;
}
.content_cart .list_prods li .offer_price del {
  color: #999999;
  font-size: 0.85em;
  margin-right: 5px;
}
.content_cart .list_prods li .offer_quant {
  float: left;
  width: 25%;
  text-align: right;
  padding: 10px 0;
}
.content_cart .list_prods li .offer_action.mobile {
  display: none;
}
.content_cart .list_prods li .offer_action {
  float: right;
  width: 5%;
  padding: 10px 0;
}

.content_cart .list_prods li .offer_action i {
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 0;
  margin: 0;
  border-radius: 0;
  font-size: 20px;
  margin: 0;
}
.content_cart .list_prods li .offer_action i:hover {
  color: var(--main-color);
  cursor: pointer;
}
.selection_payment {
  float: left;
  width: 100%;
  padding-top: 13.5px;
  text-align: center;
  background: #f1f1f1;
  border: solid 1px #ccc;
}
.selection_payment .title {
  width: 90%;
  margin-left: 5%;
}
.selection_payment .title-row button {
  width: 5%;
  line-height: unset;
  height: unset;
}
.content_cart .list_prods li.title.pay_details {
  margin-top: 20px;
  width: 100%;
  border: 0;
}
.selection_payment.hide {
  display: none;
}
.selection_payment .button_content {
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 13px;
  padding-bottom: 10px;
  border-top: 1px solid #ccc;
}
.selection_payment .button_content i {
  margin-right: 10px;
}

.selection_payment .button_content button {
  width: 20%;
  margin: 0 5%;
  margin-top: 10px;
  background: #1b63af;
  color: #fff;
  border: 0;
  height: auto;
  min-height: 40px;
  line-height: 1.2;
  border-radius: 5px;
  font-weight: 400;
  text-transform: none;
}
.selection_payment .button_content button:hover {
  background: #f60;
}
.selection_payment .button_content.payment button:target {
  color: #fff;
  background: #f60;
}
.content_cart .paypal_content {
  float: left;
  width: 100%;
  display: none;
}
.content_cart .paypal_content.show {
  display: block;
}
.content_cart .bonifico_content {
  float: left;
  width: 100%;
  display: none;
}
.content_cart .bonifico_content.show {
  display: block;
}
.content_cart .creditcard_content {
  float: left;
  width: 100%;
  display: none;
}
.content_cart .creditcard_content.show {
  display: block;
}
/* @andrea: gioca qui */
/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
.stripe-logo {
  max-width: 170px;
  margin-top: 1em;
}
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.content_cart .stripe-container {
  clear: both;
  border: 1px solid #f2f2f2;
  background-color: #f7f8f9;
  margin: 20px 0;
  padding: 20px;
}
.content_cart .stripe-container p {
  margin-bottom: 20px;
}
#card-errors {
  padding: 8px 0;
  color: #fa755a;
  font-size: 14px;
}
/* @andrea: fine giochi */
.content_cart .rimessa_content {
  float: left;
  width: 100%;
  display: none;
}
.content_cart .rimessa_content.show {
  display: block;
}
.content_cart .cash_content {
  float: left;
  width: 100%;
  display: none;
}
.content_cart .cash_content.show {
  display: block;
}
.content_cart .agenzia_content {
  float: left;
  width: 100%;
  display: none;
}
.content_cart .alert_message_cart {
  float: left;
  width: 100%;
  text-align: center;
  padding: 13px 0;
  font-size: 23px;
  color: red;
}
.content_cart .agenzia_content.show {
  display: block;
}
.content_cart .agenzia_content .title {
  float: left;
  width: 100%;
  background: #f1f1f1;
  border-top: solid 1px #ccc;
  padding: 13px 0;
  margin-top: 30px;
  text-align: center;
}
.content_cart .payment_cart {
  float: left;
  width: 100%;
}
.row1.fattelettr_type_first .title {
  width: 100%;
  font-size: 1.2em;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
  background: #f1f1f1;
}
.content_cart .payment_cart .fattelettr,
.content_cart .payment_cart .fattelettr_city_it,
.content_cart .payment_cart .fattelettr_city,
.content_cart .payment_cart .fattelettr_provincia,
.content_cart .payment_cart .fattelettr_cap,
.content_cart .payment_cart .fattelettr_ragionesociale {
  display: none;
  width: 50%;
}
.content_cart .payment_cart .datiprenot {
  display: none;
}
.row1.fattelettr_type_first {
  width: 50%;
}
.row1.fattelettr_type_first.big {
  width: 100%;
}
.row1.fattelettr .row1.datiprenot.big {
  width: 100%;
}
.row1.fattelettr.big {
  width: 100%;
}
.row1.fattelettr .row1.datiprenot {
  width: 50%;
}
.row1.fattelettr {
  width: 50%;
}
.row1.fattelettr.stato {
  display: none !important;
}
.row1.fattelettr .row1.datiprenot.big .title {
  width: 100%;
  font-size: 1.2em;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
  background: #f1f1f1;
}
.row1.fattelettr .row1.datiprenot .text {
  float: left;
  width: 100%;
  font-size: 0.85em;
}
.row1.fattelettr .title {
  width: 100%;
  font-size: 1.2em;
  line-height: 2;
  text-align: center;
  text-transform: uppercase;
  background: #f1f1f1;
}
.row1.fattelettr .text {
  float: left;
  width: 100%;
  font-size: 0.85em;
  font-style: italic;
}
.row1.fattelettr .text.right {
  text-align: right;
  font-size: 0.75em !important;
}
.content_cart .payment_cart label {
  float: left;
  width: 36%;
  margin-left: 3%;
  font-weight: 500;
  height: 38px;
  margin-top: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.content_cart .payment_cart label.alert {
  text-align: left;
  width: 60%;
}
.content_cart .payment_cart label.alert.color {
  color: #f60;
}
.content_cart .payment_cart label.alert.terms {
  cursor: pointer;
  padding: 0;
}
.content_cart .payment_cart input {
  float: right;
  width: 59%;
  padding: 0;
  height: 38px;
  line-height: 38px;
  padding-left: 1%;
  border-color: #bbb;
  text-align: left;
  margin-top: 20px;
}
.content_cart .payment_cart .info_txt_content {
  float: right;
  width: 60%;
  text-align: left;
  margin-top: 20px;
  text-align: center;
  padding: 5px 0;
  border-radius: 5px;
  background: var(--main-color);
}
.content_cart .payment_cart .info_txt_content.hover:hover {
  cursor: pointer;
  opacity: 0.65;
}
.content_cart .payment_cart select {
  float: right;
  width: -webkit-calc(60% + 2px);
  width: -moz-calc(60% + 2px);
  width: -ms-calc(60% + 2px);
  width: -o-calc(60% + 2px);
  width: calc(60% + 2px);
  text-align: left;
  margin-top: 20px;
  height: 40px;
  border-color: #bbb;
}
.content_cart .payment_cart input[type="checkbox"] {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 0;
  margin-top: 30px;
}
.agenzia_client {
  float: left;
  width: 100%;
  margin: 30px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-align: center;
  padding: 10px 0;
  padding-bottom: 0;
  background: #f1f1f1;
}
.agenzia_client.hide {
  display: none;
}
.agenzia_client .title {
  padding: 13px 0;
}
.agenzia_client .info_client {
  float: left;
  width: 100%;
  display: none;
}

.section_coupon {
  float: right;
  width: 26%;
  min-width: 250px;
  height: fit-content;
  border: solid 1px #ccc;
  text-align: center;
  padding: 10px 0;
  padding-bottom: 0;
  margin-left: 15px;
  background: #f1f1f1;
}
.top_cart_row {
  display: flex;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.top_cart_row .left {
  float: left;
  width: 72%;
}

.section_coupon .form_content {
  float: left;
  width: 100%;
  margin-top: 10px;
  padding: 10px 0;
  background: #fff;
  border-top: solid 1px #ccc;
}
.section_coupon .form_content input {
  float: left;
  margin: 0;
  height: 30px;
  line-height: 30px;
  width: 80%;
  margin: 0 10%;
  background: #fff;
  border-color: #999999;
  color: #000;
  margin-bottom: 10px;
}
.section_coupon .form_content button {
  height: 35px;
  line-height: 35px;
  width: 80%;
  margin: 0 10%;
  font-size: 0.9em;
  border: 0;
  border-radius: 5px;
  background: var(--main-color);
  color: #333;
  text-transform: unset;
  margin-bottom: 10px;
}
.section_coupon .form_content button:hover {
  background: #f60;
  color: #fff;
}
.section_coupon .form_content .message_coupon {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #02ab09;
  margin-bottom: -10px;
  font-size: 0.85em;
  text-transform: none;
}
.section_cross_selling {
  float: left;
  width: 100%;
}
.section_cross_selling .title {
  float: left;
  width: 100%;
  margin: 10px 0;
  text-transform: none;
  font-size: 1.5em;
  font-weight: 500;
}
.section_cross_selling ul.cross_selling_list {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0;
  list-style: none;
}
.section_cross_selling ul.cross_selling_list li {
  display: block;
  float: left;
  width: 33%;
  padding: 10px 0;
  border: 0;
}
.section_cross_selling ul.cross_selling_list li .cross_name {
  float: left;
  min-height: 48px;
  width: 90%;
  margin: 0 5%;
  margin-top: 10px;
  font-weight: 500;
}
.section_cross_selling ul.cross_selling_list li .cross_desc {
  float: left;
  width: 90%;
  margin: 0 5%;
  font-weight: 100;
  margin-top: 10px;
}
.section_cross_selling ul.cross_selling_list li button {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0 25%;
  background: var(--main-color);
  margin-top: 10px;
  border-radius: 5px;
  border: 0;
  height: 38px;
  line-height: 38px;
}

.section_cross_selling ul.cross_selling_list li button:hover {
  color: #fff;
  background: #1b63af;
}
.cross_img {
  float: left;
  width: 90%;
  margin: 0 5%;
  height: 150px;
  background: center no-repeat;
  background-size: cover;
}
#bonifico_form .row1.bank-transfer {
  margin-top: 20px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     New rules for Escursi Theme                                          *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.row_text_yellow {
  float: left;
  width: 100%;
  padding: 30px 0;
  background: #f1f1f1;
  color: #000;
  text-align: justify;
  font-size: 1.1em;
}
.row_text_yellow h2 {
  float: left;
  width: 50%;
  margin: 0 25%;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-size: 2em;
  border-bottom: 8px solid var(--main-color);
}
.how_it_works {
  float: left;
  width: 76%;
  padding: 25px 12%;
  background: var(--main-color);
  text-align: center;
}
.how_it_works h2 {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  font-size: 2em;
}

.how_it_works .children {
  display: none;
}
.how_it_works .children:target {
  display: block;
}
.how_it_works .box {
  float: left;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: -ms-calc(100% / 3);
  width: -o-calc(100% / 3);
  width: calc(100% / 3);
}
.how_it_works .box .image {
  float: left;
  width: 60%;
  margin: 0 20%;
  height: 150px;
  background: center no-repeat;
  background-size: contain;
}
.how_it_works .box .text {
  float: left;
  width: 70%;
  margin: 0 15%;
  margin-top: 20px;
}
.offer_showcase {
  float: left;
  width: 100%;
  padding-top: 30px;
  background: #fff;
}
.offer_showcase.feed {
  background: #f1f1f1;
}
.offer_showcase.cross {
  padding-top: 0;
}
.offer_showcase h2 {
  float: left;
  width: 100%;
  text-align: center;
}
.offer_showcase .subtitle {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: solid 1px #c2c2c2;
}
.offer_showcase ul.list {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
  list-style: none;
  text-align: left;
}

.offer_showcase ul.list a {
  color: #000;
  font-weight: normal;
}

.offer_showcase ul.list a:hover {
  color: #000;
}
.offer_showcase ul.list li {
  float: left;
  width: 31%;
  height: 300px;
  background: #f1f1f1 center no-repeat;
  background-size: cover;
}

.offer_showcase ul.list li.nomargin_right {
  margin: 1.5% 0;
  margin-right: 3.5%;
}
.offer_showcase ul.list a:nth-child(3n + 3) li {
  margin-right: 0;
}
.offer_showcase ul.list li .category {
  float: left;
  background: var(--main-color);
  color: #404040;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.2;
  margin: 3%;
  max-width: 66%;
  margin-left: 0;
  padding: 4px 6px;
}
.offer_showcase ul.list li .title_content {
  float: left;
  width: 100%;
  height: 100px;
  margin-top: 160px;
  background: rgba(255, 255, 255, 0.7);
}
.offer_showcase ul.list li .title_content .title {
  float: left;
  width: 80%;
  height: 50px;
  line-height: 25px;
  margin: 10px 10%;
  text-align: center;
  overflow: hidden;
}
.offer_showcase ul.list li .title_content .price {
  float: left;
  width: 100%;
  font-size: 1.2em;
  font-weight: 500;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.category_showcase {
  float: left;
  width: 100%;
  padding-top: 60px;
  background: #fff;
}
.category_showcase h2 {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c2c2c2;
}
.category_showcase .subtitle {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.category_showcase ul.list {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  list-style: none;
}
.category_showcase ul.list li {
  float: left;
  width: 32.666%;
  margin-right: 1%;
  height: 150px;
  background: #f1f1f1 center no-repeat;
  background-size: cover;
  margin-bottom: 1%;
  overflow: hidden;
}
.category_showcase ul.list a:nth-child(3n + 3) li {
  margin-right: 0;
}
.category_showcase ul.list.subcategory li {
  width: -webkit-calc(98% / 2);
  width: -moz-calc(98% / 2);
  width: -ms-calc(98% / 2);
  width: -o-calc(98% / 2);
  width: calc(98% / 2);
  margin-bottom: 0;
  margin-top: 1%;
  height: 270px;
}
.category_showcase ul.list.subcategory a:nth-child(3n + 3) li {
  margin-right: 1%;
}
.category_showcase ul.list li .image {
  float: left;
  width: 100%;
  height: 150px;
  background: #f1f1f1 center no-repeat;
  background-size: cover;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.category_showcase ul.list.subcategory li .image {
  height: 270px;
}
.category_showcase ul.list li:hover .image {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.category_showcase ul.list li .content_text {
  position: relative;
  width: 100%;
  height: 150px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.category_showcase ul.list.subcategory li .content_text {
  height: 270px;
}
.category_showcase ul.list li:hover .content_text {
  opacity: 1;
}
.category_showcase ul.list li .content_text .category_title {
  float: left;
  width: 100%;
  margin-top: -140px;
  text-align: center;
  font-size: 27px;
  height: 30px;
  text-transform: uppercase;
}
.category_showcase ul.list.subcategory li .content_text .category_title {
  margin-top: -180px;
}
.category_showcase ul.list li .content_text .category_shortdesc {
  float: left;
  width: 80%;
  margin: 0 10%;
  margin-top: -80px;
  text-align: center;
  overflow: hidden;
  height: 60px;
  line-height: 20px;
  overflow: hidden;
}
.category_showcase ul.list.subcategory li .content_text .category_shortdesc {
  margin-top: -110px;
}
.category_showcase ul.list button {
  float: left;
  width: 50%;
  margin: 20px 25%;
  background: var(--main-color);
}
.row_video {
  float: left;
  width: 0%;
  height: 315px;
  padding: 60px 50%;
  background: #fff;
}
.row_video iframe {
  float: left;
  margin-left: -280px;
}

/* Video Home */
.row_video_home {
  float: left;
  width: 100%;
  background: #fff;
  padding: 50px 0;
}
.row_video_home .container.flex {
  width: 100%;
  float: left;
}
.row_video_home .left {
  width: 40%;
  text-align: center;
}
.row_video_home .right {
  width: 50%;
}
.row_video_home button.more {
  width: unset;
  padding: 0 20px;
  margin: 0;
  background: unset;
  text-decoration: underline;
  color: #f60;
  font-size: 1.3em;
}
.row_video_home button.more:hover {
  color: var(--main-color);
}
.row_video_home iframe {
  width: 60%;
  height: 400px;
  margin: 0 20%;
  margin-top: 0;
}
.row_video_home .name {
  float: left;
  color: #000;
  font-weight: 500;
  font-size: 1.8em;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-left: 20%;
}
.row_video_home .logo {
  width: 210px;
  margin: auto;
}
.row_video_home p {
  width: 85%;
  margin: 0 7.5%;
  text-align: justify;
  font-size: 1.1em;
}
.row_video_home h2 {
  color: #000;
  font-size: 2em;
  text-align: center;
  margin-bottom: 25px;
}
.row_video_tour iframe {
  width: 100%;
  height: 400px;
}

.row_video_tour h2 {
  color: #000;
  font-size: 2em;
  text-align: center;
  margin-bottom: 25px;
}
form.newsletter {
  width: 90%;
  max-width: 300px;
  padding: 5%;
  background: #f1f1f1;
  border-radius: 5px;
}
form.newsletter h2.title-row-home {
  text-align: left !important;
  font-size: 2em !important;
  margin: 0 !important;
}
form.newsletter p {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}
form.newsletter input[type="text"],
form.newsletter input[type="email"],
form.newsletter select {
  background: #fff;
  border: 0;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
form.newsletter input[type="checkbox"] {
  margin-right: 10px;
}
form.newsletter button {
  background: var(--main-color);
  padding: 10px 20px;
  text-transform: unset;
  font-size: 1rem;
  border: 0;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
form.newsletter p,
form.newsletter label.privacy {
  font-size: 0.9em;
}
form.newsletter hr.title {
  width: 70px;
  float: unset;
  margin: 10px 0;
  background-color: var(--main-color);
  height: 6px;
  border: 0;
}
.infobox_content {
  float: left;
  width: 100%;
  padding: 30px 0;
  background: #fff;
}
.infobox_content.mobile_form {
  display: none;
}
.infobox_content .box {
  float: left;
  width: 20%;
  text-align: center;
}
.infobox_content .box i {
  color: var(--main-color);
  font-size: 2.5em;
  margin-bottom: 15px;
}
.infobox_content .box .icon {
  float: left;
  width: 0%;
  height: 60px;
  padding: 0 50%;
}
.infobox_content .box .icon .icon_img {
  float: left;
  width: 60px;
  height: 60px;
  margin-left: -30px;
}
.infobox_content .box:nth-child(1) .icon .icon_img {
  background: left bottom;
}
.infobox_content .box:nth-child(2) .icon .icon_img {
  background: right top;
}
.infobox_content .box:nth-child(3) .icon .icon_img {
  background: right bottom;
}
.infobox_content .box:nth-child(4) .icon .icon_img {
  background: left top;
}
.infobox_content .box .title {
  float: left;
  width: 80%;
  margin: 0 10%;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 500;
}
.infobox_content .box .text {
  float: left;
  width: 80%;
  margin: 0 10%;
  margin-top: 10px;
  text-align: center;
}
.row_partner {
  float: left;
  width: 100%;
  background: #fff;
  padding-bottom: 30px;
}
.row_partner .title {
  float: left;
  width: 100%;
  padding-top: 30px;
  text-align: center;
}
.row_partner .partner {
  float: left;
  width: 17%;
  margin: 0 1.5%;
  height: 110px !important;
  background: center no-repeat;
  background-size: contain;
}
.row_partner .partner:nth-child(4n + 4) {
  margin-right: 0;
}
.row_text {
  float: left;
  width: 100%;
  padding: 70px 0;
  background: #fff;
}
.row_text h2 {
  float: left;
  width: 100%;
  text-align: center;
}
.row_text h2.border_bottom {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #f1f1f1;
}
.row_text .subtitle {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: solid 1px #f1f1f1;
}
.row_text .subtitle.no_border {
  border: none;
}
.row_text ul.list {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.row_text ul.list li {
  float: left;
  width: -webkit-calc(99% / 2);
  width: -moz-calc(99% / 2);
  width: -ms-calc(99% / 2);
  width: -o-calc(99% / 2);
  width: calc(99% / 2);
  margin-right: 1%;
  height: 240px;
  background: #f1f1f1 center no-repeat;
  background-size: cover;
  margin-bottom: 1%;
  overflow: hidden;
}
.row_text ul.list a:nth-child(2n + 2) li {
  margin-right: 0;
}
.row_text ul.list li .image {
  float: left;
  width: 100%;
  height: 240px;
  background: #f1f1f1 center no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.row_text ul.list li:hover .image {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.row_text ul.list li .content_text {
  position: relative;
  width: 100%;
  height: 240px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.row_text ul.list li:hover .content_text {
  opacity: 1;
}
.row_text ul.list li .content_text .category_title {
  float: left;
  width: 100%;
  margin-top: -190px;
  text-align: center;
  font-size: 27px;
  height: 30px;
}
.row_text ul.list li .content_text .category_shortdesc {
  float: left;
  width: 80%;
  margin: 0 10%;
  margin-top: -130px;
  text-align: center;
  overflow: hidden;
  height: 60px;
  line-height: 20px;
  overflow: hidden;
}

/* Servizi */
.services {
  background: #fff;
}
.category_showcase.services ul.list a {
  width: 24%;
}
.category_showcase.services ul.list li {
  width: 100%;
  margin-right: unset;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     Parallax                                                             *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.parallax {
  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.row-parallax-bg {
  float: left;
  width: 100%;
  padding: 20px 0;
  background: #f1f1f1;
}
.row-parallax-bg .title_left {
  float: left;
  width: 50%;
  font-size: 1.8em;
  text-align: center;
}
.row-parallax-bg span {
  color: var(--main-color);
}
.row-parallax-bg .text_right {
  float: left;
  width: 80%;
  text-align: center;
}

.row-parallax-bg button {
  color: #3f51b5;
  border: 0;
  font-size: 1.35em;
  text-decoration: underline;
  text-transform: none;
}
.row-parallax-bg button:hover {
  color: #f60;
}
.row-parallax-bg .text_right p {
  float: left;
  width: 94%;
  margin: 0 3%;
  font-size: 1.2em;
}
.row-parallax-bg .text_right span {
  float: left;
  width: 100%;
  font-size: 20px;
  margin-top: 40px;
  font-weight: 500;
}
.parallax-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: center no-repeat;
  background-size: cover;
}
.parallax-window {
  float: left;
  width: 100%;
  padding: 150px 0;
}
.row-parallax-bg.home .title_left {
  width: unset;
  font-size: 2.1em;
}
.row-parallax-bg.home .title_left i {
  font-size: 2em;
  color: var(--main-color);
}
.row-parallax-bg.home .title_left .text {
  line-height: 1.2;
  margin-top: 10px;
}
.row-parallax-bg.home .text_right p {
  width: 94%;
  text-align: center;
  margin: 0 3%;
  font-size: 1.2em;
  margin-top: 15px;
}
.row-parallax-bg.home .text_right span {
  float: left;
  width: 100%;
  font-size: 1.3em;
  margin-top: 40px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     Editor Testo                                                         *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.jqte {
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  border-color: #ccc !important;
  resize: vertical !important;
}
.jqte_editor {
  min-height: 47px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     TA page                                                       *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.row_text_ta {
  float: left;
  width: 100%;
  padding: 45px 0;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 1.1em;
}
.row_text_ta h2 {
  margin-top: 45px;
  font-size: 1.8em;
  text-align: center;
  color: #ff9900;
}
.row_text_ta .text {
  width: 80%;
  padding: 0 10%;
  text-align: justify;
}
.vantaggi_ta {
  float: left;
  width: 76%;
  padding: 25px 12%;
  background: #0099cc;
  color: #fff;
  text-align: center;
}
.vantaggi_ta h2 {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  font-size: 2em;
}
.vantaggi_ta i {
  font-size: 3.5em;
  padding: 35px;
  background: #ff9900;
  border-radius: 100px;
}
.vantaggi_ta.charming i {
  background: #485966;
}
.vantaggi_ta .box {
  float: left;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: -ms-calc(100% / 3);
  width: -o-calc(100% / 3);
  width: calc(100% / 3);
}
.vantaggi_ta .box .text {
  float: left;
  width: 80%;
  margin: 0 10%;
  margin-top: 20px;
  text-align: center;
  font-size: 1.1em;
}
.vantaggi_ta .box .text .title {
  float: left;
  width: 100%;
  font-weight: 500;
  font-size: 1.4em;
  margin-bottom: 0.6em;
  margin-top: 0;
}
.vantaggi_ta .box .image {
  float: left;
  width: 80%;
  margin: 0 10%;
  height: 200px;
  background: center no-repeat;
  background-size: contain;
}
.vantaggi_ta .box button {
  margin-top: 15px;
  border: 0;
  background: #ff9900;
  height: 40px;
  line-height: 40px;
}
.vantaggi_ta .box.offer {
  float: left;
  width: 50%;
}
.infobox_content_ta {
  float: left;
  width: 100%;
  padding: 40px 0;
  background: #ff9900;
}
.infobox_content_ta .box {
  float: left;
  width: 25%;
}
.infobox_content_ta .box .icon {
  float: left;
  width: 0%;
  height: 60px;
  padding: 0 50%;
}
.infobox_content_ta .box .icon .icon_img {
  float: left;
  width: 60px;
  height: 60px;
  margin-left: -30px;
}
.infobox_content_ta .box:nth-child(1) .icon .icon_img {
  background: left bottom;
}
.infobox_content_ta .box:nth-child(2) .icon .icon_img {
  background: right top;
}
.infobox_content_ta .box:nth-child(3) .icon .icon_img {
  background: right bottom;
}
.infobox_content_ta .box:nth-child(4) .icon .icon_img {
  background: left top;
}
.infobox_content_ta .box .title {
  float: left;
  width: 70%;
  margin: 0 15%;
  margin-top: 10px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
}
.infobox_content_ta .box .text {
  float: left;
  width: 80%;
  margin: 0 10%;
  margin-top: 10px;
  text-align: center;
}
.row_video_ta {
  float: left;
  width: 100%;
  background: #ff9900;
  padding: 40px 0;
}
.row_video_ta iframe {
  width: 70%;
  height: 540px;
  margin: 0 15%;
}
.row_video_ta h2 {
  color: #fff;
  font-size: 2em;
  text-align: center;
  margin-bottom: 25px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     Special Offer                                                        *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.special_offer {
  float: left;
  width: 100%;
  background: #48a6f1;
}
.special_offer .image {
  float: left;
  width: 45%;
  height: 440px;
  background: center no-repeat;
  background-size: cover;
}
.special_offer button {
  background: var(--main-color);
  border: 0;
  font-size: 1.1em;
  border-radius: 100px;
  padding: 0 20px;
  margin-top: 10px;
}
.special_offer .container {
  float: right;
  width: 45%;
  margin: 3% 5%;
  text-align: center;
}
.special_offer .container p {
  float: left;
  font-size: 1.2em;
  color: #f1f1f1;
}
.special_offer .container h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 2.2em;
  color: var(--main-color);
}
.special_offer .container h3 {
  float: left;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #fff;
  margin: 5px 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*    Voucher home                                                *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.special_offer.voucher {
  background: #fff;
}
.special_offer.voucher h2 {
  color: #3f51b5;
}
.special_offer.voucher h3 {
  color: #000;
}
.special_offer.voucher p {
  color: #000;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     FAQ & Pagine statiche                                                *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.faq.tos ul {
  width: 100%;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
}
.faq.tos span {
  font-weight: 500;
  color: var(--main-color);
  font-size: 1.1em;
}
.background.dark {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 0 50px;
  margin-left: -50px;
  background: #00000080;
}
.background.dark h1 {
  margin-top: 0 !important;
}
.background.dark i {
  color: var(--main-color);
  width: 100%;
  font-size: 4em;
  text-align: center;
}
.background.dark .subtitle {
  margin-top: 150px;
}
.faq h2 {
  font-size: 2.5em;
}
.faq h3 {
  float: left;
  font-size: 1.6em;
  width: 100%;
  margin: 0;
}
.faq p {
  font-size: 1em;
  width: 100%;
}
.faq .container_image {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.faq .container_image .image_box {
  float: left;
  width: 49%;
  background-position: center;
  background-size: cover;
  height: 300px;
  margin-bottom: 20px;
}
.wrapper.faq {
  float: left;
  width: 100%;
  background: #f7f7f7;
}
.wrapper_text.faq {
  padding: 50px;
  background: #fff;
  margin-left: -51px;
  border: 1px solid #eee;
  box-shadow: 0 0 15px #ccc;
}

.wrapper_text.faq .slide {
  float: left;
  width: 100%;
  height: 440px;
  margin-top: -50px;
  margin-bottom: 20px;
  margin-left: -50px;
  padding: 0 50px;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 0px 8px 0px;
}

.wrapper_text.faq .slide h1 {
  text-align: center;
  color: #fff;
  font-size: 3em;
  margin-top: 20%;
  margin-bottom: 5px;
  font-weight: 500;
}

.wrapper_text.faq .slide h2 {
  text-align: center;
  color: #fff;
  text-transform: none;
  font-size: 1.6em;
  font-weight: normal;
}
.wrapper_text.faq button {
  text-transform: unset;
  border-radius: 5px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     Località                                                             *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.wrapper .slide_full {
  float: left;
  width: 100%;
  height: 500px;
  margin-bottom: 40px;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 0px 8px 0px #c4c4c4;
}

.wrapper .slide_full h1 {
  width: 960px;
  text-align: left;
  color: #fff;
  font-size: 2.5em;
  font-weight: 500;
  margin: 0 auto;
}
.wrapper_text.faq.where {
  border: 0;
  box-shadow: none;
  padding-top: 0;
  text-align: justify;
}
.wrapper_text.faq.where h2 {
  float: left;
  width: 100%;
  font-size: 2em;
  text-align: left;
  text-transform: none;
}
.category_showcase ul.list.subcategory li .content_text {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.category_showcase.where ul.list li .content_text .category_title {
  margin-top: -155px;
  font-size: 2em;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*    Gift Voucher page                                                     *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.top-slide.gift {
  height: 550px;
}
.voucher_buy .title {
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #3f51b5;
  margin-bottom: 25px;
  font-size: 1.3em;
}
.voucher-usage {
  background: #f1f1f1;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
}
.voucher_buy button {
  background: #f60;
  color: #fff;
  border: 0;
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  font-size: 1em;
  margin-top: 10px;
}
.voucher_down button {
  background: #36579d;
  color: #fff;
  width: 32%;
  border: 0;
}
.voucher_down h4 {
  font-size: 1.3em;
  text-align: center;
  width: 100%;
  float: left;
  margin-top: 0;
}
.row2.gift {
  width: 46%;
  margin: 0 2%;
  float: left;
}
.image.voucher {
  height: 307px;
  margin: 30px 0;
}
.voucher_buy {
  float: left;
  margin-bottom: 40px;
}
.voucher-img {
  width: 70%;
}
form.voucher input,
form.voucher select {
  width: 50%;
  height: 35px;
  line-height: 35px;
  text-align: left;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 10px;
}
form.voucher input[type="checkbox"] {
  width: unset;
  height: 20px;
  width: 20px;
}
form.voucher .form-row {
  margin-bottom: 6px;
  min-height: 35px;
}
.errorString {
  font-size: 0.8em !important;
  color: red;
  text-align: right;
  margin-bottom: 6px;
  font-style: italic;
}
.terms-voucher {
  font-size: 0.85em;
  color: #aaa;
}
.terms-voucher ol,
.voucher-usage ul {
  padding-inline-start: 1em;
}
/**** XMAS ****/
.xmas-red {
  color: #bd2322 !important;
}
.xmas-red-bg {
  background: #bd2322 !important;
}
.xmas-box {
  background: #f1f1f1;
  height: 350px;
  box-sizing: border-box;
  margin: 50px auto;
  border-radius: 10px;
  color: white;
}
.xmas-box .box .text {
  box-sizing: border-box;
  padding-right: 20px;
}
.xmas-box .box .text ul {
  padding-left: 1em;
}
.xmas-box .box {
  height: 100%;
  background: url("/img/xmas-frame.png") no-repeat;
}
.xmas-box .box img {
  width: unset;
  height: 100%;
  margin-left: 8%;
}
h3.xmas {
  font-size: 1.3em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}
.xmas-box.home h3 {
  text-transform: uppercase;
  font-size: 1.3em;
}
.xmas-box button {
  background: var(--main-color);
  font-size: 1.1em;
  padding: 5px 10px;
  height: unset;
  line-height: unset;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     Category page                                                        *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.category .title {
  float: left;
  width: 100%;
}
.category h2 {
  font-size: 2.5em;
  text-transform: none;
}
.category h3 {
  font-size: 1.5em;
  color: #8d8d8d;
  margin: 0;
  font-weight: 500;
}
.category hr {
  float: left;
  border: solid var(--main-color) 3px;
  width: 130px;
  margin: 15px 0;
}
.category p {
  float: left;
  width: 100%;
  margin: 7px 0;
}
.category .content {
  float: left;
  width: 100%;
  text-align: justify;
}
.button_more {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.button_more h3 {
  float: left;
  text-align: center;
  width: 100%;
  font-size: 1.4em;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                                                          *
*     Test                                                                 *
*                                                                          *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.category_showcase.where h2 {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 2em;
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.category_showcase.where .subtitle {
  float: left;
  width: 100%;
  margin: 10px 0;
  text-align: left;
  font-size: 1.1em;
}
hr.left {
  float: left;
  border: solid var(--main-color) 3px;
  background: var(--main-color);
  width: 130px;
  margin: 10px 0;
}
hr.l {
  height: 5px;
  width: 130px;
  margin: 10px 0;
  background: var(--main-color);
  border: 0;
}
hr.center {
  float: none;
  border: solid var(--main-color) 3px;
  width: 150px;
  margin: 15px auto;
}
h2.home {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 2.1em;
}
.offer_showcase.home h2 {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 2em;
  text-transform: none;
}
.category_showcase ul.list.home li:nth-child(3n + 3) {
  margin-right: 0;
}
.category_showcase ul.list.home a:nth-child(3n + 3) li {
  margin-right: 0;
}
.category_showcase ul.list.home li .content_text {
  opacity: 1;
}
.category_showcase ul.list.home li .content_text .category_title {
  margin-top: -85px;
  font-size: 18px;
  text-transform: unset;
}
.row_text_yellow.home {
  text-align: justify;
  font-size: 1em;
}
.row_text_yellow.home p {
  float: left;
}
.row_text_yellow.home h2 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 2.5em;
  border: 0;
}
iframe.home {
  width: 100%;
  margin: 0;
}
.container960 {
  float: none;
  width: 960px;
  margin: 0 auto;
}

/* Food and Wine */
.row_FW {
  float: left;
  width: 100%;
  background: #fff;
  margin-bottom: -7px;
}
.row_FW .container.flex {
  width: 100%;
  text-align: center;
  background: #f4867d;
  flex-direction: column;
  margin-top: 10px;
}
.row_FW .container.flex p {
  width: 90%;
  margin: 0 5%;
  text-align: justify;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 15px;
}
.row_FW .container.flex button {
  margin: auto;
  border: 0;
  font-weight: 400;
  transition: 0.3s;
  font-size: 1.2em;
  text-decoration: underline;
  color: #fff;
  text-transform: none;
}
.row_FW .container.flex button:hover {
  color: #fbc6c2;
}
.row_FW .text {
  width: 90%;
  margin: 5%;
}
.row_FW .text i {
  font-size: 2em;
  margin-bottom: 15px;
}
.row_FW .image {
  width: 100%;
}

/* INDEX VAN ROW */
.row_van {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #f1f1f1; /*url('/img/van/bkvan.jpg')*/
  text-align: center;
}
.row_van p {
  margin: 5px;
  margin-bottom: 0;
  font-size: 1.15em;
}
.row_van h3 {
  margin: 0;
}
.row_van button {
  color: #3f51b5;
  padding: 5px 20px;
  font-size: 1.3em;
  text-decoration: underline;
  margin-top: 10px;
  height: unset;
  line-height: unset;
}
.row_van button:hover {
  color: var(--main-color);
}
.row_van .content_van {
  margin-right: 150px;
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.row_van .image_van {
  width: 250px;
  height: 250px;
  border-radius: 250px;
  background: #000 center no-repeat;
  background-size: cover;
}

/* STATIC PAGES RULES */
.top-slide {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
}
.top-slide i {
  font-size: 3em;
  color: var(--main-color);
  margin-bottom: 10px;
}
.top-slide .contentslide {
  width: 100%;
  height: 100%;
  background: #00000050;
  color: #fff;
  display: flex;
  align-items: center;
}
.top-slide .contentslide .title {
  font-weight: 600;
  font-size: 2.3em;
  line-height: 1.1;
}
.top-slide .contentslide .title.long-italic {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3;
  font-style: italic;
}
.content-page-text {
  color: #8c8c8c;
  font-size: 0.9em;
  text-align: justify;
  margin: 40px 0;
}

/* ITALIA PAGE RULES */
.category_showcase.where.home.loc.it {
  background: #f1f1f1;
}
.row_video_home .logo.it {
  width: 80%;
  max-width: 400px;
  margin: 0 10%;
}

/* FAQ PAGE RULES */
.titlefaq {
  width: 100%;
  font-size: 1.3em;
  font-weight: 500;
  text-transform: uppercase;
}
ul.faq {
  width: 96%;
  margin: 10px 0;
  padding: 2%;
  background: #f1f1f1;
  list-style-type: none;
}
ul.faq .faq-q {
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
ul.faq .faq-a {
  font-size: 0.85em;
  margin: 0;
}
ul.faq .faq-a li {
  list-style-type: disc;
}
ul.faq li.questions {
  margin-bottom: 20px;
}
ul.faq li:last-child {
  margin-bottom: 0;
}
/* TEAM MEMBERS PAGE */
.team h2 {
  font-size: 3em;
  font-weight: 600;
}
.team h3 {
  font-style: italic;
  color: #606060;
}
.team hr.left {
  float: none;
}
.team .picture-box {
  padding: 60px 0;
  width: 35%;
  padding-right: 5%;
  float: left;
}
.team .picture-box img {
  width: 250px;
  height: 250px;
  float: right;
  border-radius: 100%;
}
.team .bio {
  width: 50%;
  padding: 60px 5%;
  float: right;
  background: #f1f1f1;
}
.team .bio .title {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.3em;
}
.team .bio button {
  margin-top: 20px;
  float: right;
  color: var(--main-color);
  height: 35px;
  line-height: 1;
  font-size: 1.1em;
  text-decoration: underline;
}
.team .bio button:hover {
  color: #f60;
}
/* GIFT PAGE */
.coupon-code {
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1;
  color: #f60;
  font-weight: 500;
  background: #f1f1f1;
  border-radius: 7px;
  padding: 10px;
  box-sizing: border-box;
}
.coupon-code h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.gift img {
  height: 95%;
}
/* CONTACT PAGE */
.contact h3 {
  margin-block-end: 0;
  margin-top: 40px;
  display: flex;
}
.contact h3 i {
  color: var(--main-color);
  margin-right: 10px;
  font-size: 1.5em;
}
/* IUBENDA OVERRIDE */
#iubenda-pp-popup {
  top: 40px !important;
}
/* STATIC PAGE RULES */
.static-page-content {
  padding: 40px 0;
}
.static-page-content.txt-small {
  font-size: 0.9em;
}
.static-page-content h2 {
  line-height: 1.2;
}
.static-page-content h3 {
  margin-bottom: 0;
}
.static-page-content hr {
  float: none;
  border: solid var(--main-color) 2px;
  width: 130px;
  margin: 10px 0;
}
.edit-page-admin {
  text-align: right;
  margin: 10px;
  position: fixed;
  top: 80px;
  right: 0;
  background: #fff;
  padding: 6px;
  font-size: 0.9em;
  box-shadow: 0px 0px 3px 1px #bdbdbd;
}
.edit-page-admin i {
  margin-right: 5px;
}
/* MOBY-TIRRENIA PAGE */
.moby-tir {
  margin: 30px 0;
  color: #184f92;
}
.moby-tir .box {
  width: 50%;
}
.moby-tir .box450 {
  padding: 20px;
  width: 450px;
}
.moby-tir .blue {
  background: #184f92;
  color: #fff !important;
}
.moby-tir .main-color {
  background: #01aef0;
}
.moby-tir .txt {
  font-size: 0.9em;
  line-height: 1.4;
  text-align: justify;
}
.moby-tir .txt-long {
  width: 940px;
}
.moby-tir h3 {
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  font-size: 2.4em;
  line-height: 1.2;
}
.moby-tir span {
  background: #01aef0;
  padding: 0 5px;
}
.moby-tir .booking-row {
  padding: 30px 0;
}
img.w50 {
  width: 50%;
}
button.moby-tir {
  background: #f60;
  color: #fff;
  font-size: 1.2em;
  padding: 5px 20px;
  height: unset;
}
button.moby-tir:hover {
  background: #ff9956;
}
.covid-box {
  background: #fffae7;
}
.covid-box a {
  color: var(--main-color);
  font-size: 1.1em;
}
.covid-box a:hover {
  text-decoration: underline;
}

/* PRODUCT FLIPCARD OVERRIDE */
.offer_showcase ul.list li,
.offer_flipcard .flip_container {
  height: 420px;
  border-radius: 10px;
}
.offer_flipcard li .card {
  border-radius: 10px;
}
hr.offer {
  width: 70px;
  border: 0;
  height: 2px;
  background: var(--main-color);
  float: right;
  margin: 5px 5%;
}
.offer_flipcard li {
  height: unset;
  border-radius: 10px;
}
.list_result .offer_flipcard li {
  margin-top: 25px;
}
.offer_showcase ul.list li .category,
.offer_flipcard .category {
  margin: 15px 5%;
  padding: 4px 6px;
  border-radius: 5px;
  width: fit-content;
  max-width: 90%;
  font-size: 0.7em;
}
.offer_flipcard .card figure {
  background: white;
  border-radius: 10px;
}
.offer_flipcard li .card .front .title {
  font-weight: 500;
  width: 90%;
  padding: 0px 5% 10px;
}
.flip_container figure .descr {
  width: 90%;
  font-size: 0.85em;
  text-align: justify;
  line-height: 1.2;
  margin: 10px 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.flip_container figure .show-more {
  position: absolute;
  bottom: 8px;
  text-align: right;
  width: 95%;
  margin-right: 5%;
  color: #ff6600;
}

/* CHECKOUT */
.checkout-form * {
  box-sizing: border-box;
}
.checkout-form {
  margin: 30px 0;
}
.cutoff-alert {
  background: #ffe4e3;
  color: red;
  padding: 20px;
  margin-top: 20px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid red;
  max-width: 68%;
  box-sizing: border-box;
}
.cutoff-alert i {
  font-size: 2em;
  margin-bottom: 10px;
}
.checkout-box {
  border-radius: 10px;
  box-shadow: 0 0 4px #ccc;
  padding: 20px;
}
.checkout-box.form {
  padding: 25px;
  width: 68%;
}
.checkout-box.pay-now {
  background: #f7f7f7;
  width: 30%;
  position: sticky;
  top: 30px;
  height: fit-content;
  font-size: 0.9em;
}
.checkout-box.pay-now .total-cart {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
  font-weight: 500;
}
.checkout-form #couponForm input {
  height: 30px;
  line-height: unset;
  margin-right: 10px;
}
.checkout-form #couponForm h3 {
  margin-top: 0;
  text-align: left;
}
.checkout-form #couponForm button {
  background: var(--main-color);
  color: var(--main-text-color);
  text-transform: uppercase;
  padding: 5px 10px;
}
.checkout-form #couponForm button:hover {
  opacity: 0.6;
}
ul.checkout-product-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.checkout-product-list li.product-detail {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
ul.checkout-product-list .product-detail img {
  width: 180px;
  border-radius: 5px;
  margin-right: 30px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
ul.checkout-product-list .purchase-details .date {
  font-size: 0.85em;
  color: gray;
}
ul.checkout-product-list .purchase-details .title {
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 600;
  padding: 2px 0;
}
.pay-now ul.checkout-product-list .purchase-details .title {
  font-weight: 500;
}
ul.checkout-product-list .purchase-details .details {
  font-size: 0.9em;
  color: gray;
}
ul.checkout-product-list .purchase-details .price {
  font-size: 1.15em;
  font-weight: 500;
  text-align: right;
  color: #707070;
}
ul.checkout-product-list .purchase-details .price .deletedPrice {
  font-size: 0.85em;
  font-weight: 400;
  text-decoration: line-through;
  padding-right: 10px;
  color: #c9c9c9;
}
.checkout-form .btn-checkout {
  width: 100%;
  background: var(--main-color);
  color: var(--main-text-color);
  font-size: 1.1em;
  font-weight: 500;
  margin-top: 25px;
  padding: 10px;
}
.checkout-form .btn-checkout:hover {
  background: var(--main-color-hover);
}
.checkout-form .total-cart,
.order-recap .total-order {
  text-align: right;
  font-size: 1.4em;
  font-weight: 600;
  color: #f60;
}
.checkout-form .total-cart.no-discount {
  font-size: 1.15em;
  color: #404040;
}
.checkout-form .left-coupon-value {
  text-transform: none;
  font-weight: 400;
  font-size: 0.85em;
}
.checkout-form-input-row {
  padding-bottom: 10px;
  align-items: flex-start;
}
.checkout-form-input-row.paymentMethod > div {
  padding: 2px 0;
}
.checkout-form .radio-input {
  width: 48%;
  padding-bottom: 10px;
}
.checkout-form input[type="radio"] {
  height: unset;
  line-height: unset;
  margin: 0 10px;
  margin-left: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.checkout-form .input-box {
  width: 48%;
}
.checkout-form .input-box > .flexbox {
  align-items: flex-end;
}
.checkout-form .input-box label {
  font-size: 0.9em;
  font-weight: 500;
  padding-bottom: 10px;
  color: #707070;
  line-height: 1.2;
}
.checkout-form .input-box input {
  padding: 0 8px;
}
.checkout-form .input-box .error-msg {
  font-size: 0.8em;
  font-style: italic;
  color: red;
  padding: 3px 0;
  display: none;
}
.checkout-form input[type="checkbox"] {
  margin: 0;
  width: 18px;
  height: 18px;
}
.checkout-form .terms {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}
.checkout-form .del-icon {
  font-size: 1.5em;
  padding-bottom: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.checkout-form .del-icon:hover {
  color: red;
}
.checkout-form .coupon-request {
  font-size: 1.05em;
  padding-top: 4px;
  font-weight: 500;
  text-decoration: underline;
  color: var(--main-color);
  cursor: pointer;
  transition: 0.3s;
}
.checkout-form .coupon-request:hover {
  color: #f60;
}
.checkout-form .terms label {
  padding-left: 20px;
  text-decoration: underline;
  cursor: pointer;
}
#useInvoiceData {
  height: unset;
  padding-left: 0;
  padding-bottom: 10px;
}
#co-phoneNumber,
#co-referentPhoneNumber,
.checkout-form .address {
  width: 70%;
}
#co-phoneDialCode,
#co-referentPhoneDialCode,
.checkout-form .address-number {
  width: 27%;
}
#destinationCodeItem .radio-input label {
  font-size: 0.8em;
  line-height: 1;
  font-weight: unset;
  padding: 0;
  color: black;
}
.checkout-invoice-data {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
}
#paymentMethods {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 20px;
}
#badCouponAlert {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #ffd9d9;
  border: 1px solid red;
  border-radius: 5px;
  margin: 10px 0;
  color: red;
  font-size: 0.9em;
  padding: 5px;
}
.discount-applied {
  font-size: 1.15em;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 10px;
  color: green;
}

#mandate-acceptance {
  padding: 15px;
  font-size: 0.85em;
  background: #f9f9f9;
  border-radius: 10px;
  margin-top: 20px;
  border: 1px solid #e9e9e9;
  text-align: justify;
}

#stripeSepaRow,
#stripeRow {
  border-top: 1px solid #ccc;
}
.stripe-payment-description {
  padding-bottom: 10px;
}

/* THANKYOU PAGE */
.order-recap {
  border-radius: 10px;
  box-shadow: 0 0 4px #ccc;
  padding: 30px;
  margin: 40px 0;
  box-sizing: border-box;
}
.order-recap * {
  box-sizing: border-box;
}
.order-recap .checkout-discount .total-cart.no-discount {
  text-align: right;
  text-transform: uppercase;
  color: #404040;
  font-weight: 500;
  font-size: 1.15em;
}
.order-recap .bankPaymentMessage i {
  font-size: 2.2em;
  padding-bottom: 15px;
}
.order-recap .bankPaymentMessage {
  padding: 20px;
  font-size: 0.95em;
  border: 1px solid #f60;
  border-radius: 10px;
  color: #f60;
  background: #fff1d7;
  margin-bottom: 20px;
}
.order-recap .fa-smile,
.order-recap .fa-frown,
#emptyCartContainer .fa-frown {
  font-size: 7em;
  color: var(--main-color);
}
.order-recap h3,
#emptyCartContainer h3 {
  font-size: 1.5em;
  font-weight: bold;
}
.order-recap .reservation-id {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
}
.voucher-download i {
  padding-right: 5px;
  font-size: 1.5em;
}
.voucher-download.invoice {
  background: #1565c0;
  color: #fff !important;
}
.voucher-download.invoice:hover {
  background: #3f8ce3 !important;
}
.pending-payment:hover {
  opacity: 0.7;
}
.pending-payment {
  border-radius: 5px;
  background: #d9d9d9 !important;
  padding: 5px 10px;
  font-size: 0.9em;
}
.order-recap ul.checkout-product-list .purchase-details .details {
  padding-bottom: 10px;
}
.order-recap .order-details h4 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  padding-bottom: 25px;
  margin: 0;
}

/* Spin loader */
#spinnerLoader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000002;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 6px solid var(--main-color);
  border-color: var(--main-color) transparent var(--main-color) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hidden,
.hide {
  display: none !important;
}

#reviewForm label {
  font-weight: bold;
  text-transform: uppercase;
}
.stars {
  font-size: 2em;
  color: var(--main-color);
}

/* Splide carousel override  */
.splide__slide {
  border-radius: 0;
}
.splide.is-focus-in .splide__arrow:focus,
.splide.is-focus-in .splide__pagination__page:focus {
  outline: none !important;
}
.splide__arrow svg {
  fill: var(--main-color);
  transition: 0.3s;
}
.splide__pagination__page.is-active {
  background: var(--main-color);
}

.splide__arrow:hover svg,
.splide__arrow:hover:not(:disabled) svg {
  fill: var(--main-color);
  opacity: 0.8;
}
.splide__pagination__page {
  width: 7px;
  height: 7px;
  border-radius: 7px;
  margin: 5px;
}

/* SERVICES PAGES */
.slider--big {
  height: 65vh;
  background: black;
  padding: 0;
}
.slider--big .splide__track,
.slider--big .splide__slide {
  height: 100%;
}

/* CONTACT FORM */
h2.form-header {
  text-transform: unset;
  font-size: 2em;
  font-weight: bold;
}
.container--shadow {
  border-radius: 10px;
  box-shadow: 0 0 4px #ccc;
}
.contact-form label {
  padding-bottom: 5px;
  font-size: 0.9em;
  font-weight: 500;
  color: gray;
}

/* SELECT2 */
.select2-dropdown {
  z-index: 999999 !important;
  font-size: 0.85em;
}

.select2-container--default .select2-selection--multiple {
  min-height: 38px !important;
  border-color: #ccc !important;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #ccc !important;
}
.select2 textarea:focus {
  border: 0 !important;
  box-shadow: none !important;
}
.select2 button {
  line-height: unset !important;
  height: unset !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.w-100 .select2-container {
  width: 100% !important;
}

/* COUNTDOWN */
.expire-countdown {
  font-weight: bold;
  padding-left: 5px;
}
.swal-overlay {
  z-index: 9999999999 !important;
}

/**************************\
  Basic Modal Styles
\**************************/

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  width: 90%;
  max-width: 90%;
  max-height: 90vh;
  border-radius: 10px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: unset;
  border: 0;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
