.no-hover{
    pointer-events: none;
}

.close {
    color: #fff;
    opacity: 1;
}

.exchange-table {
    width: 200px;
}

.currency-container div {
  background-color: #fff !important;
}

.close:hover {
  opacity: 0.5;
  color: #fff;
}

.popover {
    max-width: 671px;
}

.popover-header {
    padding: 0;
    border-bottom: none;
    font-size: unset;
}

.popup-country {
    top: auto;
    bottom: 100%;
    position: absolute;
    display: none;
    width: 490px;
    min-height: 233px;
    z-index: 600;
    background: #fff;
    border-radius: 2px;
    -moz-box-shadow: 0 3px 30px 0 rgba(62, 63, 62, .5);
    -webkit-box-shadow: 0 3px 30px 0 rgba(62, 63, 62, .5);
    box-shadow: 0 3px 30px 0 rgba(62, 63, 62, .5);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup-country .co-title {
    min-height: 42px;
    padding: 14px 20px;
    line-height: 1.3;
    border-radius: 2px;
    background-color: #ffce52;
    -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .15);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup-country .popup-description {
    padding: 20px;
}

[class^=icon-], [class*=" icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.popup-country .popup-description {
    padding: 20px;
}

.popup-country .co-title .close {
    position: absolute;
    right: 20px;
    font-size: 10px;
    top: 12px;
    line-height: 2;
}

.vaccinations-box a {
    color: #73ae3a;
}

.vaccinations-box td, .vaccinations-box a {
    font-size: 14px;
    font-weight: 600;
    color: #7c8082;
}

.popup-country a {
    color: #73ae3a;
    cursor: pointer;
    background: 0 0;
    text-decoration: none;
}

.popup-country .popup-description li {
    position: relative;
    width: 0;
    margin-bottom: 0;
    margin-right: 3px;
    float: none;
    font-size: 13px;
    line-height: 1.53846154;
    color: #73ae3a;
    font-weight: 600;
}

.popup-country .popup-description p {
    display: inline;
    font-size: 13px;
    color: #7c8082;
    font-weight: 600;
}


.popup-country .popup-description ul, .popup-country .popup-description li {
    display: inline;
}

.safari-info ul {
    display: inline-block;
}

.popup-country ul, .popup-country ol {
    list-style: none;
}


.popup-country p {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}


/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
#map-canvas {
    height: 10%;
    min-height: 250px;
    width: 100%;
    max-height: 350px;
}


/* countries list style */
.content-wrap {
  max-width: 800px;
  width: 85%;
  margin: 0 auto;
  padding: 60px 0;
}
.list-flag{
  width: 25px;
  height: 24px;
}
.photos{
  width: 120px;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .photos {
    padding:2px 4px;
    font-size:80%;
    line-height: 1;
    border-radius:3px;
    width: 80px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .photos {
    padding:4px 9px;
    font-size:90%;
    line-height: 1.2;
    width: 90px;
  }
}

/* Countries */

#card-size-country {
max-width: 340px;
min-width: 340px;
}

/* Heart */
#heart-TP-card{
  bottom: 160px;
  right: 14px;
  font-size: 2.2em !important;
}