﻿.sp-methods .payment-icon {

}

.flag-dropdown .dropdown-content {
    margin-left: -156px;
}

.flag-dropdown .dropdown-button,
.nav-link-icons .menu-link-country {
    position: relative;
}

.flag-dropdown .dropdown-button .flag.flag-label,
.nav-link-icons .menu-link-country .flag.flag-label {
    position: absolute;
    width: 13px !important;
    height: 13px !important;
    top: -5px;
    right: -6px;
    border: 1px solid #f6f3f2;
    background-size: 11px 13px !important;
}

.nav-link-icons .menu-link-country .flag.flag-label {
    top: 9px;
    right: 0px;
}

.product-essential .package-price .package-price-value {
    font-size: 23px;
    line-height: 20px;
}

.product-essential .package-price .unit-price-value {
    font-size: 21px;
}

.product-essential .package-price .price-row {
    margin-left: 0em;
}

.product-essential .package-price {
    margin-top: 3em;
    margin-bottom: 1em;
}

header#planeo-world-header .header-area .header .logo-wrapper .logo img {
    width: 111px;
}

.header-area .header .logo-wrapper a {
    position: relative;
}

.header-area .header .logo-wrapper .header-logo-text {
    position: absolute;
    bottom: -28px;
    right: 50px;
    color: #6d3b36;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: proxima-nova,sans-serif;
}

.navigation-bar .nav-brand-icon a {
    position: relative;
}

.navigation-bar .nav-brand-icon a .header-logo-text {
    position: absolute;
    bottom: -6px;
    right: 34px;
    color: #6d3b36;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: proxima-nova,sans-serif;
}

@media screen and (max-width: 1200px) {
    header .header {
        grid-template-columns: 1fr 1.5fr .5fr !important;
    }

}

@media screen and (max-width: 1023px) {
    header#planeo-world-header .header-area .header .logo-wrapper .logo img {
        width: 90%;
    }
    .header-area .header .logo-wrapper .header-logo-text {
        right: 29%;
    }
}

#co-payment-form #checkout-payment-method-load dt {
    border-left: none;
    border-right: none;
}

#co-payment-form .fieldset .sp-methods {
    border-bottom: none;
}