body.page-id-59 section.our-difference .diff-txt h3 {
    font-size: 100px !important;
}
form.hf-form.hf-form-87 input[type="email"] {
    width: 100%;
    padding: 12px 16px;
    background-color: unset;
    border: 1px solid #ffffff1c;
    border-radius: 100px;
    color: #fff;
    background: none !IMPORTANT;
}
form.hf-form.hf-form-87 .hf-fields-wrap button {
    /*padding: 18px 20px;*/
}
form.hf-form.hf-form-87 input[type="email"] {
    border-radius: -1px;
}
form#wppb-loginform label {
    color: white !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    background: transparent !important;
    border: none !IMPORTANT;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent !important;
}

form p.hf-message.hf-message-success,
p.hf-message.hf-message-warning{
    color: black !important;
}
form.hf-form.hf-form-217 .upload-box {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly;
    align-items: center;
}

/* Shop page */
body.woocommerce-shop,
body.tax-product_cat {
.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #F68E71 !important;
}

}

/* End - Shop page */

/* Single product */
.col-lg-4.col-md-6.col-sm-9.col-12 .pro-img-bx a img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 350px !important;
    object-fit: cover !important;
}
.wcgs-spswiper-button-next.wcgs-spswiper-arrow, .wcgs-spswiper-button-prev.wcgs-spswiper-arrow {
    display: none !important;
}
.woocommerce .star-rating {
    color: #f68e71 !important;
}

.ser-main-bx:hover .star-rating {
    color: white !important;
}



body.single-product {
    div#primary {
        margin: 100px 200px !important;
    }

    aside#secondary {
        display: none !important;
    }

    nav.woocommerce-breadcrumb {
        display: none !important;
    }

    section.related.products .col-lg-4.col-md-6.col-sm-9.col-12 {
        width: 98% !important;
        margin-bottom: 10px !important;
    }

    img.wp-post-image {
        max-width: 100%;
        max-height: 100%;
        border-radius: 10px;
        object-fit: cover;
        width: 100%;
    }

    .woocommerce-product-gallery__image a {
        /* height: 450px; */
        width: 100%;
        background-color: unset !important;
    }

    #wpgs-gallery .wcgs-thumb.spswiper-slide img {
        object-fit: cover;
        border-radius: 10px;
        height: 170px;
    }

    .woocommerce-product-rating a,
    span.yith-wcwl-add-to-wishlist-button__label,
    .product_meta span.posted_in a {
        color: #888 !important;
    }

    .summary.entry-summary span.woocommerce-Price-amount.amount bdi {
        font-size: 40px;
        font-weight: 600;
        color: #1f1f1f;
        margin-bottom: 20px;
        font-family: 'Crupies';
        line-height: 34px;
        margin: 0 0 28px;
    }

    .spswiper-slide.spswiper-slide-active {
        /* margin-bottom: 40px !important; */
        /* margin-top: 40px !important; */
    }

    .wcgs-carousel.horizontal.wcgs_preloader_normal.spswiper.spswiper-initialized.spswiper-horizontal .spswiper-slide.spswiper-slide-active {
        /* margin-bottom: 40px !important; */
        /* margin-top: 30px !important; */
    }

    .wcgs-carousel.horizontal.wcgs_preloader_normal.spswiper.spswiper-initialized.spswiper-horizontal .spswiper-wrapper .spswiper-slide.spswiper-slide-active {
        margin-bottom: 50px !important;
        margin-top: 0 !important;
    }

    div#wpgs-gallery .wcgs-carousel.horizontal.wcgs_preloader_normal.spswiper.spswiper-initialized.spswiper-horizontal .spswiper-wrapper {
        height: 700px !IMPORTANT;
    }

    #wpgs-gallery img {
        border-radius: 10px !important;
    }

    button.single_add_to_cart_button.button.alt {
        font-family: Blender_Pro_Medium;
        font-size: 15px;
        color: rgb(255, 255, 255);
        background-color: rgb(246, 142, 113);
        display: inline-block;
        position: relative;
        padding: 15px 42px;
        border-radius: 100px;
        transition: background-color 0.3s, transform 0.25s;
    }

    div.product form.cart {
        display: flex;
        flex-direction: column !important;
        width: fit-content !important;
        gap: 12px !important;
    }

    h1.product_title.entry-title {
        color: black !important;
    }

    ul.products.columns-4 {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
    }

    section.related.products ul.products.columns-4::before {
        display: none !important;
    }
}

/* End - Single product */
/* Accounts Page */
body.page-id-83 {
/* Desktop screen */
@media (min-width: 1025px) {
    .register-terms ul li.head a {
    margin: -28px 0 0 -50px;
}
} /* Desktop screen - End*/
form#wppb-register-user li.wppb-form-field.wppb-send-credentials-checkbox {
    display: none !important;
}

    form#wppb-register-user ul {
        display: contents;
    }

    form#wppb-register-user li.wppb-form-field.wppb-send-credentials-checkbox label {
        width: 100% !important;
        display: contents;
    }

    form#wppb-register-user li.wppb-form-field.wppb-send-credentials-checkbox label input#send_credentials_via_email {
        width: auto !important;
    }

    form#wppb-loginform input {
        /* width: 100% !important; */
        margin-bottom: 10px !important;
        outline: none !important;
        padding: 14px 15px;
        border: 1px solid !important;
        background-color: unset !important;
        border-radius: 10px !important;
        color: #fff !important;
    }

    form#wppb-loginform p.wppb-form-field.login-remember input#rememberme {
        width: auto !important;
    }
    form#wppb-loginform input#wppb-submit {
    background-color: #ffffff !important;
    color: #ee8d6e !important;
    width: 100% !important;
    /* color: #fff; */
    /* border-radius: 0px; */
    padding: 14px 0px !important;
    outline: none !important;
    border: none !important;
    margin-bottom: 20px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: 'Montserrat' !important;
    /* box-shadow: -3.119px 14.672px 38px 0px rgba(21, 21, 23, 0.21) !important; */
    /* background-color: #f68e71; */
    border-radius: 100px !important;
    text-transform: uppercase !important;
}
form#wppb-register-user input#register {
    width: 100% !important;
    color: #fff;
    /* border-radius: 0px; */
    padding: 14px 0px !important;
    outline: none !important;
    border: none !important;
    margin-bottom: 20px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: 'Montserrat' !important;
    box-shadow: -3.119px 14.672px 38px 0px rgba(21, 21, 23, 0.21) !important;
    background-color: #f68e71;
    border-radius: 100px !important;
    text-transform: uppercase !important;
}
p.wppb-form-field.login-remember input#rememberme {
    margin-bottom: 0 !important;
}
.forgot-password a.btn.btn-link {
    color: white !important;
    text-decoration: underline;
    text-align: justify;
}
.login-txt.tww .forgot-password {
    margin-top: 0 !important;
}
form#wppb-register-user li#wppb-form-element-14 label {
    width: 65% !important;
}
li#wppb-form-element-14 {
    display: flex;
    flex-direction: row !important;
}
form#wppb-register-user .register-terms {
    margin-top: 0 !important;
}




/* Position container properly */
.wppb-password-field-container {
    position: relative;
    display: block;
}

/* Add space inside input for icon */
.wppb-password-field-container input {
    padding-right: 40px;
}

/* Eye icon style */
.toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    color: #999;
}

.toggle-password:hover {
    color: #c0392b; /* change to theme color */
}

}
/* End - Accounts Page */

/*Terms condition page */
.page-id-247 .abt-main-txt, .page-id-247 .abt-main-txt h2, .page-id-247 .abt-main-txt h4, .page-id-247 .abt-main-txt p {
    text-align: left !important;
}


/* cart page */
.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
    margin: 100px !important;
}

.wc-block-cart-item__wrap {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
}

.wc-block-cart-item__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
body.page-id-81 {
    a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: #f68e71;
    font-size: 15px;
    color: #fff;
    font-family: 'Blender_Pro_Medium';
    padding: 12px 35px;
    border-radius: 100px;
    width: auto;
}
span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    font-size: 35px;
font-family: sans-serif !important;
    font-weight: 700;
    color: #000;
    font-family: 'Blender_Pro_Medium';
}
td.wc-block-cart-item__product .wc-block-cart-item__prices {
    display: none !important;
}
h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 35px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e3e2e2;
    font-family: 'Crupies' !important;
}
.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block tr.wc-block-cart-items__header th.wc-block-cart-items__header-image span {
    font-family: 'Crupies';
    /* line-height: 60px; */
    font-weight: 500;
    margin: 0 0 30px;
    font-size: 40px;
    margin-bottom: 30px;
    color: #000;
}
tr.wc-block-cart-items__row td.wc-block-cart-item__image a img {
    height: 120px !important;
    width: 120px !important;
    object-fit: cover;
    border-radius: 10px;
}
.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block a.wc-block-components-product-name {
    margin: 0;
    font-size: 22px !important;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Crupies';
    color: #212121;
}
.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block a.wc-block-components-product-name {
    min-width: 28%;
}
td.wc-block-cart-item__product {
    align-content: center !important;
}
td.wc-block-cart-item__total {
    /* display: inline; */
}
.wc-block-cart__main .wc-block-cart-items td:last-child {
    padding-right: 10px !important;
    padding-top: 46px !important;
    /* display: inline; */
}
}
/* End - cart page */


/* Checkout page */
.wc-block-components-sidebar-layout.wc-block-checkout.is-large {
    margin: 100px !important;
}
body.page-id-82 {
    button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background-color: #f68e71;
    font-size: 15px;
    color: #fff;
    font-family: 'Blender_Pro_Medium';
    padding: 12px 35px;
    border-radius: 100px;
    width: auto;
    border: none !important;
}
p.wc-block-components-checkout-order-summary__title-text {
    border: 0;
    border-radius: 0;
    font-size: var(--wp--preset--font-size--medium, 22px) !important;
    font-weight: 500 !important;
    line-height: 27px !important;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word;
    font-family: 'Crupies';
    color: black !important;
}
span.wc-block-components-totals-item__label {
    font-family: 'Crupies';
}
}


/* End - Checkout page */

body.page-id-61 {

    select,
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="url"],
    input[type="number"],
    textarea,
    input[type="tel"] {
        width: 100%;
        background-color: #f7f3e1 !important;
        border: 1px solid #e2ddc4;
        border-radius: 5px;
        padding: 20px 25px;
        font-size: 11px;
        font-family: 'Montserrat', sans-serif;
        color: #666;
        outline: none;
        transition: all 0.3s ease;
        height: 60px;
        font-weight: 500;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}