@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
.home-sec-one {
    padding: 120px 0px 100px 0px;
}
.home-one-head-cont h2 {
    font-family: "DM Serif Display", serif;
    line-height: 72px;
    font-size: 64px;
    font-style: italic;
    text-align: center;
    width: 80%;
    margin: 0 auto 40px auto;
}
.home-sec-one-img-cont img {
    width: 100%;
}
.home-sec-right-cont {
    font-size: 18px;
    font-family: 'DM Sans';
    text-align: center;
    line-height: 24px;
    font-weight: 500;
}
.home-sec-right-cont h3 {
    font-size: 24px;
    font-family: "DM Serif Display", serif;
    font-style: italic;
    margin: 0px 0px 20px 0px;
}
.home-second-sec {
    background-color: #111111;
    color: #FFFFFF;
    padding: 40px 0px 20px 0px;
}
.home-sec-head-cont h2 {
    font-family: "DM Serif Display", serif;
    color: #ffffff;
    line-height: 72px;
    font-size: 64px;
    font-style: italic;
    width: 80%;
    text-align: center;
    margin: 0 auto 50px auto;
}
.home-two-sec-right-cont p {
    font-family: 'DM Sans';
    font-size: 18px;
    line-height: 23.5px;
    padding: 0px 0px 0px 20px;
}
.home-sec-two-img-cont img {
    width: 110%;
}
.home-sec-member-cont h2 {
    width: 97%;
    font-family: "DM Serif Display", serif;
    color: #ffffff;
    line-height: 87px;
    font-size: 64px;
    font-style: italic;
    text-align: center;
    background-color: #B01E31;
    margin: 30px auto 30px auto;
    padding: 15px 0px 20px 0px;
}
/* --------CHECKOUT PAGE CSS-------- */
.checkout-main-sec {
    padding: 40px 0px 120px 0px;
}
.checkout-head-cont h2 {
    font-family: "DM Serif Display", serif;
    line-height: 87px;
    font-size: 64px;
    font-style: italic;
    text-align: center;
    margin: 0px 0px 40px 0px;
}
label.form-info-label {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    padding: 0px 0px 15px 20px;
}
label.form-info-label::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/i-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0px;
    top: 4px;
}
::placeholder {
    font-size: 16px;
    font-family: 'DM Sans';
    color: #707070;
    padding: 0px 0px 0px 10px;
}
label.form-label {
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    line-height: 21px;
}
form input.form-control, form select {
    border: 1px solid #707070 !important;
}
form select {
    font-size: 16px;
    font-family: 'DM Sans';
    color: #707070 !important;
    padding-left: 20px !important;
}
form > .row {
    padding: 0px 0px 15px 0px;
}
.billing-info-cont .col-md-4:nth-child(2) {
    text-align: right;
}
.billing-info-cont img {
    width: 60%;
    object-fit: cover;
}

.billing-info-cont .row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.checkout-bottom-content {
    padding: 20px 0px 0px 0px;
    display: flex;
    justify-content: center;
}
.checkout-content {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.checkout-content > img {
    width: 70%;
}
.money-back-img-cont img {
    width: 100%;
}
.checkout-right-content p {
    font-family: 'DM Sans';
    font-size: 14px;
    line-height: 18px;
    color: #111111;
    font-weight: 600;
    padding: 0px 40px 0px 0px;
}
.checkout-content > .row {
    padding: 15px 0px 0px 0px;
    align-items: center;
}
.review-cont {
    border: 1px solid #666666;
    border-radius: 6px;
    padding: 15px 15px;
}
.order-review {
    margin: 0px 0px 0px 20px;
}
input.form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: transparent;
    border-color: #707070;
    border: 1px solid #707070;
}
input.form-check-input:checked {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: #B01E31;
    border-color: #B01E31;
}
.product-cont {
    padding: 0px 10px;
}
.prod-img-cont img {
    width: 100%;
}
.product-cont .row > div {
    padding: 0px 0px;
}
.prod-content-cont p {
    font-family: 'DM Sans';
    font-size: 16px;
    line-height: 21px;
    margin: 0px;
    padding: 0px 10px 0px 0px;
}
.product-cont {
    margin-top: 40px;
    padding: 30px 10px 0px 10px;
    border-top: 1px solid #111111;
}
p.product-title, .product-price {
    font-weight: 700;
}
.product-cont:first-child {
    margin-top: 0px !important;
}
.promo-code {
    margin: 20px 0px 0px 20px;
}
form.promo-form .form-control {
    border: 1px solid #707070;
    border-radius: 2px !important;
}
form.promo-form .row > div {
    padding: 0px;
}
form.promo-form .form-control {
    display: block;
    border: 1px solid #707070;
    border-radius: 2px !important;
    margin-right: 25px !important;
}
form.promo-form input[type=submit] {
    width: 90%;
    margin-left: 10px;
    color: white;
    background: #111111;
    font-family: 'DM Sans';
    line-height: 21px;
    padding: 8px 0px;
    border: unset;
    border-radius: 2px;
    font-weight: 700;
}
.product-cont .col-md-1 input {
    margin-top: 32px;
}
form.promo-form {
    padding: 30px 0px 0px 0px;
    border-top: 1px solid #707070;
}
form.promo-form > .row {
    width: 100%;
    margin: 0 auto;
}
.order-summary {
    margin: 10px 0px 0px 20px;
}
.total-cont {
    border-top: 1px solid #707070;
    padding: 20px 0px 0px 0px;
}
.total-cont p, .coupon-cont p {
    font-family: 'DM Sans';
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
}
.terms-condition-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.terms-condition-cont input {
    width: 46px;
    height: 19px;
    margin-right: 10px;
    border: 1px solid #707070;
}
.terms-condition-cont input:checked {
    width: 46px;
    height: 19px;
}
.terms-condition-cont label {
    padding-right: 30px;
    font-family: 'DM Sans';
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
}
.terms-condition-cont label span {
    color: #B01E31;
}
button.purchase-now-btn {
    width: 100%;
    border: unset;
    font-family: 'DM Sans';
    font-size: 16px;
    color: white;
    font-weight: 600;
    padding: 10px 0px;
    background-color: #B01E31;
    margin: 20px 0px 0px 0px;
    border-radius :2px;
}
p.charge-text {
    margin: 15px 0px 10px 0px;
    text-align: center;
    font-family: 'DM Sans';
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
}
p.product-desc a:hover {
    color: #B01E31;
}
p.product-desc a {
    color: #B01E31;
}
.checkout-form-cont form > .row > div {
    padding: 0px 5px;
}
.total-cont .row .col-md-6:nth-child(2) {
    text-align: right;
}
.coupon-cont .col-md-4 {
    text-align: right;
}
.review-cont input[type="checkbox"] {
    box-shadow: unset !important;
}
.checkout-form-cont > .row > .col-md-8 form {
    padding: 10px 0px;
}
@media(max-width: 1366px) and (min-width: 1200px){
    .checkout-content > .row {
        padding: 35px 0px 0px 0px;
    }
}
@media(max-width: 1199px) and (min-width: 768px){
    .home-sec-one {
        padding: 80px 0px 60px 0px;
    }
    .home-one-head-cont h2 {
        line-height: 52px;
        font-size: 34px;
        width: 90%;
    }
    .home-sec-right-cont {
        font-size: 14px;
        line-height: 16px;
    }
    .home-sec-right-cont h3 {
        font-size: 20px;
        margin: -10px 0px 10px 0px;
    }
    .sec-one-image-sec .col-md-6:first-child {
        display: flex;
        align-items: center;
    }
    .home-sec-head-cont h2 {
        line-height: 52px;
        font-size: 34px;
        margin: 0 auto 30px auto;
    }
    .home-two-sec-right-cont p {
        font-size: 14px;
        line-height: 16px;
        padding: 0px 0px 0px 10px;
    }
    .home-sec-member-cont h2 {
        width: 95%;
        line-height: 52px;
        font-size: 34px;
        margin: 20px auto 20px auto;
        padding: 15px 0px 20px 0px;
    }
    /* ------------CHECKOUT PAGE---------- */
    .checkout-main-sec {
        padding: 40px 0px 80px 0px;
    }
    label.form-label {
        font-size: 13px;
        line-height: 17px;
    }
    .checkout-form-cont > .row > .col-md-8 {
        width: 60%;
    }
    .checkout-form-cont > .row > .col-md-4 {
        width: 40%;
    }    
    label.form-info-label {
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        padding: 0px 0px 15px 15px;
    }
    label.form-info-label::before {
        width: 14px;
        height: 14px;
        left: -3px;
        top: 2px;
    }
    .checkout-form-cont > .row > .col-md-8 form {
        padding: 15px 0px;
    }
    .checkout-main-sec ::placeholder {
        display: block;
        font-size: 13px;
        padding: 0px 0px 10px 0px !important;
    }
    form input.form-control, form select {
        padding: 4px 0px 8px 10px;
    }
    form select {
        font-size: 13px !important;
        padding: 8px 0px 8px 10px !important;
    }
    .checkout-form-cont > .row > .col-md-8 form > .row > .col-md-9 {
        width: 65% !important;
    }
    .checkout-form-cont > .row > .col-md-8 form > .row > .col-md-3 {
        width: 35%;
    }
    .billing-info-cont .col-md-4 {
        width: 50%;
    }
    .checkout-form-cont > .row > .col-md-8 > form > .row:last-child > .col-md-6 {
        width: 100%;
    }
    .checkout-content {
        width: 90%;
    }
    .checkout-content > img {
        width: 80%;
    }
    .checkout-right-content p {
        font-size: 13px;
        line-height: 16px;
        padding: 0px 0px 0px 0px;
    }
    .checkout-content > .row {
        padding: 25px 0px 0px 0px;
    }
    .checkout-head-cont h2 {
        line-height: 67px;
        font-size: 44px;
        margin: 0px 0px 20px 0px;
    }
    .prod-content-cont p {
        font-size: 13px;
        line-height: 17px;
    }
    .product-cont {
        margin-top: 20px;
        padding: 20px 5px 0px 5px;
    }
    .product-cont .col-md-1 input {
        margin-top: 22px;
    }
    input.form-check-input {
        width: 16px;
        height: 16px;
        border-radius: 2px !important;
    }
    input.form-check-input:checked {
        width: 16px;
        height: 16px;
        background-color: #B01E31;
        border-color: #B01E31;
    }
    form.promo-form {
        padding: 20px 0px 0px 0px;
    }
    form.promo-form input[type=submit] {
        width: 100%;
        margin-left: unset;
        color: white;
        background: #111111;
        font-family: 'DM Sans';
        font-size: 14px;
        line-height: 21px;
        padding: 8px 0px;
        border: unset;
        border-radius: 2px;
        font-weight: 700;
    }
    .order-summary {
        margin: 0px 0px 0px 20px;
    }
    .total-cont p, .coupon-cont p {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 8px;
    }
    .total-cont {
        padding: 15px 0px 0px 0px;
    }
    .terms-condition-cont label {
        padding-right: 10px;
        font-size: 13px;
        line-height: 17px;
    }
    .terms-condition-cont input {
        width: 46px;
        height: 16px;
    }
    .terms-condition-cont input:checked {
        width: 46px;
        height: 16px;
    }
    button.purchase-now-btn {
        font-size: 13px;
        padding: 6px 0px;
        margin: 10px 0px 0px 0px;
    }
    p.charge-text {
        margin: 10px 0px 5px 0px;
        font-size: 13px;
        line-height: 16px;
    }
}
@media(max-width: 767px){
    .home-sec-two-img-cont img {
        width: 100%;
    }
    .home-sec-one {
        padding: 40px 0px 20px 0px;
    }
    .home-one-head-cont h2 {
        line-height: 24px;
        font-size: 18px;
        width: 100%;
        padding: 0px 10px;
        margin: 0 auto 20px auto;
    }
    .home-sec-one-img-cont img {
        width: 100%;
        height: 279px;
        object-fit: cover;
    }
    .home-sec-right-cont h3 {
        font-size: 22px;
        padding: 0px 80px;
    }
    .home-sec-head-cont h2 {
        line-height: 24px;
        font-size: 22px;
        width: 100%;
        margin: 0 auto 20px auto;
    }
    
    .home-two-sec-right-cont p {
        padding: 30px 5px 0px 5px;;
        text-align: center;
    }
    .home-sec-member-cont h2 {
        width: 100%;
        line-height: 30px;
        font-size: 22px;
        text-align: center;
        margin: 20px auto 40px auto;
        padding: 15px 15px 20px 15px;
    }
    /* --------CHECKOUT-------- */
    .checkout-head-cont h2 {
        line-height: 22px;
        font-size: 16px;
        margin: 0px 0px 10px 0px;
    }
    label.form-info-label {
        color: #111111;
    }   
    .checkout-head-cont h2 {
        line-height: 22px;
        font-size: 16px;
        margin: 0px 0px 10px 0px;
    }
    label.form-info-label {
        color: #111111;
        padding: 0px 0px 10px 20px;
    }
    form > .row {
        padding: 0px 0px 0px 0px;
    }
    form .row > div {
        padding: 0px 0px 10px 7px !important;
    }
    .row.name-row > div {
        width: 50%;
    }
    .checkout-main-sec ::placeholder{
       padding: 0px;
       font-size: 13px;
    }
    form input.form-control, form select {
        border: 1px solid #707070 !important;
        padding-left: 8px !important;
        padding-top: 3px;

    }

    form select {
        font-size: 13px !important;
        font-family: 'DM Sans';
        color: #707070 !important;
        padding-left: 8px !important;
        padding-top: 7px !important;
    }
    .row.country-row > div {
        width: 50%;
    }
    .billing-info-cont .col-md-4:nth-child(1) {
        width: 65%;
    }
    .billing-info-cont .col-md-4:nth-child(2) {
        width: 35%;
    }
    .billing-info-cont {
        margin: 20px 0px -20px 0px;
    }
    .checkout-form-cont > .row > .col-md-8 > form > .row:last-child .col-md-4 {
        width: 33%;
    }
    form > .row > .col-md-6 > .row .form-cont.col-md-4 {
        width: 33%;
        padding: 0px 12px !important;
    }
    .billing-info-cont .col-md-4:nth-child(1) {
        width: 70% !important;
    }
    .billing-info-cont .col-md-4:nth-child(2) {
        width: 30% !important;
    }
    .checkout-form-cont {
        padding: 0px 20px 0px 10px !important;
    }
    .billing-info-cont img {
        width: 100%;
    }
    .row.address-row {
        flex-direction: column-reverse;
    }
    .billing-info-cont .row{
        width: 100%;
    }
    .billing-info-cont {
        margin: 30px 0px -20px 5px !important;
    }
    .review-cont {
        border: unset;
        border-radius: unset;
        padding: 20px 0px 0px 0px;
    }
    .order-review {
        margin: 0px 0px 0px 0px;
    }
    .product-cont .col-md-8 {
        width: 70%;
    }
    
    .product-cont .col-md-3 {
        width: 25%;
    }
    .product-cont .col-md-1 {
        width: 5%;
    }
    .product-cont {
        margin-top: 30px;
        padding: 30px 0px 0px 10px;
        border-top: 1px solid #111111;
    }
    .product-cont .col-md-1 input {
        margin-top: 34px;
    }
    input.form-check-input {
        width: 16px;
        height: 16px;
    }
    input.form-check-input:checked {
        width: 16px;
        height: 16px;
    }
    .promo-code {
        margin: 20px 0px 0px 0px;
    }
    form.promo-form .col-md-8 {
        padding: 0px !important;
        width: 60%;
    }
    form.promo-form .col-md-4 {
        width: 40%;
    }
    .order-summary {
        margin: 15px 0px 0px 0px;
    }
    .total-cont {
        border-top: 1px solid #707070;
        padding: 20px 15px 0px 15px;
    }
    .total-cont .col-md-6 {
        width: 50%;
    }
    coupon-cont .col-md-8 {
        width: 70%;
    }
    .coupon-cont .col-md-4 {
        width: 30%;
    }
    .coupon-cont {
        padding: 0px 15px;
    }
    .terms-condition-cont label {
        padding-right: 10px;
    }
    .checkout-content {
        width: 100%;
    }
    .checkout-content > img {
        width: 100%;
    }
    .money-back-img-cont img {
        width: 40%;
    }
    .money-back-img-cont {
        text-align: center;
    }
    .checkout-right-content p {
        font-size: 13px;
        padding: 0px;
        text-align: center;
    }
    .checkout-main-sec {
        padding: 40px 0px 80px 0px;
    }   
    .terms-condition-cont input {
        width: 43px !important;
        height: 19px !important;
    } 
}
@media(max-width: 374px){
    .home-sec-right-cont h3 {
        padding: unset;
    }
}


