@charset "UTF-8";
:root {
  --global--admin-bar--height: 0px;
}

.admin-bar {
  --global--admin-bar--height: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar {
    --global--admin-bar--height: 46px;
  }
}

.jml-tips {
  cursor: pointer;
}

.jml-tip-icon {
  background-color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  color: #000;
  text-align: center;
  border: 1px solid #fff;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

#tiptip_holder, .tiptip_holder {
  display: none;
  z-index: 8675309;
  position: absolute;
  top: 0;
  /*rtl:ignore*/
  left: 0;
}
#tiptip_holder.tip_top, .tiptip_holder.tip_top {
  padding-bottom: 5px;
}
#tiptip_holder.tip_top #tiptip_arrow_inner, #tiptip_holder.tip_top .tiptip_arrow_inner, .tiptip_holder.tip_top #tiptip_arrow_inner, .tiptip_holder.tip_top .tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #333;
}
#tiptip_holder.tip_bottom, .tiptip_holder.tip_bottom {
  padding-top: 5px;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner, #tiptip_holder.tip_bottom .tiptip_arrow_inner, .tiptip_holder.tip_bottom #tiptip_arrow_inner, .tiptip_holder.tip_bottom .tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: rgb(99, 115, 129);
}
#tiptip_holder.tip_right, .tiptip_holder.tip_right {
  padding-left: 5px;
}
#tiptip_holder.tip_right #tiptip_arrow_inner, #tiptip_holder.tip_right .tiptip_arrow_inner, .tiptip_holder.tip_right #tiptip_arrow_inner, .tiptip_holder.tip_right .tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #333;
}
#tiptip_holder.tip_left, .tiptip_holder.tip_left {
  padding-right: 5px;
}
#tiptip_holder.tip_left #tiptip_arrow_inner, #tiptip_holder.tip_left .tiptip_arrow_inner, .tiptip_holder.tip_left #tiptip_arrow_inner, .tiptip_holder.tip_left .tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #333;
}

#tiptip_content, .tiptip_content,
.chart-tooltip,
.wc_error_tip {
  color: rgb(99, 115, 129);
  background: #fff;
  border: 1px solid;
  font-size: 0.8em;
  max-width: 350px;
  text-align: center;
  border-radius: 3px;
  padding: 0.618em 1em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
#tiptip_content code, .tiptip_content code,
.chart-tooltip code,
.wc_error_tip code {
  padding: 1px;
  background: #888;
}

#tiptip_arrow, .tiptip_arrow,
#tiptip_arrow_inner, .tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}

.tooltip.show {
  opacity: 1;
}

body a, body .account-nav {
  color: #00aeef;
}

body .ginput_container label {
  display: inline;
  padding-left: 0;
}

.jml-tips.jml-tip-styled {
  border: 1px solid #323436;
  border-radius: 50%;
  padding: 0px 4px;
  font-size: 12px;
  cursor: pointer;
}

body .hb-dropdown-box.login-dropdown {
  width: 332px;
}

.form-row label {
  margin-bottom: 5px;
}
.form-row label abbr.required {
  color: #da4c26;
}

.avsec-account-types {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.avsec-account-types .avsec-account-type {
  margin-bottom: 30px;
  width: 330px;
}
.avsec-account-types .account-header {
  font-size: 20px;
  line-height: 1.5;
  font-family: Museo500Regular, sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
}
.avsec-account-types .account-header a {
  color: #00aeef;
}

.avsec-register-account-type-box {
  width: 440px;
  margin: 0 auto;
}
.avsec-register-account-type-box h4 {
  font-size: 23px;
  line-height: 23px;
}
.avsec-register-account-type-box a {
  color: #00aeef;
}

#rapiscan-subtitle-categories li {
  display: inline;
}
#rapiscan-subtitle-categories li a {
  margin-right: 29px;
  color: #00aeef;
}
#rapiscan-subtitle-categories > li + li:before {
  color: #00aeef;
  content: "/ ";
  padding: 0 10px 0 5px;
  margin-left: -29px;
  pointer-events: none;
}

.bg-color-white {
  background-color: #fff;
}

.rapiscan-product-finder .prodfinder-wrap {
  margin-bottom: 130px;
  text-align: center;
  width: 100%;
}
.rapiscan-product-finder #pftitle {
  color: #00aeef;
  font-size: 35px;
}
.rapiscan-product-finder .prodfinder-col {
  display: inline-block;
  margin-bottom: 0.5em;
  min-width: 260px;
}
.rapiscan-product-finder .prodfinder-col span {
  font-size: 1.125em;
  font-weight: 500;
  float: left;
  margin-bottom: 5px;
  margin-top: 13px;
  margin-right: 10px;
}
@media only screen and (min-width: 600px) {
  .rapiscan-product-finder .prodfinder-col {
    padding-right: 10px;
  }
  .rapiscan-product-finder .prodfinder-col span {
    margin-bottom: 0;
  }
}
.rapiscan-product-finder .prodfinder-col span.icon-down-m-arrow {
  font-weight: 300;
}
.rapiscan-product-finder .prodfinder-wrap select {
  font-size: 1.125em;
  font-weight: 500 !important;
  min-width: 300px;
}
.rapiscan-product-finder .finder .bg-color-blue select {
  background-color: #0070b9;
}
.rapiscan-product-finder .prodfinder-wrap .select {
  display: block;
  position: relative;
}
.rapiscan-product-finder .prodfinder-wrap .select-styled {
  cursor: pointer;
  font-size: 1.125em;
  font-weight: 500 !important;
  width: 100%;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  padding: 4px 3px 5px 14px;
  border: 1px solid;
  font-family: "futura-pt", sans-serif;
  background-color: #0070b9;
  border-radius: 0;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rapiscan-product-finder .prodfinder-wrap .select-styled::before {
  content: "\e900";
  float: right;
  margin-top: 1px;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0);
  padding-right: 5px;
  font-family: "icomoon";
  font-size: 1.125em;
  speak: none;
  font-style: normal;
  font-weight: 300;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rapiscan-product-finder .prodfinder-wrap .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rapiscan-product-finder .prodfinder-wrap .select-options li {
  cursor: pointer;
  font-size: 1.125em;
  font-weight: 500 !important;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  height: auto;
  padding: 4px 3px 5px 14px;
  border-bottom: 1px solid #0070b9;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: none;
  font-family: "futura-pt", sans-serif;
  background-color: #fff;
  border-radius: 0;
  color: rgba(0, 112, 185, 0.7);
  text-align: left;
  list-style-type: none !important;
}
.rapiscan-product-finder .prodfinder-wrap .select-options li:last-child {
  border-bottom: 1px solid #fff;
}
.rapiscan-product-finder .prodfinder-wrap .select-options li:hover {
  background-color: #4c9ccf;
  color: #fff;
}
.rapiscan-product-finder.bg-color-white .prodfinder-wrap .select-styled {
  background-color: #fff;
  color: #0070b9;
}
.rapiscan-product-finder.bg-color-white .prodfinder-wrap .select-options li {
  background-color: #0070b9;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #0070b9;
  border-right: 1px solid #0070b9;
  color: rgba(255, 255, 255, 0.7);
}
.rapiscan-product-finder.bg-color-white .prodfinder-wrap .select-options li:last-child {
  border-bottom: 1px solid #0070b9;
}
.rapiscan-product-finder.bg-color-white .prodfinder-wrap .select-options li:hover {
  background-color: #4c9ccf;
  color: #fff;
}
@media only screen and (min-width: 480px) {
  .rapiscan-product-finder .prodfinder-wrap {
    text-align: center;
  }
  .rapiscan-product-finder .prodfinder-wrap .select {
    display: block;
    top: 10px;
  }
  .rapiscan-product-finder .prodfinder-col {
    min-width: 300px;
  }
  .rapiscan-product-finder .prodfinder-wrap .select-styled {
    min-width: 300px;
  }
  .rapiscan-product-finder #pfmarket {
    max-width: 300px;
  }
  .rapiscan-product-finder #pfaction {
    max-width: 300px;
  }
}
@media only screen and (min-width: 600px) {
  .rapiscan-product-finder .prodfinder-wrap {
    text-align: center;
  }
  .rapiscan-product-finder .prodfinder-wrap .select {
    display: inline-block;
  }
  .rapiscan-product-finder .prodfinder-col {
    min-width: 200px;
  }
  .rapiscan-product-finder .prodfinder-wrap .select-styled {
    min-width: 200px;
  }
  .rapiscan-product-finder #pfmarket {
    max-width: 200px;
  }
  .rapiscan-product-finder #pfaction {
    max-width: 200px;
  }
}

.prodCarousel table td {
  padding: 20px 20px;
}
.prodCarousel table td .product-name {
  margin-bottom: 20px;
  font-weight: bold;
}
.prodCarousel .carousel-indicators {
  position: relative;
  width: 100%;
  padding-left: 0;
  text-align: center;
  list-style: none;
  border: 0;
  cursor: pointer;
  text-indent: 0;
  margin: 0;
  flex-wrap: wrap;
}
.prodCarousel .carousel-indicators li {
  text-indent: inherit;
  width: auto;
  white-space: nowrap;
  height: auto;
}
.prodCarousel .carousel-indicators li a {
  position: relative;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
}
.prodCarousel .carousel-indicators li.active {
  background-color: transparent;
}
.prodCarousel .carousel-indicators li.active a {
  color: #007cbd;
}
.prodCarousel .carousel-indicators li.active a::after {
  position: absolute;
  left: 50%;
  top: 1.5em;
  background: #007cbd;
  border-radius: 3px;
  content: "";
  height: 6px;
  width: 6px;
}
.prodCarousel .carousel-inner {
  margin-top: 70px;
  min-height: 290px;
  overflow-y: visible !important;
  overflow-x: hidden;
}
.prodCarousel .carousel-inner table {
  border: none;
}
.prodCarousel .carousel-inner table td {
  text-align: center;
  border: 1px solid #00aeef;
}
.prodCarousel .carousel-inner table tr:first-child > td {
  border-top: none;
}
.prodCarousel .carousel-inner table tr:last-child > td {
  border-bottom: none;
}
.prodCarousel .carousel-inner table td:first-child {
  border-left: none;
}
.prodCarousel .carousel-inner table td:last-child {
  border-right: none;
}
.prodCarousel .carousel-inner th {
  color: #5f5f5f;
}
.prodCarousel .carousel-inner .carousel-item {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.prodCarousel .carousel-inner .carousel-item.active {
  opacity: 1;
}
.prodCarousel .carousel-control {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.prodCarousel .carousel-control.left {
  left: 0;
  margin-left: -70px;
}
.prodCarousel .carousel-control.right {
  right: 0;
  margin-right: -70px;
}
.prodCarousel .carousel-control i {
  font-size: 70px;
}

.avsec-affiliate-product-contact-form.avsec-section {
  padding-top: 0;
}
.avsec-affiliate-product-contact-form .address_country {
  width: 100% !important;
  padding: 0 !important;
}

.toggle input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.toggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  height: 35px;
  background: #0d749d;
  display: block;
  border-radius: 100px;
  position: relative;
}
.toggle label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
.toggle input:checked + label {
  background: #bada55;
}
.toggle input:checked + label:after {
  left: calc(100% - 3px);
  transform: translateX(-100%);
}
.toggle label:active:after {
  width: 130px;
}

.subscription-toggle-wrapper .left, .subscription-toggle-wrapper .right {
  font-size: 17px;
  padding: 0 10px;
  width: 150px;
  text-align: center;
}
.subscription-toggle-wrapper .left span.price, .subscription-toggle-wrapper .right span.price {
  display: block;
  font-weight: bold;
}

.subscription-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -30px;
  font-style: italic;
}

/*# sourceMappingURL=front.css.map */
