body {
    font-family: "Red Hat Display";
}

@font-face {

    font-family: Miller Banner;
    src: url("../fonts/Miller-TextRoman.otf");
}

@font-face {

    font-family: Helvetica Neue;
    src: url("../fonts/Helvetica-Neue-Medium-Extended.otf");
}

.container-fluid {
    max-width: 85%;
}

.dropdown-toggle::after {
    display: none;
}

.navbar .form-control {
    border-left: 0px;
    border-radius: 31px;
    line-height: 2;
    background-color: #f5f5f5;
}

.navbar .input-group-text {
    border-radius: 31px;
    background-color: #f5f5f5;
}

.width1100 {
    min-width: 1100px;
}

.navbar .btn-dark {
    width: 130px;
    height: 46px;
    border-radius: 30px;
    background-color: #171717;
    color: #ffffff;
font-family: "Red Hat Display";
font-size: 15px;
font-weight: 700;
letter-spacing: 1px;
}

.border-left-1 {
    border-left: 1px solid #dbd5d5 !important;
}

#menubar .nav-link {
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.border-bottom-1 {
    border-bottom: 1px solid #dbd5d5 !important;
}

#sectionsection .btn-light {
    width: 168px;
    height: 47px;
    border-radius: 30px;
    background-color: #ffffff;
    color: #032027;
    font-size: 18px;
    font-weight: 700;

}

#sectionsection h3 {
    color: #ffffff;
    font-family: "Miller Banner";
    font-size: 51px;
    font-weight: 300;
}

.color-grand-bg {
    background-image: linear-gradient(to right, #899b7e 0%, rgba(55, 67, 48, 0) 100%), url("../images/home-banner.png");
    background-repeat: no-repeat;
    padding: 100px 0px;
	background-size: cover;
    /* background-image: url("../images/background-2ndsection.png") no-repeat; */

}

#sectionsection .kissubtitle {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

#sectionsection h6 {
    color: #ffffff;
    font-family: "Red Hat Display";
    font-size: 20px;
    font-weight: 400;
    opacity: 0.8;
}

#sectionsection .from {
    color: #ffffff;
    font-family: "Red Hat Display";
    font-size: 17px;
    font-weight: 700;
}

.form-control:focus {
    color: #212529;

    border-color: none;
    outline: 0;
    box-shadow: none;
}

/* ::placeholder{
    color: #707070;
font-family: "Helvetica Neue";
font-size:15px;
font-weight: 400;
} */
.imag-resposive {
    max-width: 239px;
    height: 250px;
}

.card-title {
    color: #171718;

    font-size: 16px;
    font-weight: 700;
}

.card-text {
    color: #171718;

    font-size: 16px;
    font-weight: 400;
}

.reviews-amount {
    color: #171718;

    font-size: 16px;
    font-weight: 400;
}

.card-footer {
    color: #171718;

    font-size: 16px;
    font-weight: 700;
}

.bg-color-card {
    background-color: #efedec !important;
}

.card-header {
    background-color: #f7f7f7 !important;
    border: none;
}

#billingfirstsection .heading {
    color: #171718;

    font-size: 30px;
    font-weight: 700;
}

.card-image-width {
    max-width: 325px;
    max-height: 325px;
}

.card-image-width-2 {
    max-width: 202px;
    max-height: 324px;
}

.btn-secondary {
    background-color: #000000;
    border-radius: 0px;
    height: 42px;
}

#billingcheckout .amount {
    color: #171717;
    font-family: "Red Hat Display";
    font-size: 33px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 59px;
}

#billingcheckout .currancy {
    color: #171717;
    font-family: "Red Hat Display";
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px;
}

#billingcheckout li {
    color: #171717;

    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
}

.bgf7 {
    background-color: #f7f7f7;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid !important;
}

#tabcustom button {
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.3px;
}

#tabcustom .tab-content>.active {

    margin-top: 30px;
}

#tabcustom .tab-pane {
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
}

#billingcheckout .btn-secondary {
    color: #ffffff;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.3px;
}
.ms3rem{
    margin-left: 3rem;
}




/* HIDE RADIO */
[type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* IMAGE STYLES */
  [type=radio] + img {
    cursor: pointer;
    border: 2px solid #fff;
     border-radius: 50%;    
  }
  
  /* CHECKED STYLES */
  [type=radio]:checked + img {
    border: 2px solid #000000;
  }

  /* IMAGE STYLES */
  [type=radio] + label {
    cursor: pointer;
    border: 1px solid #eee;
    padding: 10px;
    width:100%; 
  }
  
  /* CHECKED STYLES */
  [type=radio]:checked + label {
    border: 1px solid #000000;
  }

  a{
    text-decoration: none;
  }
  #menubar .nav-link:hover {
    color: #c6ac8f;

  }
  .card-title:hover {
    color: #c6ac8f;
}
.form-control:focus {
    border-color:#ced4da ;
    outline: 0;
    box-shadow: none;
}
#menubar .form-control {
    font-size: 13px !important;
    font-weight: 600;
}
.font-playfair { font-family: 'Playfair Display', sans-serif; }
.font-inter { font-family: 'Inter', sans-serif; }

.home { background-color: #e8e8e8; padding-bottom: 100px; }

.pt-container { margin-top: 150px; text-align: center; }
.pt-container h3 { font-family: 'Playfair Display', sans-serif; color: #000; font-size: 22px; }
.pt-container .container { margin-bottom: 70px; }

.pt-box h3 { font-size: 16px; }
.pt-box img { width: 250px; }


.product { background-color: #e8e8e8; }
.product .container-left { width: 75%; background-color: #e8e8e8; position:fixed;}
.product .container-right { width: 25%; }

.header-steps { font-size: 11px; letter-spacing: 1.2px; }

.product .btn-prev { background-color: #d3d3d3; color: #000; text-decoration: none; font-weight: 600; padding: 18px 45px; border-radius: 6px; }

.product .total-tax { padding: 18px 45px; background: #fff; font-weight: 600; border-radius: 6px; margin-left: 15px; }

.product .btn-next { background-color: #000; color: #fff; font-weight: 400; padding: 20px; border-radius: 6px; width: 100%; }

.step-sub-text { font-size: 13px; }

.product .options { display: flex; flex-direction: column; gap: 15px; }

.product .options .option { border: 1px solid #eee; border-radius: 6px; text-align: center; padding: 22px; }
.product .options .option.active { border-width: 2px; border-color: #000; }

.product .description h4 { font-size: 20px;  font-weight: 700; }
.product .description p { color: #797979; font-size: 12px; }

.product .option-color-container .color { width: 70px; height: 70px; }

.product .option-qty-container .option-control-minus,
.product .option-qty-container .option-control-plus { width: 30px; height: 30px; font-size: 16px; }

.product .studio-samples { background-color: #e8e8e8; }
.product .studio-content p { font-size: 12px; margin: 0; padding: 0; }

#fade_bottom {
    position: fixed;
    bottom: 2em; /* top is also an option */
    width:100%;
    height: 8em; 
    background: -webkit-linear-gradient( /*for webkit  based browsers */
    rgba(255,255,255, 0) 0%,
    rgba(255,255,255, 1) 100%
    );
    background-image: -moz-linear-gradient( /*for firefox*/
    rgba(255,255,255, 0) 0%,
    rgba(255,255,255, 1) 100%
    );
    background-image: -o-linear-gradient( /*opera browser*/
    rgba(255,255,255, 0) 0%,
    rgba(255,255,255, 1) 100%
    );
    background-image: linear-gradient(
    rgba(255,255,255, 0) 0%,
    rgba(255,255,255, 1) 100%
    );
    background-image: -ms-linear-gradient( /*microsoft ie*/
    rgba(255,255,255, 0) 0%,
    rgba(255,255,255, 1) 100%
     );
  } 