@charset "UTF-8";
/* 
 * The public-facing CSS of the plugin.
 *
 * @link       https://haimisolutions.com
 * @since      1.0.0
 * 
 * @package    Omena Hotels Floating Tab
 * @subpackage Omena Hotels Floating Tab/public/assets/css
*/
.omh-floating-tab-popup .mfp-content {
  text-align: center;
}

.mfp-close-btn-in.omh-floating-tab-popup .mfp-close {
  color: #fff;
  top: 0;
  right: 0;
  border-radius: 0;
  opacity: 1;
}

.omh-floating-tab-container {
  box-sizing: border-box;
  padding: 0;
  visibility: visible;
  transform: translateX(0px);
  transition: -webkit-transform 0.4s ease-in-out 0s, transform 0.4s ease-in-out 0s;
  display: block;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .omh-floating-tab-container {
    position: relative;
    margin: 0 auto;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .omh-floating-tab-container {
    z-index: 1000;
    margin: 0;
    position: fixed;
    transform: translateX(0px);
    top: 40%;
    bottom: auto;
    left: 0px;
    right: auto;
    transition: -webkit-transform 0.4s ease-in-out 0s, transform 0.4s ease-in-out 0s;
  }
}
.omh-floating-tab-heading {
  background: #d5232b;
  color: #fff;
  display: block;
  margin: 0;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  transition: width 0.45s ease-out;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .omh-floating-tab-heading {
    float: left;
  }
}
.omh-floating-tab-toggle {
  border-radius: 0 3px 3px 0;
  background: #d5232b;
  display: block;
  float: left;
  cursor: pointer;
  touch-action: manipulation;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}

.omh-floating-tab-toggle-icon {
  vertical-align: middle;
  margin-bottom: 2px;
}

.omh-floating-tab-toggle-icon path {
  fill: #fff;
  transition: fill 0.3s ease-out;
}

.omh-floating-tab-toggle:hover .omh-floating-tab-toggle-icon path {
  fill: #f3b7ba;
}

.omh-floating-tab-body {
  border-radius: 0 0 3px 0;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .omh-floating-tab-body {
    position: absolute;
    top: 45px;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
  }
}
.omh-floating-tab-img {
  width: 280px;
  display: block;
}

.omh-floating-tab-content {
  width: 280px;
  transition: height 0.4s;
  -webkit-transition: height 0.4s;
  -webkit-transition-style: preserve-3d;
  border-radius: 0 0 3px 3px;
  padding: 0 20px;
  margin: 0 auto;
}

.omh-floating-tab-content h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 16px 0;
  padding: 0;
  font-weight: 400;
  display: block;
  color: #d5232b;
}

.omh-floating-tab-content p {
  margin: 1em 0;
  width: 100%;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
}

.omh-floating-tab-content ul, .omh-floating-tab-content ol {
  padding: 7px 20px 5px;
  text-align: left;
  text-indent: initial;
  display: inline-block;
  margin-left: 11px auto;
  padding: 0 20px 5px;
}

.omh-floating-tab-content ul li, .omh-floating-tab-content ol li {
  line-height: 18px;
  padding: inherit;
  position: relative;
  padding-left: 8px;
  margin: 14px 0;
  font-size: 12px;
}

.omh-floating-tab-content ul li {
  list-style: none;
}

.omh-floating-tab-content ul li:before {
  position: absolute;
  left: -18px;
  top: -2px;
  content: "✓";
  font-size: 20px;
}

.omh-floating-tab-campaign-code {
  padding: 10px 10px 20px;
}

.omh-floating-tab-campaign-code-label {
  padding: 0 0 8px;
  margin: 0 auto;
  font-size: 12px;
  display: block;
  height: 30px;
  line-height: 30px;
}

.omh-floating-tab-campaign-code-field {
  margin: 0 auto;
  padding: 0 20px;
  height: 31px;
  line-height: 31px;
  border-radius: 15px;
  border-width: 0px;
  font-size: 12px;
  display: inline-block;
  font-family: "Courier New";
  text-align: center;
  letter-spacing: 0.7px;
  background-color: #d8d8d8;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
}

.omh-floating-tab-campaign-code-copy {
  top: 3px;
  display: inline;
  position: relative;
  cursor: pointer;
  cursor: hand;
  padding: 0;
  margin: 0 10px 0 -30px;
  line-height: 30px;
}

.omh-floating-tab-campaign-code-copy::before {
  content: "\e205";
  font-family: "Glyphicons Halflings";
}

.omh-floating-tab-usp-table {
  margin: 0 auto;
  padding: 20px 10px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 12px;
}

.omh-floating-tab-usp-th {
  display: flex;
}

.omh-floating-tab-usp-th-col {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
}

.omh-floating-tab-usp-th-col:first-child {
  border-left: 1px solid #ccc;
  border-radius: 3px 0 0 0;
  width: 100px;
}

.omh-floating-tab-usp-th-col:nth-child(2) {
  border-left: 1px solid #ccc;
  border-radius: 3px 3px 0 0;
  margin-left: -1px;
  margin-top: -9px;
  padding: 10px 5px 5px;
  width: 81px;
  box-shadow: 5px 0px 3px -2px rgba(0, 0, 0, 0.1);
}

.omh-floating-tab-usp-th-col:last-child {
  border-radius: 0 3px 0 0;
}

.omh-floating-tab-usp-tbody-row {
  display: flex;
}

.omh-floating-tab-usp-tbody-col {
  line-height: 12px;
  border-right: 1px solid #ccc;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  padding: 0 2px;
  min-height: 40px;
}

.omh-floating-tab-usp-tbody-col:first-child {
  border-left: 1px solid #ccc;
  width: 100px;
}

.omh-floating-tab-usp-tbody-row:nth-child(odd) .omh-floating-tab-usp-tbody-col {
  background: #e7e7e7;
}

.omh-floating-tab-usp-tbody-row:nth-child(even) .omh-floating-tab-usp-tbody-col {
  background: #fff;
}

.omh-floating-tab-usp-tbody-row .omh-floating-tab-usp-tbody-col:nth-child(2) {
  border-bottom: 0;
  position: relative;
  box-shadow: 5px 0px 3px -2px rgba(0, 0, 0, 0.1);
  margin-top: -5px;
  padding-top: 5px;
  background: #fff;
}

.omh-floating-tab-usp-tbody-row:last-child .omh-floating-tab-usp-tbody-col {
  border-bottom: 1px solid #ccc;
}

.omh-floating-tab-usp-tbody-row:last-child .omh-floating-tab-usp-tbody-col:first-child {
  border-radius: 0 0 0 3px;
}

.omh-floating-tab-usp-tbody-row:last-child .omh-floating-tab-usp-tbody-col:nth-child(2) {
  border-bottom: 0;
  position: relative;
}

.omh-floating-tab-usp-tbody-row:last-child .omh-floating-tab-usp-tbody-col:nth-child(2):after {
  content: "";
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  padding-bottom: 12px;
  width: 81px;
  height: 12px;
  position: absolute;
  bottom: -10px;
  left: -1px;
  box-shadow: 5px 0px 3px -2px rgba(0, 0, 0, 0.1);
}

.omh-floating-tab-usp-tbody-row:last-child .omh-floating-tab-usp-tbody-col:first-child {
  border-radius: 0 0 3px 0;
}

.omh-floating-tab-usp-logo {
  position: relative;
  left: 1px;
  max-width: 70px;
  max-height: 30px;
}

.omh-floating-tab-usp-yes {
  color: #5cb85c;
  font-weight: 600;
}

.omh-floating-tab-usp-no {
  color: #d9534f;
  font-weight: 600;
}

.omh-floating-tab-btn-container {
  padding: 20px 10px;
}

.omh-floating-tab-open-mobile {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background: #5cb85c;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
}

.omh-floating-tab-open-mobile::before {
  content: "\e102";
  font-family: "Glyphicons Halflings";
  font-size: 40px;
  color: #fff;
}