:root {

    --font-rubik: 'Rubik', sans-serif;
    --font-jost: 'Jost', sans-serif;
    --font-satisfy: 'Satisfy', sans-serif;
    --font-sansita: 'Sansita', sans-serif;
    /* Colors --------------- */
    --white-color-color: #fff;
    --black-color: #000;
    --title-color: #100C08;
    --text-color: #787878;
    /* Theme Color */
    --primary-color1: #63AB45;
    --primary-color1-opc: 99, 171, 69;
    --primary-color2: #FBB03B;
    --primary-color2-opc: 251, 176, 59;

}


/* Start WooCommerce Global CSS ---
--------------------------*/
.woocommerce {
    margin: 0;
    padding: 0;
}

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

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

/* Start Product shop page -----
  ------------------------------*/

.woocommerce-products-header {
    position: relative;
    min-height: 500px;
    text-align: center;
    background-size: cover;
    padding: 260px 0px 140px;
    background-color: #000;
    z-index: 9;
}

.woocommerce-products-header h1 {
    color: var(--white-color);
    text-align: center;
    font-family: var(--font-rubik);
    font-size: 52px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 1.2;
}

.woocommerce .woocommerce-breadcrumb {
    position: relative;
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

.woocommerce .woocommerce-breadcrumb a {
    color: var(--primary-color1);
}

.shop-sort-group {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    background: var(--white-color);
    margin-bottom: 30px;
    border-radius: 6px;
    padding: 20px;
}

.woocommerce-page .woocommerce-result-count {
    float: none;
    margin: 0;
    display: inline-block;
}

.woocommerce-page .woocommerce-ordering {
    float: right;
    margin: 0;
}

.woocommerce-page .woocommerce-ordering .nice-select {
    height: auto;
    border: 1px solid #ddd;
    min-width: 210px;
    line-height: 1.9;
}

.woocommerce-page .woocommerce-ordering .nice-select .list {
    width: 100%;
    z-index: 10;
}

.woocommerce-page .woocommerce-ordering .nice-select .option {
    padding: 0 10px;
}

.woocommerce-page .woocommerce-ordering .nice-select .current {
    color: var(--text-secondary);
    font-size: 16px;
    font-weight: 400;
}


/*shop page pagination css*/

.woocommerce nav.woocommerce-pagination ul {
    border: none;
    margin: 0;
    margin-top: 50px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    padding: 0;
    margin: 0 2px;
    float: none;
    display: inline-block;
    overflow: hidden;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: unset;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    min-width: unset;
    display: block;
    color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--primary-color1);
    color: var(--white-color);
}

/* End Product shop page -----
  ------------------------------*/


/* Start Single product page --- 
  ------------------------------*/
.woocommerce .single-product {
    margin: 0;
    padding: 0;
}

.woocommerce-error,
.woocommerce-info {
    border-top-color: var(--primary-color1);
}

.woocommerce-info .showcoupon {
    color: var(--primary-color1);
    font-weight: 600;
}

.woocommerce span.onsale {
    position: absolute;
    left: 0;
    top: 0;
    min-width: unset;
    min-height: unset;
    color: var(--white-color);
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    padding: 6px 10px;
    line-height: 1;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-family: var(--font-rubik);
    background-color: var(--primary-color1);
    z-index: 1;
}

.product-details-top-section .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    -moz-appearance: none;
    appearance: none;
    background: transparent !important;
    border: 0;
    color: var(--primary-color1) !important;
    float: right;
    margin: 0;
    opacity: 1;
    padding: 0 !important;
    text-decoration-line: none;
    text-underline-position: under;
    text-transform: uppercase;
    font-family: var(--font-rubik);
}

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

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
}

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

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: transparent;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    width: 15px;
    height: 15px;
    top: 10px;
    left: 10px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    width: 3px;
    height: 12px;
    top: 22px;
    left: 28px;
}

.woocommerce div.product div.summary {
    margin-bottom: 2em;
}

.woocommerce div.product .product_title {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.7px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-product-details__short-description p {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
}

.woocommerce div.product .quantity-area h6 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.48px;
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-product-rating {
    margin: 10px 0 20px;
}

.woocommerce div.product .woocommerce-product-rating a {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    transition: 0.5s;
}

.woocommerce .products .star-rating {
    margin: 10px 0 0 0;
}

.woocommerce .star-rating,
.woocommerce .star-rating::before {
    color: #ffc107;
    letter-spacing: 3px;
    font-size: 12px;
    width: 6.4em;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--primary-color1);
    font-family: var(--font-rubik);
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 35px;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    color: rgba(16, 12, 8, 0.5);
    font-size: 18px;
}

.woocommerce div.product form.cart {
    border-bottom: 1px solid var(--primary-color1);
    padding-bottom: 30px;
    margin: 20px 0 30px 0;
}

.woocommerce div.product form.cart div.quantity {
    position: relative;
    float: none;
    margin: 0 0 35px 0;
    max-width: max-content;
}

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

.woocommerce div.product form.cart table {
    border-width: 0 0 1px;
    margin-bottom: 30px;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.32px;
    text-transform: capitalize;
}

.woocommerce div.product form.cart div.quantity button::before,
.woocommerce div.product form.cart div.quantity button::after {
    display: none;
}

.woocommerce div.product form.cart div.quantity .minus,
.woocommerce div.product form.cart div.quantity .plus {
    position: absolute;
    left: 15px;
    top: 50%;
    color: #000;
    font-size: 14px;
    width: auto;
    border: none;
    padding: 0;
    line-height: 40px;
    background: transparent;
    transform: translateY(-50%);
}

.woocommerce div.product form.cart div.quantity .plus {
    left: auto;
    right: 15px;
}

.woocommerce .quantity .qty {
    text-align: center;
    font-size: 16px;
    min-width: 150px;
    border-radius: 3px;
    padding: 0 30px;
    border: 1px solid #eee;
    height: 50px;
}

.woocommerce div.product form.cart .button {
    position: relative;
    overflow: hidden;
    float: left;
    width: auto;
    text-align: center;
    min-width: 150px;
    margin-right: 30px;
    border-radius: 5px;
    background-color: var(--primary-color1);
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 16px;
    color: var(--white-color);
    letter-spacing: 0.48px;
    text-transform: capitalize;
    line-height: 1;
    transition: 0.5s;
    z-index: 1;
    white-space: nowrap;
}

.woocommerce div.product form.cart .button::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--primary-color2);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.woocommerce div.product form.cart .button.secondary-btn4 {
    background-color: var(--primary-color2);
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 16px;
    color: var(--title-color);
    letter-spacing: 0.48px;
    text-transform: capitalize;
    line-height: 1;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}

.woocommerce div.product form.cart .button.secondary-btn4::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--primary-color1);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.woocommerce div.product form.cart .button:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.woocommerce div.product form.cart .button:last-child {
    margin-right: 0;
}

.woocommerce div.product form.cart button.button.alt:hover {
    background-color: #000;
    color: var(--white-color);
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: var(--primary-color1);
    color: var(--white-color);
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #000;
    color: var(--white-color);
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    height: 50px;
    color: var(--white-color);
    font-size: 16px;
    border-radius: 3px;
    background-color: var(--primary-color1);
    -webkit-font-smoothing: antialiased;
}

.woocommerce div.product div.summary .product_meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.woocommerce div.product div.summary .product_meta span {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    text-transform: capitalize;
}

.woocommerce div.product div.summary .product_meta span .sku {

    color: var(--text-color);
    font-family: var(--font-rubik);
}

.woocommerce div.product div.summary .product_meta span a {

    color: var(--text-color);
    font-family: var(--font-rubik);
}

.woocommerce div.product div.summary .payment-method {
    padding: 17px 30px;
    border: 1px solid rgba(34, 34, 34, 0.1);
    width: 100%;
    margin-bottom: 20px;
}

.woocommerce div.product div.summary .payment-method h6 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.woocommerce div.product div.summary .payment-method .payment-card-list {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.woocommerce div.product div.summary .payment-method .payment-card-list img {
    max-width: 50px;
}

.woocommerce div.product div.summary .product-shipping-delivers {
    margin: 0;
    padding: 0;
}

.woocommerce div.product div.summary .product-shipping-delivers li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.woocommerce div.product div.summary .product-shipping-delivers li:last-child {
    margin-bottom: 0;
}

.woocommerce div.product div.summary .product-shipping-delivers li svg {
    fill: var(--primary-color1);
}

.woocommerce div.product div.summary .product-shipping-delivers li p {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.woocommerce div.product div.summary .product-shipping-delivers li a {
    color: var(--text-color);
    background: linear-gradient(to bottom, #100C08 0%, #100C08 98%);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: background-size 0.75s;
}

.woocommerce div.product div.summary .product-shipping-delivers li a:hover {
    background-size: 0 2px;
    background-position: 0% 100%;
    color: var(--primary-color1);
}



.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    clear: both;
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    clear: both;
    padding-top: 100px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0 0 50px 0;
    border-bottom: 1px solid #eee;
    padding-left: 80px;
    padding-bottom: 15px;
}

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

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

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    color: var(--primary-color1);
    z-index: 2;
    border: none;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -30px;
    height: 15px;
    width: 1px;
    background: #eee;
    box-shadow: unset;
    transform: translateY(-50%);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    left: 0;
    bottom: -15px;
    background-color: var(--primary-color1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child:after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    position: relative;
    padding: 0;
    color: #8c8c8c;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}

.woocommerce table.shop_attributes td p {
    padding: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 24px;
    color: #000;
    display: block;
    margin-bottom: 20px;
    font-weight: 400;
}

.related.products {
    margin-top: 80px;
}

.related.products h2,
.wp-block-woocommerce-empty-cart-block h2 {
    margin-bottom: 40px;
}

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

.woocommerce ul.products li.product .onsale {
    top: 0;
    left: 0;
    right: auto;
    margin: 0;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    background-color: var(--primary-color1);
    color: var(--white-color);
    padding: 15px 20px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    gap: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    float: none;
    margin: 10px 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1;
    border: 1px solid var(--primary-color1);
}

.woocommerce-message {
    border-top-color: var(--primary-color1);
}

.woocommerce-message::before {
    content: "\e015";
    color: var(--primary-color1);
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 18px;
    padding: 15px 20px;
    font-weight: 600;
    color: var(--white-color);
    background-color: var(--primary-color1);
}

.woocommerce a.button:hover {
    color: var(--white-color);
    background-color: var(--title-color);
}

.woocommerce-message a.button,
.woocommerce-Message a.button {
    font-size: 12px;
    padding: 10px 20px;
    text-transform: capitalize;
}

/* variable product  */
.woocommerce div.product form.cart .variations {
    margin-bottom: 30px;
}

.woocommerce div.product form.cart .variations tr,
.woocommerce table.shop_attributes tr,
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
    border: none;
}

.woocommerce div.product form.cart .variations tr th {
    padding: 10px;
}

.woocommerce div.product form.cart .variations tr td {
    position: relative;
    line-height: normal;
    vertical-align: middle;
}

.woocommerce div.product form.cart .variations tr td .nice-select {
    width: 100%;
    height: 45px;
    padding: 0 10px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em;
    position: absolute;
    left: 0;
    bottom: -15px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary-color1);
}

/* collection product css  */
.woocommerce div.product form.cart table.group_table tr {
    border: none;
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
}

.woocommerce div.product form.cart .group_table td ins {
    text-decoration: none;
}

/* Review tab css  */
.woocommerce #reviews #comments h2 {
    clear: none;
    margin-bottom: 40px;
    text-transform: capitalize;
}

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

.woocommerce #reviews #comments ol.commentlist li {
    margin: 0 0 30px;
}

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

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    top: 50%;
    width: 80px;
    height: 80px;
    transform: translateY(-50%);
    border-radius: 50%;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 100px;
    padding: 20px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0;
}

.woocommerce #review_form #respond .comment-reply-title {
    font-size: 24px;
    color: #000;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.woocommerce #review_form #respond .comment-notes {
    color: #333;
    font-weight: 600;
}

.woocommerce #review_form #respond .comment-form input {
    border: 1px solid #eee;
    background: transparent;
}

.woocommerce #review_form #respond .comment-form label {
    display: inline;
    margin-bottom: 5px;
}

.woocommerce #review_form #respond .comment-form .comment-form-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
    gap: 20px;
}

.woocommerce #review_form #respond .comment-form .comment-form-rating .nice-select {
    max-width: 170px;
    width: 100%;
    border: 1px solid #eee;
}

.woocommerce #review_form #respond .comment-form .comment-form-rating .nice-select.open .list {
    width: 100%;
}

.woocommerce #review_form #respond .comment-form .comment-form-rating label {
    margin: 0;
}

.woocommerce #review_form #respond .comment-form .comment-form-rating .stars {
    margin: 0;
    line-height: 1;
}

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

.woocommerce p.stars:hover a::before {
    content: "\e020";
    color: #ffc107;
}


.woocommerce #review_form #respond .comment-form textarea {
    background: transparent;
    border: 1px solid #eee;
    height: 150px;
}

.woocommerce #review_form #respond .comment-form input[type="submit"] {
    color: var(--white-color);
    border: none;
    background: var(--primary-color1);
    min-width: 150px;
}

.woocommerce #review_form #respond .comment-form input[type="submit"]:hover {
    color: var(--white-color);
    background-color: #000;
}

.woocommerce #review_form #respond .comment-form {
    background: transparent;
    padding: 0;
}

/* End Single product page ----_
  ------------------------------*/


/* Start Block Cart page ----_
  ------------------------------*/
.woocommerce-cart table.wc-block-cart-items {}

.woocommerce-cart table.wc-block-cart-items thead tr {
    border-left: none;
    border-right: none;
    border-top: none;
}

.woocommerce-cart table.wc-block-cart-items thead tr th {
    font-size: 1.25em;
    padding: 15px 0 !important;
}

.woocommerce-cart table.wc-block-cart-items thead tr th.wc-block-cart-items__header-product {
    visibility: visible;
}

.woocommerce-cart table.wc-block-cart-items,
.woocommerce-cart table.wc-block-cart-items tbody tr,
.woocommerce-cart table.wc-block-cart-items tbody tr td {
    border: none !important;
}

.woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__image {
    width: 150px;
    padding-left: 0 !important;
}

.woocommerce-cart table.wc-block-cart-items tbody tr td.wc-block-cart-item__product a {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}

.woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-components-product-metadata__description {
    display: none;
}


.woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    height: 35px;
}

.woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    font-size: 1.2em;
}

.woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-components-product-badge {
    border: none;
    padding: 0;
}

.woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector {
    float: left;
    margin-right: 15px;
}

.woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-cart-item__prices del {
    opacity: .5;
    font-size: 80%;
}

.woocommerce-cart table.wc-block-cart-items tbody tr td:last-child {
    padding-right: 0 !important;
}


.wc-block-components-sidebar .wc-block-cart__totals-title {
    font-size: 1.25em !important;
    margin: 0 !important;
    padding: 15px 0 !important;
    text-align: left !important;
}

.wc-block-components-sidebar .wc-block-components-totals-coupon a {
    color: var(--primary-color1);
    text-transform: uppercase;
}


.wc-block-components-sidebar .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {
    color: var(--primary-color1);
    text-transform: uppercase;
    font-weight: 400;
}


.wc-block-components-sidebar .wc-block-cart__submit-button {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    border-radius: 5px;
    background-color: var(--primary-color1);
    font-family: var(--font-rubik);
    font-weight: 600;
    font-size: 16px;
    color: var(--white-color);
    letter-spacing: 0.48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 16px 34px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    margin-top: 30px;
}

.wc-block-components-sidebar .wc-block-cart__submit-button:after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    background-color: var(--primary-color2);
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: all 0.5s ease-out 0s;
}

.wc-block-components-sidebar .wc-block-cart__submit-button:hover {
    color: var(--title-color);
}

.wc-block-components-sidebar .wc-block-cart__submit-button:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

div#shop-left-sidebar aside>div {
    margin-top: 30px;
}

div#shop-left-sidebar aside>div h2,
div#shop-left-sidebar aside>div h3,
div#shop-left-sidebar aside>div h4 {
    font-size: 25px;
}

div#shop-left-sidebar ul li a,
div#shop-left-sidebar ol li a {
    color: var(--black-color);
}

/* Cart new block css  */

.wp-block-woocommerce-empty-cart-block .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 24%;
    max-width: 24%;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid.has-4-columns .wc-block-grid__product a {
    display: block;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid.has-4-columns .wc-block-grid__product img {
    width: 100%;
}

.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li {
    border: 1px solid #ececec;
    padding: 15px;
    transition: 0.5s;
    margin: 0 .5%;
}

.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li .wc-block-grid__product-title {
    color: var(--title-color);
    font-size: 20px;
    font-family: var(--font-rubik);
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    margin: 10px 0;
    line-height: 1.3;
    transition: 0.5s;
}

.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li .wc-block-grid__product-price {
    color: var(--primary-color1);
    font-size: 20px;
    font-family: var(--font-rubik);
    font-weight: 400;
    display: block;
}

.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li .wc-block-grid__product-price del {
    color: rgba(16, 12, 8, 0.5);
    font-size: 15px;
    opacity: 0.5;
}

.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li .wc-block-grid__product-price ins {
    text-decoration: none;
}

.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products li .wp-block-button__link {
    transition: all .5s;
}

/* End Block Cart page ----_
  ------------------------------*/


/* Start Block Checkout page ----_
  ------------------------------*/

.wp-block-woocommerce-checkout .wc-block-checkout__form input {
    border: 1px solid #eee !important;
}

.wp-block-woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control {
    border: 0 !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
    border-top: 0;
    padding: 16px 0;
    padding-top: 0;
}

.wc-block-components-order-summary .wc-block-components-product-metadata {
    font-size: .75em;
    display: none;
}

.wc-block-components-totals-coupon__content .wc-block-components-button:not(.is-link) {
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: box-shadow .1s linear;
    border-radius: 4px;
    background-color: var(--primary-color1);
    color: #fff;
    text-transform: uppercase;
}

.wp-block-woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-button:not(.is-link) {
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: box-shadow .1s linear;
    max-width: 160px;
    text-transform: capitalize;
    border-radius: 4px;
    background-color: var(--primary-color1);
    color: #fff;
}

/* End Block Checkout page ----_
  ------------------------------*/




/* Start Dashboard page ----_
  ------------------------------*/
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 25px;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    margin-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 8px 20px;
    background-color: rgb(221, 221, 221, .2);
    display: block;
    text-transform: capitalize;
    border: 1px solid #eee;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--primary-color1);
    border-left: 5px solid var(--primary-color1);
}

.woocommerce-account .woocommerce-MyAccount-content p a {
    color: var(--primary-color1);
}

.woocommerce-account .woocommerce-MyAccount-content .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    text-decoration-line: none;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
    border: 1px solid #ececec;
    padding: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content .addresses .title .edit {
    float: right;
    color: var(--primary-color1);
    font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input,
.woocommerce-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account input {
    width: 100% !important;
    border-radius: 0px;
    background: #fff;
    color: var(--title-color);
    font-family: var(--font-jost);
    font-size: 13px;
    font-weight: 400;
    padding: 10px 20px;
    height: 50px;
    border: 1px solid #eee;
    margin-bottom: 10px !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container .select2-selection--single {
    width: 100% !important;
    border-radius: 0px;
    background: #fff;
    color: var(--title-color);
    font-family: var(--font-jost);
    font-size: 13px;
    font-weight: 400;
    padding: 10px 20px;
    height: 50px;
    border: 1px solid #eee;
    margin-bottom: 10px !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

/* End Dashboard page ----_
  ------------------------------*/



/* Start My Account page ----_
  ------------------------------*/
.woocommerce form.login,
.woocommerce form.register {
    max-width: 600px;
    margin: 0 auto;
}

.woocommerce form.login a,
.woocommerce form.register a {
    color: #000;
    font-weight: 600;
    display: inline-block;
}

form.woocommerce-ResetPassword.lost_reset_password input,
.woocommerce form.login input,
.woocommerce form.register input {
    width: 100%;
    border-radius: 0px;
    background: #fff;
    color: var(--title-color);
    font-family: var(--font-jost);
    font-size: 13px;
    font-weight: 400;
    padding: 10px 20px;
    height: 50px;
    border: 1px solid #eee;
}

.woocommerce form.login input[type="checkbox"] {
    height: auto;
    width: auto;
}

.woocommerce form.login button[type="submit"],
.woocommerce form.register button[type="submit"] {
    min-width: 140px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.woocommerce form.login .form-row {
    margin-top: 20px;
}

/* End My Account page ----_
  ------------------------------*/

/* Confirm order  */
.woocommerce .woocommerce-order-details h2 {
    font-size: 24px;
    color: var(--primary-color1);
    margin-bottom: 30px;
}

.woocommerce ul.order_details {
    padding: 0;
}

.woocommerce ul.order_details li {
    float: left;
    margin-right: 5em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.woocommerce .woocommerce-order-details table.shop_table {
    border-collapse: collapse;
}

.woocommerce .woocommerce-order-details table.shop_table th,
.woocommerce .woocommerce-order-details table.shop_table td {
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
}

.woocommerce .woocommerce-order-details table.shop_table td a {
    color: var(--title-color);
}

.woocommerce .woocommerce-order-details table.shop_table th,
.woocommerce .woocommerce-order-details table.shop_table th {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

ul.wc-item-meta {
    padding-left: 20px;
}

ul.wc-item-meta li {
    margin: 10px 0;
}

ul.wc-item-meta li strong,
ul.wc-item-meta li p {
    font-size: 14px;
    line-height: 1;
}

.woocommerce-column--billing-address,
.woocommerce-column--shipping-address {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
}

.woocommerce-column__title {
    font-size: 24px;
    color: var(--primary-color1);
    margin-bottom: 30px;
}

.woocommerce .woocommerce-customer-details address {
    border: none;
    padding: 0;
}

/* Wishlist  css  */
.yith-wcwl-add-button,
.yith-wcwl-wishlistexistsbrowse {
    margin-bottom: 15px;
}

.yith-wcwl-add-button span,
.yith-wcwl-add-button a.add_to_wishlist {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    transition: 0.5s;
}

.yith-wcwl-wishlistexistsbrowse span,
.yith-wcwl-wishlistexistsbrowse a {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    transition: 0.5s;
}

.yith-wcwl-wishlistexistsbrowse a {
    color: var(--primary-color1);
}

.woocommerce .wishlist-title a.button {
    font-size: 18px;
    padding: 15px 20px;
    font-weight: 600;
    color: var(--white-color);
    background-color: var(--primary-color1);
}


tbody.wishlist-items-wrapper tr td.product-price ins {
    text-decoration: none;
}

tbody.wishlist-items-wrapper tr td.product-price del {
    opacity: .5;
    font-size: 90%;
}

tbody.wishlist-items-wrapper tr td a {
    color: var(--primary-color1);
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
    float: none;
    clear: both;
}

.yith-wcwl-add-button a i.yith-wcwl-icon,
.woocommerce .wishlist-title a i,
.yith-wcwl-share ul li a i {
    font: normal normal normal 14px/1 FontAwesome;
}

.wp-block-woocommerce-empty-cart-block h2 {
    font-size: 25px;
}

.wp-block-woocommerce-empty-cart-block hr,
.wp-block-woocommerce-empty-cart-block hr~h2,
.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products {
    display: none;
}

.woocommerce-cart table.wc-block-cart-items tbody tr td .wc-block-components-quantity-selector {
    float: left;
    margin-right: 15px;
    display: none;
}

/** 
* Media Query Responsive css  
*/
/* small device  */
@media only screen and (max-width: 575px) {

    /* shop page css  */
    .woocommerce-page .woocommerce-ordering {
        float: none;
        margin-top: 10px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        padding-left: 0;
    }

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

    .woocommerce-page .woocommerce-ordering .nice-select {
        float: none;
        padding: 0 25px;
    }

    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        width: 100%;
        margin-top: 50px;
    }

    .woocommerce-cart-form {
        overflow-x: auto;
    }

    .customer_details_address {
        margin-bottom: 50px;
    }

    .woocommerce ul.order_details {
        padding: 0;
    }

    .woocommerce ul.order_details li {
        float: none;
        margin: 20px 0;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%;
        margin-bottom: 50px;
    }

    .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 100%;
        max-width: 100%;
        margin: 0 auto;
        margin-top: 30px;
        padding: 0px 10px;
    }
}

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

    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        width: 100%;
        margin-top: 50px;
    }

    .customer_details_address {
        margin-bottom: 50px;
    }

    .woocommerce ul.order_details {
        padding: 0;
    }

    .woocommerce ul.order_details li {
        float: none;
        margin: 20px 0;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%;
        margin-bottom: 50px;
    }

    .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 49%;
        max-width: 49%;
        margin: 0 auto;
        margin-top: 30px;
    }
}

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

    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        width: 100%;
        margin-top: 50px;
    }

    .customer_details_address {
        margin-bottom: 50px;
    }

    .woocommerce ul.order_details {
        padding: 0;
    }

    .woocommerce ul.order_details li {
        float: none;
        margin: 20px 0;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-right: 20px;
    }

    .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 49%;
        max-width: 49%;
        margin: 0 auto;
        margin-top: 30px;
    }
}

/* mediaum device  */
@media only screen and (min-width:992px) and (max-width: 1199px) {
    .woocommerce ul.order_details li {
        margin-right: 2em;
    }

    .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 32%;
        max-width: 32%;
        margin-top: 30px;
    }
}

/* laptop & large device  */
@media only screen and (min-width: 1200px) {}