/* ================================================= Styles for Smartwatch Guide ========================================================= */
#page .content-section-1,
#page .content-section-2,
#page .content-section-3,
#page .content-section-4,
#page .content-section-5,
#page .content-section-6 {display: none;}

#smartwatch-select {
  width: 220px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid gray;
  margin: 15px auto;
  margin-left: 10px;
  font-size: 15px;
  color: #666;   
  text-align-last: center;
}
#smartwatch-select option{
  height: 24px;
  width: 150px;
  border-radius: 5px 5px 5px 5px;
}
#smartwatch-chooser label {font-size: 16px;}

/* ================================================= Styles for Pages General ========================================================= */

#page div {
  text-align: left;
}

#page .local-data-sim-content {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

#page .local-data-sim-content.with-header-image {
  margin-top: 350px;
}


#page .local-data-sim-content h3 {
  margin-top: 45px;
  margin-bottom: 15px;
}

#page .local-data-sim-content .light-blue-background {
  background-color: #dcf4f3;
  padding-left: 7px;
  padding-right: 7px;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

#page .local-data-sim-header {
  width: 100%;
  height: 315px;
  background-size: cover; 
  background-position: center center;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50px;
  max-width: 1260px;
}

#page .local-data-sim-header.spain {
  background: url();
}

#page .local-data-sim-header.france {
  background-image: url('/cdn/shop/files/paris.jpg?5333589917369861853');

}

#page .local-data-sim-header.netherlands {
  background-image: url('/cdn/shop/files/holland.jpg?5333589917369861853');
}

#page .local-data-sim-header.uk {
  background-image: url('/cdn/shop/files/london_uk.jpg?5333589917369861853');
}

#page .local-data-sim-header.germany {
  background-image: url('/cdn/shop/files/germany.jpg?5333589917369861853');
}

#page .local-data-sim-header.canada {
  background-image: url('/cdn/shop/files/canada.jpg?5333589917369861853');
}

#page .local-data-sim-header.italy {
  background-image: url('/cdn/shop/files/italy.jpg?5333589917369861853');
}

#page .local-data-sim-header.china {
  background-image: url('/cdn/shop/files/china_23f3fe7b-7080-4ced-9177-c82756c817a4.jpg?6310492856524866847');
}

#page .local-data-sim-header.greece {
  background-image: url('/cdn/shop/files/greece.jpg?1550639105817943410');
}

#page .local-data-sim-header.cyprus {
  background-image: url('/cdn/shop/files/cyprus_1.jpg?11411064591652936658');
}

#page .local-data-sim-header.spain {
  background-image: url('/cdn/shop/files/spain.jpg?16000947307964796521');
}

#page .local-data-sim-header.turkey {
  background-image: url('/cdn/shop/files/Turkey.jpg?7260368526178936204');
}

#page .local-data-sim-header.israel {
  background-image: url('/cdn/shop/files/Tel-Aviv.jpg?2720562965914159269');
}


#page {
  /*  padding-bottom: 30px;
  padding-top: 30px; */
}

#page .block.grey {
  background-color: #fbfbfb;
}

#page .vertical-space-provider {
  height: 50px;
}

#page .local-data-sim-content li {
  padding: 0;
}

@media only screen and (max-width: 767px) {  
  #page .local-data-sim-header {
    height: 250px;
  }

  #page .local-data-sim-content.with-header-image {
    margin-top: 285px;
  }
}

@media only screen and (max-width: 600px) {
  #page .vertical-space-provider {
    height: 20px;
  } 

  #page .local-data-sim-header {
    height: 150px;
  }

  #page .local-data-sim-content ul, 
  #page .local-data-sim-content ol {
    padding-left: 10px;
    margin-left: 10px;
  }

  #page .local-data-sim-content.with-header-image {
    margin-top: 185px;
  }

  #page .local-data-sim-content h3 {
    margin-top: 25px;
  }

}

#page h1 {
  font-size: 36px;
  font-family: Lato, sans-serif;
  text-align: left;
  text-transform: none;
  font-weight: 400;
  line-height: 40px;
}

#page li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
}

#page h2 {
  font-size: 27px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  text-transform: none;
  margin-bottom: 20px;
  margin-top: 20px;
}

#page h3 {
  font-size: 18px;
  font-family: Lato, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}

#page h4 {
  font-size: 18px;
  font-family: Lato, sans-serif;
  font-weight: 600;
  text-align: left;
}

#page p, 
#page ul, 
#page ol {
  font-size: 15px;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  margin-bottom: 20px;
}

#page ul, 
#page ol {
  padding-left: 20px;
  margin-left: 20px;
}

#page span {
  font-size: 14px;
}

#page a {
  color: #25bbb6; 
  font-weight: 400;
}

#page table {
  margin-top: 15px;
  margin-bottom: 15px;
  border-collapse: collapse;
  table-layout: auto;
  column-width: auto;
  width: auto;
  padding: 10px;
}

#page tr {
  width: auto;
}

#page td {
  text-align: left;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
  border-width: 0px;
  width: auto;
}


#page #hotspot-vs-sim table {
  margin-top: 15px;
  margin-bottom: 15px;
  table-layout: auto;
  column-width: auto;
  width: auto;
}

#page #hotspot-vs-sim tr {
  width: auto;
  border-width: 1px;
  border-style: solid;
  border-color: black;
}

#page #hotspot-vs-sim td {
  text-align: center;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  width: auto;
}

#page h4.question {
  cursor: pointer;
  color: #666666;
  font-family: Lato, sans-serif;
  font-size: 16px !important;
  text-align: left;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 7px;
  padding-top: 7px;
  padding-left: 40px;
  line-height: 28px;
  text-transform: none;
}

@media only screen and (min-width: 1024px) {
  #page img {
    max-width: 940px;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 720px){
  #page img {
    max-width: 680px;
  }
}


/* ================================================= Styles for Shipping Page ========================================================= */
#shipping-main .block .block-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  box-sizing: border-box;
}

#shipping-main .block {
  padding-bottom: 30px;
  padding-top: 30px;
}

#shipping-main .block:first-of-type {
  padding-top: 0;
}

#shipping-main .remove-padding-left {
  padding-left: 0 !important;
}

#shipping-main .remove-padding-right {
  padding-right: 0 !important;
}

#shipping-main .w-90 {
  width: 90%;
  margin: 10px auto;
}

@media only screen and (max-width: 1024px) {
  #shipping-main .block .block-content{
    padding-left: 20px;
    padding-right: 20px;
  }

  #shipping-main .add-padding-left {
    padding-left: 20px;
  }

  #shipping-main .add-padding-right {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 599px) {
  #shipping-main .block {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  #shipping-main .block .block-content{
    padding-left: 10px;
    padding-right: 10px;
  }

  #shipping-main .remove-padding-left {
    padding-left: 0;
  }

  #shipping-main .remove-padding-right {
    padding-right: 0;
  }
}

#page .usa-ship-info th{
  font-style: bold;
  vertical-align: top;
  background: #f4f4f4;
  border: solid 3px #fbfbfb;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 8px;
}

#page .usa-ship-info tr{
}

#page .usa-ship-info td{
  vertical-align: center;
  text-align: center;
  border: solid 3px #fbfbfb;
  line-height: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}


@media only screen and (max-width: 600px) {
  #page .usa-ship-info th{
    border-width: 1px;
    line-height: 15px;
  }

  #page .usa-ship-info td{
    border-width: 1px;
  }
}


#page .usa-ship-info tr:nth-of-type(2) td:first-of-type{
  background: #f4f4f4;
}

#page .usa-ship-info tr:nth-of-type(2) td:last-of-type{
  background: #f4f4f4;
}

#page .usa-ship-info tr:nth-of-type(odd){
  background: #f4f4f4;
}

#page .shipping-table-wrapper {
  width: 100%;
  height: 100%;
  text-align: left;
  margin-bottom: 90px;
  /*    padding: 0px 10px 0px 10px; */
  box-sizing: border-box;
}

#page .shipping-table-wrapper>div {
  display: inline-block;
  min-width: 300px;
  height: auto;
  text-align: center;
  vertical-align: top;
}

#page .shipping-table-wrapper .country {
  cursor: pointer;
  /* position: relative; */
}

#page .shipping-table-wrapper .ship-info {
  display: none;
  font-size: 11px;
  width: 300px;
  box-shadow: 0px 6px 10px rgba(0,0,0,0.1);
  position: absolute;
  background: #ffffff;
}

#page .shipping-table-wrapper .ship-info p {
  padding: 10px;
}

#page .shipping-table-wrapper table{
  font-size: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
}

#page .shipping-table-wrapper .expanded-shipping-info{
  background: #f47061 !important;
  color: #ffffff;
}

#page .ship-info th{
  font-weight: 400;
  vertical-align: top;
  background: #f4f4f4;
  border: solid 1px #f4f4f4;
  line-height: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

#page .ship-info table tr:first-child th,
#page .usa-ship-info table tr:first-child th {
  border-top: 0;
}
#page .ship-info table tr:last-child td,
#page .usa-ship-info table tr:last-child td {
  border-bottom: 0;
}
#page .ship-info table tr td:first-child,
#page .ship-info table tr th:first-child,
#page .usa-ship-info table tr td:first-child,
#page .usa-ship-info table tr th:first-child {
  border-left: 0;
}
#page .ship-info table tr td:last-child,
#page .ship-info table tr th:last-child {
  border-right: 0;
}

#page .ship-info table tr td[rowspan] {
  border-bottom: none;
}


#page .ship-info td{
  font-size: 11px;
  text-align: center;
  border: solid 1px #f4f4f4;
  line-height: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  padding-left: 10px;
}

#page .ship-info tr:nth-of-type(odd) td{
  background: #f4f4f4;
}

#page .ship-info tr:nth-of-type(even) td{
  background: #fbfbfb;
}


#page .shipping-table-wrapper .country .title {
  text-align: left;
  text-align: center;
  font-size: 15px;
  line-height: 35px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #ffffff;
}

#page .shipping-table-wrapper .country:nth-of-type(odd) .title {
  background-color: #f4f4f4;
}

#page .shipping-table-wrapper .country:nth-of-type(even) .title {
  background-color: #fbfbfb;
}

#page .shipping-table-column {
  vertical-align: top;
}

@media only screen and (max-width: 1024px) {
  #page {
    padding-left: 20px;
    padding-right: 20px;
  }

  #page .usa-ship-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 599px) {
  #page {
    padding-left: 10px;
    padding-right: 10px;
  }

  #page .shipping-table-wrapper .country .title {
    width: 100%;
    max-width: none;
  }

  #page .shipping-table-wrapper>div {
    width: 100%;
  }

  #page .shipping-table-wrapper .ship-info {
    width: calc(100% - 20px);
  }

  #page .usa-ship-info {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 400px)
{
  #page .usa-ship-info {
    font-size: 10px;
  }

  #page .usa-ship-info td {
    font-size: 10px;
  }

}

@media only screen and (min-width: 939px)
{
  #page .shipping-table-column {
    display: inline-block;
    width: 300px;
  }
}  
/*================================================= Contact US Form ================================================*/
#contactFormWrapper p{
  text-align: center;
}

#contactFormWrapper p .btn{
  height: 30px;
  background: #F37061;
  border: 0px;
  width: 178px;
  color: white;
  font-size: 14px;
  font-weight: bold;
}

#contactFormWrapper input {
  height: 30px;
  padding-left: 5px;
}

.successFormfeedback p{
  text-align: center;
  color: orange;
}

.errorFormFeedback p{
  text-align: center;
  color: red;
}

#advancedContactFormWrapper {
  width: auto;
  max-width: 400px;
  margin: auto;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

#advancedContactFormWrapper input{
  width: 100%;
  height: 40px;
  padding-left: 10px;
  font-size: 14px;
  box-sizing: border-box;
}

#advancedContactFormWrapper input[type="submit"]{
  width: 100%;
  height: 50px;
  color: #ffffff;
  font-size: 20px;
  border: 0;
}

#advancedContactFormWrapper p{
  padding: 0px;
  margin-bottom: 15px;
}
/*===================================================== FAQ   ======================================================*/
#faq {
  max-width: 937px;
  margin-left: auto;
  margin-right: auto;
}

#faq .topic {
  padding-bottom: 10px;
  /* border-top: solid 1px #BEBEBE; */
}

#faq .topic-header {
  /* display: inline-block; */
  vertical-align: top;
  /* width: 25%; */
}

#faq .questions {
  display: inline-block;
  width: 100%;
}

#faq .topic h2{
}

#faq .question-wrapper {
}

#faq .answer {
  display: none;
  padding-left: 35px;
  /* padding-bottom: 1px; */
  padding-right: 20px;
}

#faq .question{
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  color: #0d3b4e;
  margin: 7px;
}

#faq table {
  margin-left: 10px;
}

#faq td, th {
  border: solid 1px #000000;
  text-align: center;
}

#faq th {
  font-weight: bold;
  background: #E2E2E2;
}

#faq .question .arrow-down {
  border-top: 7px solid #666666;
}

#faq .question .arrow {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 1px;
  margin-left: -28px;
}

#faq .question .arrow-up {
  border-bottom: 7px solid #F47061;
}

#faq .question-wrapper .question{
  padding-left: 30px;
}

.faq-search {
  display: inline-block;
  float: right;
  height: 35px;
  margin-top: 52px;
}

.faq-search input[type=text] {
  border: 1px solid #acacac;
  height: 34px;
  font-size: 13px;
  font-family: Lato, sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* margin-top: 8px; */
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  border-right: none;
}

.faq-search button[type=submit] {
  background: #25bbb6;
  -webkit-appearance: none;
  border: none;
  padding: 0;
  margin: 0;
  height: 34px;
  box-sizing: border-box;
  width: 34px;
  margin-left: -4px;
  color: #fefefe;
  font-size: 15px;
  /* border-bottom: 1px solid black; */
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
}

#page .answer p {
  text-align: left;
  color: #666666;
  font-family: Lato, sans-serif;
  font-size: 13px !important;
  line-height: 23px;
  margin: 0px;
  padding-bottom: 10px;
}

#page .answer li {
  font-size: 13px;
}

@media only screen and (max-width: 1023px) {
  .faq-search {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
  }

  .faq-search input[type=text] {
    width: -moz-calc(100% - 34px);
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
  }
}

@media only screen and (max-width: 1023px) {
  #faq .topic-header {
    width: 100%;
  }

  #page h4.question {
    line-height: 22px;
  }

  #page {
    /*     margin-bottom: 20px;
    margin-top: 20px; */
  }

  #page h1 {
    font-size: 26px;
    line-height: 30px;
  }

  #page h2 {
    font-size: 20px;
    line-height: 25px;
  }

  #page h3 {
    font-size: 16px;
    line-height: 20px;
  }

  #page h4 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 1024px) {


  #faq-header {
    float: left;
  }
}

#faq-header {
  margin-bottom: 5px;
}

#faq .faq-header {
  background: url('/cdn/shop/files/faq-icon.png?8198707296399300250') left top no-repeat;
  padding-left: 70px;
  line-height: 80px;
  margin-bottom: 0;
  margin-top: 30px;
}

#page .terms-and-conditions-header {
  background: url('/cdn/shop/files/terms-and-conditions-icon.png?899834252364573154') left top no-repeat;
  padding-left: 70px;
  line-height: 82px;
  margin-top: 30px;
  margin-bottom: 0;
}

#page .return-and-refund-header {
  background: url('/cdn/shop/files/refund-icon.png?899834252364573154') left top no-repeat;
  padding-left: 90px;
  line-height: 81px;
  margin-top: 30px;
  margin-bottom: 0;
}

#page .privacy-policy-header {
  background: url('/cdn/shop/files/privacy-policy-icon.png?899834252364573154') left top no-repeat;
  padding-left: 55px;
  line-height: 81px;
  margin-top: 30px;
  margin-bottom: 0;
}

#page .shipping-policy-header {
  background: url('/cdn/shop/files/shipping-icon.png?899834252364573154') left 29px no-repeat;
  padding-left: 98px;
  line-height: 82px;
  margin-top: 0;
  padding-top: 30px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  #faq .faq-header,
  #page .terms-and-conditions-header,
  #page .return-and-refund-header{
    padding-left: 45px;
    line-height: 32px;
    background-size: 40px;
    background-position: left top;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  #page .shipping-policy-header {
    padding-left: 45px;
    line-height: 32px;
    background-size: 40px;
    background-position: left 20px;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  #page .privacy-policy-header{
    padding-left: 35px;
    line-height: 32px;
    background-size: 29px;
    background-position: left top;
    margin-bottom: 20px;
  }

  #faq .faq-header {
    margin-bottom: 20px;
  }

}

.green {
  text-align: center !important;
  color: #9EC54E;
}

.center {
  text-align: center !important;
}

.refill-status {
  text-align: center;
  max-width: 400px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 80px;
}

.message-title {
  font-size: 36px !important;
  font-weight: 400;
}

.italic {
  font-style: italic;
  line-height: 16px;
}

.button-color {
  height: 32px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  padding-top: 8px;
}

a.center {
  text-decoration: none !important;
}

.red {
  color: #F37061;
}

@media only screen and (max-width: 400px) {
  .refill-status {
    width: 100%;
  }
}

#page .map-background {
  background: url('/cdn/shop/files/background-providers--images_03.png?5079778184608845978') no-repeat top center;
  margin-top: 65px;
  background-size: contain;
}

#page .list-of-carriers-by-country .europe-carriers,
#page .list-of-carriers-by-country .americas-carriers {
  display: inline-block;
  width: 415px;
  margin-left: 40px;
  margin-right: 20px;
  vertical-align: top;
  box-sizing: border-box;
}

#page .list-of-carriers-by-country .rest-of-the-world {
  margin-top: 60px;
}

#page .list-of-carriers-by-country {
  margin-bottom: 60px;
}

#page .list-of-carriers-by-country h1 {
  margin-top: 50px;
}

#page .list-of-carriers-by-country p {
  margin-bottom: 7px;
}

.faq-footer .icon{
  width: 75px;
  height: 75px;
  border: 1px solid #c9c9c9;
  border-radius: 75px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  color: #008f8f;
  font-size: 35px;
  line-height: 72px;
}

.faq-footer .faq-contacts-wrapper .faq-contact {
  width: 300px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.faq-footer .faq-contacts-wrapper .faq-contact p{
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.faq-footer .faq-contacts-wrapper {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 30px;
}

.faq-footer {
  text-align: center;
  padding-bottom: 60px;
}

.faq-footer .line {
  width: 1px;
  display: inline-block;
  background: #b7b7b7;
  height: 130px;
  margin-top: 40px;
}

.faq-footer .live-chat {
  width: 150px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  background: #f47061;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
}

@media only screen and (max-width: 1023px) {
  #page .list-of-carriers-by-country .europe-carriers,
  #page .list-of-carriers-by-country .americas-carriers {
    width: 300px;
  }

  #page .map-background {
    margin-top: 20px;
  }

  .faq-footer .faq-contacts-wrapper .faq-contact {
    width: 240px;
  }

}


@media only screen and (max-width: 767px) {

  #page .list-of-carriers-by-country .europe-carriers,
  #page .list-of-carriers-by-country .americas-carriers {
    width: 250px;
    margin-left: 0;
    margin-right: 0;
  }

  #page .list-of-carriers-by-country .americas-carriers {
    margin-left: 50px;
  }

  .faq-footer .faq-contacts-wrapper .faq-contact {
    width: 100%;
  }

  .faq-footer .line {
    width: 80px;
    display: inline-block;
    height: 1px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 599px) {
  #page .list-of-carriers-by-country .europe-carriers,
  #page .list-of-carriers-by-country .americas-carriers {
    width: 100%;
    margin-left: 0;
  }

  #page .list-of-carriers-by-country h1 {
    margin-top: 20px;
  }

  #page .list-of-carriers-by-country .rest-of-the-world {
    margin-top: 20px;
  }
}
/*==================================================================================================================*/