.heelo{font-family: "Montserrat", sans-serif; }

@font-face {
    font-family: 'proximanova-bold';
    src: url('../fonts/proximanova-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'sf-regular';
    src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format('truetype');
}

@font-face {
    font-family: 'sf-medium';
    src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format('truetype');
}

@font-face {
    font-family: 'sf-bold';
    src: url('../fonts/SFPRODISPLAYBOLD.OTF') format('truetype');
}

@font-face {
    font-family: 'cream-cake';
    src: url('../fonts/CreamCakeBold.otf') format('truetype');
}

h1,
h2,
h3,
h4,
h5,
h6{
     font-family: 'sf-medium' !important;
}
p,
li,
a,
span,
button,
input,
select,
textarea {
   font-family: "Montserrat", sans-serif !important;
}

ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

a {
    text-decoration: none !important;
}

header {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 30px;
}

.menu ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.menu ul li {margin: 0 0 0 20px;}

.menu ul li a {
    font-size: 16px;
    color: #000;
    font-family: "Montserrat", sans-serif !important;
    font-weight: inherit;
    line-height: 16px;
}

.menu ul li button.btn.btn-dark {
    width: 175px;
    height: 45px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif !important;
    line-height: 15px;
    background: #2794E3;
    color: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.menu ul li button.btn.btn-dark img {
    margin: 0 0 0 10px;
}


.bottom_footer {
    text-align: center;
    border-top: 1px solid #fff;
    padding: 20px 0 0 0;
    position: relative;
    top: 90px;
}

.bottom_footer p a {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-transform: lowercase;
}

header .container {
    box-shadow: 0 0 10px #ccc;
    border-radius: 20px;
    background: #fff;
}

section.check_out_sec {
    padding: 110px 0 0 0;
}

.check_wraper img {
    width: 100%;
}

.order_main {
    background: #E3E3E8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.order_main p {
    margin: 0 10px 0 0px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 18px;
}

.order_main div#timer {
    font-size: 25px;
    font-weight: bold;
    color: #eb0d0e;
    line-height: 20px;
    margin: -5px 0 0 0;
    font-family: "Montserrat", sans-serif;
}

p.secure_para {
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    margin: 20px 0 0 0;
    line-height: 16px;
}

p.secure_para svg {
    margin: 0 5px 0 0px;
}

.payment-box input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.option {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.checkout_detail_main {
    border-bottom: 2px solid #999 !important;
}

.checkout_detail_main .box {
    border: 2px solid #b9b9b9;
    margin: 0 0 20px 0;
    padding: 20px;
}

.checkout_detail_main .box h2 {
    font-size: 22px;
    margin: 0;
    color: #000;
    line-height: 22px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif !important;
    text-transform: capitalize;
}

.checkout_detail_main .box.customer_info input, div#cardBox input, .box.shipping-box input, .box.shipping-box select {width: 100%;border: 2px solid #999;height: 45px;padding: 0 0 0 15px;border-radius: 5px;color: #000;font-weight: 400;outline: none;margin: 20px 0 0 0;}

.checkout_detail_main .box p {
    font-size: 14px;
    color: #414141;
    font-weight: 500;
    line-height: 15px;
    margin: 10px 0 0 0;
}

.checkout_detail_main .box input::placeholder {
    font-weight: 500;
    color: #414141;
}

.checkout_detail_main .box.payment-box p {
    margin: 10px 0 30px 0;
}

.box.shipping-box {
    margin: 0;
    border-bottom: 0;
}

.checkout_detail_main .box.payment-box label.option input[type="radio"] {
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
}

.checkout_detail_main .box.payment-box h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 20px;
}

label.option.second {
    margin: 25px 0 0 0;
}

div#cardBox input {
    margin: 15px 0 0 0;
}

div#cardBox {
    margin: 20px 0 0 0;
}

div#cardBox .inenr_field {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div#cardBox .inenr_field input {
    flex: 0 0 48.5%;
}

.checkout_detail_main .box.detail_product div#onlineCount {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    font-weight: 500;
    color: #000;
    font-family: 'sf-medium' !important;
}

img.product {
    width: 90%;
    margin: auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.card_summary {
    text-align: center;
}

.card_summary h4 {
    font-size: 20px;
    text-transform: capitalize;
    color: #515151;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 5px 0;
}

.card_summary h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 10px 0;
    color: #000;
}

.card_summary p {
    margin: 0 !important;
    font-size: 14px !important;
    color: #999 !important;
}

.card_summary p span {
    margin: 0 5px;
}

.card_summary p span.shade {
    background: #2794E3;
    color: #fff;
    padding: 2.5px;
    font-weight: 500;
}

.card_summary p span {
    color: #2794E3;
    font-weight: 600;
}

.coupan_wrap {
    margin: 20px 0 10px 0;
    border-bottom: 1px solid #999;
    padding: 0 0 10px 0;
}

.coupan_wrap {}

.coupan_wrap ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.coupan_wrap ul li {
    flex: 0 0 50%;
    margin: 0 0 5px 0;
}

.coupan_wrap ul li:nth-child(2), .coupan_wrap ul li:nth-child(4) {
    text-align: right;
}

.coupan_wrap ul li h5 {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.coupan_wrap ul li h5 span {
    color: #2794E3;
    font-weight: 600;
    text-decoration: underline !important;
}

.coupan_wrap ul li p {font-size: 18px !important;font-weight: 600 !important;color: #2794E3 !important;}

.coupan_wrap ul li h6 {
    font-size: 16px;
    color: #053a05;
    margin: 0;
}

.coupan_wrap ul li h6 del {}

.payment {}

.payment span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment span h2 {
    text-transform: uppercase !important;
    font-size: 20px !important;
    color: #252525 !important;
}

.payment span h3 {
    font-size: 20px;
    color: #252525 !important;
}

.payment ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0 !important;
}

.payment ul li {
    flex: 0 0 50%;
}

.payment ul li:nth-child(2) p, .payment ul li:nth-child(4) p, .payment ul li:nth-child(6) p, .payment ul li:nth-child(8) p {
    text-align: right !important;
}

.payment ul li p {
    font-size: 15px !important;
    color: #515151 !important;
}

.payment  p {
    text-align: center;
    font-size: 12px !important;
}

.payment ul li p {
    text-align: left;
}

.submit {
    margin: 20px 0;
}

.submit input[type="submit"] {
    width: 100%;
    height: 55px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: #2794E3;
    border: none;
    border-radius: 10px;
}

.one_time_wrap ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0 !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

.one_time_wrap ul li {
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
}

.one_time_wrap ul li img {
    margin: 0 10px 0 0;
}

.one_time_wrap {}

.one_time_wrap span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
}

.one_time_wrap span img {
    width: 100px;
    margin: 0 15px;
}

.one_time_wrap p {
    display: inline-block !important;
    text-align: center;
    font-size: 16px !important;
    line-height: 24px !important;
    margin: 0 !important;
    color: #000 !important;
}

.one_time_wrap p span {
    display: inline;
    color: #2794e3;
    font-weight: 500;
}

.box.detail_product {
    margin-bottom: 0;
    border-bottom: 0;
}

.image_wrap {
}

.image_wrap img {
    width: 100%;
}


@media only screen and (max-width: 1600px) {}
@media only screen and (max-width: 1600px) {}
@media only screen and (max-width: 1600px) {}
@media only screen and (max-width: 1600px) {}
@media only screen and (max-width: 767px) {

.menu {
    display: none;
}

.logo {
    text-align: center;
}

header {
    top: 20px;
}

.order_main p {
    font-size: 14px;
}

.order_main div#timer {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}


.inenr_field {
    display: block !important;
}

.box.detail_product {
    margin: 20px 0 0 0;
}

.coupan_wrap {
    margin-top: 30px;
}

.submit input[type="submit"] {
    border-radius: 5px;
}

.one_time_wrap ul li {
    font-size: 16px;
    margin: 0 0 10px 0;
}

.one_time_wrap ul {
    display: block;
}

.one_time_wrap span img {width: 80px;}

.one_time_wrap span {
    margin: 30px 0;
}

.one_time_wrap p {
    font-size: 14px !important;
    line-height: 19px !important;
}



}