/*---------------Monica change 202007------------------*/
.buy-container {
	padding: 40px 20px;}
.buy-title h2{
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 10px 0;}
.buy-title p{
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 30px 0;}
.typeFocus {
	color: #ffffff !important;
	background-color: #008bd5 !important;
	font-weight: 500 !important;}
#dealersSection h1 {
	margin-top: 20px;
	margin-bottom: 10px;}
#dealerSectionEU hgroup {
	margin-bottom: 20px; }
.buy-region li {
    margin-bottom: 10px; }
#dealerSectionEU hgroup .nav-pills > li + li, .buy-region .nav-pills > li + li {
    margin-left: 0; }
#dealerSectionEU hgroup .nav > li > a, .buy-region .nav > li > a {
    color: #333333;
    padding: 10px !important;
    border-radius: 0; }
#dealerSectionEU hgroup .nav > li > a:focus, #dealerSectionEU hgroup .nav > li > a:hover, .buy-region .nav > li > a:focus, .buy-region .nav > li > a:hover {
      color: #ffffff;
      background-color: #008bd5 !important;
      /*font-weight: 600;*/ }
#dealerSectionEU hgroup li > a, .buy-region li > a {
    background-color: #e6e6e6; }
#dealerSectionEU hgroup li > a::before, .buy-region li > a::before {
      content: "| ";
      font-size: 16px;
      font-weight: 700;
      line-height: 0; }
#dealerSectionEU hgroup li{
	margin: 0 0 -10px 0;
	padding: 10px 0 10px 10px;}
/*buyResult*/
.buyResult {
  display: block;
  width: 100%; }
.buyResult ol li{
	line-height: 1.5;}
.buyResult ol li:first-of-type {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 5px; }
.logo-block-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  -ms-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;}
.logo-block-wrapper figure {
    margin-bottom: 20px; }
.logo-block-wrapper p {
    display: table;
    height: 100%;
    min-height: 200px;
    width: 100%; }
.logo-block-wrapper .thumbnail {
    padding: 60px 20px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;}
  .logo-block-wrapper img {
    vertical-align: middle; }

/*----------Country flag----------*/
.country-flag {
	display: inline-block;
	margin: 0 0 20px 0; }
.country-flag i {
	font-size: 30px;
	height: 30px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    margin-right: 15px;}
.country-flag span{
	font-size: 14px;}
.flag-icon-ot {
  background-image: url(../../../../../content/css/country-flag/flags/4x3/ot.svg); }
  .flag-icon-ot.flag-icon-squared {
    background-image: url(../../../../../content/css/country-flag/flags/1x1/ot.svg); }
/*---------SVG map wrapper---------*/
.map-section svg {
  /*for IE*/
  width: 100%;
  min-height: 440px; }
.map-wrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px; }
.map-section {
  position: relative;
  height: 100%;
  margin-bottom: 20px;
  border: 1px solid #BDC0BA;
  padding: 0px;
  line-height: 0; }
  .map-section .btn-clear {
    position: absolute;
    top: 10px;
    left: 10px; }
.country-list {
  /*display: block;
  width: 100%;*/ }
.country-list ul {
    margin: 0;
    padding: 0; }
.country-list li {
    list-style: none;
    margin-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px; }
.country-list li a {
      display: block;
      padding: 6px 3px;
      text-decoration: none; }
      .country-list li a:hover, .country-list li a:active {
        color: #FFF;
        background: #127bbb; }

/*Europe map: country list*/
.eu-bg {
	fill: #ececec;
	stroke: #ececec; }
.eu-country {
	display: inline-block; }
.eu-country li {
	display: block;
    float: left;
    width: 170px;
    margin-right: 2px; }
/*--------------------svg map status--------------------------*/
#states .st1.on {
  fill: #47aedb; }
#states .st0.on {
  fill: #cccccc; }
.list-of-states li {
  /*padding: 0px;*/ }
  .list-of-states li.on, .list-of-states li.on a {
    background: #127bbb;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none; }
  .list-of-states li.pick, .list-of-states li.pick a {
    background: #47aedb;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none; }
.st0, .st1 {
  stroke: #000000;
  stroke-width: 0.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: all 200ms ease-in-out; }
.st0 {fill: #ECECEC; }
.st1 {fill: #ced9df; }
#world, .bg-world {
  fill: #F6F6F6; }
/*mouseover tooltip on maps*/
#info-box {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  color: #47aedb;
  text-align: center;
  background: #FFF;
  border: 1px solid #47aedb;
  border-radius: 4px;
  margin: 5px auto 0;
  padding: 5px 10px;
  opacity: 0.8;
  z-index: 5; }
  #info-box:hover {
    display: block; }

@media screen and (max-width: 906px) {
.eu-country li {
	width: 25%;
	margin-right: 0; }
}
@media screen and (max-width: 768px) {
.country-list {
	padding: 0;}
}
@media screen and (max-width: 734px) {
.eu-country li {
	width: 33.33%;
	margin-right: 0; }
}
@media screen and (max-width: 646px) {
.eu-country li {
	width: 50%; }
}


