.lonyo-product-wrapper {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.product-img img {
    height: 340px;
    border-radius: 5px;
    object-fit: cover;
    width: 100%;
}
.product-img>a {
    width: 100%;
}
.product-img {
    position: relative;
    margin-bottom: 20px;
}
.product-img .product-label {
    background-color: var(--light-color1);
    color: var(--accent-color);
    padding: 8px 16px;
    font-family: "DM Sans", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    border-radius: 3px;
}
.product-content .product-title {
    margin-bottom: 10px;
    color: #0D0E1D;
    font-family: "DM Sans", serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.5px;
}
.product-price .price {
    color: var(--accent-color);
    font-family: "DM Sans", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}
.product-price .price del span,
.product-about .price del span {
    color: #142D6F80;
    text-decoration: line-through;
}
.lonyo-product {
    margin-bottom: 44px;
}
.product-img:hover .actions {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    bottom: 30px;
}
.product-img .actions {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.product-img .actions a {
    color: var(--light-bg1);
    font-family: "DM Sans", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    padding: 12px 70px;
    background-color: var(--accent-color);
    border-radius: 3px;
}
.woocommerce-ordering {
    margin-bottom: 24px;
}
.product-extra-things {
    display: flex;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 9;
    gap: 10px;
}
.product-about .product_title {
    color: var(--accent-color);
    font-family: "DM Sans", serif;
    font-weight: 700;
    font-size: 65px;
    line-height: 70px;
    letter-spacing: -4px;
    margin-bottom: 10px;
}
@media (max-width: 1199px) {
    .product-about .product_title {
        font-size: 50px;
        line-height: 55px;
    }
}
.product-about .price {
    margin-bottom: 15px;
    color: var(--accent-color);
    font-family: "DM Sans", serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.5px;
}
.woocommerce-product-details__short-description p {
    margin-bottom: 60px;
    color: var(--accent-color);
    font-family: "DM Sans", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}
@media (max-width: 1199px) {
    .woocommerce-product-details__short-description p {
        margin-bottom: 40px;
    }
}
.product-quantity .label,
.product-quantity label {
    display: none;
}
.cart_table .product-quantity .qty-btn, 
.quantity .qty-btn {
    border: 1px solid #E7E7E8;
    color: var(--accent-color);
    padding: 0;
    width: 50px;
    height: 58px;
    line-height: 49px;
    font-size: 20px;
    border-radius: 3px 0 0 3px;
}
.cart_table .product-quantity input, 
.quantity input {
    padding: 0 10px 0 10px;
    width: 50px;
    height: 58px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    --body-color: var(--accent-color);
    border: 1px solid #E7E7E8;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
.cart_table .product-quantity .quantity-plus, 
.quantity .quantity-plus {
    border-radius: 0 3px 3px 0;
    border-left: none;
}
.cart_table .product-quantity .quantity-minus, 
.quantity .quantity-minus {
    border-right: none;
}
.quantity .qty-btn i {
    font-size: 14px;
}
.product-quantity {
    display: flex;
    align-items: center;
}
.quantity input:focus {
    border-top: 1px solid #E7E7E8;
    border-bottom: 1px solid #E7E7E8;
    border-left: none;
    border-right: none;
}
/* Hide number input arrows */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-variation-add-to-cart,
.product-about form.about-cart,
.product-about form.grouped_form {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.woocommerce-variation-add-to-cart .actions button,
.product-about form.about-cart .actions button,
.product-about form.grouped_form .actions button.single_add_to_cart_button {
    color: var(--light-bg1);
    font-family: "DM Sans", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    padding: 15px 138px;
    background-color: var(--accent-color);
    border-radius: 3px;
    transition: all ease 0.4s;
    border: 1px solid var(--accent-color);
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .woocommerce-variation-add-to-cart .actions button,
    .product-about form.about-cart .actions button,
    .product-about form.grouped_form .actions button.single_add_to_cart_button {
        padding: 15px 114px;
    }
}
@media (max-width: 1199px) {
    .woocommerce-variation-add-to-cart .actions button,
    .product-about form.about-cart .actions button,
    .product-about form.grouped_form .actions button.single_add_to_cart_button {
        padding: 15px 70px;
    }
}
.woocommerce-variation-add-to-cart .actions button i,
.product-about form.about-cart .actions button i,
.product-about form.grouped_form .actions button.single_add_to_cart_button i {
    margin-left: 12px;
    font-size: 18px;
}
.product_meta .sku_wrapper,
.product_meta .posted_in {
    display: block;
}
.product_meta span {
    color: var(--accent-color);
    font-family: "DM Sans", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}
.product_meta span .sku,
.product_meta span a {
    font-weight: 400;
}
.product_meta h4 {
    color: var(--accent-color);
    font-family: "DM Sans", serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
}
.product_meta h4 {
    margin-top: 42px;
}
.product_meta span {
    margin-bottom: 15px;
}
.product_meta span:last-child {
    margin-bottom: 0;
}
.woocommerce-product-gallery__wrapper {
    padding-right: 42px;
}
@media (max-width: 991px) {
   .woocommerce-product-gallery__wrapper {
        padding-right: 0;
    }
}
.product-img .woocommerce-product-gallery__wrapper img {
    height: 620px;
    width: 100%;
}
@media (max-width: 575px) {
    .product-img .woocommerce-product-gallery__wrapper img {
        height: 320px;
    }
}
.product-img span.onsale {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 9;
    background-color: var(--light-color1);
    color: var(--accent-color);
    padding: 8px 16px;
    font-family: "DM Sans", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    border-radius: 3px;
}
.product-details-img.product-img {
    margin-bottom: 0;
    padding-right: 42px;
}
@media (max-width: 767px) {
    .product-details-img.product-img {
        padding-right: 0;
    }
}
.product-details-inner {
    margin-top: 130px;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .product-details-inner {
        margin-top: 100px;
    }
}
@media (max-width: 767px) {
    .product-details-inner {
        margin-top: 60px;
    }
}
.product-desc-wrap .nav-tabs {
    gap: 60px;
    border-bottom: 1px solid var(--light-bg3);
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .product-desc-wrap .nav-tabs {
        border: none !important;
    }
    .product-desc-wrap .nav-tabs li.nav-item {
        border-bottom: 1px solid var(--light-bg3) !important;
    }
    .product-desc-wrap .nav-tabs .nav-link {
        padding-bottom: 10px !important;
    }
    .product-desc-wrap .nav-tabs {
        gap: 30px !important;
    }
}
.product-desc-wrap .nav-tabs .nav-link {
    padding: 0;
    padding-bottom: 24px;
    color: var(--accent-color);
    font-family: "DM Sans", serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.5px;
    border: none;
}
.product-desc-wrap .nav-tabs .nav-link.active,
.product-desc-wrap .nav-tabs .nav-link:hover {
    border-bottom: 3px solid var(--accent-color);
    border-top: none;
    border-left: none;
    border-right: none;
}
.product-desc-wrap .tab-content .tab-pane p {
    margin: 0;
}
.woocommerce-Reviews .lonyo-comment-form .comment-respond {
    margin-top: 50px;
}
.woocommerce-Reviews .comment-respond .comment-respond {
    margin: 0;
}
@media (max-width: 767px) {
    .woocommerce-Reviews .comment-respond .comment-respond {
        padding: 24px 15px;
    }
}
.woocommerce-Reviews .blog-inner-title {
    margin-bottom: 15px;
}
.woocommerce-Reviews .rating-select {
    display: flex;
    gap: 10px;
    align-items: center;
}
.woocommerce-Reviews .rating-select p.stars a {
    position: relative;
    height: 14px;
    width: 18px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}
.woocommerce-Reviews .rating-select p.stars {
    margin-bottom: -10px;
}
 .rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 700;
  text-indent: 0;
  color: var(--light-color1);
}
.rating-select p.stars a:hover ~ a::before {
  color: var(--light-color1);
}
.rating-select p.stars:hover a::before {
  color: var(--accent-color);
}
.rating-select p.stars.selected a.active::before {
  color: var(--accent-color);
}
.rating-select p.stars.selected a.active ~ a::before {
  color: var(--light-color1);
}
.rating-select p.stars.selected a:not(.active)::before {
  color: var(--accent-color);
}
.woocommerce-Reviews .lonyo-post-comment {
    display: flex;
    flex-direction: column;
    position: relative;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 20px;
    padding-left: 120px;
}
.woocommerce-Reviews .comment-avater {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    flex-shrink: 0;
    overflow: hidden;
}
.lonyo-product-wrapper h2.sec-subtitle3 {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .lonyo-product-wrapper h2.sec-subtitle3 {
        margin-top: 100px;
    }
}
@media (max-width: 767px) {
    .lonyo-product-wrapper h2.sec-subtitle3 {
        margin-top: 80px;
        margin-bottom: 30px;
    }
}
.row.related-product {
    margin-bottom: -44px;
}
@media (max-width: 991px) {
    .product-details .product-about {
        margin-top: 60px;
    }
}
.grouped_form table tbody tr td {
    border-left: 1px solid #dcdcdc;
}
nav.woocommerce-MyAccount-navigation li:first-child {
    border-top: 1px solid var(--light-bg1);
}
nav.woocommerce-MyAccount-navigation li {
    border: 1px solid var(--light-bg1);
    margin: 0;
    border-top: none;
}
nav.woocommerce-MyAccount-navigation li a {
    color: var(--accent-color);
    font-weight: 700;
    padding: 12px 17px;
    display: block;
}
nav.woocommerce-MyAccount-navigation li.is-active a, 
nav.woocommerce-MyAccount-navigation li a:hover {
    color: var(--white-color);
    background-color: var(--accent-color);
}
.woocommerce-cart-form table thead tr:first-child, 
.woocommerce-cart-form table tbody tr:first-child {
    border-top: none;
}
.woocommerce-cart-form table thead tr th, 
.woocommerce-cart-form table thead tr td, 
.woocommerce-cart-form table tbody tr th, 
.woocommerce-cart-form table tbody tr td {
    border: none;
}
.woocommerce-cart-form table thead tr th:first-child, 
.woocommerce-cart-form table thead tr td:first-child, 
.woocommerce-cart-form table tbody tr th:first-child, 
.woocommerce-cart-form table tbody tr td:first-child {
    border: none;
}
.woocommerce-cart-form table thead tr, 
.woocommerce-cart-form table tbody tr {
    border-bottom: 1px solid #142D6F1A;
    vertical-align: baseline;
}
.woocommerce-cart-form table thead {
    border-width: 1px;
    border-style: solid;
    border-color: #142D6F1A;
    border: none !important;
    border-bottom: 1px solid red;
}
.woocommerce-cart-form table thead tr th {
    padding: 22px;
}
.woocommerce-cart-form table tbody tr td {
    padding: 28px;
}
.woocommerce-cart-form table tbody tr td button i {
    font-size: 14px;
}
.woocommerce-cart-form table tbody tr:last-child {
    border: none;
}
.cart_table .lonyo-cart-coupon {
    float: left;
    margin: 0;
    width: 500px;
    max-width: 100%;
    display: flex;
    border: 2px solid var(--accent-color);
    border-radius: 9999px;
}
.cart_table .lonyo-cart-coupon input {
    height: 50px;
    color: var(--accent-color);
    border: none;
    flex: 1;
    border-radius: 50px;
}
.cart_table .lonyo-cart-coupon .lonyo-btn {
    font-size: 16px;
    padding: 17px 22px;
    width: max-content;
    margin: -2px;
    background-color: var(--accent-color);
    color: var(--white-color);
    border-radius: 50px;
}
.cart_table .actions>.lonyo-btn {
    font-size: 16px;
    padding: 16px 27px;
    background-color: var(--accent-color);
    border: 1px solid var(--accent-color);
    transition: all ease 0.4s;
}
.cart_table .actions>button.lonyo-btn {
    margin-right: 15px;
}
.cart_table .actions>.lonyo-btn:hover {
    color: var(--accent-color);
    background-color: transparent;
    border: 1px solid var(--accent-color);
    transition: all ease 0.4s;
}
.cart_table  .lonyo-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: none;
    outline: none;
    box-shadow: none;
    overflow: hidden;
    position: relative;
    font-family: "DM Sans", serif;
    font-size: 16px;
    font-weight: 600;
    padding: 19px 40px 20px 40px;
    background-color: var(--accent-color);
    color: var(--white-color);
    text-transform: capitalize;
    border-radius: 9999px;
    line-height: 1;
    transition: all ease 0.4s;
    z-index: 2;
}
.cart_table .actions {
    text-align: right;
    vertical-align: middle;
}
.lonyo-cart-wrapper h2.summary-title {
    font-family: "DM Sans", serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.5px;
    color: var(--accent-color);
    margin-bottom: 27px;
    margin-top: 35px;
}
.shop_table.cart_totals tbody tr td {
    font-family: "DM Sans", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: var(--accent-color);
    padding: 0;
    padding-bottom: 24px;
    border: none;
}
.shop_table.cart_totals tbody tr {
    border: none;
    border-bottom: 1px solid #142D6F1A;
}
.shop_table.cart_totals tbody>tr {
    border-top: none;
    padding-top: 0;
}
.shop_table.cart_totals tfoot tr {
    border-bottom: 1px solid #142D6F1A;
}
.shop_table.cart_totals tfoot tr td {
    padding: 24px 0;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
    background-color: var(--light-bg1);
    padding: 15px 24px;
    font-family: "DM Sans", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: var(--accent-color);
}
.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
    font-weight: 500;
}
.lonyo-checkout-wrapper form.woocommerce-checkout {
    margin-top: 64px;
}
.lonyo-checkout-wrapper .woocommerce-form-coupon-toggle {
    margin-bottom: 20px;
}
.checkout_coupon.woocommerce-form-coupon label {
    margin-bottom: 10px;
}
.checkout_coupon.woocommerce-form-coupon .form-control {
    border-radius: 50px;
}
.checkout_coupon.woocommerce-form-coupon button {
    margin-top: 20px;
}
.woocommerce-billing-fields h2 {
    font-family: "DM Sans", serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: var(--accent-color);
    letter-spacing: -0.5px;
    margin-bottom: 26px;
}
.woocommerce-billing-fields__field-wrapper label.screen-reader-text {
    position: static !important;
    all: unset;
    display: block;
    margin-bottom: 10px;
    font-family: "DM Sans", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: var(--accent-color);
}
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input {
    border: 1px solid #E7E7E8;
}
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper .selection {
    width: 100%;
}
.select2-container--default .select2-selection--single {
    height: 100%;
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 16px 24px;
    border: 1px solid #E7E7E8;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 18px;
    right: 10px;
    width: 20px;
}
.woocommerce-checkout .woocommerce-additional-fields h3 {
    margin-top: 26px;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
    font-family: "DM Sans", serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: var(--accent-color);
}
.woocommerce-additional-fields__field-wrapper #order_comments_field {
    margin-bottom: 0;
}
.woocommerce-additional-fields__field-wrapper #order_comments_field label {
    margin-bottom: 10px;
    font-family: "DM Sans", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: var(--accent-color);
}
.woocommerce-additional-fields__field-wrapper #order_comments_field .woocommerce-input-wrapper {
    display: block;
}
.woocommerce-additional-fields__field-wrapper #order_comments_field .woocommerce-input-wrapper textarea {
    padding: 15px 24px;
    border: 1px solid #142D6F4D;
}
.lonyo-checkout-wrapper .woocommerce-checkout .checkout-page-order-review {
    padding-left: 86px;
}
.lonyo-checkout-wrapper .woocommerce-checkout .checkout-page-order-review #order_review_heading {
    margin-bottom: 24px;
    font-family: "DM Sans", serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: var(--accent-color);
    letter-spacing: -0.5px;
}
.checkout-page-order-review .woocommerce-cart-form table tbody tr td {
    padding: 24px 0;
    font-family: "DM Sans", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: var(--accent-color);
}
.checkout-page-order-review .woocommerce-cart-form table thead tr th {
    padding: 0;
    padding-bottom: 24px;
    font-family: "DM Sans", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: var(--accent-color);
}
.checkout-page-order-review .woocommerce-cart-form table tbody tr td {
    padding: 24px 0;
    font-family: "DM Sans", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: var(--accent-color);
}
.checkout-page-order-review .woocommerce-cart-form table tfoot tr td,
.checkout-page-order-review .woocommerce-cart-form table tfoot tr th {
    padding: 24px 0;
    font-family: "DM Sans", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: var(--accent-color);
}
.checkout-page-order-review .woocommerce-cart-form table tfoot tr {
    border-bottom: 1px solid #142D6F1A;
}
.checkout-page-order-review .woocommerce-cart-form table tfoot tr:last-child {
    border: none;
}
.checkout-page-order-review  .woocommerce-cart-form table tbody tr:last-child {
    border-bottom: 1px solid #142D6F1A;
}
.checkout-page-order-review .woocommerce-cart-form table thead tr th.cart-col-total,
.checkout-page-order-review .woocommerce-cart-form table tbody tr td.product-subtotal,
.checkout-page-order-review .woocommerce-cart-form table tfoot tr td {
    text-align: end;
}
.woocommerce-checkout-payment .wc_payment_method .custom-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}
.woocommerce-checkout-payment .wc_payment_method .custom-checkbox input {
    width: 18px;
    height: 18px;
}
.woocommerce-checkout-payment .place-order button {
    justify-content: center;
    width: 100%;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    margin-bottom: 30px;
}
/* Target the default WooCommerce sorting dropdown */
form.woocommerce-ordering select.orderby {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 2l1.4-1.4L6 5.2 10.6.6 12 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding: 5px 10px;
}
.woocommerce-notices-wrapper .woocommerce-message {
    background-color: var(--light-bg1);
    padding: 15px 24px;
    font-family: "DM Sans", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: var(--accent-color);
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.woocommerce-notices-wrapper .woocommerce-message:focus-visible {
    outline: none;
}
.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
    font-weight: 500;
}
.product-about form.about-cart .actions button:hover {
    color: var(--accent-color);
    background-color: transparent;
    border: 1px solid var(--accent-color);
    transition: all ease 0.4s;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details li {
    margin-bottom: 7px;
}
.woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-column--billing-address .woocommerce-column__title {
    margin-bottom: 20px;
}
.woocommerce-table.woocommerce-table--order-details tfoot th,
.woocommerce-table.woocommerce-table--order-details tfoot td {
  padding-top: 20px; 
}
.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    padding-left: 45px !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input {
    padding: 9px !important;
    min-height: 20px !important;
    min-width: 20px !important;
    width: 10px !important;
    height: 10px !important;
    top: 49% !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    min-height: 10px !important;
    min-width: 10px !important;
    width: 10px !important;
    height: 10px !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
    outline: none !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    padding: 8px !important;
    height: 10px !important;
    margin: 0 10px 0 0 !important;
    min-height: 10px !important;
    min-width: 10px !important;
    width: 18px !important;
}
.wc-block-components-checkbox label {
    align-items: center !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: none !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    margin: 0 !important;
}
.wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button,
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.wc-block-cart__submit-container a.wc-block-components-button,
.wp-block-woocommerce-empty-cart-block p a,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.woocommerce-pagination .woocommerce-button,
.woocommerce-form-login .form-group button,
.woocommerce-form-row button.woocommerce-Button {
    color: var(--white-color);
    font-size: 16px;
    padding: 16px 27px;
    background-color: var(--accent-color);
    border: 1px solid var(--accent-color);
    transition: all ease 0.4s;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    outline: none;
    box-shadow: none;
    overflow: hidden;
    position: relative;
    font-family: "DM Sans", serif;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 9999px !important;
    line-height: 1;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
}
.wc-block-components-checkout-return-to-cart-button svg {
    all: unset !important;
    fill: var(--white-color) !important;
}
.wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button:hover,
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover,
.wc-block-cart__submit-container a.wc-block-components-button:hover,
.wp-block-woocommerce-empty-cart-block p a:hover,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
.woocommerce-pagination .woocommerce-button:hover,
.woocommerce-form-login .form-group button:hover,
.woocommerce-form-row button.woocommerce-Button:hover {
    color: var(--accent-color);
    background-color: transparent;
    border: 1px solid var(--accent-color);
    transition: all ease 0.4s;
}
.wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button:hover svg {
    fill: var(--accent-color) !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    outline: none !important;
}
.is-large.wc-block-cart .wc-block-cart-items th {
    padding-left: 16px !important;
}
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: visible !important;
}
.wc-block-components-main .wc-block-cart-items tr {
    border-right: 1px solid #dcdcdc !important;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 20px !important;
}
.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p {
    font-size: 16px !important;
} 
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    font-size: 16px !important;
}
.lonyo-cart-wrapper .is-large .wc-block-components-sidebar .wc-block-components-panel, 
.lonyo-cart-wrapper .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, 
.lonyo-cart-wrapper .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding: 0 !important;
}
.wc-block-cart__submit-container a.wc-block-components-button {
    margin-top: 20px;
}
.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
    font-size: 27px !important;
    opacity: 1 !important;
}
.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus {
    font-size: 42px !important;
    opacity: 1 !important;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    padding-right: 4px !important;
}
.wp-block-woocommerce-empty-cart-block p a {
    display: inline-block !important;
}
.wc-block-grid__product-onsale span {
    background-color: var(--light-color1);
    color: var(--accent-color);
    padding: 8px 16px;
    font-family: "DM Sans", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    border-radius: 3px;
}
.wc-block-grid__product-onsale {
    display: flex !important;
    position: absolute !important;
    top: 16px !important;
    left: 16px !important;
    z-index: 9 !important;
    gap: 10px !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-transform: capitalize !important;
}
.wc-block-grid__product .wc-block-grid__product-image {
    margin-bottom: 20px;
}
.wc-block-grid__product .wc-block-grid__product-title {
    margin-bottom: 10px;
    color: var(--accent-color);
    font-family: "DM Sans", serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.5px;
}
.wc-block-grid__product .wc-block-grid__product-price {
    margin-bottom: 20px;
}
.wc-block-grid__product .wc-block-grid__product-price span {
    color: var(--accent-color);
    font-family: "DM Sans", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    padding: calc(1em + 2px) calc(1.333em + 2px) !important;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
    color: var(--accent-color) !important;
}
.woocommerce-pagination .woocommerce-button {
    display: inline-block;
}
@media (max-width: 991px) {
    .woocommerce-MyAccount-content {
        margin-top: 50px;
    }
}
.login-register-wrapper .login-tab {
    text-align: center;
    margin-bottom: 15px;
    border: none;
    justify-content: center;
}
.woocommerce-form-login .custom-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}
.woocommerce-form-login .custom-checkbox input {
    width: 16px;
    height: 16px;
}
.woocommerce form.login, 
.woocommerce form.register, 
form.woocommerce-ResetPassword.lost_reset_password {
    background-color: #F6F4EF;
    max-width: 363px;
    margin: 0 auto;
    box-shadow: 0 34px 33px -23px rgba(22, 28, 45, 0.13);
    border-radius: 10px;
    padding: 20px 25px 17px;
    position: relative;
}
.woocommerce-form-login .form-group button {
    width: 100%;
    justify-content: center;
}
.woocommerce-form-login .form-group label {
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
    .is-small table.wc-block-cart-items .wc-block-cart-items__row {
        padding: 0 !important;
    }
    .wc-block-cart table.wc-block-cart-items td {
        margin: 0 !important;
    }
    .wc-block-components-sidebar {
        margin-top: 50px !important;
    }
}
.is-medium.wc-block-cart .wc-block-cart-items td,
.is-mobile.wc-block-cart .wc-block-cart-items td {
    padding: 24px 0 24px 16px !important;
}
.is-large.wc-block-cart {
    margin-bottom: 0 !important;
}
.lonyo-cart-wrapper .wc-block-cart__submit {
    margin-bottom: 0 !important;
}
.wc-block-cart table.wc-block-cart-items, 
.wc-block-cart table.wc-block-cart-items td, 
.wc-block-cart table.wc-block-cart-items th {
    margin-bottom: 0 !important;
}
.is-medium.wc-block-components-sidebar-layout, 
.is-mobile.wc-block-components-sidebar-layout, 
.is-small.wc-block-components-sidebar-layout {
    margin-bottom: 0 !important;
}
.is-medium .wc-block-cart__sidebar, 
.is-mobile .wc-block-cart__sidebar, 
.is-small .wc-block-cart__sidebar {
    margin-bottom: 0 !important;
}
.wc-block-components-sidebar-layout {
    margin: 0 !important;
}
.wp-block-woocommerce-checkout {
    padding-top: 0 !important;
}
.wc-block-grid__products {
    margin-bottom: 0 !important;
}
.wc-block-grid__products .wc-block-grid__product-image img {
    height: 340px !important;
}
@media (max-width: 991px) {
    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
    }
    .wc-block-grid__products .wc-block-grid__product-image img {
        height: 340px auto;
    }
    .lonyo-checkout-wrapper .woocommerce-checkout .checkout-page-order-review {
        padding-left: 0;
    }
    .checkout-page-order-review {
        margin-top: 50px;
    }
    .lonyo-checkout-wrapper form.woocommerce-checkout {
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    .cart_table .actions>button.lonyo-btn {
        margin-bottom: 15px;
    }
}
.checkout-page-order-review h4#order_review_heading {
    margin-top: 0 !important;
}
.product-details-img .flex-control-nav.flex-control-thumbs {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 0;
    padding-left: 0;
}
.product-details-img .flex-control-nav.flex-control-thumbs li {
    list-style: none;
}
.product-details-img .flex-control-nav.flex-control-thumbs li img {
    object-fit: cover;
    height: 140px;
}
.woocommerce-product-gallery__image a {
    width: 100%;
}
.woocommerce-Reviews .comment-form .custom-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}
.woocommerce-Reviews .comment-form .custom-checkbox input {
    width: 18px;
    height: 18px;
}
@media (max-width: 1199px) {
    .woocommerce-Reviews .comment-form .custom-checkbox {
        align-items: start;
    }
    .woocommerce-Reviews .comment-form .custom-checkbox input {
        margin-top: 5px;
    }
}