/*
Theme Name: Ailand Child Theme
Theme URI: https://shthemes.net/demosd/ailand
Description: This is child theme of ailand
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Version: 1.0
Text Domain: ailand-child
Template: ailand
*/

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



.search .search-custom {
    border-radius: 20px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}
.search .search-custom h4 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 600;
}
.search .search-custom form {
    display: flex;
}
.search .search-custom form .s-input-home {
    width: 70%;
    height: 45px;
    padding-left: 10px;
    max-width: 100%;
    border: 1px solid #000;
    padding: 0px 10px 0px;
    margin-bottom: 0px;
    border-right: 0px;
    color: #000;
}
.search .search-custom form .btn-s-input {
    background: #fff;
    color: var(--clr-theme-color);
    border: 1px solid #000;
    padding: 0px 20px 5px 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 55px;
    background: var(--theme-color);
    display: inline-block;
    padding: 0 19px;
    cursor: pointer;
}
.search .search-custom form .btn-s-input .fa-search { 
    font-weight: 900;
    color: #fff;
}
.search .search-custom form button {
    background: var(--tp-theme-primary);
    color: #fff;
    border: 1px solid var(--tp-theme-primary);
    height: 45px;
    width: 45px;
    font-size: 14px;
}
.tp-blog-left .tp-blog-wrapper p:empty {
    display: none;
}
p.comment-form-cookies-consent {
    display: none;
}
.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    color: #000000;
    font-weight: 600!important;
    font-size: 15px!important;
}
.alignright,
.wp-block-image .alignright
{
    float: right;
    margin-left: 25px;
    margin-top: 8px;
}
.alignleft,
.wp-block-image .alignleft{
    float: left;
    margin-right: 20px;
    margin-top: 8px;
}

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

img{
    height: auto;
    max-width: 100%;
}

label.wp-block-search__label {
    display: none;
}

.single-widget .wp-block-group__inner-container h2{
    color: var(--main-text-color, #051923);
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.single-widget .wp-block-group__inner-container h2:after{
    height: 80%;
    width: 2px;
    background: var(--business-consulting, var(--tp-theme-primary));
}

.wp-block-latest-posts__list li,
.wp-block-latest-comments li,
.widget_recent_comments ul li {
    border-bottom: 1px dotted #9999;
    padding: 15px 0;
    margin-bottom: 0!important;
    font-size: 15px;
}

.wp-block-latest-posts__list li:first-child,
.wp-block-latest-comments li:first-child{
    padding-top: 5px;
}

.wp-block-latest-comment-box-all__comment{
    line-height: 1.5;
}

.wp-block-latest-posts__list li:last-child,
.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;
}

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

.wp-block-latest-posts__list li a,
.wp-block-latest-comments__comment-meta a{
    font-weight: 500;
}

.widget_search .wp-block-search__button {
    width: auto;
    margin-left: -1px;
    height: auto;
}

.wp-block-search__button  {
    border: 1px solid var(--tp-theme-primary)!important;
    background: var(--tp-theme-primary)!important;
    color: #fff!important;
    font-size: 15px;
    padding: 10px;
}

.wp-block-search__button:hover{
    background: #000000;
    color: #fff;
    border: 1px solid #000000;
}

ul,ol{
    list-style: none;
    padding-left: 0;
}


.widget li {
    margin-bottom: 10px;
    display: block;
}

.widget li a {
    font-weight: 500;
    line-height: 28px;
}

select {
    width: 100%;
    padding: 10px;
    border: solid 1px #000;
    color: #000000;
    margin-bottom: 20px;
    appearance:auto;
    font-size: 14px;
}

.widget select{
    margin-bottom: 0;
}

.tp-blog-area .widget_calendar tfoot {
    display: none;
}

.tp-blog-area .widget_calendar caption {
    caption-side: top;
    border-bottom: none!important;
    text-transform: uppercase;
    font-weight: 700;
    background-color: var(--tp-theme-primary);
    color: #fff!important;
    font-size: 15px!important;
    text-align: center!important;
}

.tp-blog-area .widget_calendar td#today {
    background: var(--tp-theme-primary)!important;
    color: #fff!important;
    font-weight: 700;
}

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

.tp-blog-area table {
    border: 1px solid var(--tp-theme-primary)!important;
    padding: 5px!important;
    width: 100%;
    margin-bottom: 20px;
}

.tp-blog-area table * {
    border: 1px solid #000000!important;
    padding: 10px!important;
    color: #000000!important;
}

.tp-blog-area table a {
    border: none!important;
    padding: 0px!important;
    font-weight: 700;
}

.tp-blog-area .widget table{
    text-align: center;
    margin-bottom: 0;
}

.tp-blog-area .wp-block-calendar table th{
    font-weight: 700;
    text-align: center;
}

.rssSummary{
    font-size: 14px;
}

.sidebar-single-widget.widget_rss a{
    font-size: 15px;
}

ul.children ,
ul.sub-menu{
    padding-left: 20px!important;
    padding-top: 8px!important;
}

.widget .rss-date,
.widget_rss cite {
    font-style: italic;
    font-size: 13px!important;
    display: block;
    font-weight: 600;
    margin: 5px 0;
}

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

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

.widget_search input{
    padding: 10px;
    border: 1px solid #949494;
    width: 100%;
    font-size: 14px;
}

.widget_search form{
    position: relative;
}

.widget_search button{
    position: absolute;
    background: var(--tp-theme-primary);
    color: #fff;
    border: 1px solid var(--tp-theme-primary);
    height: 46px;
    width: 46px;
    right: 0;
    top: 0;
    font-size:14px;
}

.widget_search button:hover{
    background: #fff;
    color: var(--tp-theme-primary);
}

.widget_text p img {
    margin: 15px 0;
}

.wp-block-image figcaption {
    font-weight: 600;
    color: #000000!important;
    font-size: 15px;
    text-align: center;
}

.blog-details-page-all img{
    width: auto!important;
    max-width: 100%!important;
    height: auto!important;
    margin-bottom: 10px;
}

a.wp-block-button__link {
    color: white!important;
    font-size: 17px;
    border-radius: 5px;
    background-color: #000000;
}

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

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

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

p.wp-block-cover-text, p.wp-block-cover-text a {
    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;
}

.wp-block-latest-posts.wp-block-latest-posts__list{
    margin-bottom: 0px;
}

.wp-block-gallery.alignleft.columns-2 .blocks-gallery-item img {
    height: 100%!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: 20px;
}
}

.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;
}

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

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
    height: 100%!important;
}

.blog-details-page-all .wp-block-gallery.columns-5 li img{
    height: auto!important;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
}

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

.tags{
    display: none;
}

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;
}

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;
}

blockquote {
    background: #f7f7f7!important;
    border-left: 5px solid var(--tp-theme-primary)!important;
    margin-bottom: 20px!important;
    padding: 15px!important;
    font-size: 15px!important;
    margin-top: 0!important;
    text-align: left;/*
    margin:20px auto!important;*/
}

.wp-block-pullquote.is-style-solid-color blockquote{
    margin-top: 15px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

figure blockquote{
    margin-top: 20px;
}

blockquote:before{
    content: none;
}

blockquote br{
    display: none;
}

blockquote p{
  margin-bottom: 0!important;
}

.wp-block-pullquote{
    padding: 1em 0;
    margin-bottom: 0;
}

blockquote cite,
.wp-block-pullquote cite{
    font-weight: 600!important;
    font-size: 15px!important;
    color: #303030!important;
    margin-top: 0!important;
    font-style: italic!important;
}

.blog-details-page-all ol li,
.comment-box-all ol li {
  list-style: decimal;
  margin-bottom: 0;
}


.blog-details-page-all ul> li, 
.comment-box-all >ul> li {
  list-style-type: disc;
  margin-bottom: 0;
  line-height: 1.75em;
}

.blog-details-page-all ul ul li,
.comment-box-all ul ul li {
  list-style-type: circle;
}

.blog-details-page-all ul ul ul li,
.comment-box-all ul ul ul li {
  list-style-type: square;
}

.blog-details-page-all  ul, .blog-details-page-all  ol,
.comment-box-all ul , .comment-box-all ol{
    padding-left: 25px;
}

p.has-large-font-size,
p.has-large-font-size + p{
    line-height: 1.3!important;
}

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

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

.wp-block-latest-comment-box-all__comment-excerpt p{
    margin-bottom: 0;
}

.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;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption-text{
    text-align: center!important;
}
img + p.wp-caption-text{
    margin-top: 10px;
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    clear: both;
}
img.size-thumbnail{
    max-width: 160px!important;
}
span.sticky{
    padding: 5px 10px!important;
    font-size: 14px!important;
    border-color: var(--tp-theme-primary);
    background: var(--tp-theme-primary);
    color: #fff!important;
    letter-spacing: 2px!important;
    font-weight: 700;
    float: right;
    line-height: 1.5!important;
}
span.sticky.post{
    position: relative;
    margin-top: -28px;
}
.post-password-form >p>input{
    background: var(--tp-theme-primary)!important;
    color: #fff!important;
    border: 1px solid var(--tp-theme-primary)!important;
    padding: 10px 20px;
    border-radius: 0!important;
    margin-left: -5px;
    font-size: 16px;
}
.post-password-form >p>label input{
    padding: 10px 20px;
    border:1px solid #dbdbdb;
    height: 52px;
}
.post-password-form>p>input:hover{
    background-color:  #000000!important;
    color: #fff!important;
    border-color: #000000!important;
}
select {
    -webkit-appearance: none;
    background: url(../ailand/assets/img/arrow.png) no-repeat right;
    background-position-x: 96%;
    background-color: #fff;
    image-rendering: auto;
    background-size: 20px;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    padding-left: 12px;
    width: 100%;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 28px;
    border-radius: 5px;
    height: 45px;
    border: 1px solid var(--main-color-two);
    color: var(--main-color-two)!important;
    margin-top: 0px;
    border: 1px solid;
}
.widget ul li >a.rsswidget {
      font-weight: 600;
}
:root .has-very-light-gray-color {
    color: #fff;
}
dl dd {
    margin-left: 20px;
}
.wp-block-file *+.wp-block-file__button {
    margin-left: 0.75em;
    padding: 5px 10px;
}
.wp-block-image .aligncenter >img.wp-image-906 {
    margin-bottom: 20px;
}
.featured-post {
    display: block;
    background: var(--tp-theme-primary);
    color: white !important;
    padding: 3px 20px 3px 20px;
    font-size: 14px;
    font-weight: 600;
    float: right;
    margin-right: 2px;
    border-radius: 2px;
    letter-spacing: 1px;
    margin-right: 0px;
}
.rsswidget.rss-widget-feed img.rss-widget-icon {
    width: auto;
}
.tp-blog-area .tp-blog-left br {
    display: none;
}
.tp-sidebar-widget-list .tagcloud ul.wp-tag-cloud li a {
    font-weight: 500;
    font-size: 14px !important;
    line-height: 1.5;
    text-transform: uppercase;
    border: 1px solid #d9d9d9;
    padding: 14px 19px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tp-sidebar-widget-list .tagcloud ul.wp-tag-cloud li {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 4px;
}
.tp-sidebar-widget-list .tp-blog-post .tp-blog-post-thumb a img {
    max-width: inherit;
}
.sidebar__widget_categories .tp-sidebar-widget-list ul li.cat-item a {
    float: none;
}
.tp-blog-area .tp-blog-left .gallery.gallery-size-thumbnail {
    display: none;
}
.tp-comments-form-wrapper .tp-comments-form .comment-respond h3.comment-reply-title {
    font-size: 24px;
    margin-bottom: 30px;
    font-family: var(--tp-ff-heading);
    color: #1c1d21;
    margin-top: 0px;
    font-weight: 700;
    line-height: 1.2;
}
.tp-postbox-comments-wrap ul >li:last-child .postbox-bm {
    border-bottom: 0px solid #d9d9d9;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.tp-postbox-comments-wrap ul ul.children >li:last-child  .postbox-bm {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.tp-postbox-comments-wrap .tp-postbox-comments .tp-postbox-comment-avater img {
    height: initial;
    max-width: inherit;
}
.tp-postbox-comments-wrap .tp-postbox-comments .tp-postbox-text {
    position: relative;
}
.tp-postbox-comments-wrap .tp-postbox-comments .tp-postbox-text .comment-reply-link {
    padding: 12px 20px;
    display: inline-block;
    transition: all .4s ease-in-out;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    right: 0px;
    top: 0;
    color: #fff;
    border-radius: 0px;
    border: 1px solid var(--tp-theme-primary);
    font-family: var(--tp-ff-common);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s linear;
    line-height: 1;
    border-radius: 5px;
    overflow: hidden;
    flex: 0 0 auto;
    perspective: 1000px;
    z-index: 2;
    background-color: var(--tp-theme-primary);
}
.tp-postbox-comments-wrap .tp-postbox-comments .tp-postbox-text .comment-reply-link:hover {
    background: #fff;
    color: var(--tp-theme-primary);
    border: 1px solid var(--tp-theme-primary);
}

.tp-comments-form-wrapper .tp-comments-form .comment-respond h3.comment-reply-title small #cancel-comment-reply-link {
    padding: 12px 20px;
    color: #fff;
    border: 1px solid #d9d9d9;
    float: right;
    font-family: var(--tp-ff-common);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s linear;
    line-height: 1;
    border-radius: 5px;
    overflow: hidden;
    flex: 0 0 auto;
    perspective: 1000px;
    z-index: 2;
    background-color: var(--tp-theme-primary);
}
.tp-comments-form-wrapper .tp-comments-form .comment-respond h3.comment-reply-title small #cancel-comment-reply-link:hover {
    background: #fff;
    color: var(--tp-theme-primary);
    border: 1px solid var(--tp-theme-primary);
}
@media screen and (max-width: 600px) {
    .tp-postbox-comments-wrap .tp-postbox-comments .tp-postbox-text .comment-reply-link {
        position: relative;
        margin-top: 15px;
    }
    .tp-comments-form-wrapper .tp-comments-form .comment-respond h3.comment-reply-title small #cancel-comment-reply-link{
        margin-top: 10px;
        float: none;
    }
}
.tp-blog-pagenation ul li span.page-numbers.current {
    border: 1px solid #d9d9d9;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: var(--tp-common-black);
    font-weight: 700;
    transition: all 0.4s ease;
    color: var(--tp-common-white);
    background: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
}
.tp-service-area .tp-service-details-widget.portfolio-details-s br {
    display: none;
}
.tp-product-details-thumb-wrapper .tp-product-nav-tabs .tp-product-nav-link img {
    height: 150px;
}
.tp-shop-details-wrapper .tp-product-details-wrapper .woocommerce-product-details__short-description p {
    margin-bottom: 0px;
}
.tp-product-details-wrapper .tp-product-details-action-wrapper form {
    display: flex;
    margin-bottom: 15px;
}
.tp-product-details-wrapper .tp-product-details-action-wrapper .cart .quantity input.qty {
    text-align: center;
    font-size: 18px;
    border: 1px solid #d9d9d9;
    background-color: var(--tp-common-white);
    padding: 19px 30px;
    border-radius: 27px;
    color: #1c1d21;
    font-weight: 700;
    width: 7.631em;
    margin-right: 15px;
    line-height: 55px;
}
.tp-product-details-wrapper .tp-product-details-action-wrapper .tp-product-details-add-to-cart button.single_add_to_cart_button {
    float: left;
    font-family: var(--tp-ff-common);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--tp-common-white);
    display: inline-block;
    background-color: var(--tp-theme-primary);
    padding: 22px 40px 21px 40px;
    transition: all 0.3s linear;
    line-height: 1;
    border-radius: 35px;
    position: relative !important;
    overflow: hidden;
    flex: 0 0 auto;
    perspective: 1000px;
    z-index: 2;
}
.tp-product-details-variation-item .tp-product-details-variation-list button {
    margin-right: 5px;
    cursor: auto;
}
.tp-product-details-variation-item .tp-product-details-variation-list button img{
    width: 60px;
}
.woocommerce div.product .tp-product-details-action-wrapper form.cart {
    margin-bottom: 0px;
}
.tp-shop-details-tab-area .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    display: none;
}
.woocommerce .tp-shop-details-tab-area .tp-shop-details-tab-wrapper .woocommerce-tabs.wc-tabs-wrapper ul li a {
    padding: 21px 41px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    font-family: var(--tp-ff-common);
    color: var(--tp-common-black);
    border-bottom: 1px solid #d9d9d9;
    margin-right: 3px;
}
.woocommerce .tp-shop-details-tab-area .tp-shop-details-tab-wrapper .woocommerce-tabs.wc-tabs-wrapper ul li.active a {
    background-color: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    padding: 0 0em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0px;
    margin-bottom: 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0px solid #cfc8d8;
    background-color: transparent;
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0px 0px 0 0;
    margin: 0px;
    padding: 0em;
}
.tp-shop-details-review-inner .comment-respond .comment-form-comment textarea {
    height: 180px;
    border: 1px solid #D9D9D9;
    color: var(--tp-grey-1);
    font-weight: 500;
    padding-right: 55px;
    resize: none;
    margin-bottom: 10px;
}
.tp-shop-details-review-inner .comment-respond label {
    display: none;
}
.tp-shop-details-review-inner .comment-respond .comment-form-comment textarea::placeholder {
    text-transform: uppercase;
}
.tp-shop-details-tab-area .woocommerce-tabs .woocommerce-Tabs-panel h2.woocommerce-Reviews-title {
    display: block;
    font-family: var(--tp-ff-heading);
    color: #1c1d21;
    margin-top: 0px;
    line-height: 1.2;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 22px;
}
@media (min-width: 1200px) {
    .tp-shop-details-review-inner #respond.comment-respond form p.comment-form-author {
        width: 48%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .tp-shop-details-review-inner .comment-respond form p.comment-form-email {
        width: 48%;
        float: right;
    }
}
.woocommerce .tp-shop-details-review-inner #review_form #respond p.comment-form-author {
    margin-bottom: 30px;
}
.woocommerce .tp-shop-details-review-inner #review_form #respond p.comment-form-email {
    margin-bottom: 30px;
}
.tp-shop-details-review-inner .comment-respond form .comment-form-rating .nice-select {
    display: none;
}
.tp-shop-details-review-inner .comment-respond form p.comment-notes {
    font-weight: 400;
    font-size: 14px;
    color: var(--tp-grey-1);
    margin-bottom: 20px !important;
}
.tp-shop-details-review-inner .comment-respond .comment-reply-title {
    font-family: var(--tp-ff-heading);
    color: #1c1d21;
    margin-top: 0px;
    line-height: 1.2;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.02em;
    margin-bottom: 4px;
}
.tp-shop-details-review-inner .comment-respond form .comment-form-rating .stars span {
    line-height: 1;
    font-size: 13px;
    color: var(--tp-theme-primary);
    display: inline-block;
}
.tp-shop-details-review-inner .comment-respond form .comment-form-rating >label[for="rating"] {
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: -0.02em;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-heading);
    margin-top: 20px;
}
.tp-shop-details-review-inner .comment-respond form .comment-form-rating {
    margin-bottom: 20px;
}
.tp-shop-details-review-inner .commentlist .comment_container .product-review-item .product-review-avater img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-right: 10px;
}
.tp-shop-details-review-inner .commentlist .comment_container .product-review-rating .star-rating {
    line-height: 1;
    font-size: 12px;
    color: var(--tp-theme-primary);
    display: inline-block;
    margin-right: 3px;
    width: 7em;
    letter-spacing: 3px;
} 
.tp-shop-details-review-inner .commentlist .comment_container .product-review-rating .product-review-rating-date {
    font-weight: 400;
    font-size: 13px;
}
.tp-shop-details-review-inner .commentlist .comment_container .product-review-item {
    margin-bottom: 11px;
}
.tp-shop-details-review-inner .commentlist .comment_container .product-review-rating {
    margin-bottom: 5px;
}
.tp-shop-details-review-inner .commentlist .comment_container .product-review-item .product-review-avater-info .product-review-avater-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    color: var(--tp-common-black);
}
.tp-shop-details-review-inner .commentlist .comment_container .comment-text .description p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: 400;
    color: var(--tp-grey-1);
    font-family: var(--tp-ff-body);
}
.woocommerce #review_form #respond p.form-submit {
    margin-bottom: 0px;
}
.tp-shop-details-wrapper .tp-product-details-wrapper .tp-product-details-rating .product-popup__details-rating-count {
    display: none;
}
.tp-product-details-price-wrapper .tp-product-details-price ins {
    text-decoration: auto;
}
.tp-shop-details-tab-area .tp-shop-details-tab-wrapper .related.products {
    display: none;
}
.tp-product-details-main-thumb img {
    width: 588px;
}
.tp-product-action-btn:hover .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button svg.yith-wcwl-add-to-wishlist-button-icon {
    color: #fff;
}
.tp-product-action-btn .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button .yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
.tp-product-item .tp-product-action .tp-product-action-item {
    display: inline-flex;
}
.tp-product-item .tp-product-action .tp-product-action-item .tp-product-action-btn:first-child {
    margin-right: -1px;
}
.tp-product-item .tp-product-action .tp-product-action-item .tp-product-action-btn {
    margin-right: 5px;
}
.tp-product-item .tp-product-action .tp-product-action-item .tp-product-action-btn:last-child {
    margin-right: 0px;
}
.tp-product-item .tp-product-action .tp-product-action-item .tp-product-action-btn a.add_to_cart_button {
    background: transparent;
    padding: 0px;
}
.tp-product-item .tp-product-action .tp-product-action-item .tp-product-action-btn:hover a.add_to_cart_button svg{
    color: #fff;
}
.tp-product-item .tp-product-action .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon{
    width: 24px;
}
.tp-product-action-item .add_to_cart_button .tp-product-tooltip {
    top: -26px;
}
.added_to_cart.wc-forward{
    position: absolute;
    top: -15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    font-weight: 500;
    font-size: 12px;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    display: inline-block;
    width: max-content;
    line-height: 1;
    padding: 4px 6px;
    border-radius: 4px;
}
.tp-product-action-btn .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}
.added_to_cart.wc-forward:after {
    content: "\e0dc";
    font-family: 'themify';
    position: absolute;
    left: 10px;
    speak: none;
    color: var(--tp-common-black);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    top: 37px;
    font-weight: 700;
    opacity: 2;
    font-family: "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 15px;
    visibility: visible !important;
}
.tp-product-action-btn:hover .added_to_cart.wc-forward:after {
    color: #fff;
}
.tp-product-action-btn:hover .added_to_cart.wc-forward::before {
    -webkit-transform: translateY(-65%);
    -moz-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    -o-transform: translateY(-65%);
    transform: translateY(-65%);
    position: absolute;
    content: "";
    right: 0;
    top: 103%;
    width: 0;
    height: 0;
    border-left: 8px solid var(--tp-common-black);
    border-bottom: 8px solid transparent;
    left: 0;
    margin: 0 auto;
}
.tp-product-action-btn a.added_to_cart {
    visibility: hidden;
    background-color: transparent;
}
.tp-product-action-btn:hover a.added_to_cart {
    background-color: var(--tp-common-black);
    visibility: visible;
}
a.added_to_cart::before,
a.added_to_cart::after {
    text-indent: 0;
}
.tp-shop-details-information-inner {
    margin-top: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: var(--tp-common-black);
}
.tp-choose-faq .accordion-item .accordion-button::after {
    display: none;
}
.tp-choose-area.section-black .tp-choose-faq .accordion-item {
    border: 0px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid #b9b4b4;
}
.tp-subscribe-form .wpcf7 form .tp-subscribe-input .wpcf7-not-valid-tip {
    position: absolute;
    top: 90px;
    color: #1c1d21;
}
.tp-subscribe-form .wpcf7 form .wpcf7-response-output {
    color: #1c1d21;
    border-color: #1c1d21;
    margin: 2.7em 0em 1em;
}
.tp-blog-area .tp-blog-content-2 .tp-blog-tag-2 a {
    text-transform: capitalize;
}
.tp-awards-area .tp-awards-thumb .tp-awards-img.img-cover {
    height: 100% !important;
}
.tp-pricing-banner-area .tp-hero4-bg-thumb img.img-cover {
    height: 100% !important;
}
.tp-faq-wrapper .tp-service-details-accordion .accordion-header .tp-service-faq-btn::after {
    display: none;
}
.elementor .tp-portfolio-video-area .tp-hero4-bg-thumb img.img-cover {
    height: 100%;
}
.wpcf7 form .wpcf7-spinner {
    display: none;
}
.tp-contact-form-area .wpcf7 form .tp-from-btn .tp-btn input.wpcf7-submit {
    padding-block: 0px;
    padding-inline: 0px;
    border-width: 0px;
    border-style: outset;
    border-color: buttonborder;
    border-image: initial;
    background: transparent;
    font-family: var(--tp-ff-common);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--tp-common-white);
}
.tp-contact-form-area .wpcf7 form #contact-form .wpcf7-not-valid-tip {
    color: #1c1d21;
    margin-top: 15px;
}
.tp-contact-form-area .wpcf7 form #contact-form .tp-form-select .wpcf7-not-valid-tip {
    display: inline-block;
}
.tp-contact-form-area .wpcf7 form .wpcf7-response-output {
    border-color: #1c1d21;
    color: #1c1d21;
    margin: 2em 0em 1em;
}
.tp-contact-form-area .wpcf7 form.invalid .tp-form-input label {
    top: 30%;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount), body.user-registration-page .user-registration:not(.user-registration-MyAccount) {
    max-width: 520px;
    margin: 0;
    border-radius: 8px;
    background: transparent;
    box-shadow: unset;
    border: 0;
    padding: 0px;
}
.user-registration .ur-frontend-form.login {
    border-radius: 0px;
    background: transparent;
}
.user-registration-before-login-btn .user-registration-form__label >span {
    font-size: 15px;
    position: relative;
    z-index: 1;
    color: var(--tp-common-black);
}
.user-registration-before-login-btn .user-registration-form__label >.user-registration-form__input.user-registration-form__input-checkbox {
    width: 18px;
    height: 18px;
}
.ur-frontend-form.login .user-registration-form.user-registration-form-login .user-registration-before-login-btn .user-registration-LostPassword.lost_password a {
    font-weight: 400;
    font-size: 15px;
    color: var(--tp-common-black) !important;
    position: relative;
    display: inline-block;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button.button {
    font-weight: 500;
    font-size: 16px;
    padding: 14px 30px;
    text-align: center;
    display: inline-block;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    border: 2px solid var(--tp-common-black);
    border-radius: 0px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button.button:hover {
    background-color: #fff;
    color: var(--tp-common-black);
}
.ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form-row input.input-text {
    border-radius: 0px !important;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input.input-text, body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input.input-text {
    border: 1px solid #D9D9D9;
    height: 60px;
    color: var(--tp-grey-1);
    font-weight: 500;
    padding-right: 55px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    padding-left: 26px;
    border-radius: 0px !important;
    max-height: inherit;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.ur-frontend-form .ur-button-container .ur-submit-button.tp-login-btn.w-100 {
    margin-left: auto;
    border-radius: 0px;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 14px 30px !important;
    text-align: center;
    display: inline-block;
    color: var(--tp-common-white) !important;
    background-color: var(--tp-common-black);
    border: 2px solid var(--tp-common-black) !important;
}
.ur-frontend-form .ur-button-container .ur-submit-button.tp-login-btn.w-100:hover {
    background-color: #fff;
    color: var(--tp-common-black) !important;
}
body.user-registration-page .user-registration.ur-frontend-form form .ur-button-container {
    width: 100%;
    margin-top: 0px;
    padding: 0px;
}
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid label.user-registration-error{
    margin-top: 15px !important;
    color: #222 !important;
    background: 
}
body.user-registration-page .ur-frontend-form .ur-form-row {
    margin-bottom: 10px;
}
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error {
    border-top-color: transparent !important;
    background: transparent !important;
    color: #222 !important;
    border-left: 0px solid #ff4f55;
    padding: 0px !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
}
.ur-frontend-form .ur-form-row .ur-form-grid {
    padding: 0 0px;
}
.tp-shop-sidebar-area .tp-shop-sidebar-wrap .clear_both {
    clear: both;
}
.tp-shop-sidebar-area .tp-shop-top .tp-shop-top_ailand .nice-select {
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    padding: 0px 60px;
    min-width: 204px;
    text-transform: capitalize;
    float: none;
    background-color: #F9F9F9;
    color: var(--tp-common-black);
    border: 1px solid rgba(2, 6, 38, 0.1);
    padding-left: 25px;
}
.woocommerce .woocommerce-result-count {
    margin-top: 10px;
    color: #818487;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.woocommerce .tp-shop-sidebar-area .tp-shop-widget.filter-by-product-size .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:after {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 12px;
    text-align: center;
    border: 2px solid #DADADA;
    z-index: -1;
    transition: 0.2s;
}
.woocommerce .tp-shop-sidebar-area .tp-shop-widget.filter-by-product-size .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a{
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 26px;
    color: #55585B;
    font-family: var(--tp-ff-marcellus);
    text-transform: capitalize;
}
.filter-by-product-size .woocommerce-widget-layered-nav-list__item{
    margin-bottom: 4px;
}
.filter-by-product-size .woocommerce-widget-layered-nav-list__item a+.count {
    display: none;
}
.tp-shop-widget form .price_slider_wrapper .price_slider .ui-slider-handle {
    top: -7px;
    width: 5px;
    height: 17px;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: var(--tp-common-black);
    left: 0%;
}
.tp-shop-widget form .price_slider_wrapper .price_slider {
    height: 3px;
    background-color: #EDEDED;
    border: 0;
}
.tp-shop-widget form .price_slider_wrapper .price_slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0px;
    background-position: 0px 0px;
    background-color: var(--tp-common-black);
}
.tp-shop-widget form .price_slider_wrapper .price_slider span:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.tp-shop-widget form .price_slider_wrapper .price_slider_amount {
    margin-top: 25px;
}
.tp-shop-widget form .price_slider_wrapper .price_slider_amount .button {
    float: right;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 21px;
    background-color: #F5F5F5;
    color: var(--tp-common-black);
    border-radius: 0px;
}
.tp-shop-widget form .price_slider_wrapper .price_slider_amount .button:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
}
.tp-shop-widget form .price_slider_wrapper .price_slider_amount .price_label {
    width: 100%;
    height: auto;
    padding: 0;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    background-color: transparent;
    color: var(--tp-common-black);
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    text-decoration: none;
    position: absolute;
    content: url(http://localhost/ailand/wp-content/uploads/2025/02/check-1.svg);
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 12px;
    text-align: center;
    transition: 0.2s;
    background: var(--tp-common-black);
}
.woocommerce .tp-shop-sidebar-area .tp-shop-widget .product-categories li a+.count {
    margin-top: 5px;
    float: right;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    transition: 0.3s;
}  
.woocommerce .tp-shop-sidebar-area .tp-shop-widget .product-categories li {
    margin-bottom: 10px;
}
.woocommerce .tp-shop-sidebar-area .tp-shop-widget .product-categories li a {
    font-weight: 400;
    font-size: 16px;
    color: #55585B;
    position: relative;
    padding-left: 16px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
} 
.woocommerce .tp-shop-sidebar-area .tp-shop-widget .product-categories li a::after {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    text-align: center;
    background-color: #E7E7E7;
    border-radius: 50%;
    transition: 0.3s;
}
.woocommerce .tp-shop-sidebar-area .tp-shop-widget .product-categories li a:hover {
    color: var(--tp-common-black);
}
.woocommerce .tp-shop-sidebar-area .tp-shop-widget .product-categories li a:hover::after {
    background-color: var(--tp-common-black);
}
.woocommerce .tp-shop-sidebar-area .tp-shop-widget.filter-by-product-status .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a{
    font-size: 16px;
    color: #55585B;
    position: relative;
    padding-left: 26px;
    font-family: var(--tp-ff-marcellus);
}
.woocommerce .tp-shop-sidebar-area .tp-shop-widget.filter-by-product-status .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    margin-bottom: 10px;
}
.woocommerce .tp-shop-sidebar-area .tp-shop-widget.filter-by-product-status .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    transition: 0.3s;
    float: right;
    margin-top: 5px;
}
.woocommerce .tp-shop-sidebar-area .tp-shop-widget.filter-by-product-status .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    z-index: -1;
    border-radius: 50%;
    transition: 0.2s;
    background-color: #4666FF;
}
.woocommerce .tp-shop-sidebar-area .tp-shop-widget.filter-by-product-status .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:nth-child(2) a::after {
    background-color: #41CF0F;
}
.woocommerce .tp-shop-sidebar-area .tp-shop-widget.filter-by-product-status .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:nth-child(3) a::after {
    background-color: #FF9E2C;
}
.woocommerce .tp-shop-sidebar-area .tp-shop-widget.filter-by-product-status .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:nth-child(4) a::after {
    background-color: #B615FD;
}
.woocommerce .tp-shop-sidebar-area .tp-shop-widget.filter-by-product-status .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:nth-child(5) a::after {
    background-color: #FF401F;
}
.woocommerce .tp-shop-sidebar-area .tp-shop-widget.filter-by-product-status .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:nth-child(6) a::after {
    background-color: #FFD747;
}
.woocommerce .tp-shop-sidebar-area .tp-shop-widget.filter-by-color .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    display: inline-block;
}
.woocommerce .tp-shop-sidebar-area .tp-shop-widget.filter-by-color .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span.count{
    display: none;
}
.woocommerce .tp-shop-sidebar-area .tp-shop-widget.filter-by-color .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
    color: #5D5D63;
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 400;
    height: 58px;
    width: 58px;
    transition: 0.3s;
    line-height: 60px;
    text-align: center;
    border: 1px solid rgba(25, 25, 26, 0.1);
    display: block;
}
.woocommerce .tp-shop-sidebar-area .tp-shop-widget.filter-by-color .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
}
.woocommerce .tp-product-item .tp-product-price-wrap .tp-product-price del {
    display: none;
}
.woocommerce .tp-product-item .tp-product-price-wrap .tp-product-price ins{
    text-decoration: auto;
}
.woocommerce .tp-shop-widget.filter-by-product-status .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    text-decoration: none;
    position: absolute;
    content: url(http://localhost/ailand/wp-content/uploads/2025/02/check-1.svg);
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 12px;
    text-align: center;
    transition: 0.2s;
    background: transparent;
}
.tp-cart-area .woocommerce-cart-form .tp-cart-quantity .input-text.qty.text {
    text-align: center;
    font-size: 18px;
    border: 1px solid #d9d9d9;
    background-color: var(--tp-common-white);
    padding: 19px 30px;
    border-radius: 27px;
    color: #1c1d21;
    font-weight: 700;
    width: 7.631em;
    line-height: 55px;
}
.woocommerce table.shop_table {
    border: 0px solid rgba(0, 0, 0, .1);
}
.woocommerce table.shop_table td {
    border-top: 0px solid rgba(0, 0, 0, .1);
    padding: 20px 0;
}
.woocommerce-cart table.cart img {
    width: 78px;
    height: 100px;
    object-fit: cover;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .tp-cart-action a {
    font-weight: 400;
    font-size: 14px;
    color: #818487;
}
.woocommerce-cart-form .woocommerce-cart-form__cart-item .tp-cart-action a:hover {
    color: #FF1826;
}
.woocommerce table.shop_table th {
    font-weight: 500;
    font-size: 18px;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-marcellus);
    border: 0 !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    padding: 20px 0;
}
.woocommerce table.shop_table {
    border-collapse: collapse;
}
.woocommerce-cart .tp-cart-checkout-wrapper .wc-proceed-to-checkout.tp-cart-checkout-proceed a {
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    border: 2px solid transparent;
    margin-bottom: 0px;
}
.woocommerce-cart .tp-cart-checkout-wrapper .wc-proceed-to-checkout.tp-cart-checkout-proceed a:hover {
    background-color: transparent;
    color: var(--tp-common-black);
    border-color: var(--tp-common-black);
}
.tp-cart-area .tp-cart-checkout-wrapper .cart_totals >h2 {
    display: none;
}
.tp-cart-area .tp-cart-checkout-wrapper .cart_totals .shop_table.shop_table_responsive tr.cart-subtotal th {
    font-size: 20px;
    font-weight: 500;
    color: var(--tp-common-black);
    padding: 0px;
    padding-top: 0px !important;
    padding-bottom: 13px !important;
}
.tp-cart-area .tp-cart-checkout-wrapper .cart_totals .shop_table.shop_table_responsive tr.cart-subtotal td {
    font-size: 20px;
    font-weight: 500;
    color: var(--tp-common-black);
    padding: 0px;
    padding-top: 0px !important;
    padding-bottom: 13px !important;
    float: right;
}
.tp-cart-area .tp-cart-checkout-wrapper .cart_totals .shop_table.shop_table_responsive tr{
    padding-bottom: 13px;
    margin-bottom: 19px;
    border-bottom: 1px solid #E0E2E3;
}
.tp-cart-area .tp-cart-checkout-wrapper .cart_totals .shop_table.shop_table_responsive .woocommerce-shipping-totals.shipping th {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 7px;
    font-family: var(--tp-ff-p);
}
.tp-cart-area .tp-cart-checkout-wrapper .cart_totals .shop_table.shop_table_responsive tr.order-total th {
    font-weight: 500;
    font-size: 18px;
    color: var(--tp-common-black);
    padding-bottom: 0px !important;
}
.tp-cart-area .tp-cart-checkout-wrapper .cart_totals .shop_table.shop_table_responsive tr.order-total td .woocommerce-Price-amount bdi {
    font-weight: 500;
    font-size: 18px;
    color: var(--tp-common-black);
}
.tp-cart-area .tp-cart-checkout-wrapper .cart_totals .shop_table.shop_table_responsive tr.order-total td {
    float: right;
    padding-bottom: 0px !important;
}
.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0px;
}
.tp-cart-area .tp-cart-checkout-wrapper .cart_totals .shop_table.shop_table_responsive tr.order-total {
    border-bottom: 0px solid #E0E2E3;
}
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper div.nice-select {
    display: none;
}
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper select {
    display: block !important;
    background-color: #fff;
    height: 56px !important;
    font-size: 14px;
    color: var(--tp-heading-1) !important;
    padding-left: 26px !important;
    padding-right: 26px !important;
    border: 1px solid #E0E2E3 !important;
    box-sizing: border-box;
    width: 100% !important;
    margin: 0 !important;
    outline: 0;
    line-height: normal;
    position: relative !important;
    border-radius: 0px;
}
.woocommerce form .woocommerce-billing-fields .form-row .select2-container {
    display: none;
}
.woocommerce form .tp-checkout-bill-area .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper textarea {
    height: 200px;
    resize: none;
}
.woocommerce form .tp-checkout-bill-area .woocommerce-additional-fields >h3 {
    display: none;
}
.woocommerce form .tp-checkout-bill-area .form-row label {
    line-height: 2;
    font-weight: 500;
    color: var(--tp-common-black);
    margin-bottom: 6px;
    font-size: 18px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left;
}
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 0em;
    border-bottom: 1px solid rgb(255 130 77);
    margin: 0;
    list-style: none outside;
    background: #fff7ef;
}
.woocommerce-checkout #payment ul.payment_methods .woocommerce-info {
    border-top-color: var(--tp-theme-primary);
    background-color: #fff;
    font-size: 16px;
}
.woocommerce-checkout #payment ul.payment_methods .woocommerce-info::before {
    color: var(--tp-theme-primary);
}
.woocommerce-checkout #payment div.form-row.place-order {
    padding: 1em;
    background: #ffffff;
}
.woocommerce-info {
    border-top-color: var(--tp-theme-primary);
    background: var(--tp-text-body);
}
.woocommerce-info::before {
    color: var(--tp-theme-primary);
}
.woocommerce form .woocommerce-billing-fields >h3 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 25px;
}
.woocommerce form .tp-checkout-place >h3 {
    font-size: 26px;
    font-weight: 600;
    margin-right: 37px;
    margin-bottom: 30px;
}
.woocommerce form .tp-checkout-place .shop_table.woocommerce-checkout-review-order-table tr {
    border-bottom: 1px solid #E0E2E3;
}
.woocommerce form .tp-checkout-place .shop_table.woocommerce-checkout-review-order-table tr th {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    font-family: var(--tp-ff-marcellus);
    color: #1c1d21;
    margin-top: 0px;
    line-height: 1.2;
    padding-top: 0 !important;
    padding-bottom: 12px !important;
}
.woocommerce form .tp-checkout-place .shop_table.woocommerce-checkout-review-order-table tr th.product-total {
    float: right;
}
.woocommerce form .tp-checkout-place .shop_table.woocommerce-checkout-review-order-table .cart_item {
    border-bottom: 1px solid #E0E2E3;
}
.woocommerce form .tp-checkout-place .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name {
    font-size: 15px;
    margin-bottom: 0;
    font-family: var(--tp-ff-marcellus);
    font-weight: 400;
    line-height: 1.56;
    padding: 15px 0;
}
.woocommerce form .tp-checkout-place .shop_table.woocommerce-checkout-review-order-table .cart_item .product-total {
    padding: 15px 0;
}
.woocommerce form .tp-checkout-place .shop_table.woocommerce-checkout-review-order-table .cart_item .product-total .woocommerce-Price-amount.amount{
    font-size: 15px;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-marcellus);
    float: right;
    line-height: 1.5em;
}
.woocommerce form .tp-checkout-place .shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th {
    font-size: 15px;
    color: var(--tp-common-black);
    padding-bottom: 0px !important;
    padding: 15px 0px;
    font-weight: 400;
}
.woocommerce form .tp-checkout-place .shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td {
    padding: 15px 0px;
}
.woocommerce form .tp-checkout-place .shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal .woocommerce-Price-amount.amount{
    font-size: 15px;
    color: var(--tp-common-black);
    float: right;
    font-weight: 400;
}
.woocommerce form .tp-checkout-place .shop_table.woocommerce-checkout-review-order-table tr.order-total th {
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-common-black);
}
.woocommerce form .tp-checkout-place .shop_table.woocommerce-checkout-review-order-table tr.order-total .woocommerce-Price-amount.amount{
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-common-black);
    float: right;
}
.woocommerce form .tp-checkout-place .shop_table.woocommerce-checkout-review-order-table tr.order-total {
    border-bottom: 0px solid #E0E2E3;
}
.tp-wishlist-area .tp-cart-list .shop_table.wishlist_view th span.nobr{
    float: left;
}
.wishlist-items-wrapper .tp-cart-title a {
    float: left;
}
.wishlist-items-wrapper .tp-cart-price span {
    float: left;
}
.wishlist-items-wrapper .tp-cart-quantity input {
    text-align: center;
    font-size: 18px;
    border: 1px solid #d9d9d9;
    background-color: var(--tp-common-white);
    padding: 19px 30px;
    border-radius: 27px;
    color: #1c1d21;
    font-weight: 700;
    width: auto;
    max-width: 140px;
    float: left;
    line-height: 55px;
}
.wishlist_table tr td, .wishlist_table tr th.wishlist-delete, .wishlist_table tr th.product-checkbox {
    text-align: left;
}
.wishlist-items-wrapper .tp-cart-add a.button {
    font-family: var(--tp-ff-common);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--tp-common-white);
    display: inline-block;
    padding: 22px 35px 21px 35px;
    transition: all 0.3slinear;
    line-height: 1;
    border-radius: 35px;
    position: relative !important;
    overflow: hidden;
    flex: 0 0 auto;
    perspective: 1000px;
    z-index: 2;
    top: 7px;
}
.wishlist-items-wrapper .product-remove {
    min-width: 144px;
}
.wishlist-items-wrapper .product-remove .tp-cart-action-btn {
    float: left;
}
.wishlist-items-wrapper .product-remove .tp-cart-action-btn a{
    margin-right: 5px;
}
.woocommerce table.cart .wishlist-items-wrapper .tp-cart-img img {
    height: 100px !important;
}
.woocommerce table.shop_table.wishlist_table th {
    background-color: var(--tp-text-body);
}
.woocommerce .yith-wcwl-form.wishlist-fragment .wishlist-title-container {
    display: none;
}
.woocommerce .wishlist-items-wrapper .added_to_cart.wc-forward:after {
    display: none;
}
.woocommerce .wishlist-items-wrapper .added_to_cart.wc-forward {
    top: 30px;
    left: auto;
    font-family: var(--tp-ff-common);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--tp-common-white);
    display: inline-block;
    padding: 22px 35px 21px 35px;
    transition: all 0.3slinear;
    line-height: 1;
    border-radius: 35px;
    position: relative !important;
    overflow: hidden;
    flex: 0 0 auto;
    perspective: 1000px;
    z-index: 2;
}
.woocommerce .wishlist-items-wrapper .button.product_type_simple.add_to_cart_button.added {
    display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tp-cart-list table {
        width: 950px !important;
    }
}
.woocommerce table.shop_table.wishlist_table tr td.tp-cart-price del {
    display: none;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.woocommerce-message::before {
    content: "\e015";
    color: var(--tp-theme-primary);
}
.woocommerce-message {
    border-top-color: var(--tp-theme-primary);
}
@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: table-cell;
        text-align: left !important;
    }
}
@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: table-row;
    }
}
@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
        display: table-cell;
    }
}
@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent;
    }
}
@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
        display: table-header-group;
    }
}
.tp-product-details_message .woocommerce-notices-wrapper .woocommerce-message a.button {
    font-family: var(--tp-ff-common);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--tp-common-white);
    display: inline-block;
    background-color: var(--tp-theme-primary);
    padding: 22px 40px 21px 40px;
    transition: all 0.3slinear;
    line-height: 1;
    border-radius: 35px;
    position: relative !important;
    overflow: hidden;
    flex: 0 0 auto;
    perspective: 1000px;
    z-index: 2;
}
.tp-shop-details-wrapper .tp-product-details_message .woocommerce-message {
    padding: 30px 2em 4px 3.5em;
}
.tp-shop-details-wrapper .tp-product-details_message .woocommerce-message a{
    font-family: var(--tp-ff-common);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--tp-common-white);
    display: inline-block;
    background-color: var(--tp-theme-primary);
    padding: 22px 40px 21px 40px;
    transition: all 0.3slinear;
    line-height: 1;
    border-radius: 35px;
    position: relative !important;
    overflow: hidden;
    flex: 0 0 auto;
    perspective: 1000px;
    z-index: 2;
    top: -15px;
    float: right;
}
.tp-footer-subscribe form {
    display: block;
    align-items: center;
    position: relative;
    padding: 0px;
}
.tp-footer-subscribe form .form_footer{
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px;
}
.tp-footer-widget-news p:empty {
    display: none;
    margin-bottom: 0px;
}
.tp-footer-widget-news .tp-footer-social-link br {
    display: none;
}
.tp-footer-widget-news .tp-footer-check br {
    display: none;
}
.tp-footer-area .tp-footer-widget-news form .wpcf7-not-valid-tip {
    color: #525252;
    margin-top: 15px;
    position: absolute;
}
.tp-footer-area .tp-footer-widget-news form .wpcf7-response-output {
    margin: 3em 0em 1em;
    border-color: #525252;
}
footer .tp-footer-subscribe {
    border: 0px solid #525252;
}
footer .tp-footer-subscribe .form_footer{
    border: 1px solid #525252;
}
footer .tp-footer-subscribe .form_footer .wpcf7-not-valid-tip{
    position: absolute;
    margin-top: 20px;
    color: #525252;
}
footer .tp-footer-subscribe .wpcf7 form .wpcf7-response-output {
    border-color: #525252;
    margin: 40px 0em 1em;
}
footer .tp-footer-subscribe.tp-footer-subscribe-3 .form_footer .wpcf7-not-valid-tip {
    position: absolute;
    margin-top: 20px;
    color: #fff;
}
footer .tp-footer-subscribe.tp-footer-subscribe-3 .wpcf7 form .wpcf7-response-output {
    border-color: #fff;
    margin: 40px 0em 1em;
    color: #fff;
}
body.logged-in #header-sticky {
    top: 32px;
}
body.logged-in #header-sticky.tp-header-area.tp-header-breadcrumb {
    top: 0px;
}
body.logged-in #header-sticky.tp-header-area.tp-header-breadcrumb.header-sticky {
    top: 32px;
}
@media only screen and (max-width: 782px) {
    body.logged-in #header-sticky.tp-header-area.tp-header-breadcrumb.header-sticky {
        top: 46px;
    }
}
@media only screen and (max-width: 600px) {
    body.logged-in #header-sticky.tp-header-area.tp-header-breadcrumb.header-sticky {
        top: 0px;
    }
}
@media only screen and (max-width: 782px) {
    body.logged-in #header-sticky {
        top: 46px;
    }
}
@media only screen and (max-width: 600px) {
    body.logged-in #header-sticky.header-sticky {
        top: 0px;
    }
}
body.logged-in .header-home-4.tp-header-area.tp-transparent {
    top: 32px;
}
@media only screen and (max-width: 782px) {
    body.logged-in .header-home-4.tp-header-area.tp-transparent {
        top: 46px;
    }
}
@media only screen and (max-width: 600px) {
    body.logged-in .header-home-4 .header-sticky {
        top: 0px;
    }
}
.subscribe-popup .tp-shop-popup-content .wpcf7 form .wpcf7-response-output {
    margin: 0em 0em 0em;
    color: #1c1d21;
    border-color: #1c1d21;
    margin-top: 10px;
}
.mega-menu a.mega-menu-link .dropdown-toggle-btn {
    display: none;
}
@media only screen and (max-width: 991px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        display: block;
        font-size: 16px;
        color: var(--tp-common-black);
        position: relative;
        padding: 6px 0;
        padding-right: 20px;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 28px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        margin-left: auto;
        width: 93%;
        padding: 10px 5%;
        text-shadow: none !important;
        visibility: visible;
        padding-left: 0;
        padding-right: 20px;
        font-weight: 400;
        display: block;
        font-size: 16px;
        text-transform: capitalize;
        line-height: 24px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        font-weight: 400;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
        font-weight: 400;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        position: absolute;
        right: 0;
        top: 21%;
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px);
        font-size: 18px;
        color: #7F8387;
        font-family: "Font Awesome 5 Pro";
        transition: all 0.3sease -in-out;
        z-index: 1;
        width: 25px;
        height: 25px;
        line-height: 22px;
        text-align: center;
        border: 1px solid rgba(66, 63, 63, 0.12);
        transition: background-color 0.3sease -in-out, border-color 0.3sease -in-out, color 0.3sease -in-out;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:hover {
        background-color: var(--tp-theme-primary);
        border-color: var(--tp-theme-primary);
        color: var(--tp-common-white);
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a[aria-expanded="true"] span.mega-indicator {
        background-color: var(--tp-theme-primary);
        border-color: var(--tp-theme-primary);
        color: var(--tp-common-white);
    }
    .tp-main-has-submenu .homemenu {
        padding: 0px 0px;
    }
}
@media only screen and (max-width: 991px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        padding: 0px;
    }
}
@media only screen and (min-width: 1600px) {
    .header-home-1 #mega-menu-wrap-primary #mega-menu-primary {
        padding-left: 25px;
    }
    .header-home-1 #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu{
        margin-left: -20px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .header-home-1 #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        margin-left: -120px;
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1600px) {
    .header-home-1 #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        margin-left: -100px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1500px) {
    .header-home-1 #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        margin-left: -130px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-home-1 #mega-menu-wrap-primary #mega-menu-primary {
        padding-left: 70px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-home-1 #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        margin-left: -120px;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .header-home-1 #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        margin-left: 0px;
        position: fixed;
        left: 0px;
        width: 100%;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1700px) {
    #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        margin-left: -120px;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
    #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        margin-left: 0px;
        position: fixed;
        left: 0px;
        width: 100%;
    }
}
@media only screen and (min-width: 1700px) {
    .header-home-3 #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        margin-left: -1.5rem;
    }
}
.header-home-4 #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    margin-top: 1px;
}
@media only screen and (min-width: 1400px) and (max-width: 1700px) {
    #mega-menu-wrap-primary_home2 #mega-menu-primary_home2[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        margin-left: -100px;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
    #mega-menu-wrap-primary_home2 #mega-menu-primary_home2[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        margin-left: 0px;
        position: fixed;
        left: 0px;
        width: 100%;
    }
}
@media only screen and (min-width: 1600px) {
    .header-onepage #mega-menu-wrap-onepage_home1 #mega-menu-onepage_home1 {
        padding-left: 25px;
    }
    .header-onepage #mega-menu-wrap-onepage_home1 #mega-menu-onepage_home1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu{
        margin-left: -20px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .header-onepage #mega-menu-wrap-onepage_home1 #mega-menu-onepage_home1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        margin-left: -120px;
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1600px) {
    .header-onepage #mega-menu-wrap-onepage_home1 #mega-menu-onepage_home1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        margin-left: -100px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1500px) {
    .header-onepage #mega-menu-wrap-onepage_home1 #mega-menu-onepage_home1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        margin-left: -130px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-onepage #mega-menu-wrap-onepage_home1 #mega-menu-onepage_home1 {
        padding-left: 70px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-onepage #mega-menu-wrap-onepage_home1 #mega-menu-onepage_home1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        margin-left: -120px;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .header-onepage #mega-menu-wrap-onepage_home1 #mega-menu-onepage_home1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        margin-left: 0px;
        position: fixed;
        left: 0px;
        width: 100%;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1700px) {
    #mega-menu-wrap-onepage_home1 #mega-menu-onepage_home1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        margin-left: -120px;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
    #mega-menu-wrap-onepage_home1 #mega-menu-onepage_home1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        margin-left: 0px;
        position: fixed;
        left: 0px;
        width: 100%;
    }
}
@media only screen and (min-width: 1700px) {
    .tp-header-area #mega-menu-wrap-onepage_home3 #mega-menu-onepage_home3[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        margin-left: -1.5rem;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
    #mega-menu-wrap-onepage_home3 #mega-menu-onepage_home3[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        margin-left: 0px;
        position: fixed;
        left: 0px;
        width: 100%;
    }
}
.widget.tp-sidebar-widget .wp-block-group h2.wp-block-heading {
    font-weight: 700;
    font-size: 21px;
    line-height: 1.5;
    color: var(--tp-common-black);
    margin-bottom: 25px;
}
.tp-main-menu nav ul li > a {
    text-transform: uppercase;
}
.tp-breadcrumb-area.bg-position {
    background: #fff0e0;
}
.widget li a:hover {
    color: var(--tp-theme-primary);
}
.tp-blog-pagenation ul li .page-numbers {
    border: 1px solid #d9d9d9;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: var(--tp-common-black);
    font-weight: 700;
    transition: all 0.4s ease;
    margin-bottom: 15px;
}
.tp-blog-pagenation ul li .page-numbers:hover {
    color: var(--tp-common-white);
    background: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
}
.widget div.nice-select {
    display: none;
}
.widget select {
    display: block !important;
    border-radius: 0px;
}
.widget .tagcloud .wp-tag-cloud li {
    display: inline-block;
    margin-bottom: 0px;
}
.widget .tagcloud .wp-tag-cloud li a:hover {
    color: #fff;
}
.widget .tagcloud .wp-tag-cloud li a{
    font-size: 14px !important;
}
@media only screen and (min-width: 1200px) {
    .tp-blog-area .tp-blog-left >p {
        padding-left: 50px;
    }
}
.tp-blog-area .tp-blog-left .tp-comments-form-wrapper {
    margin-top: 55px;
    clear: both;
}
.tp-postbox-comments-wrap ul >li .postbox-bm.tp-postbox-comments {
    display: block;
}
.tp-postbox-comments-wrap ul >li .postbox-bm.tp-postbox-comments .tp-postbox-comment-avater img {
    float: left;
    margin-right: 30px;
}
.tp-postbox-comments-wrap .tp-postbox-comments .tp-postbox-text {
    margin-left: 150px;
    min-height: 120px;
}
.tp-postbox-comments-wrap .noavatar .tp-postbox-comments .tp-postbox-text {
    margin-left: 0px;
    min-height: auto;
}
@media only screen and (max-width: 768px) {
    .tp-postbox-comments-wrap ul >li .postbox-bm.tp-postbox-comments .tp-postbox-comment-avater img {
        float: none;
        margin-bottom: 20px;
    }
    .tp-postbox-comments-wrap .tp-postbox-comments .tp-postbox-text {
        margin-left: 0px;
    }
}
.tp-blog-area .tp-blog-left .page-links .page-number {
    border: 1px solid #d9d9d9;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: var(--tp-common-black);
    font-weight: 700;
    transition: all 0.4s ease;
    margin-right: 15px;
}
.tp-blog-area .tp-blog-left .page-links .page-number:hover {
    color: var(--tp-common-white);
    background: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
}
.tp-blog-area .tp-blog-left .page-links .post-page-numbers.current .page-number{
    border: 1px solid #d9d9d9;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: var(--tp-common-black);
    font-weight: 700;
    transition: all 0.4sease;
    color: var(--tp-common-white);
    background: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
}
.tp-blog-area .tp-blog-left table a:hover {
    color: var(--tp-theme-primary) !important;
}
.tp-blog-area .tp-blog-left .tp-blog-details-left .tp-blog-thumb-details .tp-blog-thumb-2 img{
    margin: 0 auto;
    width: auto !important;
    display: block;
}
.tp-blog-area .tp-blog-left .tp-blog-details-left .tp-blog-content-2 .post-password-form p+p {
    display: flex;
}
.tp-blog-area .tp-blog-left .tp-blog-details-left .tp-blog-content-2 .post-password-form p label[for="pwbox-1168"] {
    display: flex;
}
.tp-blog-area .tp-blog-left .tp-blog-details-left .tp-blog-content-2 .post-password-form p+p label input {
    margin-left: 15px;
}
.tp-blog-area .tp-blog-left h1 {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 1rem;
}
.tp-blog-area .tp-blog-left h1 + h2 {
    font-size: 36px !important;
    margin-bottom: 1rem;
}
.tp-blog-area .tp-blog-left  h1 + h2+h3 {
    margin-bottom: 1rem;
    font-size: 32px !important;
}
.tp-blog-area .tp-blog-left h1 + h2+h3+h4 {
    margin-bottom: 1rem;
    font-size: 28px;
}
.tp-blog-area .tp-blog-left h1 + h2+h3+h4+h5 {
    margin-bottom: 1rem;
    font-size: 24px;
    color: #1c1d21;
}
.tp-blog-area .tp-blog-left h1 + h2+h3+h4+h5+h6 {
    margin-bottom: 1rem;
}
.tp-blog-area .tp-blog-left h5+h6 {
    color: #1c1d21;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 900;
}
.tp-blog-area .tp-blog-left h2 {
    font-size: 36px;
    line-height: 1.25em;
    font-weight: 900;
    margin-bottom: 5px;
    color: #1c1d21;
}
@media screen and (max-width: 600px) {
    .tp-blog-area .tp-blog-left h2 {
        font-size: 28px;
        line-height: 1.25em;
        font-weight: 900;
        margin-bottom: 5px;
        color: #1c1d21;
    }
}
.tp-blog-area .tp-blog-left dl,.tp-blog-area .tp-blog-left ol,.tp-blog-area .tp-blog-left ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.tp-blog-area .tp-blog-left ol,.tp-blog-area .tp-blog-left ul {
    padding-left: 2rem;
}
.tp-blog-area .tp-blog-left ul {
    list-style-type: disc;
}
.tp-blog-area .tp-blog-left ul ul {
    list-style-type: circle;
    margin-bottom: 0px;
}
.tp-blog-area .tp-blog-left ul ul ul{
    list-style-type: square;
}
.tp-blog-area .tp-blog-left ol ol {
    margin-bottom: 0px;
}
.tp-blog-area .tp-blog-left ol {
    list-style-type: decimal;
}
.tp-blog-area .tp-blog-left .tp-postbox-comments-wrap > ul {
    padding-left: 0px;
}
.tp-blog-area .tp-blog-left ul ol ol, .tp-blog-area .tp-blog-left ul ol ul, .tp-blog-area .tp-blog-left ul ul ol, .tp-blog-area .tp-blog-left ul ul ul {
    margin-bottom: 0;
}
.tp-blog-area .tp-blog-left .tp-postbox-text ul li{
    list-style-type: disc;
}
.tp-blog-area .tp-blog-left .tp-postbox-text ul ul li{
    list-style-type: circle;
}
.tp-blog-area .tp-blog-left .tp-postbox-text ul ul ul li{
    list-style-type: square;
}
.tp-blog-area .tp-blog-left .tp-postbox-text ol li{
    list-style-type: decimal;
}
.tp-blog-area .tp-blog-left .tp-postbox-text ul.children {
    padding-top: 0px !important;
}
.tp-blog-area .tp-blog-left .tp-postbox-text br {
    display: block;
}
.tp-blog-area .tp-blog-left .tp-postbox-text p img {
    margin: 10px 0; 
}
.tp-blog-area .tp-blog-left figure ul.blocks-gallery-grid {
    padding-left: 0rem;
    margin-bottom: 0px;
}
.tp-blog-area .tp-blog-left .nice-select {
    display: none;
}
.tp-blog-area .tp-blog-left select {
    display: block !important;
    border-radius: 0px;
}
.tp-blog-title-2 a {
    word-wrap: break-word;
}
.tp-blog-area .tp-blog-left .tp-blog-details-left p .alignleft.size-thumbnail.wp-image-827 {
    margin-bottom: 20px;
}
.tp-blog-area .tp-blog-left .tp-blog-details-left .page-links {
    clear: both;
}
.tp-blog-area .tp-blog-left  .tp-blog-wrapper.tp-blog-wrapper-3 .tp-blog-thumb img {
    width: auto !important;
    margin: 0 auto;
    display: block;
}
.tp-main-menu ul li .submenu {
    min-width: 260px;
    width: max-content;
}
.page.page-id-1106 .section-black .tp-top-border {
    border-top: 0px solid #e7d6c4;
}
@media only screen and (max-width: 1200px) {
    .tp-main-menu ul.primary-main-menu> li.menu-item .submenu {
        min-width: 200px;
        width: max-content;
    }
    .tp-main-menu nav ul.primary-main-menu> li.menu-item {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 1199px) {
    .featured-post {
        position: relative;
        float: none;
        display: inline-block;
        margin-bottom: 20px;
    }
}
.tp-postbox-comments-wrap .tp-postbox-comments .tp-postbox-text .tp-postbox-text-comment p:last-child {
    margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
    body.logged-in .tp-header-area+.tpoffcanvas-area .tpoffcanvas{
        top: 32px;
    }
}
@media only screen and (max-width: 600px) {
    body.logged-in .tp-header-area.header-sticky+.tpoffcanvas-area .tpoffcanvas{
        top: 0px;
    }
}
.woocommerce form.tp-checkout-area .form-row .input-text {
    border: 1px solid #D9D9D9;
    height: 60px;
    width: 100%;
    color: var(--tp-grey-1);
    font-weight: 500;
    padding-right: 55px;
    padding-left: 26px;
    line-height: 56px;
    outline: none;
    background-color: #fff;
    font-size: 14px;
    border-radius: 0px;
}
.dialog-widget.dialog-lightbox-widget.dialog-type-buttons.dialog-type-lightbox.elementor-lightbox {
    display: none !important;
}
.tp-service-details-accordion .accordion-button::after {
    display: none;
}
.tp-service-area .tp-portfolio-details-info ul li:not(:last-child) {
    margin-right: 19px;
    padding-right: 19px;
    text-transform: capitalize;
}
.modal-dialog.modal-dialog-centered .tp-product-modal-content .product-popup__details-rating-count {
    display:none;
}
.modal-dialog.modal-dialog-centered .woocommerce-product-details__short-description p {
    margin-bottom: 0px;
}
.woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row .input-text{
    border: 1px solid #D9D9D9;
    height: 56px;
    width: 100%;
    color: var(--tp-grey-1);
    font-weight: 500;
    padding-right: 55px;
    padding-left: 26px;
    line-height: 56px;
    outline: none;
    background-color: #fff;
    font-size: 14px;
    border-radius: 0px;
}
.tp-blog-area .tp-author-right >.tp-sidebar-widget:first-child {
    border: 0px solid #d9d9d9;
    padding: 0px 0px 0px 0px;
}
.product-template-default .tp-shop-details-wrapper .woocommerce-notices-wrapper .woocommerce-message::before {
    top: 30px;
}
.tp-shop-popup-inputbox .tp-btn-black-square {
    letter-spacing: normal;
    margin-bottom: 0px;
}
.elementor .tp-hero-area .tp-hero4-bg-thumb img.img-cover {
    width: 100%;
    height: 100%;
}
.elementor .tp-video-area-5 .tp-hero4-bg-thumb img.img-cover {
    width: 100%;
    height: 100%;
}
.tp-shop-details-wrapper .tp-product-details-wrapper .yith-add-to-wishlist-button-block {
    display:none;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
    line-height: 2;
    font-weight: 500;
    color: var(--tp-common-black);
    font-size: 16px;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    font-size:16px;
}
.tp-sidebar-widget .tp-sidebar-widget-list .tp-blog-post:last-child {
    border-bottom: 0px solid #d9d9d9;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.tp-team-area .tp-team-item .tp-team-social span:hover {
    color: #525252;
}
.tp-blog-area .tp-blog-left .tp-blog-details-left {
    min-height: 120px;
}
.tp-sidebar-widget .tp-blog-post.border-bm .tp-blog-post-thumb >a >img {
    width: 100px;
    height: 110px;
}
.tp-service-area .tp-service-details-widget .tp-service-details-content .elementor p {
    font-family: var(--tp-ff-body);
}
.tp-service-area .tp-service-details-widget .tp-service-details-content .elementor h1,
.tp-service-area .tp-service-details-widget .tp-service-details-content .elementor h2,
.tp-service-area .tp-service-details-widget .tp-service-details-content .elementor h3,
.tp-service-area .tp-service-details-widget .tp-service-details-content .elementor h4,
.tp-service-area .tp-service-details-widget .tp-service-details-content .elementor h5,
.tp-service-area .tp-service-details-widget .tp-service-details-content .elementor h6 {
    font-family: var(--tp-ff-heading);
}
.tp-service-area .tp-service-details-widget .tp-service-details-content .elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-text {
    font-family: var(--tp-ff-body);
}
.tp-blog-area .tp-blog-left .elementor p {
    font-family: var(--tp-ff-body);
}
.tp-blog-area .tp-blog-left .elementor h1.elementor-heading-title,
.tp-blog-area .tp-blog-left .elementor h2.elementor-heading-title,
.tp-blog-area .tp-blog-left .elementor h3.elementor-heading-title,
.tp-blog-area .tp-blog-left .elementor h4.elementor-heading-title,
.tp-blog-area .tp-blog-left .elementor h5.elementor-heading-title,
.tp-blog-area .tp-blog-left .elementor h6.elementor-heading-title {
    font-family: var(--tp-ff-heading);
}
.tp-blog-area .tp-blog-left .elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-text {
    font-family: var(--tp-ff-body);
}
.ratio-1x1{
    aspect-ratio: 1/1;
    object-fit: cover;
}
.ratio-42x31{
    aspect-ratio: 42/31;
    object-fit: cover;
}
.ratio-21x26{
    aspect-ratio: 21/26;
    object-fit: cover;
}
.ratio-21x25{
    aspect-ratio: 21/25;
    object-fit: cover;
}
.tp-hero-three-spacing .tp-hero-three-subtitle b bdi{
    display: inline-flex;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), 
only screen and (min-width: 1200px) and (max-width: 1399px), 
only screen and (min-width: 992px) and (max-width: 1199px), 
only screen and (min-width: 768px) and (max-width: 991px), 
only screen and (min-width: 576px) and (max-width: 767px), 
(max-width: 575px) {
    .tp-funfacts-count-2{
        margin: 0 !important;
    }
}
body.logged-in.elementor-editor-active #header-sticky.tp-header-area.tp-header-breadcrumb.header-sticky,
body.logged-in.elementor-editor-preview #header-sticky.tp-header-area.tp-header-breadcrumb.header-sticky{
    top: 0;
}
.tp-contact-lucation.pr-0{
    padding-right: 0 !important;
}
.tp-contact-lucation.pl-0{
    padding-left: 0 !important;
}
.tp-contact-lucation.pb-30{
    padding-bottom: 30px !important;
}
.tp-contact-lucation.pr-50{
    padding-right: 50px !important;
}
.tp-contact-lucation.pl-50{
    padding-left: 50px !important;
}
.tp-contact-wrapper .pr-25{
    padding-right: 25px !important;
}
.tp-contact-wrapper .pl-25{
    padding-left: 25px !important;
}
.tp-contact-wrapper .pl-16{
    padding-left: 16.6667px !important;
}
.tp-contact-wrapper .pr-16{
    padding-right: 16.6667px !important;
}
.tp-contact-wrapper .pl-33{
    padding-left: 33.3333px !important;
}
.tp-contact-wrapper .pr-33{
    padding-right: 33.3333px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .tp-contact-wrap .tp-contact-lucation.pt-40{
        padding-top: 40px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .tp-contact-lucation.pr-50.pr-md-50{
        padding-right: 0 !important;
    }
    .tp-contact-lucation.pl-50.pl-md-50{
        padding-left: 0 !important;
    }
    .tp-contact-wrapper .pr-25{
        padding-right: 0 !important;
    }
    .tp-contact-wrapper .pl-25{
        padding-left: 0 !important;
    }
    .tp-contact-lucation.pr-md-50{
        padding-right: 50px !important;
    }
    .tp-contact-lucation.pl-md-50{
        padding-left: 50px !important;
    }
    .tp-contact-lucation.pt-md-40{
        padding-top: 40px !important;
    }
    .tp-contact-lucation.border-top-md{
        border-top: 1px solid #d9d9d9 !important;
    }
    .tp-contact-lucation.border-right-md-0{
        border-right: 0 !important;
    }
}
@media only screen and (max-width: 767px){
    .tp-contact-lucation.pr-50{
        padding-right: 0 !important;
    }
    .tp-contact-lucation.pl-50{
        padding-left: 0 !important;
    }
    .tp-contact-wrapper .pr-25{
        padding-right: 0 !important;
    }
    .tp-contact-wrapper .pl-25{
        padding-left: 0 !important;
    }
    .tp-contact-wrapper .pl-16{
        padding-left: 0 !important;
    }
    .tp-contact-wrapper .pr-16{
        padding-right: 0 !important;
    }
    .tp-contact-wrapper .pl-33{
        padding-left: 0 !important;
    }
    .tp-contact-wrapper .pr-33{
        padding-right: 0 !important;
    }
    .tp-contact-wrap .tp-contact-lucation{
        border: 0 !important;
    }
}
body.logged-in.elementor-editor-active #header-sticky,
body.logged-in.elementor-editor-preview #header-sticky{
    top: 0;
}
body.logged-in.elementor-editor-active .header-home-4.tp-header-area.tp-transparent,
body.logged-in.elementor-editor-preview .header-home-4.tp-header-area.tp-transparent{
    top: 0;
}
.mh-850{
    max-height: 850px !important;
}
.elementor-widget-heading .elementor-heading-title{
    color:#1c1d21 !important;
}