
.navbar-default .navbar-nav>li>a{
    font-size:19px !important
}

body p, a,input {
    font-family: 'Jost' !important;
}

/*.plr0md {*/
/*    width: 100% !important;*/
/*}*/

#popupImage {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  text-align: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display:none;
}
.cross_ctm {
  text-align: right;
}
.cross_ctm span {
  color: #fff;
  background: gray;
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  margin-left: -10px;
  margin-top: -10px;
  cursor: pointer;
}
.popupWindow #popupImage{
    display:flex;
}
.sliderSeeMore {
    color: #000;
    border: 1px solid #a7a7a7;
    margin-bottom: 20px;
    background: #fc0;
    height: 35px;
    line-height: 13px;
    border-radius: 25px;
}
.sliderSeeMore:hover{
  background: #000;
  color:#fff;	
}
.addressBlock {
  box-shadow: 2px 4px 6px 4px rgba(0,0,0,0.1),0px 2px 4px -1px rgba(0,0,0,0.06);
  padding: 25px 25px 35px 25px;
  font-size: 18px;
  line-height: 27px;
}
.addressBlock .address strong{
	display:block;
}
.single {
  box-shadow: 2px 4px 6px 4px rgba(0,0,0,0.1),0px 2px 4px -1px rgba(0,0,0,0.06);
  padding: 5px 10px 10px 15px;
  text-align: ;
  margin-bottom: 20px;
  min-height: 127px;
}
.mt-6{
	margin-top:60px;
}
.mt-1 {
  margin-top: 10px;
}
.single.services {
  padding: 15px 15px 10px 15px;
}
.store-CTA-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
}
.store-CTA-container .store-CTA-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 32px 64px;
  gap: 64px;
  background: #333;
  width: 100%;
}
.store-CTA-container .store-CTA-content img {
  background: #fff;
  border: 4px solid #D3CC05;
  box-shadow: inset 0px 0px 0px 6px #333;
  border-radius: 50%;
}
.store-CTA-container .store-CTA-content .CTA-text {
  padding: 0px;
  gap: 16px;
}
.CTA-address {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: start;
  letter-spacing: 0.18px;
  color: rgba(255,255,255,0.96);
}
.CTA-Quote {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: rgba(255,255,255,0.96);
}
.single.services .video-icon {
  position: absolute;
  left: 30px;
  bottom: 67px;
}
@media screen and (max-width: 991px) {
  .store-CTA-container .store-CTA-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 16px;
    padding: 32px;
  }
}
@media (min-width: 767px){
    .container.plr0md.fw.xs-plr60 {
        min-width: 1350px;
    }
    
    .p-action-button {
        width: 623px;
    }
    
    .amazon-btn{
            width: 658px;
    }

    .popupWindow #popupImage .mobile_popup{
        display:none;
    }

}

@media (max-width: 766px){
    .popupWindow #popupImage .desktop_popup{
        display:none;
    }
    #popupImage {
      top: -50px;
    }  
    .socialIcon {
      margin: 0;
      padding: 3px;
    }
}

button.btn.btn-primary {
    font-family: 'Jost';
}

.modal-dialog.modal-dialog {
    top: 30px;
}

.btn.btn-primary.buttonStyle.m-0.btn-atcr3.amazon:hover {
  background-color: #000 !important;
}

.c-select{
    background-color: #dee2e6 !important;
}


.button-92 {
  --c: #fff;
  /* text color */
  background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p,100%)/300% no-repeat,
    #004dff;
  /* background color */
  color: #0000;
  border: none;
  transform: perspective(500px) rotateY(calc(20deg*var(--_i,-1)));
  text-shadow: calc(var(--_i,-1)* 0.08em) -.01em 0   var(--c),
    calc(var(--_i,-1)*-0.08em)  .01em 2px #0004;
  outline-offset: .1em;
  transition: 0.3s;
}

.button-92:hover,
.button-92:focus-visible {
  --_p: 0%;
  --_i: 1;
}

.button-92:active {
  text-shadow: none;
  color: var(--c);
  box-shadow: inset 0 0 9e9q #0005;
  transition: 0s;
}

.button-92 {
  font-weight: bold;
  font-size: 2rem;
  margin: 0;
  cursor: pointer;
  padding: .1em .3em;
}


