body {
    font-family: "new-zen";
}
.font-family {
    font-family: "new-zen";
}
.heading-font {
    font-family: "miller-headline";
}
.disp-box {
    padding: 0px 120px;
}
.disp-box .container-pop-box {
    box-shadow: 0px 0px 5px #00000042;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
}
.table-box {
    box-shadow: 0px 0px 5px #00000042;
    padding: 12px;
    margin-top: 50px;
}
.table-box .table-heading {
    border-bottom: 1px solid #0000001f;
    padding-bottom: 14px;
    padding-top: 2px;
}
.table-box .table-heading h6 {
    font-size: 13px;
    color: #000;
    margin: 0px;
}
.table-box .table-body p {
    color: #000;
    font-size: 12px;
    margin: 0px;
}
.table-box .table-body {
    border-bottom: 1px solid #0000001f;
    padding: 10px 0px;
}
.table-box .table-body {
    border-bottom: 1px solid #0000001f;
}
.table-box .table-body:nth-last-child(1) {
    border-bottom: none !important;
    padding-bottom: 0px;
}
.text-green {
    color: #4caf50;
}
.disp-box .container-pop-box h1 {
    /* text-shadow: #0003 2px 2px 4px; */
    color: #f08a80;
    margin-bottom: 0px;
    font-family: "miller-headline";
    font-weight: 900;
    font-size: 50px;
}
.disp-box .container-pop-box p {
    color: #293247;
    font-weight: 300;
    margin-bottom: 30px;
}
.disp-box {
    margin-top: 70px;
}
.ripple {
    position: absolute;
    background: rgba(0,0,0,.25);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
  }
  .ripple.show {
    -webkit-animation: ripple .5s ease-out;
    animation: ripple .5s ease-out;
  }
  @-webkit-keyframes 
  ripple { to {
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
   opacity: 0;
  }
  }
  @keyframes 
  ripple { to {
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
   opacity: 0;
  }
  }
  .ripple-button {
    position: relative;
    font-weight: bold;
    background: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    text-align: left;
    box-shadow: 0px 0px 5px 2px #00000024;
    border-radius: 5px;
    padding: 20px;
  }
.payment-options .ripple-button p {
    margin: 0px;
    position: relative;
    display: inline;
}
.payment-options .ripple-button h5 {
    margin: 0px;
    display: inline;
}
.payment-options {
    margin-top: 50px;
    padding: 0px 30px;
}
.payment-options .ripple-button h5 i {
    color: #6e6e6e;
}
.payment-details-box {
    padding: 0px 30px;
    margin-top: 30px;
}
.payment-details-box input {
    background-color: #f3f3f3;
    border-radius: 0px;
    text-align: left;
    padding: 15px 10px;
    padding-bottom: 2px;
    font-size: 14px;
    outline: 1px solid #ddd;
}

/* INPUT BOX CSS */

.input-contain{
    position: relative;
}
input{display: block;width: 100%;}
input:focus{
    outline: none;
    background: #ddd;
}
input:focus + .placeholder-text .text, :not(input[value=""]) + .placeholder-text .text{
    background-color: #ffffff00;
    font-size: 10px;
    color: black;
    transform: translate(0, -20%);
}
input:focus + .placeholder-text .text{
    color: #f08a80;
}
.placeholder-text{
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    border: 3px solid transparent;
    background-color: transparent;
    pointer-events: none;
    display: flex;
    align-items: center;
}
.text{
    font-size: 15px;
    padding: 10px 8px;
    background-color: transparent;
    transform: translate(0);
    color: black;
    transition: transform 0.15s ease-out, font-size 0.15s ease-out, background-color 0.2s ease-out, color 0.15s ease-out;
}
input, .placeholder-text{
    padding: 0;
}
.input-contain:after {
    content: "";
    background: #f3f3f3;
    width: 100%;
    display: block;
    height: 2px;
    transition: 0.5s !important;
    transform: scaleX(0);
}
.input-contain.active-cont:after {
    content: "";
    background: #f08a80;
    width: 100%;
    display: block;
    height: 2px;
    transform: scaleX(1);
}
.error-cont:after {
    content: "";
    background: #f3f3f3 !important;
    width: 100%;
    display: block;
    height: 2px;
    transform: scaleX(1);
}
.error-cont {
    outline: 2px solid #c10015;
}
.error-cont input:focus + .placeholder-text .text{
    color: #c10015;
}
.bank-policy-box {
    margin-top: 30px;
    margin-bottom: 30px;
}
.bank-policy-box p {
    font-size: 10px;
    margin: 0px;
}
.danger-col {
    color: #c10015 !important;
}
.checkboxx {
    transform: scale(1.2);
    position: relative;
    top: -2px;
}
.payment-details-box textarea {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    background: #f3f3f3;
    padding-top: 14px;
    padding-left: 10px;
    padding-right: 10px;
}
.textarea-box {
    position: relative;
}
.lbl-text-area {
    position: absolute;
    left: 10px;
    top: 5px;
    transition: transform 0.15s ease-out, font-size 0.15s ease-out, background-color 0.2s ease-out, color 0.15s ease-out;
    font-size: 15px;
}
.textarea-box textarea:focus {
    background: #ddd;
    outline: 0px !important;
}
.textarea-box textarea:focus + .lbl-text-area {
    font-size: 10px;
    color: #f08a80;
    top: 5px;
}
.textarea-box textarea:not(:empty) + .lbl-text-area {
    font-size: 10px;
    color: #f08a80;
    top: 5px;
}
.custom-select {
    position: relative;
    display: inline-block;
    width: 100%; /* Adjust the width as needed */
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
  }
  
  .custom-select select {
    width: 100%;
    padding: 4px;
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
  }
  
  .custom-select select::-ms-expand {
    display: none;
  }
  
  .custom-select select option {
    padding: 10px;
    background-color: #fff;
    color: #333;
  }
  
  .custom-select select option:hover {
    background-color: #ddd;
  }
  
  .custom-select select:focus {
    border: 1px solid #f08a80; /* Add a focus style */
  }
  
.input-select {
    background-color: #f3f3f3;
    width: 100%;
    display: block;
    height: 39px;
    border: 1px solid #ddd !important;
} 
.select-box {
    position: relative;
}
.btn-input-select-text {
    position: absolute;
    left: 10px;
    top: 7px;
}
.btn-input-select-text:focus {
    outline: none !important;
}
button:focus {
    outline: none !important;
}
.product-box img {
    width: 100px;
    height: 100px;
}
.product-box {
    box-shadow: 0px 0px 3px #00000052;
}
.ripple-button2 h5 {
    margin-top: 20px;
    font-family: "new-zen";
    background: #f08a80;
    color: white;
    padding: 20px 10px;
    font-weight: 400 !important;
    margin-bottom: 0px;
}
.product-box .box-pro {
    padding: 20px 20px;
    padding-bottom: 20px;
    cursor: pointer;
    transition: 0.5s !important;
}
.product-box .quantity-pro {
    border-top: 1px solid #ddd;
    padding: 10px;
    /* position: relative;
    z-index: -2; */
    z-index: 22;
    position: relative;
}
.global-color {
    color: #f08a80;
    font-weight: 600;
    font-family: "miller-headline";
    font-size: 20px;
}
input[type="number"] {
    width: 45px !important;
    text-align: center;
    border: 1px solid #ddd !important;
    display: inline;
    background-color: white !important;
}
 input[type="number"]::-webkit-inner-spin-button,
 input[type="number"]::-webkit-outer-spin-button {
     -webkit-appearance: none;
     appearance: none;
     margin: 0;
 }
 .product-counter {
    border: none !important;
    border-radius: 999px;
    color: white;
    background-color: #f08a80;
 }
 .increase {
    font-size: 16px;
    padding: 0px 7px;
 }
 .decrease {
    font-size: 16px;
    padding: 0px 8px;
}
.product-list {
    margin-top: 30px;
    font-size: 16px;
    padding: 0px 30px
}
.product-list ul li i {
    color: #f08a80;
}
.product-list li {
    border-top: 1px solid #f08a80;
    padding: 10px 0px;
}
.product-list li:nth-child(1) {
    border-top: none
}
.product-btn {
    margin-top: 20px;
    border-radius: 999px;
    border: none;
    background: transparent;
    width: 100%;
    border: 1px solid #f08a80;
    padding: 10px;
    transition: 0.5s;
}
.product-btn:focus {
     background: #0471ec;
     color: white;
}
.product-focus:hover {
    background: #f08a80;
    color: white;
}
.product-box .box-pro:hover {
    background: #f3f3f3 !important;
}
.btn-desing {
    color: #f08a80;
    display: block;
    border: 1px solid #f08a80;
    width: 100%;
    margin-top: 30px;
    background: transparent;
    font-size: 20px;
    transition: 0.5s !important;
    font-family: "miller-headline";
    border-radius: 999px;
}
.btn-desing:hover {
    background: #f08a8000;
    color: black;
    border-color: black;
}
.btn-desing:focus {
    background: #f08a8000;
    color: black;
    border-color: black;
}
.btn-desing-act {
    background: #f08a8000;
    color: black;
    border-color: black;
}
.selectmain {
    padding: 10px 5px;
    background: #f3f3f3;
    transition: 0.5s;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.selectmain:focus {
    outline: none !important;
    background: #ddd;
}
.payment-btn-desing {
    background: #f08a80;
    color: white;
    cursor: pointer;
    transition: 0.5s;
    border: none;
    border-radius: 999px;
    padding: 10px 30px;
    margin-top: 30px;
}
.payment-btn-desing:hover {
    opacity: 0.8;
}
@media screen and (min-width: 100px) and (max-width: 767px) {
    .disp-box {
        padding: 0px 15px !important;
        /* padding-left: 15px !important; */
    }
    .disp-box .container-pop-box h1 {
        font-size: 23px;
        padding-top: 40px;
    }
    .product-list {
        padding: 0px !important;
    }
    .ripple-button2 h5 {
        font-size: 18px;
    }
    .product-box .box-pro {
        padding: 20px !important;
    }
    .disp-box .container-pop-box {
        padding: 0px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-bottom: 20px !important;
    }
    .product-box {
        margin-top: 50px;
    }
    .payment-options {
        padding: 0px 10px;
        padding-bottom: 20px;
    }
    .mobile-first {
        margin-top: 0px !important
    }
    .payment-details-box {
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.heading-text {
    text-align: center;
    font-family: "miller-headline";
    font-size: 26px;
    color: #A97772 !important;
    font-weight: 100 !important;
    margin-bottom: 0px;
    margin-top: 14px;
}
.arrow {
    float: right;
    position: relative;
    top: 5px;
    transition: 0.5s;
}
.arrow-active {
    transform: rotate(180deg);
}
.table-box .table-body:hover {
    background: #f8f8f8 !important;
}
.selectbox {
    position: relative;
}
.selectbox .select-lable {
    position: absolute;
    left: 10px;
    top: 7px;
    transition: transform 0.15s ease-out, font-size 0.15s ease-out, background-color 0.2s ease-out, color 0.15s ease-out;
}
.input-select i {
    font-size: 14px;
    position: absolute;
    top: 12px;
    right: 10px;
}
.select-options ul li {
    padding: 10px 10px;
    transition: 0.5s;
}
.select-options {
    box-shadow: 0px 0px 5px #00000042;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0px;
    right: 0px;
    background: white;
    height: 88px;
    text-align: left;
}
.active-lbl {
    color: #f08a80;
    font-size: 10px;
    top: 5px !important;
}
.select-options ul li:hover:nth-child(even) {
    background: #f7f7f7;
}
.always-there {
    position: absolute;
    top: 14px;
    left: 10px;
    font-size: 15px;
    opacity: 0;
    transition: 0.5s;
}
.new-lbl {
    position: absolute;
    left: 10px;
    font-size: 10px;
    top: 2px;
    transition: 0.5s;
    color: #f08a80;
}
#selectmain2 option {
    background: white;
}
.fixedbox {
    background: white;
    position: fixed;
    right: 0px;
    padding: 10px 0px;
    top: 50%;
    display: inline-block;
    box-shadow: 0px 0px 4px black;
    width: 160px;
    z-index: 999;
}
.fixedbox .txt {
    font-size: 14px;
    font-family: "new-zen";
}
.error-cont:active:after {
    background-color: #ddd;
}