@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');
  @import url("https://use.typekit.net/rfw8tot.css");
  
  
  .form-check-label a{  
    color: #4c0100;
     
    font-family: "Roboto", sans-serif;
    
    font-weight:400;
    
}
.form-check-label{
  margin-bottom: 20px;
}
  
#pdfPreviewModal .modal-body{
    
    background-color: #777;
}
              body {
        background-color: #fbfbfb!important;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 22.5px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: rgb(68, 68, 68);
    text-indent: 0px;
}
.topbar-companylogo a img {
    max-height: 144px;
  top: 0;
  position: absolute;
}
.container

{
     
    padding-top: 40px;
}
.progress-steps{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
    font-family: "Roboto", sans-serif;
    text-transform:uppercase;
    
}

.giftcard-selectedCardHeader{
    
    text-transform: uppercase;
    color: #999;
     
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 14px;
}

.step
{  
    color: #363636;
    background-color:#f9f9f9;
    padding: 10px;
    width: 24%;
    text-align: center;
    font-family: "Roboto", sans-serif;
    text-transform:uppercase;
    font-weight:300;
    font-size: 14px;
    letter-spacing: 1px;
}
.step.active
{
    
   font-weight: bold;
   color: #363636!important;
   border-color: #4c0100!important;
}
.step.completed {
    color: #828282;
    border-color: #8d8d8d;
}
.giftcard-title {
   
  text-align: center;
}
    h1, h2, h3, h4 {
        font-family: "poppins", sans-serif;
font-weight: 300;
font-style: normal;
    color: #363636;
     
        margin-bottom: 10px;
    }
    h1 {
         
    font-size: 57px;
         
    }
    h4 {
        font-size: 35px;
    }
.giftcard-image{
    border: 3px solid #fff;
    border-radius: 8px;
    padding: 4px;
    cursor: pointer;
    transition: border-color 0.2s ease;
margin-left: 1px;
    margin-right: 1px;
    max-width: 260px;
    background-color: #fff;
}
.card.giftcard-option{
     
    border-radius: 0;
    
}


.giftcard-image.selected {
     border: solid #4c0100;
  background: #4c0100;
}
.giftcard-image.selected .giftcard-option{
    border-color: #fff!important;
    
}

.card-body .card-text
{
    min-height: 42px;
}
.card-body .card-title
{
    min-height: 39px;
}

#giftcard-container{
    /* background: white; */
    border-radius: 5px;
       padding: 20px 0 20px 0;
    display: flex;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    text-align: center;
}

.form-control {
    border: 1px solid #cfcfcf;
    background-color: #ffffff!important;
    color: #363636;
    font-size: 16px;
     font-family: "Roboto", sans-serif;
    border-radius: 5px;
    text-align: left;
    padding: 6px;
    height: 37px;
        border-radius: 5px !important;
}

#cssmenu
{
   
    background: rgba(21, 21, 21, .92);
    color: #fff;
  }
 #cssmenu > ul > li > a{
  color: #fff;
   font-family: "Roboto", sans-serif;
   font-weight: 400;
   font-size: 13px;
  background: none;
}
 
 #cssmenu > ul > li:hover > a{
  color: #bb8732;
 
  background: none;
}
 .fa-home {
  color: #FFF;
}
/***************burger-menu*************************/
#cssmenu.small-screen #menu-button::before
{
    background: #fff;
}
#cssmenu.small-screen #menu-button::after
 {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#cssmenu.small-screen #menu-button.menu-opened::before {
    background: #ffffff;
}
#cssmenu.small-screen #menu-button.menu-opened::after {
    background: #ffffff;
}

/***************burger-menu end *************************/
button
{
    font-size: 20px;
    border-radius: 40px;
    padding: 10px 20px;
    border: 2px solid #4c0100;
}

.btn-success{
    
    background-color: #4c0100;
    color: #fff;
    font-size: 18px;
    border-radius: 40px;
    padding: 10px 20px;
    border: 2px solid #4c0100;
     font-family: "Roboto", sans-serif;
}
.giftcard-btn.giftcard-btn-basket{
    
    background-color: #4c0100;
    color: #fff;
    font-size: 18px;
    border-radius: 40px;
    padding: 10px 20px;
    border: 2px solid #4c0100;
     font-family: "Roboto", sans-serif;
}
.giftcard-btn.giftcard-btn-basket:hover{
    
    background-color: #bb8732;
    color: #fff;
    font-size: 18px;
    border-radius: 40px;
    padding: 10px 20px;
    border: 2px solid #bb8732;
     font-family: "Roboto", sans-serif;
}
.btn-success.giftcard-btn:hover{
    
    background-color: #bb8732;
    color: #fff;
    font-size: 18px;
   border-radius: 40px;
    padding: 10px 20px;
    border: 2px solid #bb8732;
}


.btn-secondary{
    
    color: #4c0100;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 40px;
    background-color: #fff;
   border: 2px solid #4c0100;
     font-family: "Roboto", sans-serif;
}
.btn-success.giftcard-btn, .btn-secondary.giftcard-btn{
    
    color: #4c0100;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 40px;
    background-color: #fff;
    border: 2px solid #4c0100;
     font-family: "Roboto", sans-serif;
}
.btn-success.giftcard-btn:hover, .btn-secondary.giftcard-btn:hover{
    
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 40px;
    background-color: #bb8732;
     border: 2px solid #bb8732;
}

.modal-dialog .modal-footer .btn-secondary{
    
    color: #4c0100;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 40px;
    background-color: #fff!important;
     border: 2px solid #4c0100;
     font-family: "Roboto", sans-serif;
  
}
.modal-dialog .modal-footer .btn-secondary:hover{
    
    color: #fff;
    
    background-color: #bb8732!important;
     border: 2px solid #bb8732;
     
  
}
#presetAmounts {
    display: flex;
    justify-content: flex-start!important;
    flex-wrap: wrap;
    row-gap: 5px;
}
#presetAmounts .quick-amount
{
    
    color: #4c0100;
    font-size: 15px;
    padding: 10px ;
    border-radius: 40px;
    background-color: #fff;
    border: 2px solid #4c0100;
     font-family: "Roboto", sans-serif;
        margin-right:5px;
      margin-left:5px;
      font-weight: 400;
}

#presetAmounts .quick-amount:hover
{
    
    color: #fff;
     
    border-radius: 40px;
    background-color: #bb8732;
    border: 2px solid #bb8732;
     
}
/***************************kurv**************************/
.giftcard-minibasket-header{
     
    height: 83px;
}

.basket-icon i.fas.fa-shopping-basket
{
    font-size: 26px!important;
    color: #333!important;
}
.basket-count-badge{
   
    right: -16px!important;
    background: #363636!important;
}

.basket-label {
    font-size: 1.5rem;
 font-family: "Roboto", sans-serif;
    padding-left: 25px;
}

.giftcard_minibasket {
 
    max-height:80%!important;
 
    overflow: scroll;
}

.giftcard_minibasket li{
    padding: 10px!important;
    background-color: #f5f5f5;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
        margin-bottom: 10px;
    border-radius: 5px;
}

.btn-danger{
    color: #fff;
    background-color: #bd656e!important;
    border-color: #bd656e!important;
}
.border-top {
  border-top: 2px solid #853232 !important;
}

.giftcard-detailedbasket .border.rounded{
  border-color: #fff !important;
  background-color: #fff !important;
}
/**************************kurv end************************/



#step3 h4
{
   
  text-align: center;
}

.mce-content-body 
{
    font-size: 14px;
 font-family: "Roboto", sans-serif;
     text-align:left;
}

.giftcard-detailedbasket .text-end
{
    font-size: 22px;
 font-family: "Roboto", sans-serif;
   font-weight: 600;
}

@media (max-width: 1170px) {
  h1 {
    font-size: 39px;
} 
    
}

@media (max-width: 768px) {
   .step {
    
    text-align: center;
    padding: 5px;
    font-size: 14px;
    line-height: 1.5em;
}
    
  .topbar-companylogo a img {
      max-height: 80px;
  top: 0;
  position: absolute;
  left: 10%;
    }  
.giftcard-detailedbasket
{
  text-align: center;
}

.giftcard-detailedbasket .col-md-3{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}

.giftcard-detailedbasket .giftcard-btn{
  text-align: center;
  margin: auto;
 
}

.form-control-sm.basket-quantity{
  
  
  margin-bottom: 10px;
}}


@media (max-width: 576px) {
   .step {
    font-size: 12px;
    line-height: 1.5em;
}
    
  body {
    
    font-size: 15px;
  }  
  
.giftcard-btn
{
    font-size: 16px!important;
  } 
  

}

@media (max-width: 380px) {
 .giftcard_minibasket {
    position: fixed;
    top: 60px;
    right: 0!important;
    width: 100%!important;
    max-height: 100%!important;
 
}
}

