/*
Theme Name: Bhaktimala
Text Domain: Bhaktimala
Version: 1.0
Tested up to: 6.1
Author: Bhaktimala
Author URI: 
Theme URI: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

.comment-form-comment label {
    display: block;
}
.comment-form .submit {
    background: #e88e2e;
    color: #fff;
    border: none;
    padding: 10px 15px;
}
.comment-form .submit:hover{
	background: #df8a2f;
}

.breadcrumb-image {
    background-image:url('assets/images/breadcrumb.jpg');
    background-size: cover;
    height: 180px;
    background-repeat: no-repeat;
    background-position: bottom;

    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.mega-menu li {
    border-right: 1px solid #ffffff12;
}

.nav-main .navbar ul .menu-item {
    border-bottom:1px solid transparent;
}
.nav-main .navbar ul .menu-item:hover {
    border-bottom:1px solid #fff;
}

.product-card {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
    width: 100%;
}
.product-card .product-image-container {
    aspect-ratio: 1;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.product-card .product-card-badge-red {
    background-color: #fe2e3e;
}

.product-footer ins .woocommerce-Price-amount.amount bdi{
    display: block;
    font-size: 18px;
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    font-size: 14px !important;
}
.about-picture {
    height: 350px;
    border-radius: 50%;
    background-position: top center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.product-card .product-card-badge {
    align-items: center;
    border-radius: 6px 0 11px 0;
    color: #fff;
    display: flex;
    font-size: .688rem;
    font-weight: 600;
    height: 1.53rem;
    left: 0;
    padding: 0 10px;
    position: absolute;
    top: 0;
    z-index: 4;
} 

.product-card ins {
    text-decoration: none;
    color: #1f713c;
    font-weight: bold;
}

#footer .nav-footer ul li a { 
        text-decoration: none !important;  
    border-bottom: 0;
}



#footer .nav-footer ul li a:hover {
    color:#333 !important;
    text-decoration:none !important;
}

.product-card .product-image-container a {
    display: flex;
}
.product-card .product-image {
    display: block;
    height: 100%;
    object-fit: cover;
    padding: 0;
    position: absolute;
    transition: opacity .4s ease-in-out,transform .4s ease;
    width: 100%;
}
.product-card .product-image.hover-image {
    opacity: 0;
}
.product-card:hover .multi-image-container .product-image.hover-image {
    opacity: 1;
}
.product-card:hover .action-btn {
    opacity: .9;
    transform: translateX(0);
    visibility: visible;
}
.product-card .product-actions-overlay {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 3;
}
.product-card .action-btn {
    align-items: center;
    background-color: #fff;
    border: 1px solid #eaeaef;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    color: #222;
    display: flex;
    font-size: 18px;
    height: 38px;
    justify-content: center;
    opacity: 0;
    text-decoration: none;
    transform: translateX(10px);
    transition: all .3s ease;
    visibility: hidden;
    width: 38px;
}
.product-card .card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: .75rem 0;
    flex-direction: column;
    /*justify-content: space-between;*/
}


.product-card .product-title {
    color: #222;
    display: -webkit-box;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin-bottom: .25rem;
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*min-height: 37px;*/
}


.product-footer {
    display: flex;
    gap: 5px;
}

.product-footer del {
    margin: 4px 0;
    display: block;
}
.product-card .product-seller {
    font-size: .8rem;
    margin-bottom: .375rem;
}
.product-card .product-rating {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    display: none;
}
.rating {
    align-items: center;
    display: flex;
    gap: 3px;
}
.product-card .product-rating .rating i {
    font-size: .875rem;
}
.rating .icon-star {
    color: #ffc107;
}
.product-card .product-price {
    align-items: center;
    color: #222;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    gap: 8px;
}
.product-card .product-price del {
    color: #6c757d;
    font-size: .9rem;
    font-weight: 700;
}
.product-card .price {
    font-size: 18px !important;
}
.price-green {
    color: #4ca952;
}


.single_post {
    padding: 60px 0;
}

.single_post .breadcrumb-list ul {
    display: flex;
}

.single_post h1 {
    font-size: 38px;
    margin-bottom: 0px;
    line-height: 1.40;
    text-transform: capitalize;
    text-align: left;
    font-weight: bold;
}

.single_post span.date {
    display: block;
    margin-bottom: 15px;
}

.single_post span.date {
    display: block;
    color: #000000;
    font-size: 16px;
    text-transform: capitalize;
    margin: 15px 0;
}

.single_post img.size-full {
    width: auto;
    height: auto;
    text-align: center;
    padding: 20px 0;
}

.single_post .next-post, .single_post .next-post .arrow {
    float: right;
}

.single_post .next-post .arrow {
    padding-left: 5px;
}

.single_post .previous-post .arrow {
    padding-right: 5px;
}

.single_post .post_content ul li {
    list-style: disc;
    font-size: 16px;
    color: #000;
    line-height: 29px;

}
.single_post .post_content ul {
    margin-left: 25px;
}
.single_post p {
    padding-bottom: 10px;
    font-size: 16px;
    color: #000;
    line-height: 29px;
    margin-bottom: 0;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.section_title h2 {
    color: #333;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 25px;
}

.blog_section .section_title h2 span {
    color: #1f713c;
}

.blog_section.pt-5 {
    padding-bottom: 4rem;
}

.blog_section .blog_items .blog_item .blog_img a {
    display: inline-block;
    width: 100%;
}

.blog_section .blog_items .blog_item {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
    transition: 0.3s;
}

.blog_section .blog_items .blog_item .blog_content {
    padding: 10px 15px;
}

.cms_section h1, .cms_section h2, .cms_section h3, .cms_section h4, .cms_section h5 {
    margin-bottom: 20px;
}


.single_post h3 {
    margin-top: 15px;
}
.single_post h2 {
    margin-bottom: 7px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}

.single_post a, .single_post table td a{
    color:#ed3b48;
}
.single_post table {
    width: 100%;
    border:1px solid #eee;
    margin: 15px 0;
}

.single_post table td {
    border:1px solid #eee;
    padding:5px;
}

.single_post ul, .single_post ol {
    margin-top:10px;
}



.single_post ul.articleshare  li {
    padding-bottom: 0px !important;
}

.single_post ul, .single_post ol {
    margin-bottom:15px;
}

.single_post p + ol {
    padding-bottom: 0px;
    margin-bottom:0
}

.single_post p + ol li {
    margin-bottom:0;
    padding:0;
}

.meta-info .author .avatar {
    height: 45px;
    width: 45px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    border-radius: 50%;
    display: inline-block;
}
.post-header-bg {
    height: 500px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 429px 260px !important;
}

.single_post .breadcrumb-list a {
    color: #000;
    text-decoration: none;
    letter-spacing: 0;
}

.breadcrumb-list {
    margin-bottom: 10px;
}

.single_post .post_content .section-articleshare {
    position: absolute;
    margin: 0 0 0 -100px;
    width: 48px;
}

.section-articleshare .articleshare {
    list-style: none;
}
.section-articleshare ul {
    margin: 0;
    padding: 0;
    width: 48px;
}

.cs_post_content .main-content ul li {
    letter-spacing: .2px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
}
.section-articleshare .articleshare li {
    border-radius: 50%;
    color: #fff;
    height: 40px;
    position: relative;
    width: 40px;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-articleshare .articleshare li a {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.section-articleshare .articleshare li svg path {
    fill: #b4c0ca;
}

.breadcrumb-list ul > li span:before {
    color: #fc7e19;
    content: "/\00a0";
    padding-left: 8px;
    padding-right: 3px;
}

.section-articleshare .articleshare li.linkedin svg {
    margin: -5px 0 0;
    transform: scale(.7);
}

.section-articleshare .articleshare li.facebook:hover {
    background: #3b5998;
}

.section-articleshare .articleshare li.linkedin:hover {
    background: #127cb2;
}

.section-articleshare .articleshare li.reddit:hover {
    background: #ff4500;
}

.section-articleshare .articleshare li:hover svg path {
    fill: #fff;
}

.section-articleshare .articleshare li svg path {
    fill: #b4c0ca;
}

.section-articleshare .articleshare li.twitter:hover {
    background: #04aceb;
}

.section-articleshare .articleshare li.whatsapp:hover {
    background: #1fb141;
}

.meta-info .author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    font-weight: bold;
    border-top: 2px solid #2e475d;
    border-bottom: 2px solid #2e475d;
    padding: 15px 0;
}

.meta-info .author .author-info {
    padding-left: 10px;
    font-weight: normal;
    text-transform: capitalize;
    display: inline-block;
}

.meta-info .author .author-info a {
    color: #fc7e19;
    text-transform: capitalize;
}

.single_post_content .breadcrumb a {
    color: #000;
    text-decoration: none;
    letter-spacing: 0;
}


@media (min-width: 1200px) {
.col-product-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
	.section-main-slider .main-slider, .section-main-slider .main-slider .item {
    height: 500px;
}
}



.quantity-wrapper {
    display: flex;
}
button.qty-btn {
    background: #f3f4f6;
    border: 1px solid #e0e0e0;
    width: 40px;
    height: 50px;
    display: inline;
    color: #222;
}
.quantity {
    display: inline;
}
.quantity input {
    width: 60px;
    height: 50px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    text-align: center;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form.cart {
    display: flex;
    gap: 15px;
}
button.button.alt.add_to_cart_button.ajax_add_to_cart {
    background: #222;
    color: #fff;
    border-radius: 3px;
    padding: 11px 22px;
    font-size: 16px;
}
ul.tabs.wc-tabs {
    display: flex;
    list-style: none;
    padding: 0;
}
ul.tabs.wc-tabs li a {
    padding: .86rem 2rem;
	display: block;
    color: #222;
    font-weight: 500;
    font-size: 16px;
}
ul.tabs.wc-tabs li{
	border-bottom: 2px solid #e9e9e9;
}
ul.tabs.wc-tabs li.active {
    border-color: #fcb800;
}
ul.tabs.wc-tabs li:not(:last-child) a {
    margin-right: 5px;
}

/* Cart */

td.product-remove {
    width: 50px;
}
td.product-thumbnail img {
    width: 60px !important;
}

/* dashboard */
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}
nav.woocommerce-MyAccount-navigation ul li {
    position: relative;
    border-radius: 10px;
    border: 1px solid #ececec;
    border-radius: 10px;
}
nav.woocommerce-MyAccount-navigation ul li:not(:last-child) {
    margin-bottom: 10px;
}
nav.woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    display: block;
    color: #7E7E7E;
    padding: 15px 30px;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    color: #fff;
    background-color: #1f713c;
    border-radius: 10px;
}
.woocommerce-MyAccount-content h4 {
    font-size: 20px;
}
button.btn-base {
    background: #d71921;
    color: #fff;
    padding: 8px 20px;
    border: none;
    border-radius: 40px;
}

.wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=text] {
    font-size: 14px;
}

.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: ''; /* required for pseudo-elements */
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;  /* space between icon and text */
    vertical-align: middle;

    /* Icon as background */
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='%23000' d='M5.25 8c.228 0 .426 0 .6.042a1.5 1.5 0 0 1 1.11 1.107c.04.175.04.373.04.601v2.5c0 .228 0 .426-.041.6a1.5 1.5 0 0 1-1.109 1.11c-.174.04-.372.04-.6.04h-2.5c-.228 0-.426 0-.6-.041a1.5 1.5 0 0 1-1.108-1.108C1 12.676 1 12.478 1 12.25v-2.5c0-.228 0-.426.042-.6a1.5 1.5 0 0 1 1.107-1.108C2.324 8 2.522 8 2.75 8zm7 0c.228 0 .426 0 .6.042a1.5 1.5 0 0 1 1.109 1.107c.042.175.041.373.041.601v2.5c0 .228 0 .426-.041.6a1.5 1.5 0 0 1-1.108 1.109c-.175.042-.373.041-.601.041h-2.5c-.228 0-.426 0-.6-.041a1.5 1.5 0 0 1-1.108-1.108C8 12.676 8 12.478 8 12.25v-2.5c0-.228 0-.426.042-.6a1.5 1.5 0 0 1 1.107-1.108C9.324 8 9.522 8 9.75 8zM2.8 9c-.307 0-.373.003-.416.014a.5.5 0 0 0-.37.37c-.01.043-.014.11-.014.416v2.4c0 .308.003.374.014.417a.5.5 0 0 0 .37.37c.043.01.11.013.416.013h2.4c.308 0 .374-.003.417-.014a.5.5 0 0 0 .37-.369c.01-.043.013-.11.013-.417V9.8c0-.307-.003-.373-.014-.416a.5.5 0 0 0-.369-.37C5.574 9.004 5.507 9 5.2 9zm7 0c-.307 0-.373.003-.416.014a.5.5 0 0 0-.37.37c-.01.043-.014.11-.014.416v2.4c0 .308.003.374.014.417a.5.5 0 0 0 .37.37c.043.01.11.013.416.013h2.4c.308 0 .374-.003.417-.014a.5.5 0 0 0 .37-.369c.01-.043.013-.11.013-.417V9.8c0-.307-.004-.373-.014-.416a.5.5 0 0 0-.369-.37c-.043-.01-.11-.014-.417-.014zM5.25 1c.228 0 .426 0 .6.042a1.5 1.5 0 0 1 1.11 1.107c.04.175.04.373.04.601v2.5c0 .228 0 .426-.041.6A1.5 1.5 0 0 1 5.85 6.96c-.174.04-.372.04-.6.04h-2.5c-.228 0-.426 0-.6-.041A1.5 1.5 0 0 1 1.041 5.85C1 5.676 1 5.478 1 5.25v-2.5c0-.228 0-.426.042-.6a1.5 1.5 0 0 1 1.107-1.108C2.324 1 2.522 1 2.75 1zm7 0c.228 0 .426 0 .6.042a1.5 1.5 0 0 1 1.109 1.107c.042.175.041.373.041.601v2.5c0 .228 0 .426-.041.6a1.5 1.5 0 0 1-1.109 1.11c-.174.04-.372.04-.6.04h-2.5c-.228 0-.426 0-.6-.041A1.5 1.5 0 0 1 8.041 5.85C8 5.676 8 5.478 8 5.25v-2.5c0-.228 0-.426.042-.6a1.5 1.5 0 0 1 1.107-1.108C9.324 1 9.522 1 9.75 1zM2.8 2c-.307 0-.373.003-.416.014a.5.5 0 0 0-.37.37c-.01.043-.014.11-.014.416v2.4c0 .308.003.374.014.417a.5.5 0 0 0 .37.37c.043.01.11.013.416.013h2.4c.308 0 .374-.003.417-.014a.5.5 0 0 0 .37-.369c.01-.043.013-.11.013-.417V2.8c0-.307-.003-.373-.014-.416a.5.5 0 0 0-.369-.37C5.574 2.004 5.507 2 5.2 2zm7 0c-.307 0-.373.003-.416.014a.5.5 0 0 0-.37.37c-.01.043-.014.11-.014.416v2.4c0 .308.003.374.014.417a.5.5 0 0 0 .37.37c.043.01.11.013.416.013h2.4c.308 0 .374-.003.417-.014a.5.5 0 0 0 .37-.369c.01-.043.013-.11.013-.417V2.8c0-.307-.004-.373-.014-.416a.5.5 0 0 0-.369-.37c-.043-.01-.11-.014-.417-.014z'/%3E%3C/svg%3E");
	mask-size: contain;
    background-color: currentColor;
}

.woocommerce-MyAccount-navigation-link--all-orders a:before,
.woocommerce-MyAccount-navigation-link--orders a:before{
    content: ''; /* required for pseudo-elements */
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;  /* space between icon and text */
    vertical-align: middle;

    /* Icon as background */
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M8.418 3.25c.28-.59.884-1 1.582-1h4c.698 0 1.301.41 1.582 1c.683.006 1.216.037 1.692.223a3.25 3.25 0 0 1 1.426 1.09c.367.494.54 1.127.776 1.998l.742 2.722l.28.841l.024.03c.901 1.154.472 2.87-.386 6.301c-.546 2.183-.818 3.274-1.632 3.91c-.814.635-1.939.635-4.189.635h-4.63c-2.25 0-3.375 0-4.189-.635c-.814-.636-1.087-1.727-1.632-3.91c-.858-3.431-1.287-5.147-.386-6.301l.024-.03l.28-.841l.742-2.722c.237-.871.41-1.505.776-1.999a3.25 3.25 0 0 1 1.426-1.089c.476-.186 1.008-.217 1.692-.222m.002 1.502c-.662.007-.928.032-1.148.118a1.75 1.75 0 0 0-.768.587c-.176.237-.28.568-.57 1.635l-.57 2.089C6.384 9 7.778 9 9.684 9h4.631c1.907 0 3.3 0 4.32.18l-.569-2.089c-.29-1.067-.394-1.398-.57-1.635a1.75 1.75 0 0 0-.768-.587c-.22-.086-.486-.111-1.148-.118A1.75 1.75 0 0 1 14 5.75h-4a1.75 1.75 0 0 1-1.58-.998' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center center;
    mask-size: contain;
    background-color: currentColor;
}
.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: ''; /* required for pseudo-elements */
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;  /* space between icon and text */
    vertical-align: middle;

    /* Icon as background */
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h7v2H5v14h7v2zm11-4l-1.375-1.45l2.55-2.55H9v-2h8.175l-2.55-2.55L16 7l5 5z'/%3E%3C/svg%3E") no-repeat center center;
    mask-size: contain;
    background-color: currentColor;
}
.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: ''; /* required for pseudo-elements */
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;  /* space between icon and text */
    vertical-align: middle;

    /* Icon as background */
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m21.7 13.35l-1 1l-2.05-2.05l1-1a.55.55 0 0 1 .77 0l1.28 1.28c.21.21.21.56 0 .77M12 18.94l6.06-6.06l2.05 2.05L14.06 21H12zM12 14c-4.42 0-8 1.79-8 4v2h6v-1.89l4-4c-.66-.08-1.33-.11-2-.11m0-10a4 4 0 0 0-4 4a4 4 0 0 0 4 4a4 4 0 0 0 4-4a4 4 0 0 0-4-4'/%3E%3C/svg%3E") no-repeat center center;
    mask-size: contain;
    background-color: currentColor;
}
.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: ''; /* required for pseudo-elements */
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;  /* space between icon and text */
    vertical-align: middle;

    /* Icon as background */
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m12 16l-5-5l1.4-1.45l2.6 2.6V4h2v8.15l2.6-2.6L17 11zm-6 4q-.825 0-1.412-.587T4 18v-3h2v3h12v-3h2v3q0 .825-.587 1.413T18 20z'/%3E%3C/svg%3E") no-repeat center center;
    mask-size: contain;
    background-color: currentColor;
}
.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: ''; /* required for pseudo-elements */
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;  /* space between icon and text */
    vertical-align: middle;

    /* Icon as background */
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23000' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M7.005 19.996c.05.563.524 1.004 1.1 1.004h9.79c.61 0 1.105-.495 1.105-1.105V6.105c0-.576-.442-1.05-1.005-1.1q.005.05.005.1v13.79c0 .61-.495 1.105-1.105 1.105h-9.79a1 1 0 0 1-.1-.005'/%3E%3Cpath d='M5 4.105C5 3.495 5.495 3 6.105 3h9.79C16.505 3 17 3.495 17 4.105v13.79c0 .61-.495 1.105-1.105 1.105h-9.79C5.495 19 5 18.505 5 17.895zm3.34 10.502a.808.808 0 0 1 0-1.291a4.36 4.36 0 0 1 2.66-.9c1 0 1.923.335 2.66.9c.43.329.43.962 0 1.291c-.737.565-1.66.9-2.66.9s-1.923-.335-2.66-.9m2.658-2.965c1.136 0 2.058-1.153 2.058-2.575s-.922-2.574-2.058-2.574c-1.137 0-2.058 1.152-2.058 2.574s.921 2.575 2.058 2.575'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
    mask-size: contain;
    background-color: currentColor;
}
.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: ''; /* required for pseudo-elements */
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;  /* space between icon and text */
    vertical-align: middle;

    /* Icon as background */
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M5.25 5A3.25 3.25 0 0 0 2 8.25V9.5h20V8.25A3.25 3.25 0 0 0 18.75 5zM22 11H2v4.75A3.25 3.25 0 0 0 5.25 19h13.5A3.25 3.25 0 0 0 22 15.75zm-6.25 3.5h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1 0-1.5'/%3E%3C/svg%3E") no-repeat center center;
    mask-size: contain;
    background-color: currentColor;
}
.woocommerce-account .addresses .title::after, .woocommerce-account .addresses .title::before {
    content: " ";
    display: none !important;
}
.woocommerce-Address {
    background: #fff;
    border: 1px solid #ececec;
    padding: 15px;
	width: auto;
}
.woocommerce-Address h2 {
    font-size: 22px;
}
.woocommerce-Address-title.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-account .addresses .title .edit {
    color: #16a34a;
    font-size: 12px;
}
input#coupon_code {
    min-width: 200px;
}
.woocommerce .button, .woocommerce-checkout .wc-block-components-button, .comment-respond .submit {
    background: #1f713c !important;
    color: #fff !important;
    line-height: 1.2 !important;
	border: none !important;
}
.woocommerce p.stars a {
    color: orange;
}
.woocommerce-info, .woocommerce-info::before {
    color: #1f713c !important;
    border-top-color: #1f713c !important;
}
div#review_form_wrapper {
    max-width: 580px;
}
.woocommerce-Tabs-panel {
    line-height: 1.6;
}
.woocommerce-Tabs-panel ul {
    padding-left: 20px;
    list-style: circle;
}

@media(max-width:425px){
    .main-slider .item {
        height:120px !important;
    }

    .custom-design h1, .custom-design h2 {
        font-size: 20px;
        line-height: 27px;
    }

    .custom-design ul li {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .custom-design p {
        font-size: 17px;
        text-align: left;
    }

    .section .title {
        margin-bottom: 15px;
        line-height: 25px;
    }

}
@media(min-width:769px){
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
		width: 40%;
	}
}

@media(max-width: 768px){
	.shop-product-fillter .sort-by-product-area .sort-by-product-wrap {
		padding: 7px 10px;
	}
	div#customer_details .col-6 {
		width: 100% !important;
	}
	.woocommerce-MyAccount-navigation ul {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.myaccount-row {
		display: flex;
		align-items: flex-start;
		gap: 5%;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: auto;
	}
	.woocommerce-MyAccount-navigation ul li a {
		font-size: 0 !important;
		padding: 10px !important;
	}
	.woocommerce-MyAccount-navigation-link--dashboard a:before{
		margin: 0;
	}
	.woocommerce-info::before {
		color: #1f713c !important;
	}
	.woocommerce-Input {
		border-color: #ececec !important;
		height: 48px !important;
		padding: 10px !important;
	}
	.woocommerce-form__input-checkbox {
		width: auto;
		height: auto;
	}
	.woocommerce form.login, .woocommerce form.register {
		min-height: 320px;
	}
	.woocommerce form.register .woocommerce-form-row + p {
		font-size: 14px;
	}
	.woocommerce-privacy-policy-text p {
		font-size: 14px !important;
		line-height: 1.2;
		margin: 0 0 30px 0;
	}
}

@media(max-width: 450px){
    .thumbSwiper {
        height: 100px !important;
    }

    .grid-gallery {
        display: flex !important;
        flex-direction: column-reverse;
    }

    .swiper-vertical>.swiper-wrapper {
        flex-direction: row;
        gap: 10px;
    }

    .wc-block-components-sidebar-layout .wc-block-components-sidebar  {
        width: 100% !important;
    }

    .wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
        width: 100% !important;
    }

}
