/* rating */
body .wc-block-components-product-rating__stars {
    font-family: star;
    margin: 0;
}

body .wc-block-grid__product-rating .star-rating span::before,
body .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span::before,
body .wc-block-review-list .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span::before,
body .wc-block-components-product-rating__stars span::before {
    content: "\e901\e901\e901\e901\e901";
}

body .wc-block-grid__product-rating .star-rating::before,
body .wc-block-grid__product-rating .wc-block-grid__product-rating__stars::before,
body .wc-block-review-list .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars::before,
body .wc-block-components-product-rating__stars::before {
    content: "\e900\e900\e900\e900\e900";
}


/* product icon */
.woocommerce-js ul li.entry.loop-entry .code4rest-svg-iconset,
.woocommerce-page ul li.entry.loop-entry .wc-block-grid__product-rating,
ul.products li.entry.content-bg .content-bg.entry-content-wrap .star-rating {
    display: none;
}

/* sale button */
.woocommerce ul.products li.product span.onsale {
    display: none !important;
}

/* product border */
#main.site-main ul li.content-bg.entry.loop-entry {
    border: 1px solid var(--global-palette6);
}


/* shop */
.woocommerce .code4rest-product-toggle-container .code4rest-toggle-shop-layout {
    color: var(--global-palette1);
    border: 1px solid var(--global-palette6);
}

.woocommerce-LoopProduct-link-title {
    font-size: 24px;
    font-weight: 500;
}

.woocommerce-result-count {
    font-size: 14px;
}

ul li.entry.content-bg .content-bg.entry-content-wrap {
    text-align: center;
}

ul.products-list-view li.entry.content-bg .content-bg.entry-content-wrap {
    text-align: left;
}

.woocommerce .content-area .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
    color: var(--global-palette1);
}

/* cart */
.woocommerce ul.woocommerce-mini-cart li.mini_cart_item a,
.woocommerce-mini-cart__total.total,
.woocommerce.widget_shopping_cart .buttons a.button:not(.checkout),
.woocommerce ul.cart_list li.mini_cart_item .quantity,
.popup-drawer.popup-drawer-layout-sidepanel .woocommerce-mini-cart__empty-message {
    color: var(--global-palette1);
}

button.drawer-toggle.header-cart-button {
    position: relative;
}

#main.site-main ul li.content-bg.entry.loop-entry .price {
    padding: 0;
}

body .header-cart-button .header-cart-total {
    height: 18px;
    width: 18px;
    position: absolute;
    right: -12px;
    top: -6px;
}

.popup-drawer-layout-sidepanel button.drawer-toggle .code4rest-svg-icon.code4rest-close-svg {
    color: var(--global-palette1);
}

.popup-drawer.show-drawer .code4rest-svg-icon.code4rest-close-svg {
    color: var(--global-palette9);
}

#cart-drawer.popup-drawer-layout-sidepanel .drawer-inner .drawer-header {
    background-color: var(--global-palette4);
}

#cart-drawer .drawer-header h2.side-cart-header {
    font-size: 24px;
}

.drawer-inner ul.woocommerce-mini-cart li .attachment-woocommerce_thumbnail {
    border: 1px solid var(--global-palette6);
}

.wc-block-cart-item__quantity .wc-block-components-quantity-selector,
.wc-block-cart-item__quantity .wc-block-components-quantity-selector::after,
.wp-block-woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus,
.wp-block-woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.wc-block-components-product-badge.wc-block-components-sale-badge {
    border-radius: 0px;
}

ul.wc-block-grid__products li.entry.loop-entry .wc-block-grid__product-title {
    font-family: 'Roboto Condensed';
}

ul.wc-block-grid__products li.entry.loop-entry .add_to_cart_button {
    font-size: 15px;
}

/* checkout */
form.wc-block-components-form .wc-block-components-text-input input[type="text"],
form.wc-block-components-form .wc-block-components-text-input input[type="tel"],
fieldset .wc-block-components-notice-banner,
.wc-block-components-combobox .wc-block-components-combobox-control input[type="text"].components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input[type="text"].components-combobox-control__input,
.wc-block-components-button.components-button,
.woocommerce .woocommerce-order .woocommerce-customer-details address,
fieldset .wc-block-components-address-card,
fieldset.wc-block-checkout__payment-method .wc-block-components-radio-control,
.wc-block-checkout__order-notes .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
    border-radius: 0;
}

.woocommerce .woocommerce-order .woocommerce-customer-details address {
    margin-top: 20px;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button.wc-block-components-button:not(.is-link):focus {
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px var(--global-palette2);
}

.wc-block-components-text-input input[type="text"]:focus,
form.wc-block-components-form .wc-block-components-text-input input[type="text"]:focus,
form.wc-block-components-form .wc-block-components-text-input input[type="tel"]:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input[type="text"].components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input[type="text"].components-combobox-control__input:focus {
    box-shadow: none;
}

.wc-block-components-panel__content img {
    border: 1px solid var(--global-palette6);
}


/* single shop */

.code4rest-sticky-add-to-cart-content img.attachment-woocommerce_thumbnail,
.woocommerce div.product div.images ol.flex-control-thumbs li img {
    border: 1px solid var(--global-palette6);
}

.flex-viewport {
    border: 1px solid var(--global-palette6);
    padding: 25px 0px 25px 0px;
    margin-bottom: 25px;
}

.woocommerce div.product div.images ol.flex-control-thumbs li,
.woocommerce div.product div.images ol.flex-control-thumbs li:first-child {
    width: 120px;
    height: 120px;
    padding: 5px;
    background: transparent;
}

.woocommerce div.product div.images ol.flex-control-thumbs {
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0px;
    transform: none;
    left: auto;
    max-width: 100%;
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a,
.summary.entry-summary .product_meta .sku_wrapper,
.summary.entry-summary .product_meta .posted_in {
    font-size: 15px;
    color: var(--global-palette1);
}

.summary.entry-summary .product_meta .sku,
.summary.entry-summary .product_meta .posted_in a {
    font-size: 14px;
}

.summary.entry-summary .price,
.summary.entry-summary .woocommerce-product-details__short-description,
.summary.entry-summary .single-product-extras,
.woocommerce-Tabs-panel,
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    color: var(--global-palette1);
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a:hover {
    color: var(--global-palette2);
}

.woocommerce .entry.content-bg span.onsale {
    border-radius: 0px;
    background-color: var(--global-palette2);
    font-size: 14px;
    font-weight: 500;
}

.woocommerce #reviews #comments ol.commentlist li.review .comment-text {
    border-radius: 0;
}

/* log out popup */
#login-drawer.popup-drawer .drawer-content_inner.widget_login_form_inner {
    color: var(--global-palette1);
    border-radius: 0;
}

#login-drawer p.lost_password a {
    color: var(--global-palette1);
}

.woocommerce .woocommerce-form.login,
.u-columns .woocommerce-form.register {
    border-radius: 0;
    border: 1px solid var(--global-palette6);
}

.woocommerce-privacy-policy-text {
    margin-bottom: 15px;
}

/* my account  */
.woocommerce .woocommerce-MyAccount-content .woocommerce-message,
.woocommerce form.edit-account .form-row label,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce form.woocommerce-form .form-row label {
    color: var(--global-palette1);
}

/* sticky my account */
.item-is-stuck .site-header-item .header-account-wrap .header-account-button {
    color: var(--global-palette9);
}

/* wishlist */

.wp-block-woocommerce-cart .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    font-size: 0px;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
    font-size: 20px;
}

.yith-wcwl-icon.fa.fa-heart {
    color: var(--global-palette2);
}

.yith-wcwl-add-button {
    color: var(--global-palette1);
}

#yith-wcwl-popup-message {
    color: var(--global-palette3);
}

table.wishlist_table tbody td,
table.wishlist_table thead th {
    border: 1px solid var(--global-palette3);
}

.wishlist_table tr td,
.wishlist_table tr th.product-checkbox,
.wishlist_table tr th.wishlist-delete {
    text-align: left;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
    color: var(--global-palette1);
}

.wishlist-title-container {
    text-align: left;
}

.wishlist_table.mobile li .item-details h3 {
    font-size: 23px;
}

.single-content ul {
    padding-left: 0px !important;
}

.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile {
    border: 1px solid var(--global-palette3);
    padding: 10px;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove,
.wishlist_table .product-add-to-cart a {
    text-align: right;
}

.wishlist-title.wishlist-title-with-form h2:hover {
    background-color: transparent;
}

.wishlist_table .product-add-to-cart a {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.wishlist-title a.show-title-form {
    visibility: visible;
    border: 1px solid var(--global-palette3);
}

@media screen and (max-width: 869px) and (min-width: 557px) {
    .grid-sm-col-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) and (min-width: 500px) {
    .woocommerce .products.elementor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.woocommerce ul.products li.product .star-rating,
.wc-block-grid__product .wc-block-grid__product-rating {
    display: none;
}

/* chekout form */
form.wc-block-components-form .wc-block-components-text-input input[type="text"],
form.wc-block-components-form .wc-block-components-text-input input[type="tel"],
fieldset .wc-block-components-notice-banner,
.wc-block-components-combobox .wc-block-components-combobox-control input[type="text"].components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input[type="text"].components-combobox-control__input {
    background-color: transparent;
    color: var(--global-palette1);
    border: 1px solid var(--global-palette6);
}

.wc-block-components-text-input input[type="text"]:focus,
form.wc-block-components-form .wc-block-components-text-input input[type="text"]:focus,
form.wc-block-components-form .wc-block-components-text-input input[type="tel"]:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input[type="text"].components-combobox-control__input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input[type="text"].components-combobox-control__input:focus,
.woocommerce-ordering .orderby:focus,
.wc-block-components-checkout-step__content .wc-block-checkout__add-note .wc-block-components-textarea:focus,
body .wc-block-components-form .wc-block-components-text-input input[type="email"]:focus {
    box-shadow: none;
    background-color: transparent;
    color: var(--global-palette1);
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button.wc-block-components-button:not(.is-link):focus,
body .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    box-shadow: none;
}

.wc-block-checkout__add-note .wc-block-components-textarea {
    background-color: transparent;
    border: 1px solid var(--global-palette6);
    color: var(--global-palette3);
    padding: .75em 16px;
}


body .wp-block-woocommerce-checkout-terms-block {
    border: 1px solid var(--global-palette6);
    border-top: 1px solid var(--global-palette6) !important;
    padding: 15px !important;
}

.wc-block-components-checkout-step__content .wc-block-components-address-card,
.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control {
    border: 1px solid var(--global-palette6);
}

.wc-block-grid__products .wp-block-button.wc-block-grid__product-add-to-cart .wp-block-button__link.add_to_cart_button {
    font-size: 15px;
    font-weight: 600;
    padding: 16px 10px;
}

.woocommerce .woocommerce-order .woocommerce-customer-details address {
    border: 1px solid var(--global-palette6);
}

@media screen and (max-width:767px) {
    .woocommerce h2 {
        font-size: 25px;
    }
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    flex-direction: row;
}

.added_to_cart.wc-forward {
    font-size: 15px;
    font-family: 'open sans';
    font-weight: 600;
}

.woocommerce ul.products li.product a {
    text-decoration: underline !important;
}

/* error bg color */
.woocommerce .woocommerce-message {
    color: var(--global-palette1);
    background-color: #deffd5 !important;
    font-weight: 400;
}

body .woocommerce .woocommerce-info {
    background: #80808047;
    color: var(--global-palette1);
}

/* hide and show psw button */

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    background: transparent;
    padding: 0;
    border: none;
}

/* chekout coupon */
.woocommerce-checkout .woocommerce form.login,
.woocommerce-checkout .woocommerce form.checkout_coupon,
.woocommerce-checkout .woocommerce form.register {
    border: 2px dashed #000;
    border-radius: 0;
}

.woocommerce-checkout .woocommerce form.checkout_coupon,
.woocommerce-checkout .woocommerce form.login {
    width: 40%;
}

body.woocommerce-page form .form-row.form-row-first,
body.woocommerce-page form .form-row-last {
    width: 100%;
}

body .woocommerce form .form-row .button {
    padding: 15px 36px;
    width: 100%;
}

@media only screen and (max-width: 857px) {

    .woocommerce-checkout .woocommerce form.checkout_coupon,
    .woocommerce-checkout .woocommerce form.login {
        width: 100%;
    }
}

/* payment bg */
.woocommerce-checkout #payment ul.payment_methods {
    padding: 30px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

body .woocommerce-checkout #payment div.payment_box {
    color: var(--global-palette1);
}

/* cart */

.woocommerce-cart table.cart th.product-name {
    position: relative !important;
}

.woocommerce-cart-form .actions .coupon-error-notice {
    text-align: start;
    position: absolute;
    margin-top: 10px;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
    height: 52px;
    padding: 24px 50px 24px 15px;
    margin: 0 15px 0 0;
    text-transform: none;
}

.woocommerce-cart table.cart td.actions .button {
    background: var(--global-palette2) !important;
    color: var(--global-palette7) !important;
    height: 52px !important;
    padding: 10px 37px !important;
    line-height: 0 !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    height: 52px;
    padding: inherit !important;
}

@media screen and (max-width: 719px) {
    .woocommerce-cart-form .actions .coupon-error-notice {
        position: relative;
    }
}

@media screen and (max-width: 422px) {
    body.woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 100%;
    }

    body.woocommerce-cart table.cart td.actions .button {
        height: 50px;
        width: 100% !important;
        margin-top: 10px;
    }
}

.quantity.spinners-added input.minus,
.quantity.spinners-added input.plus {
    color: var(--global-palette1) !important;
}

/* wishlist_table */
table.wishlist_table tr th {
    text-align: left;
}

table.wishlist_table tbody td,
table.wishlist_table thead th {
    border: 1px solid var(--global-palette6);
    background: transparent;
}

.woocommerce table.shop_table.wishlist_table tr td {
    background: none;
    color: var(--global-palette1);
    border-color: var(--global-palette6);
}

/* cart sticky button */
.code4rest-sticky-add-to-cart-content .code4rest-sticky-add-to-cart-action-wrap .single_add_to_cart_button,
.code4rest-sticky-add-to-cart-action-wrap form.cart .quantity {
    height: 52px;
    min-width: 155px;
}

.code4rest-sticky-add-to-cart-action-wrap form.cart .quantity {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}