@import url("./bootstrap.min.css");
@import url("./fontawesome/all.min.css");

/* TYPOGRAPHY */
@font-face {
  font-family: SourceSansPro-SemiBold;
  src: url(../fonts/SourceSansPro-SemiBold.ttf);
}

@font-face {
  font-family: MoyenageSans23;
  src: url(../fonts/MoyenageSans23.otf);
}

@font-face {
  font-family: SourceSansPro-Bold;
  src: url(../fonts/SourceSansPro-Bold.ttf);
}

@font-face {
  font-family: SourceSansPro-Light;
  src: url(../fonts/SourceSansPro-Light.ttf);
}

@font-face {
  font-family: SourceSansPro-Regular;
  src: url(../fonts/SourceSansPro-Regular.ttf);
}

.main_color{
  color: #255830;
}

h1 {
  font-family: SourceSansPro-Regular;
  font-size: 2em;
}

h2 {
  font-family: SourceSansPro-Regular;
  font-size: 25px;
}

a:hover {
  color: #0B557E;
  cursor: pointer;
  border: 0px;
}

a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

body {
  font-family: SourceSansPro-Regular;
}

.col-e4{
  flex: 0 0 auto;
  width: 35.7%;
  max-width: 35.9%;
}
.col-e8{
  flex: 0 0 auto;
  width: 64.3%;
  max-width: 64.1%;

}

.g-e2, .gy-e2 {
  --bs-gutter-y: 0.65rem;
}
.g-e2, .gx-e2 {
  --bs-gutter-x: 0.65rem;
}

.box > * {
  flex: 0 0 auto;
}
@media (max-width: 576px) {
  .col-e4{
    width: 35.5%;
  }
  .col-e8{
    width: 64.5%;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.cursor{
  cursor: pointer;
}

.text-underline{
  text-decoration: underline;
}

.bg-head td{
  background: #ae61a2;
  color: #ffffff;
}

.bg-head img{
  height: 3.975em;
}

.bg-head .white-space{
  height: 6.475em;
  background: #ffffff;
  padding: 1.375em 0em 1.5em 0.313em;
  width: 4.563em;
}

.bg-head .open{
  height: 3.975em;
  padding-bottom: 0em;
  transform: rotate(90deg); 
}

.bg-head a{
  color: #ffffff;
}

.order-line{
  border-bottom: 1px solid #000000;
}

.table>tbody {
  border-bottom:none;
}

.table>:not(caption)>*>* {
  background-image: none;
  background-color: none;
}

.spacer-404 {
  padding-top: 10%;
  margin-bottom: 12%;
}

.rs {
  color: #A02E45;
  padding-left: 3px;
}
.font-bold{font-weight: bold;}

/* LOGIN */
.checkbox {
    display: inline-flex;
    position: relative;
}

.remember {
	margin-top:-2px;
}

.checkbox > span {
    color: #34495E;
}

.checkbox > input {
    height: 16px;
    width: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: white;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 0px;
    outline: none;
    cursor: pointer;
  }

.checkbox > input:checked {
    background-color: #0B557E;
    background-image: url(../images/checking-mark.svg);
  	border: 3px solid #0B557E;
}
.parallax {
  /* The image used */
  background-image: url("../images/tapematic2002_login.jpg");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 20px;
  top:50%;
  margin: auto;
  background-color: white;
}

.signin-button {
  background-color: #35593D;
  border: 0px;
  padding: 10 20 10 20;
  font-size: 18px;
  color: white;
  border-radius: 0px;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
}

.form-control-lg:focus {
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* NAVBAR */
.navbar-light .navbar-toggler-icon {
  background-image: url(../images/menu.svg);
}

.navbar-light .navbar-toggler {
  padding: 0;
  border: 0px;
}

.navbar-logo {
  width: 100%;
}

.hdt-navbar {
  background-color: white;
  padding-bottom: 0px;
}

.navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}

.cart-icon {
  width: 48px;
}

.cart-navbar {
  width: 300px;
}

.headless-item {
  font-size: 18px;
  padding-right: 20px;
}

.headless-item-journal {
  font-size: 18px;
  padding-right: 10px;
}

.headless-item-login {
  font-size: 18px;
}

.navbar-text {
  color: black;
}

hr {
  margin: 0px;
}


.notification_bar_line{
  overflow-x: hidden;
  height: auto;
  padding-bottom: 6px;
}

.notification_bar_line p {
  font-size: 14px;
  white-space: nowrap;
  padding: 0px;
  margin: 0px;
}

/* QUOTE FORM */
.no-padding {
  padding: 0;
}

.btn-check:focus+.btn, .btn:focus {
  box-shadow: none;
}

.form-control-lg {
  border-radius: 0px;
  border: 1px solid black;
  min-height: 2.5rem;
  font-size: 15px;
}

.form-control {
  border-radius: 0px;
  border: 1px solid black;
}

.order-title {
  font-size: 16px;
  margin-bottom: 8px;
}

.cassette-color {
  width: 250px;
  float: right;
  border: 1px solid black;
}

.modal-price {
  color:#35593D;
}

.cassette-color-modal {
  width: 100%;
  float: center;
}

.cassette-dropdown {
  width: 100%;
  background: white;
  border-radius: 0;
}

.cassette_none {
  position: relative;
  text-align: center;
}
.cassette_none img{
  opacity: 0.3;
  filter: alpha(opacity=30);
  background: #000;
}
.cassette_none .centered {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button-plus {
	border: none;
background: none;
  padding: 0px;
  margin:0px;
}

.hidden{
  display:none;
  }

  .pdl {
    padding-left:25px;
  }

  .mr10 {margin-right:10px;}

.hdt-dropdown {
  background: white;
  border-radius: 0;
  border: 1px solid black;
  width: 100%;
  height: 63px;
}

.hdt-dropdown-icon {
  width: 60px;
  padding: 10px;
  cursor: pointer;
}

.hdt-dropdown-price {
  padding-top: 0px;
  font-size: 25px;
  font-family: SourceSansPro-Regular;
}

.hdt-dropdown-name {
  padding-top: 0px;
  vertical-align: center;
}

.hdt-dropdown-button {
  padding-top: 0px;
  vertical-align: center;
}

.form-check-input[type=radio] {
  border-radius: 0;
  cursor:pointer;
}

.form-check-input {
  transition: none;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid black!important;
}

.button-order-cart {
  background-color: #35593D;
  border: 0px;
  padding: 6px 15px 7px 15px;
  font-size: 18px;
  color: white;
}

.button-order {
  background-color: #35593D;
  border: 0px;
  padding: 10px 20px 10px 20px;
  font-size: 18px;
  color: white;
}


.button-redo {
  width: 3.975em;
  height: 3.975em;
  border: 0px;
  /*background-color: rgba(225, 225, 220, 0.4);*/
  background: url('../images/repeat-icon.svg');
  position: relative;
  right: -0.5em;
}

.button-login {
  background-color: #35593D;
  border: 0px;
  color: white;
}

.button-login:hover {
  background-color: #255830;
  color: white;
}
.side {
  text-align: right;
}

@media (max-width: 768px) {


  .quote-mobile {
    margin-top: 6rem !important;
  }
}

/* FOOTER */
.list-group-item {
  padding: 0rem 0rem;
  padding-bottom: 1rem;
  border: 0;
  font-size: 20px;
  background-color: white;
}

.footer3 {
  margin-left:100px;
  width: 210px;
}

@media (max-width: 575.98px) {
  .footer-icon {
    width: 30px;
    margin-left: 15px;
  }
  .footer-icon-first {
    width: 30px;
  }
 }

 @media (min-width: 575.98px) {
   .footer-icon {
     width: 50px;
     margin-left: 30px;
   }
   .footer-icon-first {
     width: 50px;
   }
  }

@media (max-width: 992px) {


  .footer3 {
    margin-left:0px;
  }
}

.footer {
  background-color: white;
  font-family: MoyenageSans23;
}

.footer .copyright {
  font-family: SourceSansPro-Regular;
  font-size: 13px;
}

/* CONTENT */
.form-check-input:checked {
  background-color: #0B557E;
  border-color: #0B557E;
}

.form-check-input:checked[type=radio] {
  background-image: url(../images/checking-mark.svg);
  border: 3px solid #0B557E;
}

.order {
  color: black;
  text-decoration: none;
}

.cassettes {
  width: 100%;
  display: block;
}

.cassettes-text{
  margin: 0 auto;
  width: 150px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.digibin {
  background: url(../images/lyrec_foto_black.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.digibin-info {
  font-family: SourceSansPro-Bold;
  font-size: 35px;
  color: white;
  margin-top: 80px;
}

@media (min-width: 1200px) {


  .container {
    max-width: 1000px;
  }
}

@media (max-width: 768px) {


  .cassettes-mobile {
    width: 50%;
    margin-bottom: 25px;
  }

  .hdt-navbar {
    padding-bottom: 10px;
  }

  .digibin-info {
    font-size: 25px;
    margin-top: 95px;
  }
}

@media (max-width: 992px) {
  .hdt-navbar {
    padding-bottom: 10px;
  }
}

@media (max-width: 576px) {


  .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .cassettes-mobile {
    width: 50%;
  }

  .digibin-info {
    font-size: 25px;
    margin-top: 70px;
  }

  .mobile-navbar {
    margin-top: 18px !important;
  }
}

.xs-margin {
  margin-bottom: 2rem;
}

.hdt-icon-quote {
  background: url(../images/quote_icon_black.png);
}

/* ICONS */
.img-fluid-promo{
  width: 100%;
  height: hsl(calc(180), 100%, 50%);
}

.tapematic2002 {
    position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}
.hdt-icons-hover-price {
        position: relative;
        display: inline-block;
}

.hdt-icons-hover-price .img-top {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        z-index: 99;
}

.hdt-icons-hover-price:hover .img-top {
        display: inline;
}

.hdt-icons-hover-price:hover .img-bot {
        display: none;
}

.hdt-icons-hover-wav {
        position: relative;
        display: inline-block;
}

.hdt-icons-hover-wav .img-top {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        z-index: 99;
}

.hdt-icons-hover-wav:hover .img-top {
        display: inline;
}

.hdt-icons-hover-wav:hover .img-bot {
        display: none;
}

.hdt-icons-hover-pdf {
        position: relative;
        display: inline-block;
}

.hdt-icons-hover-pdf .img-top {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        z-index: 99;
}

.hdt-icons-hover-pdf:hover .img-top {
        display: inline;
}

.hdt-icons-hover-pdf:hover .img-bot {
        display: none;
}

.hdt-icons-hover-upl {
        position: relative;
        display: inline-block;
}

.hdt-icons-hover-upl .img-top {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        z-index: 99;
}

.hdt-icons-hover-upl:hover .img-top {
        display: inline;
}

.hdt-icons-hover-upl:hover .img-bot {
        display: none;
}

.hdt-icon-upl {
  height: 90px;
}

.hdt-icon-pdf {
  height: 90px;
}

.hdt-icon-price {
  height: 90px;
}

.hdt-icon-wav {
  height: 90px;
}

div.hdt-icons-hover-wav:hover
 {
  color: #1D8C3C;
  cursor: pointer;
}

div.hdt-icons-hover-pdf:hover
 {
  color: #C2121A;
  cursor: pointer;
}

div.hdt-icons-hover-upl:hover
 {
  color: #0D5A89;
  cursor: pointer;
}

div.hdt-icons-hover-price:hover
 {
  color: #B9B80C;
  cursor: pointer;
}

/* FAQ */
.faq-title {
    margin-left:1px;
}

.faq-text {
color: #35593D;
}

.accordion-button .collapsed,
.accordion-button:not(.collapsed) {
  background-color: #E5E5E0;
  color: black;
  background-image: hidden;
    font-family: SourceSansPro-Bold;
}

.accordion-button-2:not(.collapsed) {
  background-color: #E5E5E0;
  color: black;
  background-image: hidden;
    font-family: SourceSansPro-Bold;
}

.ac-orders:not(.collapsed) {
  background-color: white;
  color: black;
  background-image: hidden;
    font-family: SourceSansPro-Regular;
}
.asked-question {
  background-color: #E5E5E0;
}

.accordion-button {
  background-color: #E5E5E0;
  padding: 0;
  border: 0px;
  text-align: left;
}

.accordion-button-2 {
  padding: 0;
  border: 0px;
  text-align: left;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.accordion-item:last-of-type .accordion-collapse, .accordion-item:active{
  background-color: #E5E5E0;
  border: 0px;

}

.accordion-header {
  background-color: #E5E5E0;
  color: black;
  line-height: 35px;
  border: 0px;
}

.accordion-body {
  background-color: #E5E5E0;
  color: black;
  padding: 0.2rem 2.25rem 1.5rem;
}

.accordion-body-orders {
  padding: 0px;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.accordion-button-2:focus {
  box-shadow: none;
  border-color: rgba(0,0,0,.125);
}

.accordion-button::after {
  background-image: url(../images/icons/arrow-right.svg);
  background-size: auto;
    width:10px;
  height: 10px;
  margin-left: 20px;
  transition: none;
  border: 0px;
}

.accordion-button-2::after {
  background-image: url(../images/dropdown-icon.svg);
  background-size: auto;
    width:10px;
  height: 10px;
  margin-left: 20px;
  transition: none;
  border: 0px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/icons/arrow-down.svg);
  background-size: auto;
  width:10px;
  height: 10px;
  border: 0px;
}

.accordion-button-2:not(.collapsed)::after {
  background-image: url(../images/dropdown-icon.svg);
  background-size: auto;
  width:10px;
  height: 10px;
  border: 0px;
}

.accordion-button.collapsed {
  text-align: left;
  border: 0px;
}

.accordion-button-2.collapsed {
  text-align: left;
  border: 0px;
}

/* ACCESSORIES */
.accessories-image {
  width: 300px;
}

@media (max-width: 991.98px) { 
  .accessories-image {
  width: 100%;
  } 
}

.accessories-title {
  font-size: 24px;
  font-family: SourceSansPro-Regular;
}

.accessories-price {
  font-size: 1.875em;
  color: #436444;
  font-family: SourceSansPro-Bold;
}

.accessories-column {
  padding-top: 5px;
}

.accessories-column2 {
  padding-top: 5px;
}

#accessories-quantity {
  width: 50px;
  display: inline-flex;
  background-color: #E9E9E9;
  border: 0px;
  padding: 8px 4px 8px 4px;
}

#accessories-quantity:focus-visible {
  border: 0px !important;
  outline: 0px !important;

}

.accessories-btn {
  font-family: SourceSansPro-Bold;
  font-size: 19px;
  background-color: #B1C6AA;
  color: white;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 3px;
}

.accessories-btn:hover {
  font-family: SourceSansPro-Bold;
  color: white;
}


.accessories-desc {
  font-size: 15px;
  color: rgba(0,0,0,.55);
}

/* Shipping */
.shipping-banner,
.shipping-banner.collapsed {
  font-family: SourceSansPro-Bold;
  color: #ffffff;
  background-color: #b7b9b8;
}

.shipping-banner:not(.collapsed),
.shipping-banner:hover {
  color: #ffffff;
  background-color: #b69ccb;
}


.shipping-banner input[type="checkbox"] {
  display: none;
}

/* REQUEST */
.request {
  line-height: 30px;
}

.txt-right{
  text-align: right;
}

.cassette-modal:hover{
  background: #436444;
  color: #ffffff;
  cursor: pointer;

    opacity:1.0 !important;filter:alpha(opacity=100) !important;
    -webkit-transition-property:opacity !important;
    -webkit-transition-duration:20ms !important;
}

.cassette-modal:hover .modal-price{
  color: #ffffff;  
}

.onnody-text{
  margin-left: 2px;
  color: #ff0000;
  width: 100%;
  text-align: left;
  float: left;
}

/*CONTENT CONTAINER*/
.a-choice{  
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  width: 24%;
  margin: 2px;
  margin-bottom: 7px;
}

@media only screen and (max-width: 992px) {
  .a-choice{
    width: 49%;
  }
}

.a-content{
  position: relative;
  left: 30px;
  margin: 5px;
  padding: 9px;
  width: 470px;
  min-height: 20px;
}

.a-box{
  position: absolute;
  min-height: 20px;
  margin: 8px 8px;
}

/*CUSTOMIZE RADIO BUTTON*/
.a-choice input[type=checkbox]{
  display: none;
}


.a-choice input[type=checkbox] + label{
    opacity:1.0 !important;filter:alpha(opacity=100) !important;
    -webkit-transition-property:opacity !important;
    -webkit-transition-duration:20ms !important;
}

.a-choice input[type=checkbox]:checked + label { 
   background-color: #436444;
}

#submit{
  margin-left: 40px;
}

/*ADD CLASS TO BUTTON*/
.a-choice.highlight_selected, .a-choice.highlight_selected:hover {
  background: #436444;
  color: #ffffff;
  cursor: pointer;
}

.a-choice:hover{
  background: #436444;
  color: #ffffff;
  cursor: pointer;
    opacity:1.0 !important;filter:alpha(opacity=100) !important;
    -webkit-transition-property:opacity !important;
    -webkit-transition-duration:20ms !important;
}

.cart-head{
  background: #426443;
  color: #ffffff;
  padding: 5px 7px;
}

.cart-head:hover{
  color: #ffffff;
}

.cart-head i{
  color: #ffffff;
  margin-right: 5px;
}

.add-another {
  color:#218656;
  padding-right: 0px;
}

#cart-count{
  display: inline;
}

.cart-border{
  border-bottom: 1px solid #e5e5e0;
}

/* JOURNAL */

.journal-item {
  color:#803D5D !important;
}

.journal-category {
  color:#803D5D !important;
}

.journal-line {
  background-color: black;
  opacity: 1;
}

.journal-line-alt {
  background-color: #803D5D;
  opacity: 1;
}

.journal-title {
  min-height: 70px;
}

.journal-credits {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
}

.journal-image {
  width: 100%;
}

.journal-short p {
  font-size: 13px;
}

.journal-back {
  margin-right: 25px;
  padding-top: 9px;
}

#close-modal-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.ppl-parcelshop-map {
  height: 100%;
  max-height: 640px;
}
.modal-box {
  position: relative;
  margin: 0;
  height: 640px;
}