/*
Theme Name: Petpal
Theme URI: https://themedox.com/petpal/
Author: Themedox
Author URI: https://themedox.com
Description: Petpal – Pet Care and Pet Shop WordPress is a high-quality theme with a unique style and clean design. You can use it for multipurpose like pet stores, pet hotel, pet boarding, also for pet shops, grooming, and other multipurpose pet care.
Version: 1.0
Tested up to: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: petpal

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.
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/

:root {
  --tp-theme-primary: #674df0;
  --tp-theme-secondary: #29f0b5;
}

span.ajax-loader{
    display: none!important;
}

div.wpcf7-response-output{
    color: #0a0a0a;
    margin:15px 0 0 0 !important;
}

.search-custom form input{
    width: 100%;
    padding: 10px;
    border: 1px solid #d1d1d1;
    color: #222222;
}

.search-custom form{
    position: relative;
}

.wpcf7-form-control-wrap{
    width: 100%;
}

.search-custom form button{
    border: 1px solid var(--tg-theme-primary);
    color: #fff;
    font-size: 16px;
    position: absolute;
    cursor: pointer;
    float: right;
    background: var(--tg-theme-primary);
    top: 0;
    right:0;
    padding: 10px 20px;
    letter-spacing: 0;
}

span.wpcf7-not-valid-tip{
    font-size: 12px;
    color: #111;
    display: inline-block;
    margin-bottom: 15px;
}

.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #121212;
    color: #121212;
}

.search-custom form button:hover{
    background: var(--tg-theme-secondary);
    color: #fff;
    border-color: var(--tg-theme-secondary);
}
.search-custom h4{
    font-weight: 500;
    font-size: 20px;
    color: #2e2e2e;
    text-transform: inherit;
    margin-bottom: 20px;
}

p.form-submit{
    text-align: center;
}

.wpcf7-spinner{
    display: none!important;
}

form.invalid .wpcf7-spinner{
    display: none;
}

p.logged-in-as{
    margin-bottom: 10px;
}

.widget_categories ul{
    padding: 0;
    margin:0;
}

.widget_categories ul li{
    margin-bottom: 20px;
    line-height: 1.4;
    list-style: none;
}

.widget_categories ul li:last-child{
    margin-bottom: 0;
}

.widget_categories ul li a{
    color: var(--tg-heading-color);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.widget_tag_cloud ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0;
    margin: 0;
}

.widget_tag_cloud ul li{
    list-style: none;
}

.widget_tag_cloud ul li a {
    font-size: 15px!important;
    font-weight: 500!important;
    color: var(--tg-theme-primary)!important;
    background: #F4EBF4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: block;
    line-height: 1;
    padding: 9px 16px 12px;
}

.widget_tag_cloud ul li a:hover {
    background: var(--tg-theme-primary)!important;
    color: var(--tg-color-white-default)!important;
}

.blog__details-content-bottom .post-tags .list-wrap a {
    font-size: 15px;
    font-weight: 500;
    color: var(--tg-theme-primary);
    background: #F4EBF4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 9px 16px 12px;
    display: block;
    line-height: 1;
}

.blog__details-content-bottom .post-tags .list-wrap a:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

a.comment-reply-link{
    background: #F4EBF4;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    padding: 6px 17px;
    text-transform: capitalize;
    border-radius: 5px;
    color: var(--tg-theme-primary);
	line-height:1.5;
}

a.comment-reply-link:hover{
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.blog__post-meta ul.post-categories{
    display: flex;
    padding-left: 0;
}

.blog__post-meta ul.post-categories li{
    display: block;
}

ul.post-categories{
    display: flex;
    padding-left: 0;
}

ul.post-categories li{
    margin-right: 8px;
}

.blog__post-content-three a.btn img{
     filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);
}

.pagination span.current{
    color: var(--tg-color-white-default);
    background: var(--tg-theme-secondary);
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 50px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: var(--tg-fw-semi-bold);
    border: 1px solid var(--tg-theme-secondary);
    line-height: 1;
    display: flex;

}

.pagination__wrap ul li a.page-numbers {
    color: var(--tg-theme-primary);
}

.pagination__wrap ul li a.page-numbers:hover img{
     filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);
}

.blog__post-thumb-five.height-auto img {
    height: auto;
}

.brand__item img{
    cursor: default;
}

.brand__item a img{
    cursor: pointer;
}

.elementor .review__box-content img{
    margin-bottom: 12px;
}

form.wpcf7-form .form-grp p{
    margin-bottom: 0;
}

form.wpcf7-form p br{
    display: none;
}

.elementor .blog__post-mask img{
    height: 100%;
    max-width: unset;
}

.elementor .instagram__item img{
    height: 100%;
    max-width: unset;
}

.wpcf7-form .submit__btn p{
    margin-bottom: 0;
}

.wpcf7-form .submit__btn input.wpcf7-submit,
.registration__form-wrap input.wpcf7-submit,
.contact__form input.wpcf7-submit{
    background: transparent;
    user-select: none;
    -moz-user-select: none;
    border: medium none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    color: var(--tg-color-white-default);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: var(--tg-heading-font-family);
    gap: 10px;
    --arrow-hover-move-x: -110%;
}

.registration__inner-wrap .submit__btn button:hover input.wpcf7-submit{
    color: var(--tg-theme-primary);
}

.registration__inner-wrap .wpcf7 form.invalid .wpcf7-response-output,
.registration__inner-wrap .wpcf7 form .wpcf7-response-output{
    color: #fff;
    border-color: #fff;
}

.registration__inner-wrap span.wpcf7-not-valid-tip{
    color: #fff;
}

.elementor .blog__post-thumb-two img {
    border-radius: 28px;
    height: 272px;
}

.elementor .about__video-wrap img{
    border-radius: 126px;
}

.elementor .testimonial__img-mask-two img {
    max-width: unset;
    height: 100%;
}

.elementor .about__img-four img {
    border-radius: 15px;
}

.elementor-lightbox{
    display: none!important;
}

.registration__form span.wpcf7-spinner{
    display: none;
}

.registration__form-wrap p button,
.contact__form p button{
    margin-bottom: -15px;
}

.registration__form-wrap button:hover input.wpcf7-submit{
    color: var(--tg-color-white-default);
}

.elementor .team__details-img img {
    border-radius: 245px;
}

.woocommerce-breadcrumb{
    display: none;
}

.woocommerce .star-rating{
    color: var(--tg-color-yellow-default);
    width: 100px;
    letter-spacing: 2.5px;
    font-size: 17px;
    
}

.woocommerce .woocommerce-product-rating .star-rating{
    margin:4px 8px 0 0;
}

.woocommerce-review-link{
    font-size: 14px;
    color: #778199;
}

.woocommerce .product__details-content .woocommerce-Price-amount{
    margin-bottom: 18px;
    font-size: 30px;
    font-weight: 600;
    color: var(--tg-theme-primary);
    padding-bottom: 15px;
    font-family: var(--tg-heading-font-family);
    margin-top: 0px;
    line-height: var(--tg-heading-line-height);
    text-transform: unset;
}

.woocommerce .single_add_to_cart_button{
    border:none;
}

.woocommerce .woocommerce-product-rating{
    display: flex;
}

.product__details-content p.price{
    line-height: var(--tg-heading-line-height);
    margin-top: 0;
}

.product__reviews-wrap{
    margin-bottom: 8px;
}

.product__item .product__reviews-wrap{
    margin-bottom: 0;
}

.product__details-checkout br{
    display: none;
}

.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single{
    margin: 0;
}

.product-desc-wrap .nav-tabs li.active .nav-link {
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
}

.woocommerce .comment-respond{
    background: none;
}

.woocommerce .comment-form-cookies-consent{
    display: none;
}

.woocommerce #reviews #comment{
    width: 100%;
}

.tp-product-details-review-avater-thumb img {
    width: 60px;
    height: auto;
    margin-right: 20px;
}

.woocommerce span.onsale{
    display: none;
}

.tp-product-details-review-avater-thumb{
    flex: 0 0 auto;
}

.woocommerce .tp-product-details-review-avater-content .star-rating{
    font-size: 13px;
    width: 80px;
    margin-bottom: 8px;
}

.tp-product-details-review-avater{
    margin-bottom: 30px;
}

.tp-product-details-review-avater-content h5{
    display: inline-block;
    font-size: 18px;
    margin-bottom: 5px;
}

.tp-product-details-review-avater-meta{
    position: relative;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-theme-primary);
}

.tp-product-details-review-list >h5.title{
    font-size: 22px;
    margin-bottom: 30px;
}

.tp-product-details-review-form-title{
    font-size: 22px;
    margin-bottom: 25px;
}

.woocommerce .comment-form-rating span a {
    color: var(--tg-color-yellow-default);
}

.woocommerce .form-submit{
    float: left;
}

.woocommerce input.submit{
    user-select: none;
    background: var(--tg-theme-primary) none repeat scroll 0 0!important;
    border-radius: 100px!important;
    color: var(--tg-color-white-default)!important;
    cursor: pointer;
    display: inline-flex!important;
    align-items: center;
    font-size: 17px!important;
    font-weight: 600!important;
    letter-spacing: 0!important;
    line-height: 1!important;
    margin-bottom: 0!important;
    padding: 18px 30px 18px 30px!important;
    text-align: center;
    text-transform: capitalize;
    border:none!important;
}

.woocommerce input.submit:hover, .woocommerce input.submit:focus-visible {
    color: var(--tg-color-white-default)!important;
    background: var(--tg-theme-secondary)!important;
}

.product-desc-review {
    padding: 35px;
}

.woocommerce p.comment-notes,
.comment-form-rating p.stars{
    margin-bottom: 5px;
}

.width50{
    width: 50%;
    display: inline-block;
}

.woo-form .col-lg-6:first-child{
    padding-right: 0;
}

.product__reviews .woocommerce-product-rating .star-rating span{
    display: inline-block;
    color: var(--tg-color-yellow-default);
    font-size: 17px;
}

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

span.size-title +p{
    display: none;
}

.product__reviews .woocommerce-review-link span{
    display: inline-block;
}

.related-product-area .product__reviews-wrap{
    margin-bottom: 0;
}

.woocommerce ins{
    text-decoration: none;
}

.price ins {
    order: -1; 
}

.pagination__wrap ul{
    margin-bottom: 0;
}

.pagination__wrap ul li{
    list-style: none;
}

.pagination__wrap ul li span.current{
    color: var(--tg-color-white-default);
    background: var(--tg-theme-secondary);
    border: 1px solid var(--tg-theme-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 50px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: var(--tg-fw-semi-bold);
    line-height: 1;
}

.pagination__wrap ul li a.page-numbers:hover{
    color: #fff;
}

.product__add-cart a.btn{
    overflow: hidden!important;
    font-size: 15px!important;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05)!important;
    border-radius: 8px!important;
    padding: 12px 10px 9px!important;
    background-color: var(--tg-theme-primary)!important;
    color: var(--tg-color-white-default)!important;
    display: inline-flex!important;
}

.woocommerce a.added_to_cart{
    user-select: none;
    -moz-user-select: none;
    background: var(--tg-theme-primary) none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 8px;
    color: var(--tg-color-white-default);
    cursor: pointer;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 16px 10px 13px;
    margin-top: 10px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    font-family: var(--tg-heading-font-family);
    gap: 10px;
    --arrow-hover-move-x: -110%;
}

.woocommerce a.added_to_cart::before {
    content: "";
    position: absolute;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: var(--tg-theme-secondary);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}

.woocommerce a.added_to_cart:hover::before, .woocommerce a.added_to_cart:focus-visible::before {
    top: -40%;
}

.woocommerce a.added_to_cart:hover, .woocommerce a.added_to_cart:focus-visible {
    color: var(--tg-color-white-default);
    background: var(--tg-theme-primary);
}

.product__add-cart a.btn::after{
    top: -3px;
    position: relative;
    margin-left: 2px!important;
}

.product__action .yith-wcwl-add-to-wishlist-button__label{
    display: none;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg{
    color: var(--tg-theme-primary);
    width: 22px;
}

.product__action a.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor:hover svg{
    color: #FFF;
}

.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon{
    color: var(--tg-theme-primary);
}

.product-popup__modal .modal-dialog {
    max-width: 1200px;
    border-radius: 0;
}

.product-popup__modal .modal-content {
    padding: 40px;
    border-radius: 0;
}

.product-popup__modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.product-popup__modal-close-btn {
    display: inline-block;
    font-size: 16px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    background-color: transparent;
    color: var(--tp-text-1);
    border-radius: 50%;
    position: relative;
    z-index: 11;
    border:1px solid var(--tg-theme-primary);
}

.product-popup__modal-close-btn svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    color: var(--tg-theme-primary);
}

.modall h2.title{
    display: none;
}

.product__code{
    margin-bottom: 8px;
}

.cart-plus-minus input{
    padding-left: 45px;
    padding-right: 30px;
}

.product__details-content .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg{
    border: 1px solid #C7C7C7;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    line-height: 0;
    padding: 5px;
}

.product__details-content .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor:hover svg{
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    border-color: var(--tg-theme-primary);
}

.modall .tag {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--tg-theme-primary);
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #CAD0DE;
    border-radius: 30px;
    line-height: 1;
    margin-bottom: 15px;
}

.modall .price {
    margin-bottom: 18px;
    font-size: 30px;
    font-weight: 600;
    color: var(--tg-theme-primary);
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
}

.modall h2.tp-product-details-title{
    font-size: 30px;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 1.1;
}

.modall .product__details-bottom{
    padding-top: 10px;
}

.product__action a[type=button]{
    color: var(--tg-theme-primary);
}

.product__action a[type=button]:hover{
    color: #FFF;
}

.woocommerce table.shop_table td{
    border-top: none;
}

.woocommerce-cart table.cart img{
    width: 85px;
    height: auto;
}

.woocommerce table.shop_table{
    background: #ffffff;
    border-color: #eaedff;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.woocommerce table.shop_table th{
    padding: 15px;
    font-family: var(--tg-heading-font-family);
    background-color: var(--tg-theme-primary);
    color: #FFF;
    font-size: 18px;
    border-right:none!important;
    line-height: 1;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
    border-bottom: 1px solid rgba(6, 7, 40, 0.1);
    border-right: 1px solid rgba(6, 7, 40, 0.1);
}

.woocommerce table.shop_table td{
    padding: 20px;
}

.woocommerce-message{
    border-color: var(--tg-theme-primary);
    outline: 0;
    margin-bottom: 50px;
}

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

.woocommerce .woocommerce-message .wc-forward{
    font-size: 18px;
    font-weight: 700;
    background: var(--tg-theme-primary);
    border-radius: 50px;
    color: var(--tg-color-white-default);
    font-family: var(--tg-heading-font-family);
    line-height: 1;
    display: block;
    text-align: center;
    padding: 18px 20px 14px;
    flex-grow: 1;
}

.woocommerce .woocommerce-message .wc-forward:hover{
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
}

.comment-form-rating select{
    display: none!important;
}

button.tp-cart-action-btn{
    border:none;
    background: none;
}

.product-name  a{
    color: var(--tg-body-color);
}

.product-price span{
    font-size: 22px;
    font-weight: 600;
    color: var(--tg-theme-primary);
}

.woocommerce a.remove{
    color: var(--tg-theme-primary) !important;
    font-size: 23px;
    height: 30px;
    width: 30px;
    display: inline-block;
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: var(--tg-theme-primary);
}

.tp-cart-coupon-input input {
    background: #FFFFFF;
    border: 1px solid #D6D9DC;
    height: 54px;
    line-height: 46px;
    margin-right: 10px;
    max-width: 282px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 100px;
}

button.btn:disabled{
    pointer-events: auto;;
}

.tp-cart-checkout-wrapper {
    padding: 35px;
    background: var(--tg-border-5);
    overflow: hidden;
}

.tp-cart-checkout-wrapper ul {
    border: 1px solid rgba(6, 7, 40, 0.1);
    padding-left: 0;
    margin-bottom: 20px;
}

.tp-cart-checkout-wrapper ul li{
    list-style: none;
}

.tp-cart-checkout-wrapper ul  li {
    list-style: none;
    padding: 21px 30px;
    border-bottom: 1px solid rgba(6, 7, 40, 0.1);
    font-weight: 500;
    line-height: 150%;
}

.tp-cart-checkout-wrapper ul li:last-child{
    border-bottom: none;
}

.tp-cart-checkout-wrapper ul  li span{
    float: right;
}

a.checkout-button{
    float: right;
}

.woocommerce-billing-fields__field-wrapper .form-row input.input-text,
.woocommerce-additional-fields .form-row textarea.input-text{
    border: 1px solid #E1E4E7;
    background: var(--tg-color-white-default);
    font-weight: 400;
    font-size: 15px;
    color: var(--tg-body-color);
    padding: 15px 20px;
    height: 50px;
    display: block;
    border-radius: 100px;
    line-height: 1;
}

.woocommerce .select2-selection{
    border-radius: 0;
    border: 1px solid #E1E4E7;
    float: none;
    padding: 10px;
    font-size: 14px;
    border-radius: 100px;
}

.woocommerce form .form-row{
    margin-bottom: 10px;
}

.woocommerce-additional-fields .form-row textarea.input-text{
    min-height: 130px;
    max-height: 130px;
    padding: 20px 30px;
}

.woocommerce-additional-fields .form-row textarea.input-text:focus,
.woocommerce-billing-fields__field-wrapper .form-row input.input-text:focus{
    outline: none;
    border-color: #E1E4E7;
}

.woocommerce-additional-fields{
    margin-top: 40px;
}

.woocommerce form .form-row label{
    margin-bottom: 5px;
}

.woocommerce .woocommerce-additional-fields .form-row label{
    margin-bottom: 10px!important;
}

.woocommerce-checkout-review-order ul{
    padding-left: 0;
    margin-bottom: 0;
}

.woocommerce-checkout-review-order ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.tp-checkout-place{
    background: var(--tg-border-5);
    padding: 30px;
    overflow: hidden;
}

.tp-checkout-place h3{
    margin-bottom: 20px;
}

.tp-checkout-place h4{
    font-size: 1.25rem;
    margin-bottom: 0;
}

.tp-order-info-list ul li:not(:last-child) {
    border-bottom: 1px solid #E0E2E3;
}

.tp-order-info-list li p{
    margin-bottom: 0;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    background: none;
}

.woocommerce-checkout #payment ul.payment_methods{
    padding: 0 0 15px 0!important;
}

.woocommerce-info {
    font-size: 14px;
    color: var(--tp-common-black);
    margin-bottom: 0;
    display: inline-block;
    border: 1px dashed #AAB0B2;
    padding: 8px 26px;
    width: 100%;
    background-color: #fff;
}

.woocommerce-info::before{
    display: none;
}

.form-row.place-order {
    padding: 15px 0 !important;
}

.woocommerce-form-coupon-toggle {
    margin-bottom: 40px;
}

.tp-return-customer-input input{
    border: 1px solid #E1E4E7;
    background: var(--tg-color-white-default);
    font-weight: 400;
    font-size: 15px;
    color: var(--tg-body-color);
    padding: 15px 20px;
    height: 50px;
    display: block;
    border-radius: 100px;
    line-height: 1;
    width: 100%;
}

.tp-return-customer-input label{
    margin-bottom: 10px;
}

.tp-return-customer-input{
    margin-bottom: 20px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    border: 1px solid #E1E4E7;
    margin-bottom: 40px;
}

label{
    color: var(--tg-body-color);
}

.wishlist-title-container{
    display: none;
}

.yith-wcwl-share{
    display: none;
}

.woocommerce table.wishlist_table{
    border-collapse: inherit;
}

.woocommerce table.wishlist_table{
    border-color: #eaedff!important;
    border-collapse: collapse;
}

.woocommerce table.wishlist_table *{
    border: none!important;
    text-align: center!important;
}

.woocommerce table.wishlist_table {
    background: #ffffff;
    border-color: #eaedff;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 0!important;
}

.woocommerce .wishlist_table th,.woocommerce .wishlist_table td {
    border-bottom: 1px solid rgba(6, 7, 40, 0.1)!important;
    border-right: 1px solid rgba(6, 7, 40, 0.1)!important;
}

.woocommerce table.wishlist_table td {
    padding: 20px!important;
    vertical-align: middle;
    font-size: 16px;
}

.woocommerce table.wishlist_table tr th.product-thumbnail{
    width: auto;
}

.woocommerce table.wishlist_table .product-price span{
    font-size: 22px;
}

.woocommerce table.wishlist_table thead .product-price span{
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
}

.product-price ins {
    order: -1; 
}

table.wishlist_table.shop_table .product-remove {
    width: 100px;
}

.wishlist_table tr td.product-thumbnail a{
    max-width: 85px;
}

.wishlist_table .product-add-to-cart a.add_to_cart_button {
    display: flex!important;
    overflow: hidden !important;
    font-size: 16px !important;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05) !important;
    border-radius: 8px !important;
    padding: 12px 15px 9px !important;
    margin: 0;
}

.woocommerce .wishlist_table .product-add-to-cart a.added_to_cart {
    display: block !important;
    padding: 14px 15px 11px !important;
    font-size: 16px;
}

.wishlist_table .product-stock-status span.wishlist-in-stock{
    color: var(--tg-body-color);
    font-weight: 600;
}

.product-name a:hover{
    color: var(--tg-theme-primary);
}

.woocommerce table.wishlist_table td del ,
.woocommerce table.wishlist_table td del span{
    color: #B9BDC8!important;
}

.elementor .banner__post-thumb img {
    border-radius: 20px;
    height: 255px;
}

.elementor .category__item img {
    border-radius: 54px;
}

.elementor .ad-banner-img img {
    border-radius: 20px;
}

.features-product .add_to_cart_inline {
    border:none!important;
    padding: 0!important;
}

.features-product .add_to_cart_inline ins,
.features-product .add_to_cart_inline del{
    display: none!important;
}

.modall .description h2.title+ .product__reviews-wrap{
    display: none;
}

.modall .description .product__reviews-wrap +p.price{
    display: none;
}

.product__reviews i.color{
    color: var(--tg-color-yellow-default)!important;
}

.product__reviews i.no-color{
    color: #BBC1CF!important;
}

.tp-product-details-review-avater-thumb img{
    border-radius: 50%;
}

.payment__type-wrap button a{
    color: #FFF;
}

.elementor .animal__thumb img {
    max-width: unset;
    height: 100%;
}

.pet-info ul li span{
    text-transform: capitalize;
}

@media(max-width: 767px){
    .tg-header__area-three .logo img{
        max-height: 40px;
    }
}

.footer__info-wrap .footer__info-content a{
    color: #fff;
}

.footer__newsletter-form-two input.wpcf7-submit{
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: var(--tg-color-white-default);
    background: var(--tg-theme-primary);
    display: flex;
    border-radius: 30px;
    padding: 14px 29px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.footer__newsletter-form-two input.wpcf7-submit:hover{
    background: var(--tg-theme-secondary);
}

.footer__newsletter input.btn{
    margin-bottom: 0;
    background: var(--tg-theme-primary) none repeat scroll 0 0;
}

.footer__newsletter input.btn:hover{
    background: var(--tg-theme-secondary);
}

.footer__newsletter p{
    margin-bottom: 0;
}

.footer__top-two input.wpcf7-submit::after {
    content: "\f14c";
     font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
}

.footer__newsletter-form-two p{
    margin-bottom: 0;
}

@media(min-width: 992px){
.sidebar-right +.col-lg-4 .blog-sidebar{
    padding-right: 0;
    padding-left: 40px;
    border-left: 1px solid #E4E4E4;
    border-right: none;
    margin-left: 10px;
    margin-right: 0;
}
}

.breadcrumb__content .title{
    word-break: break-all;
}

.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    color: var(--tg-body-color);
    font-weight: 600!important;
    font-size: 15px!important;
}

.alignright,
.wp-block-image .alignright
{
    float: right;
    margin-left: 25px;
    margin-top: 7px;
}
.alignleft,
.wp-block-image .alignleft{
    float: left;
    margin-right: 20px;
    margin-top: 7px;
}

.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}

.screen-reader-text {
    display: none;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

span.sticky{
    padding: 5px 10px!important;
    font-size: 14px!important;
    border-color: var(--tg-theme-primary);
    background: var(--tg-theme-primary);
    color: #fff!important;
    letter-spacing: 2px!important;
    font-weight: 700;
    float: right;
    position: relative;
    right: 0;
    top: -40px;
    border-radius: 50px;
}

.blog-sidebar h2.wp-block-heading{
    margin-bottom: 20px;
    line-height: 1;
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    padding-bottom: 9px;
}

.blog-sidebar h2.wp-block-heading::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background: var(--tg-theme-primary);
}

.wp-block-latest-posts__list li,
.wp-block-latest-comments li,
.widget_recent_comments ul li {
    border-bottom: 1px dotted #9999;
    padding: 20px 0!important;
    margin-bottom: 0!important;
    font-size: 16px;
    color: var(--tg-body-color);
    line-height: 1.5;
}

.blog-sidebar .wp-block-latest-posts__list li:first-child,
.blog-sidebar .wp-block-latest-comments li:first-child,
.blog-sidebar .widget_recent_comments ul li:first-child {
    padding-top: 0!important;
}

.blog-sidebar .wp-block-latest-posts__list li:last-child,
.blog-sidebar .wp-block-latest-comments li:last-child,
.widget_meta ul li:last-child,
.widget_recent_comments ul li:last-child{
    border-bottom: none;
    padding-bottom: 0!important;
}

.blog-sidebar .wp-block-latest-posts__list li a,
.blog-sidebar .wp-block-latest-comments li a,
.blog-sidebar .widget_recent_comments ul li a{
    font-weight: 600;
}

.wp-block-latest-posts__list li a:hover,
.wp-block-latest-comments li a:hover,
.widget_recent_comments ul li a:hover{
    color: var(--tg-theme-primary);
}

.blog-widget{
    overflow: hidden;
}

.blog-widget ul, .blog-widget ol {
    padding-left: 0;
    margin-bottom: 0;
}

.widget_search label{
    display: none;
}

.widget_search form{
    position: relative;
}

.widget_search input{
    background: var(--tg-border-5);
    width: 100%;
    border: 1px solid #E4E4E4;
    padding: 13px 45px 13px 15px;
    color: var(--tg-heading-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
    height: 45px;
}

.widget_search input:focus{
    outline: none;
}

.widget_search button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    padding: 0;
    font-size: 18px;
    line-height: 0;
}

.wp-block-search__inside-wrapper{
    position: relative;
}

.blog-widget li a{
    color: var(--tg-heading-color);
}

.blog-sidebar ul li {
    list-style: none;
    line-height: 1.4;
    margin-bottom: 20px;
}

.blog-sidebar ul li:last-child{
    margin-bottom: 0;
}

.blog-sidebar ul li a{
    color: var(--tg-heading-color);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.blog-sidebar ul li a:hover{
    color: var(--tg-theme-primary);
}

.blog-sidebar .widget_categories ul li a:hover,
.blog-sidebar ul.wp-block-categories li a:hover {
    margin-left: 5px;
}

.widget_archive ul li a, .widget_categories ul li a {
    float: left;
}

.widget_archive ul li, .widget_categories ul li {
    text-align: right;
}

select {
    width: 100%;
    padding: 10px;
    border: solid 1px #000;
    color: var(--tg-heading-color);
    margin-bottom: 20px;
    font-size: 15px;
    display: block!important;
    -webkit-appearance: none;
    background: url(../petpal/assets/img/arrow.png) no-repeat right;
    background-position-x: 96%;
    background-color: #fff;
    image-rendering: auto;
    background-size: 15px;
}

select:focus{
    outline: none;
}

.blog-sidebar select{
    margin-bottom: 0;
}

.widget_calendar caption {
    caption-side: top;
    border-bottom: none!important;
    text-transform: uppercase;
    font-weight: 600;
    background-color: black;
    color: #fff!important;
    font-size: 15px!important;
    text-align: center!important;
}

.widget_calendar td#today {
    background: var(--tg-theme-primary)!important;
    color: #fff!important;
    font-weight: 600;
    border: 1px solid var(--tg-theme-primary) !important;
}

.wp-calendar-nav {
    display: none;
}

table {
    border: 1px solid #E0E2E3!important;
    width: 100%;
    margin-bottom: 20px;
    color: var(--tg-body-color);
}

table a {
    border: none!important;
    padding: 0px!important;
    font-weight: 600;
}

table a:hover{
    color: var(--tg-theme-primary);
}

.widget_calendar table td,
.widget_calendar table th{
    border: 1px solid #E0E2E3!important;
    padding: 5px!important;
}

.blog-sidebar table{
    text-align: center;
    margin-bottom: 0;
}

.blog-sidebar ul.children, .blog-sidebar ul.sub-menu {
    padding-left: 17px !important;
    padding-top: 15px !important;
}

.widget_rss ul li {
    padding: 20px 0 20px 0;
    border-bottom: 1px dotted #9999;
    margin-bottom: 0;
}

.widget_rss ul li:first-child{
    padding-top: 0;
}

.widget_rss ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

a.rsswidget{
    line-height: 1.6!important;
    font-weight: 600!important;
}

span.rss-date {
    font-size: 15px;
    clear: both;
    padding: 10px 0;
    display: block;
    color: var(--tg-body-color);
}

div.rssSummary {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
}

.widget_rss cite{
    font-size: 15px;
    color: var(--tg-body-color);
    font-weight: 600;
}

.blog-sidebar ul li.recentcomments a{
    display: inline-block;
}

.widget_text .textwidget img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.widget_text .textwidget strong{
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    color: var(--tg-body-color);
}

.widget_text .textwidget .wp-caption-text {
    text-align: center;
    font-weight: 600;
    font-size: 14px!important;
    margin-bottom: 15px;
    margin-top: -15px;
}

.widget_text br{
    display: none;
}

.blog-sidebar .widget_tag_cloud ul li{
    margin-bottom: 0;
}

.pagination span.dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 50px;
    background: var(--tg-color-white-default);
    border-radius: 8px;
    font-size: 20px;
    font-weight: var(--tg-fw-semi-bold);
    border: 1px solid #DDD;
    line-height: 1;
    color: var(--tg-theme-primary);
}

#cancel-comment-reply-link{
    background: #F4EBF4;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 5px;
    color: var(--tg-theme-primary);
    float: right;
    padding: 15px 15px 10px;
}

#cancel-comment-reply-link:hover{
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.wp-block-image img{
    width: auto!important;
    max-width: 100%!important;
    height: auto!important;
    margin-bottom: 10px;
}

.wp-block-image figcaption {
    text-align: center;
    font-weight: 600;
    color: var(--tg-body-color);
    font-size: 15px;
    margin-top: 3px;
}

.blog__details-content{
    overflow: hidden;
}

.blog__details-area .comment-respond,
.blog-wrapper .comment-respond{
    margin-top: 50px;
}

a.wp-block-button__link {
    color: white!important;
    font-size: 16px;
    border-radius: 5px;
    background-color: var(--tg-body-color);
}

.wp-block-button.is-style-outline a.wp-block-button__link {
    color: var(--tg-body-color)!important;
}

.wp-block-button{
    margin-bottom: 22px!important;
}

.wp-block-archives__label{
    margin-bottom: 10px;
}

p.wp-block-cover-text {
    font-size: 16px!important;
}

p.wp-block-cover-text, p.wp-block-cover-text a, p.wp-block-cover-text strong {
    color: white!important;
}

.wp-block-cover {
    margin-bottom: 20px!important;
}

li.blocks-gallery-item img {
    flex: unset!important;
    margin: 0;
    margin-bottom: 0!important;
}

.blocks-gallery-caption {
    text-align: center;
    font-size: 15px!important;
    font-weight: 600;
    color: var(--tg-body-color);
}

.blocks-gallery-grid + figcaption {
    margin-bottom: 15px;
}

.wp-block-gallery img{
    height: auto!important;
}

.wp-block-gallery.alignleft.columns-2 .blocks-gallery-item img {
    height: 100%!important;
}

.wp-block-gallery.alignleft.columns-2 {
    margin-top: 8px !important;
}

@media (min-width: 600px){
.wp-block-gallery.columns-3.alignfull .blocks-gallery-image, .wp-block-gallery.columns-3.alignfull .blocks-gallery-item {
    width: calc((100% - 46px)/3)!important;
    margin-right: 15px!important;
}
.wp-block-gallery.columns-4 li.blocks-gallery-item {
    width: calc(24% - 0.75em)!important;
    margin-right: 1em!important;
}
.blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(19% - 0.8em)!important;
    margin-right: 1em!important;
}
.blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16% - 0.83333em)!important;
    margin-right: 1em!important;
}
.blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(13.28571% - 0.85714em)!important;
    margin-right: 1em!important;
}
.blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(12% - 0.875em)!important;
    margin-right: 1em!important;
}
}
.wp-block-gallery.columns-3.alignfull .blocks-gallery-item  img{
    width: 100%!important;
    height: 100%!important;
    flex: 1;
    object-fit: cover;
}

@media (min-width: 600px){
.wp-block-gallery.columns-3.alignfull .blocks-gallery-image img, .wp-block-gallery.columns-3.alignfull .blocks-gallery-item img {
    height: 100%!important;
}

.wp-block-gallery.columns-7.is-cropped li img {
    height: 100%!important;
}

.wp-block-gallery.columns-8.is-cropped li img {
    height: 100%!important;
}
}

.wp-block-gallery.alignfull.columns-3{
    display: flex!important;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

@media only screen and (min-width: 768px){
.wp-block-gallery.alignleft.columns-2 {
    max-width: 60%;
    margin-right: 15px;
}
}

.wp-block-gallery.alignleft.columns-2 .blocks-gallery-item{
    width: calc((100% - 32px)/2)!important;
    margin-right: 15px!important;
}

.wp-block-gallery.alignleft.columns-2 .blocks-gallery-item img{
    height: 100%!important;
    flex: 1;
    object-fit: cover!important;
    width: 100%!important; 
}

.wp-block-gallery.columns-4 {
    clear: both;
    margin-top: 20px;
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    display: block!important;
    letter-spacing: 0px;
    font-size: 15px!important;
    padding-top: 1em!important;
}

.wp-block-gallery.columns-4.is-cropped.alignwide.featured li img {
    height: 100%!important;
    margin-bottom: 0;
}

.widget .wp-block-search__button-outside{
    margin-bottom: 0;
}

.wp-block-search__button-outside.wp-block-search__text-button{
    margin-bottom: 20px;
}

.blog-sidebar .wp-block-search__button-outside.wp-block-search__text-button{
    margin-bottom: 0;
}

.wp-block-column ol li{
    font-size: 16px;
}

.wp-block-file a{
    font-size: 14px;
}

blockquote.wp-block-quote,
.wp-block-pullquote blockquote{
    margin:0;
    margin-bottom: 20px;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)), .wp-block-quote.is-style-large:where(:not(.is-style-plain)){
    padding: 50px 100px 50px 50px;
}

iframe{
    width: 100%;
}

.has-text-color strong{
    color: var(--tg-body-color);
}

code, kbd, pre, samp {
    font-family: monospace!important;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: #e83e8c!important;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

pre cite{
    margin-left: 15px;
}

cite{
    font-weight: 600;
}

cite br{
    display: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.wp-block-pullquote p{
    color: var(--tg-theme-primary);
}

.wp-block-pullquote cite{
    color: var(--tg-body-color);
}

.has-text-align-center + .has-small-font-size {
    margin-top: 30px;
}

.wp-block-file__button:hover, .wp-block-file__button:focus {
    color: #fff;
}

.wp-block-embed figcaption{
    font-weight: 600;
    text-align: center;
    color: #4d5051;
    font-size: 15px;
}

.wp-block-calendar caption {
    caption-side: top;
    border-bottom: none !important;
    text-transform: uppercase;
    font-weight: 700;
    background-color: black;
    color: #fff !important;
    font-size: 15px !important;
    text-align: center !important;
}

.gallery-size-thumbnail img{
    margin-bottom: 10px;
}

#today {
    color: #fff !important;
    background-color: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
}

.wp-block-group.has-background .wp-block-group__inner-container {
    padding: 20px;
    margin-bottom: 20px;
}

.wp-block-media-text img {
    margin-bottom: 0 !important;
}

.wp-block-media-text.has-media-on-the-right {
    margin-bottom: 15px;
}

.pagination.page {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 10px;
    padding-top: 40px;
    margin-bottom: 20px;
    clear: both;
}

.pagination.page a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 50px;
    background: var(--tg-color-white-default);
    border-radius: 8px;
    font-size: 20px;
    color: var(--tg-theme-primary);
    font-weight: var(--tg-fw-semi-bold);
    border: 1px solid #DDD;
    line-height: 1;
}

.pagination.page a:hover{
    background: var(--tg-theme-secondary);
    border-color: var(--tg-theme-secondary);
    color: #fff;
}

.wp-block-archives-list a{
    color: var(--tg-body-color);
}

.wp-block-archives-list a:hover{
    color: var(--tg-theme-primary);
}

.blog__details-content select{
    width: auto;
}

.wp-block-latest-comments__comment-excerpt p {
    margin-bottom: 0;
}

.wp-block-latest-comments__comment-date {
    margin-top: 5px;
    font-weight: 600;
}

.wp-block-latest-posts__post-date{
    padding-top: 5px;
}

.wp-block-latest-comments__comment-meta a{
    color: var(--tg-body-color);
    font-weight: 600;
}

.wp-block-latest-posts__list li a{
    color: var(--tg-body-color);
    font-weight: 600;
}

.blog__details-content ol.wp-block-latest-comments.has-avatars {
    padding-left: 0;
}

.blog__details-content ul li {
  list-style-type: disc;
}

.blog__details-content ul ul li {
  list-style-type: circle;
}

.blog__details-content ul ul ul li {
  list-style-type: square;
}

.blog__details-content ol li {
  list-style: decimal;
  margin-bottom: 0;
}

.wp-block-search__inside-wrapper button{
    background-color: var(--tg-theme-primary);
    color: #fff;
    border-color: var(--tg-theme-primary);
}

.wp-block-search__inside-wrapper button:hover{
    background-color: var(--tg-theme-secondary);
    border-color: var(--tg-theme-secondary);
}

.wp-block-rss li a{
    color: var(--tg-body-color);
}

.blog__details-content table td, .blog__details-content table th,.comments-box table th, .comments-box table td {
    border: 1px solid #E0E2E3 !important;
}

dt, dd{
    font-size: 16px;
}

dt+dd{
    margin-left: 20px;
}

.blog__details-content table td, .blog__details-content table th,.comments-box table th, .comments-box table td  {
    padding: 10px !important;
}

.blog__details-content table a,
.comments-box table a{
    color: var(--tg-body-color);
}

.blog__details-content table a:hover,
.comments-box table a:hover{
    color: var(--tg-theme-primary);
}

.wp-caption img {
    margin-bottom: 10px;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    clear: both;
    text-align: center;
}

.blog__details-thumb{
    text-align: center;
}

.blog__details-content span.sticky{
    top: -49px;
}

.post-password-form >p>input{
    background: var(--tg-theme-primary)!important;
    color: #fff!important;
    border: 1px solid var(--tg-theme-primary)!important;
    padding: 10px 20px;
    border-radius: 0!important;
    margin-left: -5px;
    font-size: 16px;
    width: auto;
    display: inline-block;
    line-height: 35px;
}

.post-password-form >p>label input{
    padding: 10px 20px;
    border:1px solid #dbdbdb;
    font-size: 16px;
    line-height: 35px;
    margin-top: 10px;
}

.post-password-form>p>input:hover{
    background-color:  var(--tg-theme-secondary)!important;
    color: #fff!important;
    border-color: var(--tg-theme-secondary)!important;
}

.blog_content {
    overflow: hidden;
}

body.logged-in .sticky-menu{
    top: 32px;
}

@media(min-width: 600px) and (max-width: 784px){
    body.logged-in .sticky-menu{
        top: 45px;
    }
}

@media(max-width: 600px){
    body.logged-in .sticky-menu{
        top: 0;
    }
    body.logged-in .tgmobile__menu{
        top: 0;
    }
}

body.logged-in .tgmobile__menu{
    top: 32px;
}

.tgmenu__navbar-wrap > ul > li .sub-menu li:hover .sub-menu{
    transform: none;
    opacity: 1;
    visibility: visible;
    padding: 19px 0;
}

.tgmenu__main-menu li.menu-item-has-children ul li.menu-item-has-children> a::after{
    position: relative;
    top: 5px;
}

.copyright-text p{
    color: #C6CEE0;
}

.blog-avatar-wrap{
    margin-bottom: 0;
}

.comments-wrap{
    margin-top: 40px;
}

.comments-wrap-title{
    font-size: 30px;
    font-weight: 600;
}

ul.list-wrap li{
    list-style: none!important;
}

.select-grp select{
    margin-bottom: 0;
}

body.logged-in .offCanvas__info{
    top: 30px;
}

footer div.wpcf7-response-output{
    color: #fff!important;
    border-color: #fff!important;
}

.footer__bottom-menu-two .list-wrap li a{
    color: #fff;
}

.tgmenu__search-form .select-grp select{
    padding: 2px 30px 2px 5px;
    background-color: transparent;
}

.banner__search-form select,
.banner__search-form-two select,
.registration__form-wrap select,
.registration__area select{
    background: none;
}

.footer__newsletter-three span.wpcf7-not-valid-tip,
footer span.wpcf7-not-valid-tip{
    color: #fff!important;
    margin-bottom: 0;
}

.footer__newsletter-three div.wpcf7-response-output{
    width: 78%;
    margin: 15px 0 0 auto!important;
    color: #fff!important;
    border-color: #fff!important;
}

#elementor-preview body.logged-in .sticky-menu{
        top: 0;
}

.sub-title strong img{
    position: relative;
    top: -3px;
}

.coupon-error-notice{
    margin-top: 10px;
}

.product__details-area .woocommerce-notices-wrapper .container{
    padding: 0;
}

.yith-wcwl-form .woocommerce-message{
    margin-bottom: 60px;
    margin-top: 0;
}

.product__details-area .woocommerce-message{
    margin-bottom: 60px;
    margin-top: 0;
}

.cart-plus {
    position: relative;
    width: 149px;
    flex: 0 0 auto;
}

.cart-plus .qtybutton.dec {
    font-size: 26px;
}
.cart-plus .qtybutton {
    position: absolute;
    top: 6px;
    left: 6px;
    bottom: 6px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    color: #626571;
    background: #F3F3F3;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.cart-plus .qtybutton span {
    line-height: 1;
    transform: translateY(-3px);
}

.cart-plus .qtybutton.inc {
    left: auto;
    right: 6px;
}

p.stock{
    display: none;
}

.woocommerce td.product-quantity.tp-cart-quantity{
    max-width: 143px;
}

.cart-area .row.mt-60,
.cart-area .row.mt-60 .pd-0{
    padding: 0;
}

.widget_pet_location_filter_widget{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.animal__sidebar form .sidebar-search-form button{
    position: relative;
    right: 15px;
    top: -20px;
    float: right;
}

.banner__search-wrap.d-flex{
    align-items: center;
    gap:10px;
}

.blog__details-inner-wrap div+p{
    margin-bottom: 0;
}

.elementor .section__title-two .title img{
    position: absolute;
    right: 0;
    top: -8px;
}

.product__thumb .yith-add-to-wishlist-button-block{
    margin: 0;
}

.contact__form .form-grp span{
    margin-bottom: 0;
}

.blog-sidebar .wp-block-search__inside-wrapper button{
    color: var(--tg-theme-primary);
}

.comments-text{
    width: 100%;
    overflow: hidden;
}

.comments-text blockquote p{
    margin-bottom: 0;
}

.comments-box  ul li{
  list-style-type: disc!important;
}

.comments-box ul ul li{
  list-style-type: circle!important;
}

.comments-box ul ul ul li{
  list-style-type: square!important;
}

.comments-box ol li{
  list-style: decimal!important;
  margin-bottom: 0;
}

.comments-box h2+ul,
.comments-box h2+ol{
    margin-bottom: 1rem;
}

h6+h2{
    margin-top: 15px;
}

.comments-box p>img{
    margin: 15px 0;
}

.blog-wrapper .content .alignright +p +p +p{
    margin-top: 20px;
}

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

.woocommerce nav.woocommerce-pagination ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 10px;
    margin: 0;
    padding: 0;
    border:none;
}

.woocommerce nav.woocommerce-pagination ul li{
    list-style: none;
    border-right: none;
}

.woocommerce nav.woocommerce-pagination ul li a{
    color:var(--tg-body-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 50px;
    background: var(--tg-color-white-default);
    border-radius: 8px;
    font-size: 20px;
    font-weight: var(--tg-fw-semi-bold);
    border: 1px solid #DDD;
    line-height: 1;
}

.woocommerce nav.woocommerce-pagination ul li a:hover{
    color: var(--tg-color-white-default);
    background: var(--tg-theme-secondary);
    border-color: var(--tg-theme-secondary);
}

.woocommerce nav.woocommerce-pagination ul li svg{
    color: var(--tg-theme-primary);
}

.woocommerce nav.woocommerce-pagination ul li a:hover svg{
    color: var(--tg-color-white-default);
}

.woocommerce nav.woocommerce-pagination ul li span.current{
    color: var(--tg-color-white-default);
    background: var(--tg-theme-secondary);
    border-color: var(--tg-theme-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 50px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: var(--tg-fw-semi-bold);
    border: 1px solid #DDD;
    line-height: 1;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.elementor .testimonial__img-mask img {
    max-width: unset;
    height: 100%;
}

.elementor .banner__img-two img {
    max-width: 700px;
}

.elementor .why__we-are-area-two .row .col-lg-4:first-child .why__we-are-item-icon img{
    height: 100px;
}

.banner__content-three > .title img{
    margin-right: -10px;
}

.elementor .discover__item-img img {
    height: 300px;
}

.product__reviews{
    margin-bottom: 7px;
}

.woocommerce-cart .elementor-shortcode .woocommerce{
    margin: 100px auto;
}

.woocommerce-notices-wrapper {
    max-width: 1290px;
    margin: 0 auto;
}

.wc-empty-cart-message{
    margin-bottom: 40px;
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
}

.return-to-shop{
    text-align: center;
}

.related__animal-area{
    margin-top: 10px;
    margin-bottom: 70px;
}

.footer__newsletter span.wpcf7-not-valid-tip{
	margin-bottom:15px!important;
}

.contact__area .contact__form-wrap div.wpcf7-response-output{
	margin-top:30px!important;
}

.blog__post-meta .list-wrap li a{
	margin-left:-4px;
}

.footer__newsletter-form-two button{
	right:-2px;
}

.product__size-wrap .list-wrap li button{
	cursor:text;
}

.cart-area button.btn:disabled,
.cart-area .woocommerce-cart-form .text-md-end button.btn{
	border: 1px solid var(--tg-theme-primary);
	padding-bottom:15px;
	opacity:1;
	padding-top:19px;
	background:var(--tg-theme-primary);
	color:#fff;
}

.cart-area .woocommerce-cart-form .text-md-end button.btn:hover{
	border-color:var(--tg-theme-secondary);
}

.team__details-content div.wpcf7-response-output{
	margin-top:30px!important;
}

.tp-checkout-bill-area input.input-text::placeholder{
	font-size:14px;
}

@media(min-width:1200px){
	.product__item .product__thumb img{
		height:260px;
	}
}

.cart-area button.btn:disabled:hover{
	border-color: var(--tg-theme-secondary)!important;
	opacity:1;
}

.comment-reply-title{
	margin-bottom:30px;
}

@media(min-width: 991px) and (max-width: 1200px){
    .tgmenu__navbar-wrap > ul > li .sub-menu{
        min-width: 200px;
    }
}

@media (max-width: 768px) {
    .comments-wrap .latest-comments .children {
        margin-left: 20px;
    }
}