/*
WooCommerce styles override
*/
:root {
    --theme-color: #C78665;
    --black-color: #202020;
    --bg-color: #eff1f5;
    --body-color: #84847c;
    --white-color: #ffffff;
    --border-color: #E3E8F4;
    --box-shedow: 0px 9px 75px rgba(8, 20, 44, 0.09);
    --footer-bg-color: #071A3E;
    --copyright-bg: #0B2048;
    --title-font: "EB Garamond", serif;
    --body-font: "Prompt", sans-serif;
    --icon-font: "Font Awesome 5 Pro";
}

table tr th,
table tr td {
    border-color: var(--border-color);
}

ul.ovation-ul-style.ovation-list-inline {
    margin: 0;
    padding: 0;
}

.woocommerce-info::before {
    color: var(--white-color);
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 0;
    padding: 15px;
}

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


.woo-single-item-warpper .product-item .product-img img {
    width: 100%;
    min-height: 270px;
    object-fit: cover;
}

.woo-single-item-warpper .product-item .product-img .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 1;
}

.woo-single-item-warpper .product-item .product-img .product-overlay:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #24231db0;
    transform: translateY(100%);
    transition: all linear 0.3s;
    border-radius: 15px;
}

.woo-single-item-warpper .product-item .product-img .product-overlay .product-content {
    display: flex;
    opacity: 0;
}

.woo-single-item-warpper .product-item .product-img .product-overlay .product-content a {
    border-radius: 5px;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0px);
    font-size: 14px;
    transition: all linear 0.3s;
    padding: 14px 25px 14px 25px;
    line-height: 1;
}

.woo-single-item-warpper .product-item .product-img .product-overlay .product-content a:hover {
    background-color: var(--white-color);
    color: var(--black-color);
}

.woocommerce .star-rating span::before {
    color: var(--theme-color);
}

.woocommerce .star-rating::before {
    color: var(--theme-color);
}

.woo-single-item-warpper .product-item .product-img .product-overlay .product-content a.add_to_cart_button.added {
    display: none;
}

.woocommerce ul.products li.product .onsale {
    top: 5px;
    right: auto;
    left: 5px;
    margin: 0;
    width: 80px;
    height: 40px;
    border-radius: 5px;
    padding: 0;
    min-height: 40px;
    font-weight: 500;
    line-height: 40px;
    background-color: var(--theme-color);
}

.woo-single-item-warpper .product-item .product-info {
    display: flex;
    flex-wrap: nowrap;
}

.woo-single-item-warpper .product-item .product-info .product-holder {
    margin-right: 20px;
    flex-grow: 1;
}

.woo-single-item-warpper .product-item .product-info span.price {
    float: right;
}

.woo-single-item-warpper .product-item .product-info .product-holder .woocommerce-loop-product__title {
    font-size: 18px;
    margin-bottom: 5px;
    color: var(--black-color);
}

.woo-single-item-warpper .product-item:hover .product-img .product-overlay:before {
    transform: translateY(0%);
    opacity: 1;
}

.woo-single-item-warpper .product-item:hover .product-img .product-overlay .product-content {
    opacity: 1;
}

.woo-single-item-warpper .product-item .product-info .product-holder .woocommerce-loop-product__title:hover,
.woocommerce p.stars a {
    color: var(--theme-color);
}

.woo-single-item-warpper .product-item .product-info .product-holder .woocommerce-loop-product__title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 8px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 8px;
    line-height: 1.278;
    padding: 0;
}

.ovation-product-list-view ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: 15px;
}

.woocommerce ul.products li.product .price {
    color: var(--theme-color);
    margin-bottom: 0;
    font-size: 14px;
}

.woocommerce ul.products li.product .price ins {
    background: transparent;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
}

.woocommerce .products .star-rating {
    display: block;
    margin: 7px 20px 0 0;
    float: none;
}

.woocommerce ul .product-content .product-btn {
    display: none;
}

.ovation-product-list-view .product-card .product-item .product-btn {
    display: block;
}

.product-card {
    padding: var(--space) !important;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left;
    width: 80px;
    height: auto;
    box-shadow: none;
    margin-right: 15px;
    box-shadow: 0px 0px 33px 0px rgb(173 173 173 / 28%);
    border-radius: 100%;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li:last-child {
    padding-bottom: 0;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding-top: 0;
    padding-bottom: 25px;
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    margin: 10px 0 6px 0;
}

.ovation-product-list-view .products li.product .star-rating {
    margin-bottom: 20px;
}

.woocommerce ul.product_list_widget li ins {
    font-size: 14px;
    color: var(--theme-color);
    text-decoration: none;
    margin-left: 5px;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: .8;
    color: var(--theme-color);
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    color: var(--theme-color);
    text-decoration: none;
    font-weight: 500;
    margin-left: 8px;
}

.woocommerce .quantity .qty {
    width: 4.631em;
    text-align: center;
    height: 43px;
    margin-right: 5px;
}

.woocommerce .quantity .qty {
    width: 5.631em;
    height: 50px;
    margin-right: 5px;
    border-radius: 0;
}

.woocommerce-product-details__short-description {
    margin-bottom: 30px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    padding: 13px 20px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: var(--theme-color);
    transition: .4s;

}

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

.woocommerce div.product .woocommerce-product-rating,
h1.product_title.entry-title {
    margin-bottom: 10px;
}

.woo-single-summery {
    margin-left: 30px;
}

.woo-single-summery .product_meta span {
    display: block;
    line-height: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent;
    border-radius: 0px;
    margin: 0;
    padding: 0;
}

h1.product_title.entry-title {
    margin-bottom: 10px;
    clear: none;
    color: var(--title-color);
    line-height: 1.1;
    font-size: 60px;
    font-weight: 400;
}

.woo-single-summery .product_meta span {
    display: block;
    line-height: 30px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 50px;
}

.woocommerce-tabs.wc-tabs-wrapper ul li:before,
.woocommerce-tabs.wc-tabs-wrapper ul:before,
.woocommerce-tabs.wc-tabs-wrapper ul li:after,
.woocommerce-tabs.wc-tabs-wrapper ul:after {
    content: unset !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--white-color);
    background-color: var(--theme-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 20px;
    font-weight: normal;
    color: var(--white-color);
    background-color: var(--black-color);
    font-size: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 25px 0 0;
    margin-bottom: 40px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: 0px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    width: auto;
    font-weight: 500;
    border-color: transparent;
    margin-bottom: 0;
}

.ovation-product-list-view ul.products li.product .product-img .button {
    display: none;
}

.woocommerce .woocommerce-info a {
    background-color: var(--white-color);
    color: var(--black-color);
}

h2.woocommerce-Reviews-title {
    font-size: 25px;
}

.woocommerce-Reviews .comment-reply-title {
    font-size: 20px;
}

.woocommerce-Reviews #comments {
    margin-bottom: 25px;
}

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

.woocommerce-Reviews label {
    margin-bottom: 8px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    left: -20px;
    width: 60px;
    height: 60px;
}

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

section.related.products h2:first-of-type,
section.upsells.products h2:first-of-type {
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.section.related.products h2:first-of-type,
.woocommerce-Tabs-panel--description h2 {
    font-size: 36px;
    font-weight: 400;
}

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

.woocommerce-message::before {
    color: var(--theme-color);
}

.woocommerce a.remove {
    color: var(--theme-color) !important;
    font-weight: 400;
}

.woocommerce a.remove:hover {
    background: var(--theme-color);
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 50px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    border: transparent;
    padding: 6px 10px 5px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    border: 1px solid var(--border-color);
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 180px;
    height: 50px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    opacity: .7;
    padding: 18px 30px;
    color: var(--white-color)f;
}

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


.woocommerce-info a.showcoupon:hover {
    color: var(--theme-color);
}

.select2-container--default .select2-selection--single {
    background-color: var(--bg-color);
    border: transparent;
}

.select2-container .select2-selection--single {
    height: 60px;
    padding: 17px 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    right: 5px;
}

h3#order_review_heading {
    padding: 40px 0 20px 0;
}

.woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table {
    border-top: none;
    border-right: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: var(--bg-color);
    border-radius: 15px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: var(--theme-color);
    color: var(--white-color);
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    border: 1em solid var(--theme-color);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid var(--color-form);
}

.woocommerce-additional-fields__field-wrapper span.woocommerce-input-wrapper textarea {
    padding: 20px;
}

.ovation-woo-shop-topbar {
    background-color: var(--bg-color);
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 5px;
}

#ovation-shop-view-mode {
    margin-top: 14px;
}

#ovation-shop-view-mode li:hover {
    color: var(--theme-color);
}

#ovation-shop-view-mode li {
    transition: .3s;
    -webkit-transition: .3s;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color: var(--black-color);
    display: inline-block;
}

.ovation-shop-list {
    margin-left: 10px;
}

.ovation-woo-result-count-wrapper {
    text-align: center;
    margin-top: 11px;
}

.woocommerce ul.order_details li {
    border-right: 1px dashed var(--theme-color);
    width: 20%;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    padding: 18px 20px;
    background: var(--theme-color);
    color: var(--white-color);
    margin-bottom: 50px;
    border-radius: 3px;
    border-left: 3px solid var(--black-color);
}

h2.woocommerce-order-details__title {
    margin-bottom: 30px;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead tr th {
    border-top: none;
    text-align: left;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border-right: none;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr td,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr th {
    text-align: left;
}

.woocommerce .woocommerce-result-count {
    margin: 0;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-ordering select {
    margin: 0;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    float: unset;
    text-align: center;
}

.woocommerce.ovation-product-list-view ul.products li.product,
.woocommerce.ovation-product-list-view .woocommerce-page ul.products li.product {
    width: 100%;
    transition: .4s;
}

.ovation-product-list-view .woo-single-item-warpper .product-item .product-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--theme-color);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    transition: .4s;
}

.ovation-product-list-view ul.products .product-img {
    float: left;
    min-width: auto;
    margin-right: 30px;
    margin-bottom: 0px;
}

.ovation-product-list-view .woo-single-item-warpper .product-item .product-info {
    display: block;
    min-height: 300px;
    overflow: hidden;
}

.ovation-product-list-view .woo-single-item-warpper .product-item .product-info span.price {
    float: left;
    margin-top: 11px;
}

.woo-widgets.widget ul li a:before,
.woo-widgets h2:after {
    content: unset !important;
}

.ovation-product-list-view .woocommerce ul.products li.product .price {
    color: var(--theme-color);
    margin-bottom: 0;
    font-size: 18px;
}

.woocommerce.ovation-product-list-view .product-img .product-overlay,
.ovation-product-list-view .prodcut-grid-price,
.ovation-product-list-view .prodcut-grid-rating,
.prodcut-list-rating,
.product-list-dec,
.product-info .product-overlay,
.prodcut-list-price {
    display: none;
}

body.woocommerce.ovation-product-list-view .prodcut-list-price span.price {
    margin-top: 3px !important;
    font-size: 16px;
}

.ovation-product-list-view .prodcut-list-rating {
    display: block;
    float: left;
    clear: both;
}

.ovation-product-list-view .product-list-dec {
    display: block;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 6px;
    font-weight: 300;
}

.ovation-product-list-view .product-info .product-overlay,
.ovation-product-list-view .prodcut-list-price {
    display: block;
}

.woocommerce.ovation-product-list-view ul.products li.product,
.woocommerce-page.ovation-product-list-view ul.products li.product {
    margin: 0 3.8% 0.992em 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background-color: var(--bg-color);
    padding: 30px;
    margin: 0;
    border-radius: 15px;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    line-height: 24px;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--white-color);
    background-color: var(--theme-color);
}

.woocommerce-MyAccount-content p a:hover {
    color: var(--black-color);
}

.woocommerce-MyAccount-content p a {
    color: var(--theme-color);
}

.woocommerce-MyAccount-content .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    background-color: var(--bg-color);
    color: var(--black-color);
}

.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(--theme-color);
    color: var(--white-color);
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul {
    border-right: none;
    border: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span.page-numbers.current {
    display: inline-block;
    text-align: center;
    position: relative;
    color: var(--title-color);
    background-color: transparent;
    border: 1px solid #E3E5DE;
    line-height: 38px;
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 11.6px;
    gap: 4px;
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 40px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: var(--black-color);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: var(--theme-color);
}

form.woocommerce-product-search {
    position: relative;
}

form.woocommerce-product-search button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    padding: 16px 25px;
    background: transparent;
    border-color: transparent;
    line-height: 2.5;
    color: var(--theme-color);
}

form.woocommerce-product-search input {
    background-color: var(--white-color);
}

form.woocommerce-product-search button:after {
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 15px;
}


/** Mini Cart **/

.ovation-mini-cart-items {
    position: absolute !important;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    top: -webkit-calc(100% + 1px);
    top: expression(100% + 1px);
    top: -moz-calc(100% + 1px);
    top: -o-calc(100% + 1px);
    top: calc(100% + 1px);
    right: -30px;
    background: var(--white-color);
    width: 330px;
    padding: 30px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.ovation-hmini:hover .ovation-mini-cart-items {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    padding-bottom: 22px;
}

.ovation-mini-cart-items h2.widgettitle {
    display: none;
}

a.mini-cart-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ovation-mini-cart-items p.woocommerce-mini-cart__total.total {
    padding-top: 20px;
    padding-left: 20px;
    text-align: left;
    padding-right: 22px;
}

.ovation-mini-cart-items p.woocommerce-mini-cart__buttons.buttons {
    margin-bottom: 0;
}

.ovation-mini-cart-items .woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
    float: right;
}

.ovation-mini-cart-items .widget_shopping_cart_content li:last-child {
    margin-bottom: 15px;
}

.ovation-mini-cart-items span.quantity {
    font-size: 90%;
    margin-top: 10px;
    display: block;
}

.ovation-mini-cart-items li.woocommerce-mini-cart-item.mini_cart_item a {
    font-size: 15px;
}

.ovation-mini-cart-items a.remove.remove_from_cart_button {
    margin: 6px 0;
    font-size: 23px;
}

.ovation-mini-cart-items a.button.checkout.wc-forward {
    margin-left: 15px;
}

a.mini-cart-button label {
    width: 18px;
    height: 18px;
    background: var(--theme-color);
    border-radius: 100%;
    text-align: center;
    font-size: 69%;
    color: var(--white-color);
    line-height: 18px;
    position: relative;
    top: -7px;
    left: -5px;
    font-weight: 600;
}

p.woocommerce-mini-cart__buttons.buttons a {
    background: var(--theme-color);
}

li.ovation-mini-cart-items .widget.woocommerce.widget_shopping_cart {
    margin-bottom: 0;
}

ul.ovation-hmini {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 76px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 22px;
}

ul.ovation-hmini span.count {
    font-size: 11px;
    background: var(--black-color);
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 16px;
    color: var(--white-color);
    position: relative;
    top: -10px;
    left: -8px;
}

li.ovation-mini-cart-items li.woocommerce-mini-cart-item.mini_cart_item a {
    color: var(--theme-color);
    display: block;
    border: none;
    padding: 0;
}

li.ovation-mini-cart-items li.woocommerce-mini-cart-item.mini_cart_item a:hover {
    color: var(--black-color);
    background: transparent;
}

ul.ovation-hmini p.woocommerce-mini-cart__empty-message {
    margin-bottom: 0;
    margin-top: 20px;
}

.ovation-hmini a span {
    color: var(--theme-color);
    transition: .4s;
}

li.ovation-mini-cart-items ul.woocommerce-mini-cart.cart_list.product_list_widget {
    position: relative;
    display: block;
    padding: 0;
    width: auto;
}

.ovation-hmini:hover .ovation-mini-cart-items ul.woocommerce-mini-cart.cart_list.product_list_widget {
    opacity: 1;
    visibility: visible;
    padding: 25px;
    box-shadow: none;
}

.ovation-mini-cart-items li.woocommerce-mini-cart-item.mini_cart_item {
    padding-left: 0;
}

.ovation-mini-cart-items li.woocommerce-mini-cart-item.mini_cart_item a.remove.remove_from_cart_button {
    left: auto;
    right: 6px;
    z-index: 999999;
    background: var(--theme-color);
    color: var(--white-color) !important;
    font-weight: normal;
}

.woocommerce table.my_account_orders tr th:nth-child(1),
.woocommerce table.my_account_orders tr th:nth-child(2),
.woocommerce table.my_account_orders tr th:nth-child(3),
.woocommerce table.my_account_orders tr th:nth-child(4),
.woocommerce table.my_account_orders tr th:nth-child(5) {
    border-top: 0;
}

.woocommerce table.my_account_orders tr th:nth-child(5),
.woocommerce table.my_account_orders td:nth-child(5) {
    border-right: 0;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 8px;
    vertical-align: middle;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-account .woocommerce-Address-title h3 {
    font-size: 24px;
    font-weight: 600;
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    vertical-align: middle;
    border-color: #E3E8F4;
}

.woocommerce-cart table.cart th:nth-child(1),
.woocommerce-cart table.cart th:nth-child(2),
.woocommerce-cart table.cart th:nth-child(3),
.woocommerce-cart table.cart th:nth-child(4),
.woocommerce-cart table.cart th:nth-child(5) {
    border-top: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
    padding: 10px;
}

.cart_totals h2 {
    font-size: 30px;
    font-weight: 500;
}

.payment_method_cod label {
    font-size: 20px;
    font-weight: 500;
    color: var(--black-color);
}

.payment_box.payment_method_cod p {
    color: var(--white-color);
}

.woocommerce-privacy-policy-text p {
    margin-bottom: 30px;
}

.woocommerce .woocommerce-customer-details address {
    padding: 15px;
}

.woocommerce-column__title {
    font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .woocommerce .products .star-rating {
        display: inline-block;
        margin: 0;
    }

    .woo-single-item-warpper .product-item .product-info span.price {
        float: unset;
        text-align: center;
        margin-top: 0px;
    }

    .woo-single-item-warpper .product-item .product-info {
        display: block;
        text-align: center;
    }

    .woo-single-item-warpper .product-item .product-info .product-holder {
        margin-right: 0;
    }

    .ovation-product-list-view .woo-single-item-warpper .product-item .product-info {
        text-align: left;
    }

    .woocommerce.ovation-product-list-view ul.products li.product,
    .woocommerce-page.ovation-product-list-view ul.products li.product {
        margin: 0 3.8% 2.992em 0;
    }

    .woo-single-item-warpper .product-item .product-img .product-overlay .product-content a {
        padding: 15px 20px;
    }

    .woo-single-item-warpper .product-item .product-img img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .woocommerce ul.products li.product .onsale {
        height: 30px;
        min-height: 30px;
        line-height: 33px;
    }
}

@media only screen and (min-width: 768px) {}

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

    .woocommerce .columns-3 ul.products[class*="columns-"] li.product,
    .woocommerce-page .columns-3 ul.products[class*="columns-"] li.product,
    .woocommerce .columns-4 ul.products[class*="columns-"] li.product,
    .woocommerce-page .columns-4 ul.products[class*="columns-"] li.product {
        margin-bottom: 35px;
        width: 48%;
    }

    .woocommerce.ovation-product-list-view .columns-3 ul.products[class*="columns-"] li.product,
    .woocommerce-page.ovation-product-list-view .columns-3 ul.products[class*="columns-"] li.product,
    .woocommerce.ovation-product-list-view .columns-4 ul.products[class*="columns-"] li.product,
    .woocommerce-page.ovation-product-list-view .columns-4 ul.products[class*="columns-"] li.product {
        margin-bottom: 35px;
        width: 100%;
        transition: .4s;
    }

    .woocommerce .columns-3 ul.products[class*="columns-"] li.product:nth-child(even),
    .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(even) {
        margin-right: 0 !important;
    }

    .woocommerce .columns-3 ul.products li.last,
    .woocommerce-page ul.products li.last {
        margin-right: 3.8%;
    }

    .woocommerce ul.products li.first,
    .woocommerce-page ul.products li.first {
        clear: none;
    }

    .woocommerce.ovation-product-list-view .ovation-shop-page ul.products li.product,
    .woocommerce-page.ovation-product-list-view .ovation-shop-page ul.products li.product {
        width: 100%;
    }

    .woocommerce-page .related.products ul.products[class*="columns-"] li.product:nth-child(2n),
    .woocommerce-page .upsells.products ul.products[class*="columns-"] li.product:nth-child(2n) {
        margin-right: 15px !important;
    }

    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .cross-sells,
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }

    .woo-single-summery {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    #ovation-shop-view-mode {
        display: none;
    }

    .ovation-woo-result-count-wrapper {
        margin-bottom: 15px;
    }

    .woocommerce ul.products[class*="columns-"] li.product:not(.slick-slide),
    .woocommerce-page ul.products[class*="columns-"] li.product:not(.slick-slide) {
        width: 100% !important;
        margin-bottom: 45px !important;
    }

    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: unset;
    }

    .woocommerce #content table.cart td.actions .coupon .button,
    .woocommerce #content table.cart td.actions .coupon .input-text,
    .woocommerce #content table.cart td.actions .coupon input,
    .woocommerce table.cart td.actions .coupon .button,
    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon input,
    .woocommerce-page #content table.cart td.actions .coupon .button,
    .woocommerce-page #content table.cart td.actions .coupon .input-text,
    .woocommerce-page #content table.cart td.actions .coupon input,
    .woocommerce-page table.cart td.actions .coupon .button,
    .woocommerce-page table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon input {
        width: 100%;
        margin: 15px 0;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }

    .woocommerce-additional-fields h3 {
        font-size: 25px;
        margin-top: 18px;
    }

    .woocommerce ul.order_details li {
        width: 100%;
        margin: 20px 0;
    }

    .woo-single-summery {
        margin-top: 50px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 40px;
    }

    .woocommerce-MyAccount-content a.woocommerce-Button.button {
        display: block;
        float: unset;
        margin-bottom: 20px;
    }

    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span,
    .woocommerce-pagination ul li a,
    .woocommerce-pagination ul li span.page-numbers.current {
        line-height: 47px;
        margin: 0 5px;
    }

    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span {
        margin: unset;
        text-decoration: none;
        padding: unset;
        font-size: unset;
        padding: unset;
        min-width: unset;
    }

    .woocommerce nav.woocommerce-pagination ul li {
        border-right: unset;
        padding: unset;
        margin: unset;
        float: unset;
        display: unset;
        overflow: unset;
    }

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        border-right: 0;
        padding: 15px;
    }
}

@media screen and (min-width: 48em) {

    /**
       * Header cart
       */
    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        left: -999em;
        display: block;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }

    .site-header-cart:hover .widget_shopping_cart,
    .site-header-cart.focus .widget_shopping_cart {
        left: 0;
        display: block;
    }
}

/* Shop Page */

.ovation-woo-shop-topbar {
    background-color: var(--bg-color);
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 15px;
}

.ovation-woo-shop-topbar {
    background-color: var(--bg-color);
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 5px;
}

ul.ovation-ul-style.ovation-list-inline {
    width: 100%;
    padding: 0;
    margin: 0;
}

div#ovation-shop-view-mode li {
    transition: .3s;
    -webkit-transition: .3s;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color: var(--black-color);
    display: inline-block;
}

div#ovation-shop-view-mode {
    margin-top: 14px;
}

.ovation-woo-result-count-wrapper {
    text-align: center;
    margin-top: 11px;
}

li.ovation-shop-list {
    margin-left: 10px;
}

@media only screen and (max-width: 767px) {
    .ovation-woo-result-count-wrapper {
        margin-bottom: 15px;
    }
}

.woocommerce-page .woo-spimg img {
    height: auto;
    width: 100%;
}

.woo-product-small-img {
    margin-top: 20px;
}

.woo-product-small-img img {
    padding: 0px 5px;
}

@media only screen and (max-width: 991px) {
    .woo-single-summery {
        margin-left: 0;
    }
}

.content-area.product-details {
    padding: 105px 0 55px;
}
.product-template-default.single .content-area.product-details {
    padding: 105px 0 55px;
}
.archive.post-type-archive .content-area.product-details {
    padding: 120px 0 120px;
}
/* ------ blog card */
.wc-block-cart.is-large.wc-block-cart .wc-block-cart__totals-title,
tr.wc-block-cart-items__header th span {
    font-size: 14px;
    font-weight: 400;
}

.wc-block-cart .wc-block-components-product-badge {
    border-radius: 0;
    margin: 10px 0;
}

.wc-block-cart .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 13px;
}

.wc-block-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price,
.wc-block-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-checkout .wc-block-components-totals-item__value,
.wc-block-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wc-block-cart .wc-block-components-totals-item__value,
.wc-block-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wc-block-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 400;
}

.wc-block-cart .wc-block-components-button:not(.is-link) {
    border: 1px solid #E3E5DE;
}


.wc-block-checkout .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wc-block-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wc-block-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-checkout .wc-block-components-text-input input[type=email],
.wc-block-checkout .wc-block-components-text-input input[type=number],
.wc-block-checkout .wc-block-components-text-input input[type=tel],
.wc-block-checkout .wc-block-components-text-input input[type=text],
.wc-block-checkout .wc-block-components-text-input input[type=url] {
    border-color: #E3E5DE;
}

.wc-block-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-checkout .wc-block-components-text-input input[type=email]:focus,
.wc-block-checkout .wc-block-components-text-input input[type=number]:focus,
.wc-block-checkout .wc-block-components-text-input input[type=tel]:focus,
.wc-block-checkout .wc-block-components-text-input input[type=text]:focus,
.wc-block-checkout .wc-block-components-text-input input[type=url]:focus {
    box-shadow: 0 0 0 1px #E3E5DE;
}

.wc-block-checkout .wc-block-components-checkout-place-order-button {
    border: 1px solid #E3E5DE;
    background: transparent;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-checkout .wc-block-components-button:not(.is-link):focus {
    box-shadow: 0 0 0 2px #E3E5DE;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #E3E5DE;
}
.wc-block-checkout .wc-block-components-title.wc-block-components-title{
    font-weight: 500;
}
.product_list_widget .woocommerce-Price-amount.amount {
    font-size: 16px;
    color: var(--theme-color);
    text-decoration: none;
}
.woocommerce ul.product_list_widget li .product-title {
    font-weight: 500;
    font-size: 20px;
    margin: 6px 0 0;
    font-family: var(--title-font);
    text-transform: capitalize;
}