.navbar.navbar-default {
    position:sticky !important;
}
.navbar-default.navbar-shrink.with-topbar {
  top: -47px;
}
.ada-access li,
.ada-access p{
  padding:5px 0;
  margin-bottom:15px;
}
.ada-access .static-content h4 {
  margin: 25px 0 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #444;
}
.ada-access ol{
  padding-left:20px;
}
.product-item__img .tooltip,
p.btn>.tooltip,
.navbar-nav>li>.tooltip{
  display: none !important;
}
.ada-complaince-wrap *{
  -webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none; /* Standard syntax */
}
/* STATURATE */
.staturate .wrapper {
  filter:saturate(0.5) !important;
}
.color .wrapper {
  filter:saturate(3) !important
}
.destaturate .wrapper {
  filter:saturate(0) !important
}

.ada-com-content .tooltip{
  display: none;
}
.ada-complaince_ico {
  position: fixed;
  left: 50px;
  bottom: 50px;
  width: 45px;
  height: 45px;
  z-index: 100;
  transition: all 100ms linear;
  cursor: pointer;
}
.ada-complaince_ico:hover{
  transform:scale(1.1);
}
.ada-complaince_ico i {
    position: absolute;
    width: 40px ;
    height: 40px;
    overflow: visible ;
    top: 0;
    left: 0;
    padding: 10px;
    bottom: 0;
    right: 0;
    margin: auto;
    visibility: visible;
    opacity: 1;
    color:white;
    background: #004684; /* Old browsers */
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.ada-complaince-wrap {
  position: fixed;
  left: -100%;
  bottom: 0;
  width: 510px;
  height: 100%;
  z-index:10000;
  transition: all 300ms linear;
	background:#004684
}
.ada-complaince-wrap .cancel{
  color: white;
  z-index: 100;
  cursor: pointer;
  background: var(--global-palette3);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ada-complaince-wrap .cancel svg{
  width: 20px;
}
.ada-complaince-wrap.active{
  left: 0;
}
.ada-complaince{
  transition: all 200ms linear;
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
  padding-top: 0;
}
.ada-complaince-wrap:before{
  background: var(--global-palette3); /* Old browsers */
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* FORM STYLING */
.ada-complaince input[type="radio"],
.ada-complaince input[type="checkbox"] {
     display: none; 
    margin-right:10px
}

.ada-complaince .radio-btn i{
  color: var(--global-palette3);
  font-size: 18px;
    opacity: 0.3;
}
.acsb-profile-toggle:hover .radio-btn i,
.acsb-profile-toggle.active .radio-btn i{
  opacity: 1;
  color: white;
}
.ada-con .acsb-profile-toggle:hover,
.ada-con .acsb-profile-toggle.active {
  background: #004684;
}
.ada-con .acsb-profile-toggle:hover .icon,
.ada-con .acsb-profile-toggle.active .icon{
  background: white;
}
.ada-con .acsb-profile-toggle:hover p,
.ada-con .acsb-profile-toggle.active p{
  color: white;
}
.acsb-profile-toggle.active .show-text{
  display: block;
}

.acsb-profile-toggle .show-text{
  display: none;
  width: 100%;
}
.acsb-profile-toggle .show-text p{
  font-size: 12px;
  padding: 10px 0 0;
  font-weight: 300;
  display: block;
}
.ada-com-content {
  position: relative;
  z-index: 5;
}
.ada-com-head{
  padding: 20px 0 0;
}
.ada-com-head h3 {
  color: white;
  display: flex;
  border-bottom: 1px solid #00458b;
  padding: 0 30px 10px 30px;
  justify-content: space-between;
  align-items: center;    
  font-size: 20px;
  font-weight: 500;
  margin:0;
}
.ada-com-head p{
  text-align: center;
  padding: 12px 0 7px;
  display: flex;
  justify-content: center;
  font-size: 13px;
}
.ada-com-head p a{
  background: white;
  color: var(--global-palette3) !important;
  padding:4px 15px;
  border-radius: 15px;
  cursor: pointer;
  border: 2px solid white;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin: 0 5px;
  transition: all 200ms linear;
}
.ada-com-head p a svg{
 width: 15px;
 margin-right: 5px;
}
.ada-com-head p a:hover{
  background: none;
  color: white !important;
  text-decoration: none;
}
.ada_con-wrap{
  background: #e8f0fd;
  border-radius: 15px;
  padding:20px 30px;
  margin: 20px 0 -20px;
  min-height: 65%;
}
.ada-con{
  margin-bottom: 40px;
}
.ada-con p{
  font-size: 15px;
  color: var(--global-palette3);
  cursor: pointer;
  font-weight: 600;
  display: flex;
  margin-bottom: 0;
  position: relative;
  align-items: center;
  width: 100%;
}
.ada-con .acc-head p .fas{
  background: var(--global-palette3); /* Old browsers */
  color: #e7effd;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.ada-con .acsb-profile-toggle{
  display: flex;
  align-items: center;
  position: relative;
  padding: 9px 15px;
  cursor: pointer;
  border-radius: 10px;
  background: white;
  justify-content: space-between;
  margin: 13px 0;
  flex-wrap: wrap;
}
.ada-con .acsb-profile-toggle:last-child{
  border-bottom: none;
}
.ada-con .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f7fa;
  -webkit-transition: .4s;
  border-radius: 34px;
  transition: .4s;
}

.ada-con .slider:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 56px;
  left: 0px;
  bottom: 0;
  background-color: white;
  -webkit-transition: .4s;
  border-radius: 20px;
  transition: .4s;
}

.ada-prof-con{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ada-prof-con p {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  color: black;
  width: auto;
}
.ada-prof-con p small{
  display: block;
  opacity: 0.7;
}
.acsb-profile-toggle.active .slider {
  background-color: white;
}

.acsb-profile-toggle.active  .slider:before {
  -webkit-transform: translateX(54px);
  -ms-transform: translateX(54px);
  background: var(--global-palette3);
  transform: translateX(54px);
}
.acsb-profile-toggle.active .text1{
  color: white;
}
.acsb-profile-toggle .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  margin: auto;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: #000000;
  background: #efefef;
  margin-right: 15px;
  font-size: 13px;
}
.acsb-profile-toggle .icon svg{
  width: 15px;
}
.cnta-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 10px;
  border-radius: 15px;
  align-items: flex-start;
  background: white;
  padding: 6px 4px;
}
.cnta-con {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 8px;
}
.cnta-con .cnta-cont{
  display: flex;
  background-color: #e8f0fd;
  padding:15px;
  cursor: pointer;
  position: relative;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  width: 100%;
  text-align: center;
  border: 3px solid #f2f7fa;
}
.cnta-con p{
  font-size: 14px;
  margin: 0;
  display: flex;
  color: #333333;
  align-items: center;
  width: auto;
}
.cnta-con p svg{
  width: 17px;
  margin-right: 10px;
  fill: #333333;
}
.cnta-con p i {
  font-size: 18px;
  margin-bottom: 5px;
  color: black;
}
.cnta-con .flex p i {
    margin-right:10px;
}
.cnta-con.active .cnta-cont svg{
  stroke:white;
}
.cnta-con svg{
  stroke: #333333;
}
.ada-range-text,
.ada-range{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.ada-range-text p{
  width: 110px;
  text-align: center;
  margin: 0 5px;
  display: block;
  padding-top: 10px;

}
.ada-range .ada-range-step{
  width: 70px;
  height: 5px;
  background: #c8d9fa;
  margin: 0 5px;
  border-radius: 10px;
}
.text-rang .ada-title {
  margin-bottom: 10px;
}
.text-rang .ada-range {
  margin: 0 -5px;
}
.text-rang .ada-range .ada-range-step {
  margin:12px 3px 0;
	width:30px;
}
.cnta-con.text-rang .cnta-cont {
  padding: 15px 10px;
  position: relative;
}
.ada-range.big .ada-range-step{
  width: 110px;
}
.ada-range .ada-range-step.active{
  background: #004684
}
.ada-btn{
  background:#004684;
  color: white;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.ada-btn svg{
  width: 18px;
  stroke: white;
}
.w-100{
  width: 100%;
}
.w-40{
  width:40.5%;
}
.w-50{
  width:50%
}
.w-33{
  width: 29.71%;
}
.cnta-con .ada-title{
  font-weight: 500;
  outline: none !important;
  font-size: 22px;
}

.cnta-cont .flex {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cnta-cont .radio-btn,
.cnta-cont .flex .radio-btn{
  position: absolute;
  right: 0;
  top: 0;
}
.cnta-cont .radio-btn{
  right: 10px;
  top: 10px;
}
.cnta-cont .radio-btn i{
  font-size: 14px;
}
.cnta-con.active  .cnta-cont p,
.cnta-con.active  .cnta-cont .ada-title{
  color: var(--global-palette3);
}
.cnta-con.active .cnta-cont,
.cnta-con.cnt-rad:hover .cnta-cont{
  border-color: var(--global-palette3);
}
.cnta-con.active .cnta-cont .radio-btn i,
.cnta-cont.active .flex .radio-btn i {
  opacity: 1;
}
.outline {
  outline: 2px solid #639af9 !important;
}
.dark .wrapper  .navbar.navbar-default .menubar,
.dark .wrapper  *{
  background: black !important;
  color: white !important;
}
.high .wrapper  .navbar.navbar-default .menubar,
.high .wrapper  *{
  filter: invert(100%) !important;
  -webkit-filter: invert(100%) !important;
}
.light .wrapper  .navbar.navbar-default .menubar,
.light .wrapper {
  background: white !important;
}
.zoom .wrapper {
  zoom: 1.15;
}
.cta-reading-mask{
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 0;
  pointer-events: none;
  background-color: rgba(0,0,0,.5);
  z-index: 100000000000000020000;
  transition: .5s ease;
}
.cta-reading-mask.cta-reading-mask-top {
  top: -60px;
  bottom: auto;
}
.cta-reading-mask.cta-reading-mask-bottom {
  top: auto;
  bottom: -60px;
}
.ada-contrast{
  filter: contrast(135%);
    -webkit-filter: contrast(135%);
    -moz-filter: contrast(135%);
    -ms-filter: contrast(135%);
    -o-filter: contrast(135%);
}
.acsb-range-base input{
  width: 110px;
  border: none !important;
  color: black !important;
  display: block;
  margin: 0 auto !important;
  background: none;
  padding:20px 0 0 !important;
  text-align: center;
  font-size: 14px;
  font-weight: bold ;
  background: none !important;
}
.ui-tooltip, .arrow:after {
  background: red;
  border: 2px solid white;
}
.ui-tooltip {
  padding: 10px 20px;
  color: white;
  border-radius: 20px;
  font: bold 14px "Helvetica Neue", Sans-Serif;
  text-transform: uppercase;
  box-shadow: 0 0 7px #333333;
}
.arrow {
  display: none;
}
.arrow.top {
  top: -16px;
  bottom: auto;
}
.arrow.left {
  left: 20%;
}
.arrow:after {
 display: none;
}
.arrow.top:after {
  display: none;
}
.tool h1:hover>span.tooltip, 
.tool .product-item__info h3 + span:hover>span.tooltip, 
.tool h2:hover>span.tooltip, 
.tool h3:hover>span.tooltip, 
.tool .hs--free-shipping:hover>span.tooltip, 
.tool h4:hover>span.tooltip, 
.tool h5:hover>span.tooltip, 
.tool button:hover>span.tooltip, 
.tool .ada-title:hover>span.tooltip, 
.tool p:hover>span.tooltip, 
.tool a:hover>span.tooltip, 
.tool li:hover>span.tooltip, 
.tool span:hover>span.tooltip, 
.tool .product-item__price:hover>span.tooltip {
  opacity: 1;
  visibility: visible;
  display:block;
}
.tooltip{
  background: rgba(0,0,0,0.7);
  border: 2px solid white;
  box-shadow: 0 0 10px rgb(0 0 0 / 5%);
  color: white !important;
  padding: 10px;
  font-size: 24px !important;
  font-weight: 400 !important;
  max-width: 500px;
  font-family: Arial, Helvetica, sans-serif !important;
  border-radius: 10px;
  text-align: center;
  display: none;
  width:300px;
	z-index:10;
	line-height:normal;
  visibility: hidden;
  position: absolute !important;
	margin: 0 auto;
    left: 0;
    right: 0;
}

.event-info p .tooltip{
    max-width:100%;
    width:100%;
    font-size:17px !important;
}
.event-info p .tooltip,
.event-info > span .tooltip {
    font-size:17px !important;
}
.mandatory .tooltip,
.tooltip .tooltip{
    display:none !important;
}
.mouse-mask{ 
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 0;
  pointer-events: none;
  background-color: rgba(0,0,0,.5);
  z-index: 1000000;
}
.mouse-mask.mouse-mask__top{ 
  top: 0;
  bottom: auto;
}
.mouse-mask.mouse-mask__bottom{ 
  top: auto;
  bottom: 0;
}

.accordion-wrapper  
{
  position: relative;
  margin:0 0 .5rem;
}
.acc-head
{
  position: relative;
  display: flex;
  align-items: center;
}
.acc-head .fa-sort-down
{
  transform: rotate(0deg);
  transition: .4s;
  font-size: 16px;
  margin-left: 13px;
  color: #333333;
  position: absolute;
  bottom: 8px;
  right: 0;
  transition: .4s;
}
.acc-head.active .fa-sort-down
{
  transform: rotate(-90deg);
  bottom: 5px;
}
.acc-body
{
  display: none;
  padding-bottom: 10px;
    margin-bottom: -40px;
}

.black-cursor{
  cursor: url(../images/cursor2.svg),default !important;
}
.black-cursor a{
  cursor: url(../images/pointer2.svg),default !important;
}


/* READING GUIDE */

.reading-guide {
  display: none;
  box-sizing: border-box;
  background: #000;
  width: 40vw;
  min-width: 200px;
  position: fixed;
  height: 12px;
  border: solid 3px #fff300;
  border-radius: 5px;
  top: 40px;
  z-index: 2147483647;
  left: -310px;
}
.reading-guide.active{
  display: block;
}
.reading-guide:after, .reading-guide:before {
  content: "";
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.reading-guide:before {
  border-bottom-color: #fff300;
  border-width: 17px;
  margin-left: -17px;
}

.reading-guide:after {
  border-bottom-color: #000;
  border-width: 14px;
  margin-left: -14px;
}

.remove-img .wrapper  img{
  visibility: hidden;
}
.remove-img .wrapper .vc-hoverbox-block,
.remove-img .wrapper  .header h1 a{
  background: none !important;
}

.acsb-hover .wrapper  *:hover {
  outline: solid 2px rgba(255,114,22,.5) !important;
  outline-offset: 1px !important;
}
.transition-stop .wrapper  * {
  transition-timing-function: step-end!important;
  transition-duration: 0s!important;
  animation-timing-function: step-end!important;
  animation-iteration-count: 1!important;
  animation-duration: 0s!important;
}
.btm-anc{
padding-top: 40px;
  position: relative;
  text-align: center;
  margin-bottom: 0;
}
.btm-anc a{
color: white;
border-bottom: 1px solid white;
padding-bottom: 5px;
display: inline;
text-decoration: none;
font-weight:bold;
}
.outlineEnabled{
outline: solid 3px #639af9 !important;
outline-offset: 3px !important;
}

.color .wrapper  .entry-header,
.destaturate .wrapper  .entry-header,
.staturate .wrapper  .entry-header{
  margin-top: 0px;
}
@media(max-width:991px){
.ada-complaince-wrap {
  top: 0;
  bottom: auto;
}
}
@media(max-width:767px){
.ada-complaince-wrap {
  width: 100vw;
}
.ada-com-head p a{
  padding: 6px 20px;
}
.ada_con-wrap{
  padding: 20px 20px 0;
}
.ada-complaince_ico{
  left: 20px;
  bottom: 20px;
}
.cnta-con{
  padding: 5px;
}
}
@media(max-width:580px){
.ada-prof-con p,
.cnta-con p{
  font-size: 11px;
  line-height: normal;
}
.cnta-con .ada-title{
  font-size: 15px;
}
}

.trans-stop *{
  transition:none !important;
}