:root {
    --primary-one: #ff7f18;

    --border-color: #eeeeee;
    --primary-border: rgba(239, 203, 173, 1);
    --linear-yellow: #ffa811;
    --linear-orange: #f33b00;
    --linear-blue: #006ce4;
    --linear-green: rgb(0, 185, 141);
    --linear-pink: rgb(248, 108, 167);
    --linear-pink-light: rgba(248, 108, 167, 0.2);

    --linear-orange2: #ff7222;
    --linear-red: #ff166a;

    --text-primary: #160803;
    --text-secondary: #5e5e5e;
    --white: #ffffff;

    --font-nunito: "Nunito", sans-serif;
    --font-dm: "DM Sans", sans-serif;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Start shop page css */
.woocommerce {}

.woocommerce .woocommerce-result-count {
    font-size: 14px;
    color: #7A7A7A;
    margin: -7px 0 1.5em;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1.5em;
}

.woocommerce .woocommerce-ordering .nice-select {
    font-size: 14px;
    font-weight: 300;
    height: auto;
    border: none;
    color: #7A7A7A;
    line-height: initial;
    text-transform: capitalize;
}

.woocommerce .woocommerce-ordering .nice-select .current {
    font-size: 14px;
    color: #7A7A7A;
}

.woocommerce .woocommerce-ordering .nice-select .list {
    left: -40%;
    padding: 10px;
    min-width: 200px;
}

.woocommerce .woocommerce-ordering .nice-select .list li {
    padding: 8px 0;
    line-height: normal;
    min-height: auto;
}

.woocommerce .woocommerce-ordering .nice-select::after {
    height: 8px;
    width: 8px;
    margin-top: -5px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}

.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none outside;
    text-align: center;
}

.woocommerce ul.products li.product a img {
    margin: 0 0 30px;
}

.woocommerce ul.products li.product .product-content {
    margin-top: 20px;
}

.woocommerce ul.products li.product span.onsale {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 6px 12px;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid;
    color: #fff;
    z-index: 3;
    right: auto;
    min-height: auto;
    min-width: auto;
    margin: 0;
    border-radius: 0;
    letter-spacing: 1px;
    background: linear-gradient(45deg, var(--linear-pink), var(--linear-yellow) 80%);
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    border-radius: 30px;
    cursor: pointer;
    padding: 15px 30px;
    text-decoration: none;
    text-shadow: none;
    -webkit-appearance: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all ease .5s;
    background: transparent;
    border: 1px solid #000;
    margin: 0;
}

.woocommerce ul.products li.product .button:hover {
    color: #fff;
    border: 1px solid var(--linear-yellow);
    background: linear-gradient(45deg, var(--linear-pink), var(--linear-yellow) 80%);
}

.added_to_cart.wc-forward {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    background-color: #fff;
    line-height: 1;
    padding: 8px 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: 0;
    margin: 0;
    font-size: 20px;
}

.woocommerce ul.products li.product h3 a {
    color: #000;
}

.woocommerce ul.products li.product .star-rating {
    font-size: 0.857em;
    position: relative;
    height: 1em;
    line-height: 1;
    width: 5.4em;
    font-family: "star";
    margin: 0 auto !important;
}

.woocommerce .star-rating span::before {
    color: #f7b10c;
}

.woocommerce ul.products li.product .price {
    color: #000;
}

.woocommerce ul.products li.product .price del {
    font-size: 90%;
}

.woocommerce ul.products li.product .price ins {
    font-weight: 400;
    text-decoration: none;
}


.woocommerce nav.woocommerce-pagination {
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
    padding: 0;
    margin: 0;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
    padding: 0;
    margin: 0 4px;
    float: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    text-decoration: none;
    text-shadow: none;
    -webkit-appearance: none;
    text-transform: uppercase;
    transition: all ease .3s;
    border: 1px solid #000;
    height: 40px;
    width: 40px;
    line-height: 38px;
    color: #000;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
    color: #fff;
    background: linear-gradient(45deg, var(--linear-pink), var(--linear-yellow) 80%);
    border: none;
}

section.related.products {
    margin-top: 100px;
}

/* End shop page css */


/* Start single product page css */

.woocommerce .quantity {
    position: relative;
    display: inline-block;
}

.woocommerce .quantity .qty {
    padding: 0;
    text-align: center;
    min-width: 140px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 30px;
    color: #000;
}

.woocommerce .single_add_to_cart_button.button.button.alt {
    height: 50px;
    border-radius: 30px;
    min-width: 160px;
    background-color: var(--primary-one);
    font-weight: 400;
    margin-left: 10px;
}

.woocommerce .quantity .plus,
.woocommerce .quantity .minus {
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 1;
    background: transparent;
    transform: translateY(-50%);
}

.woocommerce .quantity .minus {
    right: auto;
    left: 10px;
}

.woocommerce div.product {
    position: relative;
    margin-bottom: 0;
}

.woocommerce span.onsale {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 6px 12px;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid;
    color: #fff;
    z-index: 3;
    right: auto;
    min-height: auto;
    min-width: auto;
    margin: 0;
    border-radius: 0;
    letter-spacing: 1px;
    background: linear-gradient(45deg, var(--linear-pink), var(--linear-yellow) 80%);
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    padding-right: 8px;
    padding-top: 8px;
    max-height: 155px;
    object-fit: cover;
}

.woocommerce div.product div.images .flex-control-thumbs li:last-child img {
    padding-right: 0;
}

.woocommerce div.product span.price,
.woocommerce div.product p.price {
    color: #000;
    font-size: 18px;
}

.woocommerce div.product form.cart {
    margin-bottom: 2em;
    margin-top: 2em;
}

.woocommerce div.product .product_meta {
    display: block;
}

.woocommerce div.product .sku_wrapper,
.woocommerce div.product .tagged_as,
.woocommerce div.product .posted_in {
    display: block;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 5px 0;
}


.woocommerce div.product .sku_wrapper .sku,
.woocommerce div.product .tagged_as a,
.woocommerce div.product .posted_in a {
    color: var(--primary-one);
    text-transform: capitalize;
    margin: 0 5px;
}

.woocommerce div.product form.cart table.variations tr {
    border: none;
}

.woocommerce div.product .woocommerce-grouped-product-list {
    border: none;
}

.woocommerce div.product .woocommerce-grouped-product-list tr {
    border: none;
    border-bottom: 1px solid #DFDCD6;
    padding: 15px 0;
    display: block;
}

.woocommerce div.product .woocommerce-grouped-product-list tr:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.woocommerce-variation.single_variation {
    margin-bottom: 30px;
}

.woocommerce table.shop_attributes tr {
    border: 1px solid rgba(41, 43, 49, 0.05);
}

.woocommerce table.shop_attributes tr th,
.woocommerce table.shop_attributes tr td {
    border: 1px solid rgba(41, 43, 49, 0.05);
    padding: 5px 20px;
}

.woocommerce div.product form.cart .group_table td a {
    text-decoration: none;
    font-family: var(--font-nunito);
    font-weight: 700;
    line-height: 1.35;
    color: var(--text-primary);
}

.woocommerce-review-link {
    color: var(--primary-one);
    font-size: 14px;
}

.woocommerce-variation-description,
.woocommerce-product-details__short-description {
    font-size: 16px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    position: relative;
    list-style: none;
    padding: 20px 0;
    overflow: hidden;
    border: 1px solid #DFDCD6;
    border-left: none;
    border-right: none;
    text-align: center;
    margin-bottom: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    position: relative;
    border: none;
    background-color: transparent;
    color: #000;
    display: inline-block;
    z-index: 0;
    border-radius: 0;
    margin: 0;
    padding: 0 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 0;
    font-weight: 400;
    color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    position: relative;
    color: #000;
    text-shadow: inherit;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -21px;
    height: 4px;
    width: 100%;
    background: #000;
    z-index: 1;
}

.woocommerce div.product .woocommerce-tabs .panel {
    font-size: 16px;
    padding: 0;
    margin: 0 0 2em;
}

.related.products h2 {
    font-size: 40px;
    margin-bottom: 40px;
}

.related.products .products.columns-4 {
    margin: 0;
}

.related.products ul.products li.product {
    margin-bottom: 0;
}

.comment-form-cookies-consent label {
    display: unset;
}

.comment-form-rating {
    margin-bottom: 20px;
}

.comment-form-rating select#rating {
    border: 1px solid #eee;
    padding: 5px;
    margin-left: 5px;
}

.woocommerce p.stars a {
    color: #ffa430;
}

.woocommerce #review_form #respond .form-submit input {
    left: auto;
    background: linear-gradient(45deg, var(--linear-pink), var(--linear-yellow) 80%);
    padding: 15px 30px;
    color: #fff;
}

.woocommerce #reviews #comments h2 {
    clear: none;
    margin-bottom: 30px;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
    position: relative;
    padding: 0;
    border: 0;
    margin: 0 0 20px;
    background: 0;
}

.woocommerce #reviews #comments ol.commentlist li:last-child {
    margin: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1px;
    width: 80px;
    background: #ebe9eb;
    border-radius: 50%;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 95px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 15px 15px 0;
    font-size: 16px;
    line-height: 26px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
    font-size: 14px;
}

.woocommerce div.product #review_form #reply-title {
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 15px;
    display: block;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 12px 30px;
    font-weight: 400;
    border-radius: 3px;
    left: auto;
    color: #000;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

/* End single product page css */


/* Start cart page css */
.woocommerce-message {
    border-top-color: var(--linear-yellow);
}

.woocommerce-message::before {
    background: linear-gradient(45deg, var(--linear-pink), var(--linear-yellow) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.woocommerce table.shop_table {
    border: none;
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.woocommerce table.shop_table tr,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border: none;
}

.woocommerce table.shop_table tr {
    border-bottom: 1px solid #DFDCD6;
}

.woocommerce table.shop_table tr:last-child {
    border-bottom: none;
}

.woocommerce table.shop_table th {
    padding: 10px;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

.woocommerce table.shop_table td {
    font-size: 15px;
    font-weight: 400;
    padding: 15px 10px;
    line-height: 1.5em;
    color: #000;
}

.woocommerce table.shop_table td a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding: 0;
}

.woocommerce .product-remove a.remove {
    font-size: 24px;
    height: auto;
    width: auto;
    color: #999 !important;
}

.woocommerce .product-remove a.remove:hover {
    color: red !important;
    background: none;
}

table.cart td.product-thumbnail img {
    margin: auto;
    width: auto;
    max-width: 80px;
}

.woocommerce table.shop_table .quantity .qty {
    background: transparent;
    border: 1px solid #DFDCD6;
    border-radius: 3px;
    height: 45px;
}

.woocommerce table.shop_table td.actions {
    padding: 30px 0 0 !important;
}

.woocommerce-page table.cart td.actions .coupon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    min-width: 50%;
}

.woocommerce table.shop_table td.actions>button {
    background-color: var(--primary-one);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 30px;
    cursor: pointer;
    padding: 14px 35px !important;
    text-decoration: none;
    text-shadow: none;
    -webkit-appearance: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    height: 50px;
    color: #fff;
}

.woocommerce-page table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon button {
    height: 50px;
}

.woocommerce-page table.cart td.actions .coupon input {
    width: 230px;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 30px !important;
    -webkit-appearance: none;
    color: #000;
    transition: all ease-in-out .3s;
    border: 1px solid #DDDAD3 !important;
    background-color: transparent;
    border-radius: 30px;
}

.woocommerce-page table.cart td.actions .coupon button {
    background-color: var(--primary-one);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 30px;
    cursor: pointer;
    padding: 14px 35px;
    text-decoration: none;
    text-shadow: none;
    -webkit-appearance: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    color: #fff;
}



/* Cart page rightside css  */
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
    padding: 30px 30px 40px;
    position: relative;
    background-color: #fff;
    border: 6px solid #DFDCD6;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 0;
    padding: 14px 30px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    text-shadow: none;
    -webkit-appearance: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    color: #fff;
    background-color: var(--primary-one);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: linear-gradient(45deg, var(--linear-pink), var(--linear-yellow) 80%);
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: unset;
}

.woocommerce .cart-collaterals .cart_totals .shop_table th {
    text-transform: capitalize !important;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form .form-row {
    margin: 10px 0;
}

.woocommerce-privacy-policy-text a {
    color: #000;
}

/* End cart page css */

/* Start checkout page css */
#ship-to-different-address {
    margin-top: 30px;
    margin-bottom: 0;
}

#ship-to-different-address input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
    background: #fffaff;
}

.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: 0.92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #fff;
    background: linear-gradient(45deg, var(--linear-pink), var(--linear-yellow) 50%);
}

.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid var(--linear-yellow);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -15.75px;
    left: 0;
    margin: -1em 0 0 2em;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: right;
    background: linear-gradient(45deg, var(--linear-pink), var(--linear-yellow) 80%);
    margin-bottom: 0;
}

.woocommerce ul.order_details {
    padding: 0;
    margin: 0 0 3em;
}

.woocommerce ul.order_details li {
    line-height: unset;
}

.woocommerce form.checkout_coupon {
    max-width: 600px;
    margin: 2em auto;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 49%;
    overflow: visible;
}

.woocommerce form.checkout_coupon button,
.woocommerce form.checkout_coupon input {
    height: 50px;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
}

.woocommerce-additional-fields {
    margin-top: 20px;
}

/* End checkout page css */

/* Start woocommerce breadcrumb page css */
.woocommerce-products-header {
    text-align: center;
}

.woocommerce-products-header__title.page-title {
    font-size: 60px;
    font-weight: 700;
    color: var(--white);
    font-family: var(--font-dm);
    text-transform: capitalize;
    line-height: 1.3;
    white-space: normal;
    word-break: break-word;
}

.woocommerce .woocommerce-breadcrumb {
    color: var(--primary-one);
    font-size: 20px;
    font-weight: 400;
    font-family: var(--font-dm);
}

.woocommerce .woocommerce-breadcrumb a {
    color: #fff;
}

.woocommerce .woocommerce-breadcrumb span {
    font-size: 24px;
    background: linear-gradient(45deg, var(--linear-pink), var(--linear-yellow) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* End woocommerce breadcrumb page css */


/* Start my account page css */

.woocommerce form.login {
    max-width: 600px;
    margin: 0 auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
    float: left;
    margin-right: 1em;
    background: linear-gradient(45deg, var(--linear-pink), var(--linear-yellow) 80%);
    color: #fff;
    min-width: 150px;
    padding: 15px 30px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    color: #000;
    font-size: 16px;
    margin-top: 8px;
}

.woocommerce form.login,
.woocommerce form.register {
    max-width: 600px;
    margin: 0 auto;
}

.woocommerce-LostPassword.lost_password {
    display: block;
    margin-top: 20px;
}

.woocommerce-LostPassword.lost_password a {
    color: #59a82d;
}

.woocommerce-MyAccount-navigation ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: center; */
    list-style: none;
    padding: 0;
    margin: 0;
    /* background: linear-gradient(45deg, var(--linear-pink), var(--linear-yellow) 80%); */
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.woocommerce-MyAccount-navigation ul li {
    padding: 15px 20px;
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #000;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
}

.woocommerce-MyAccount-content {
    margin-top: 50px;
}

.woocommerce-MyAccount-content a {
    background: linear-gradient(45deg, var(--linear-pink), var(--linear-yellow) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.woocommerce-info {
    border-top-color: var(--linear-yellow);
}

.woocommerce-info::before {
    font-size: 17px;
    background: linear-gradient(45deg, var(--linear-pink), var(--linear-yellow) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.woocommerce-info a {
    color: var(--linear-yellow);
}

.woocommerce-info .woocommerce-Button.button {
    background: linear-gradient(45deg, var(--linear-pink), var(--linear-yellow) 80%);
    color: #fff;
    -webkit-text-fill-color: #fff;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
}

.woocommerce-info .woocommerce-Button.button:hover {
    background: #000;
}

.woocommerce-Address {
    padding: 30px 30px 40px;
    position: relative;
    background-color: #fff;
    border: 1px solid #DFDCD6;
    border-radius: 5px;
}

.woocommerce-Address .woocommerce-Address-title.title h3 {
    font-family: var(--font-nunito);
    font-weight: 700;
    line-height: 1.35;
    color: var(--text-primary);
    margin: 0;
}

.woocommerce-Address .woocommerce-Address-title.title a.edit {
    font-size: 22px;
    text-transform: capitalize;
}

.woocommerce form .form-row {
    padding: 0;
    margin: 30px 0 0;
}

.woocommerce-MyAccount-content .woocommerce-address-fields label,
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account label {
    font-family: var(--font-nunito);
    font-weight: 400;
    color: var(--text-primary);
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: capitalize;
}

.select2-container--default .select2-selection--single {
    background-color: #F8F4F1;
    border-radius: 0;
    border: none;
}

.select2-container .select2-selection--single {
    height: 50px;
    margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 50px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(94, 94, 94, 0.8);
    font-family: var(--font-dm);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px;
    right: 15px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields p button.button,
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p button.button {
    background: linear-gradient(45deg, var(--linear-pink), var(--linear-yellow) 80%);
    color: #fff;
    min-width: 200px;
    text-align: center;
    padding: 16px 30px;
    margin-top: 30px;
}

.woocommerce-EditAccountForm.edit-account em {
    font-family: var(--font-nunito);
    font-weight: 400;
    color: var(--text-primary);
    margin-bottom: 5px;
    font-size: 16px;
}

.woocommerce-EditAccountForm.edit-account legend {
    font-family: var(--font-nunito);
    font-weight: 700;
    line-height: 1.35;
    color: var(--text-primary);
    margin: 20px 0 5px;
    text-transform: capitalize;
}

/* End my account page css */



/*---------------------------------
 All Device responsive  WooCommerce
 ---------------------------------- 
*/

/* Extra large device  */
@media only screen and (min-width:1400px) {}

/* Laptop device  */
@media only screen and (min-width:1200px) and (max-width: 1399px) {}

/* mediaum device  */
@media only screen and (min-width:992px) and (max-width: 1199px) {

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        padding: 30px 18px 40px;
    }

    .woocommerce-page table.cart td.actions .coupon input {
        width: 210px;
    }
}

/* tablet device  */
@media only screen and (min-width:768px) and (max-width: 991px) {

    .woocommerce div.product #review_form_wrapper {
        margin-top: 50px;
    }

    .woocommerce table.shop_table td.actions {
        padding: 30px !important;
    }

    .woocommerce-page table.cart td.actions .coupon {
        display: block;
    }

    .woocommerce table.shop_table td.actions>button {
        margin-top: 20px;
    }

    #order_review_heading {
        margin-top: 50px;
    }
}

/* mobile device  */
@media only screen and (min-width:576px) and (max-width: 767px) {

    .woocommerce div.product #review_form_wrapper {
        margin-top: 50px;
    }

    .woocommerce-page table.cart td.actions .coupon {
        display: block;
    }

    .woocommerce table.shop_table td.actions>button {
        margin-top: 20px;
    }

    #order_review_heading {
        margin-top: 50px;
    }

    .woocommerce ul.order_details li {
        float: left;
        margin-right: 0;
        font-size: 14px;
        padding-right: 0;
        width: 50%;
        padding: 0 10px;
    }

    .woocommerce ul.order_details li strong {
        font-size: 12px;
    }

    .woocommerce-column__title {
        margin: 20px 0;
    }
}

/* Extra small device  */
@media only screen and (max-width: 575px) {

    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
        float: none;
    }

    .woocommerce div.product #review_form_wrapper {
        margin-top: 50px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 0 8px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 15px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
        color: var(--primary-one);
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
        display: none;
    }

    .woocommerce-page table.cart td.actions .coupon {
        display: block;
        min-width: 100%;
    }

    .woocommerce-page table.cart td.actions .coupon button {
        padding: 14px 20px;
    }

    .woocommerce table.shop_table td.actions>button {
        margin-top: 10px;
    }

    #order_review_heading {
        margin-top: 50px;
    }

    .woocommerce ul.order_details li {
        float: left;
        margin-right: 0;
        font-size: 14px;
        padding-right: 0;
        width: 50%;
        padding: 0 10px;
    }

    .woocommerce ul.order_details li strong {
        font-size: 12px;
    }

    .woocommerce-column__title {
        margin: 20px 0;
    }

    .woocommerce-Address {
        margin: 20px 0;
    }
}