
@media only screen and (max-width: 767px) {
  .spmargin{
    margin-top: 1.25rem !important;
  }
  .spmarginbottom{
    margin-bottom: 1.25rem !important;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-nav ul li a {
    font-size: 24px;
}
}
@media only screen and (min-width: 1199px) and (max-width: 1265px) {
  .contact-info{
    display: none !important;
  }
}

@media only screen and (max-width: 582px) {	
#wpadminbar #wp-admin-bar-customize>.ab-item, #wpadminbar #wp-admin-bar-edit>.ab-item, #wpadminbar #wp-admin-bar-my-account>.ab-item, #wpadminbar #wp-admin-bar-my-sites>.ab-item, #wpadminbar #wp-admin-bar-site-editor>.ab-item, #wpadminbar #wp-admin-bar-site-name>.ab-item {

    width: 52px !important;

}
}


@media only screen and (max-width: 575px) {	
	.woocommerce-MyAccount-content .woocommerce-Addresses {

    flex-wrap: wrap !important;

}
}
@media only screen and (max-width: 782px) {	
	#wpadminbar {
    position: fixed !important;
}
}


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

@media only screen and (max-width: 991px) {
  /* Adjust the max-width value as needed */
  .banner-section[style*="background-image"] {
      background-image: none !important;
  }
}

@media only screen and (max-width: 592px) {
	.single-item.wishlist-area {
    display: none;
}
}

@media only screen and (min-width: 991px) and (max-width:1200px) {
	  .btn-area a.product_type_simple.add_to_cart_button.ajax_add_to_cart.box-style.btn-box.d-center.gap-2 {
        font-size: 13px !important;
      }
      .btn-area i{
        display: none;
      }
}


@media only screen and (max-width: 991px ) {
    .shop-main-area  ul.products li.product{
        width: 100% !important;
    }
    .related  ul.products li.product{
        width: 100% !important;
        margin-bottom: 25px;
    }
}

/* sidebar area */
.sidebar-area-content{
  background: var(--n800);
  border: 1px solid var(--n600);
  border-radius: 16px;
  overflow: hidden;
}

.sidebar__widget ul li {
  list-style: none;
}
.sidebar__widget ul li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar__widget ul li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-text-11);
  padding-left: 20px;
  position: relative;
}
.sidebar__widget ul li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background: #adaeba;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.sidebar__widget ul li ul {
  padding-top: 10px;
  padding-left: 15px;
}



.sidebar__search button {
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar__search button svg {
  width: 18px;
  height: 18px;
}
.sidebar__search button svg .st0 {
  fill: var(--tp-text-1);
}
.sidebar__search button svg .st1 {
  fill: var(--tp-common-black);
}

.tagcloud a {
  margin: 5px 2px;
  font-family: var(--body-font);
  color: var(--n50);
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  background: var(--n700);
  padding: 10px 20px;
  display: inline-flex;
  font-weight: 600;
  border-radius: 16px;
  
}
.tagcloud a:hover {
  background: var(--p500);
}

.rc__post:not(:last-child) {
  margin-bottom: 30px;
}
.rc__post{
  display: flex;
}
.search-px form.sidebar__search.p-relative {
  position: relative;
}
.rc__meta span {
  font-size: 15px;
  color: #6a727f;
  font-weight: 500;
}
.rc__thumb img {
  width: 75px;
  height: 75px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  object-fit: cover;
}
.rc__title {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
  line-height: 1.4;
}
.rc__title a:hover {
  color: var(--p300) !important
}


/*----------------------------------------
    basic pagination
-----------------------------------------*/
div.basic-pagination ul {
  padding-left: 0;
}
div.basic-pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 575px) {
  div.basic-pagination ul li {
    margin-right: 5px;
  }
}
div.basic-pagination ul li.active a {
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
div.basic-pagination ul li a, div.basic-pagination ul li span {
  position: relative;
  overflow: hidden;
  background: transparent;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid #eef0f6;
  color: var(--tp-common-black);
}
div.basic-pagination ul li a:hover, div.basic-pagination ul li a.current, div.basic-pagination ul li span:hover, div.basic-pagination ul li span.current {
  background: var(--n800);
  color: var(--bs-white);
}
span.page-numbers.dots {
  display: none;
}


/* comment box */
.latest-comments h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.latest-comments ul li {
  margin-bottom: 10px;
}

.latest-comments ul li.children {
  margin-left: 100px;
}
@media (max-width: 575px) {
  .latest-comments ul li.children {
    margin-left: 15px;
  }
}

.latest-comments ul li ul li.children-2 {
  margin-left: 100px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .latest-comments ul li ul li.children-2 {
    margin-left: 15px;
  }
}

.comments-box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 12px;
  border-radius: 4px;
  padding: 30px;
  padding-right: 40px;
  padding-top: 25px;
  background: var(--n700);
}

.comments-avatar img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.avatar-name {
  margin-bottom: 5px;
}

.avatar-name h5 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: capitalize;
}

.avatar-name span {
  font-size: 14px;
  color: var(--n50)
}

@media (max-width: 575px) {
  .comments-text {
    margin-left: 0;
    margin-top: 15px;
  }
}

.comments-text p {
  color: var(--n50);
  margin-bottom: 15px;
}

.comments-replay {
  margin-top: 10px;
}
.comments-replay a {
  display: inline-block;
  color: var(--p300);
  background: rgba(61, 108, 231, 0.1);
  height: 22px;
  line-height: 19px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.comments-replay a:hover {
  color: var(--tp-common-white);
  background: var(--p300);
}

.elementor-widget-container .blog__thumb img {
  min-height: 247px;
  object-fit: cover;
}

.post-comments .latest-comments ul li {
  padding: 0;
}
.blog-post-items .format-gallery {
  overflow: hidden !IMPORTANT;
}

i#wishlist-icon {
  margin-top: 5px;
}



















/* Blog modify */



/*----------------------------------------*/
/*  11. BLOG CSS START
/*----------------------------------------*/
.blog__item {
  -webkit-box-shadow: 0px 30px 50px -10px rgba(26, 31, 35, 0.1);
  -moz-box-shadow: 0px 30px 50px -10px rgba(26, 31, 35, 0.1);
  -ms-box-shadow: 0px 30px 50px -10px rgba(26, 31, 35, 0.1);
  -o-box-shadow: 0px 30px 50px -10px rgba(26, 31, 35, 0.1);
  box-shadow: 0px 30px 50px -10px rgba(26, 31, 35, 0.1);
}
.blog__item:hover .blog__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog__item-float {
  min-height: 400px;
  -webkit-box-shadow: 0px 30px 50px -10px rgba(26, 31, 35, 0.1);
  -moz-box-shadow: 0px 30px 50px -10px rgba(26, 31, 35, 0.1);
  -ms-box-shadow: 0px 30px 50px -10px rgba(26, 31, 35, 0.1);
  -o-box-shadow: 0px 30px 50px -10px rgba(26, 31, 35, 0.1);
  box-shadow: 0px 30px 50px -10px rgba(26, 31, 35, 0.1);
}
.blog__item-float:hover .blog__thumb-bg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog__item-float .blog__thumb-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog__item-float-overlay {
  position: relative;
}
.blog__item-float-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(181.6deg, rgba(3, 18, 32, 0) 24.31%, rgba(3, 18, 32, 0) 24.32%, rgba(3, 18, 32, 0.9) 98.64%);
}
.blog__tag {
  margin-bottom: 4px;
}
.blog__tag a {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-theme-1);
}
.blog__tag-float a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 14px;
}
.blog__tag-float a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.blog__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.blog__title a:hover {
  color: var(--tp-theme-1);
}
.blog__title-float {
  font-size: 30px;
  font-weight: 800;
  color: var(--tp-common-white);
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .blog__title-float {
    font-size: 25px;
  }
}
.blog__meta ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.blog__meta ul li {
  display: inline-block;
  list-style: none;
}
.blog__meta ul li:not(:last-child) {
  margin-right: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog__meta ul li:not(:last-child) {
    margin-right: 10px;
  }
}
.blog__meta ul li span {
  font-size: 13px;
  font-weight: 500;
  color: var(--tp-text-6);
  text-transform: capitalize;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.blog__meta ul li span i, .blog__meta ul li span svg {
  margin-right: 10px;
}
.blog__meta ul li span svg {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.blog__meta ul li span svg path {
  stroke: var(--tp-text-6);
}
.blog__meta ul li span:hover {
  color: var(--tp-theme-1);
}
.blog__meta-float ul li {
  display: inline-block;
  list-style: none;
}
.blog__meta-float ul li:not(:last-child) {
  margin-right: 20px;
}
.blog__meta-float ul li span {
  color: var(--tp-common-white);
}
.blog__meta-float ul li span i, .blog__meta-float ul li span svg {
  margin-right: 10px;
}
.blog__meta-float ul li span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.blog__meta-float ul li span svg path {
  stroke: var(--tp-common-white);
}
.blog__content {
  padding: 0 30px;
  padding-top: 13px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog__content-float {
  width: 65%;
  position: relative;
  left: 40px;
  z-index: 1;
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__content-float {
    width: 78%;
  }
}
@media (max-width: 575px) {
  .blog__content-float {
    width: 80%;
    left: 20px;
  }
}
.blog__shape-1 {
  position: absolute;
  right: 17%;
  bottom: 9%;
  z-index: -1;
  opacity: 0.3;
}
.blog__shape-2 {
  position: absolute;
  right: 14%;
  bottom: 4%;
  z-index: -1;
  opacity: 0.3;
}
.blog__shape-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.blog__shape-4 {
  position: absolute;
  left: 17%;
  top: 39%;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__sidebar {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog__sidebar {
    padding-left: 0;
    margin-top: 50px;
  }
}

.postbox__thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.postbox__thumb .play-btn:hover {
  color: var(--tp-common-white);
}
.postbox__audio {
  height: 455px;
  width: 100%;
}
.postbox__audio iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.postbox__item {
  -webkit-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  -moz-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  -ms-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  -o-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
}
.postbox__item:hover {
  -webkit-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  -moz-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  -ms-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  -o-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
}
.postbox__item-single:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.postbox__content {
  padding-top: 33px;
}
@media (max-width: 575px) {
  .postbox__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.postbox__content-single {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.postbox__title {
  font-size: 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .postbox__title {
    font-size: 25px;
  }
}
.postbox__title a:hover {
  color: var(--tp-theme-1);
}
.postbox__meta {
  margin-bottom: 10px;
}
.postbox__meta span {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 575px) {
  .postbox__meta span {
    margin-right: 9px;
  }
}
.postbox__meta span i {
  color: var(--tp-theme-1);
  margin-right: 3px;
}

.postbox__meta span:hover i {
  color: var(--tp-theme-1);
}
.postbox__meta-3 span {
  font-size: 16px;
  color: var(--tp-common-black);
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.postbox__text p {
  margin-bottom: 28px;
}
.postbox__text b {
  color: var(--n50);
}
.postbox__text-single p {
  margin-bottom: 15px;
}
.postbox__slider button {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 30px;
  color: var(--tp-common-white);
}
.postbox__slider button.postbox-slider-button-next {
  left: auto;
  right: 50px;
}
@media (max-width: 575px) {
  .postbox__slider button.postbox-slider-button-next {
    right: 10px;
  }
}
@media (max-width: 575px) {
  .postbox__slider button {
    left: 10px;
  }
}
.postbox__quote {
  padding: 40px 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 575px) {
  .postbox__quote {
    padding: 20px 30px;
  }
}
.postbox__quote blockquote {
  margin-bottom: 0;
}
.postbox__quote p {
  font-size: 24px;
  color: #0e1133;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 25px;
}
.postbox__quote h4 {
  font-size: 20px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 0;
}
.postbox__quote h4::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 2px;
  background: var(--tp-common-black);
}
.postbox__quote img.quote {
  position: absolute;
  bottom: -34px;
  right: 50px;
}
.postbox__comment-form {
  margin-bottom: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
  background: var(--tp-common-white);
}
.postbox__comment-title {
  font-size: 27px;
  margin-bottom: 0;
}
.postbox__comment-input {
  position: relative;
  margin-bottom: 20px;
}
.postbox__comment-input span {
  font-weight: 600;
  color: var(--tp-common-black);
  margin-bottom: 12px;
  display: block;
}
.postbox__comment-input input, .postbox__comment-input textarea {
  height: 55px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  color: var(--tp-common-black);
  outline: none;
  border: 1px solid transparent;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background: #f7f7f7;
}
.postbox__comment-input textarea {
  height: 175px;
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.postbox__tag h4 {
  font-size: 20px;
  margin-bottom: 17px;
}
.postbox__tag a {
  color: var(--tp-common-black);
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 25px;
  padding-bottom: 8px;
  margin-right: 5px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  border-radius: 40px;
  background: var(--tp-grey-1);
}
.postbox__tag a:hover {
  color: var(--tp-common-white);
  background: var(--tp-common-black);
}
.postbox__details .postbox__item {
  -webkit-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  -moz-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  -ms-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  -o-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
}

@media (max-width: 575px) {
  .postbox__details .postbox__content {
    padding: 35px 30px 30px 30px;
  }
}
.postbox__details .postbox__content p {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .postbox__details .postbox__quote {
    padding: 20px 20px;
  }
}
.postbox__details .postbox__quote p {
  font-size: 24px;
  color: #0e1133;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .postbox__details .postbox__quote p {
    font-size: 18px;
  }
}
.postbox__comment h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.postbox__comment-input input, .postbox__comment-input textarea {
  width: 100%;
  height: 56px;
  line-height: 56px;
  border: 2px solid var(--tp-grey-2);
  background: var(--tp-grey-2);
  color: var(--tp-common-black);
  font-size: 15px;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0 24px;
}
.postbox__comment-input input::placeholder, .postbox__comment-input textarea::placeholder {
  font-size: 15px;
  color: #6d6e75;
}
.postbox__comment-input input:focus, .postbox__comment-input textarea:focus {
  background: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}
.postbox__comment-input textarea {
  height: 180px;
  resize: none;
  line-height: 1.2;
  padding: 23px;
  padding-top: 19px;
}
.postbox__comment-agree {
  padding-left: 5px;
}
.postbox__comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 14px;
  height: 14px;
  background: var(--tp-common-white);
  border: 1px solid #b9bac1;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  flex: 0 0 auto;
}
.postbox__comment-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}
.postbox__comment-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.postbox__comment-agree input:hover {
  cursor: pointer;
}
.postbox__comment-agree label {
  padding-left: 8px;
  color: var(--tp-text-11);
  line-height: 1;
}
.postbox__comment-agree label a {
  color: var(--tp-common-black);
  font-weight: 600;
  padding-left: 4px;
}
.postbox__comment-agree label a:hover {
  color: var(--tp-theme-1);
}
.postbox__comment-agree label:hover {
  cursor: pointer;
}

/* sidebar area */
.sidebar__widget-title {
  padding-bottom: 7px;
}
.sidebar__widget ul li {
  list-style: none;
}
.sidebar__widget ul li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar__widget ul li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-text-11);
  padding-left: 20px;
  position: relative;
}
.sidebar__widget ul li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background: #adaeba;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.sidebar__widget ul li a:hover {
  color: var(--tp-theme-1);
}

.sidebar__widget ul li ul {
  padding-top: 10px;
  padding-left: 15px;
}
.sidebar__search input {
  width: 100%;
  height: 60px;
  line-height: 56px;
  background: var(--tp-grey-2);
  border: 2px solid var(--tp-grey-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 45px;
}
.sidebar__search input::placeholder {
  color: #8d8e9a;
  font-weight: 500;
}
.sidebar__search input:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}
.sidebar__search button {
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar__search button svg {
  width: 18px;
  height: 18px;
}
.sidebar__search button svg .st0 {
  fill: var(--tp-text-1);
}
.sidebar__search button svg .st1 {
  fill: var(--tp-common-black);
}



.rc__post:not(:last-child) {
  margin-bottom: 30px;
}
.rc__meta span {
  font-size: 15px;
  color: #6a727f;
  font-weight: 500;
}
.rc__thumb img {
  width: 75px;
  height: 75px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  object-fit: cover;
}
.rc__title {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
  line-height: 1.4;
}
.rc__title a:hover {
  color: var(--tp-theme-1);
}

/* comment box */
.latest-comments h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.latest-comments ul li {
  margin-bottom: 10px;
}

.latest-comments ul li.children {
  margin-left: 100px;
}
@media (max-width: 575px) {
  .latest-comments ul li.children {
    margin-left: 15px;
  }
}

.latest-comments ul li ul li.children-2 {
  margin-left: 100px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .latest-comments ul li ul li.children-2 {
    margin-left: 15px;
  }
}

.comments-box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 30px;
  padding-right: 40px;
  padding-top: 25px;
}

.comments-avatar img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.avatar-name {
  margin-bottom: 5px;
}

.avatar-name h5 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: capitalize;
}

.avatar-name span {
  font-size: 14px;
  color: var(--tp-text-11);
}

@media (max-width: 575px) {
  .comments-text {
    margin-left: 0;
    margin-top: 15px;
  }
}

.comments-text p {
  color: var(--tp-text-11);
  margin-bottom: 15px;
}

.comments-replay {
  margin-top: 10px;
}
.comments-replay a {
  display: inline-block;
  color: var(--tp-theme-1);
  background: rgba(61, 108, 231, 0.1);
  height: 22px;
  line-height: 19px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.comments-replay a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
}

.elementor-widget-container .blog__thumb img {
  min-height: 247px;
  object-fit: cover;
}

.post-comments .latest-comments ul li {
  padding: 0;
}

.breadcrumb-default-title{
  color: var(--p300) !important;
}

.postbox__details p:last-child {
  margin-bottom: 0;
}

.has-light-green-cyan-background-color p,.has-pale-pink-background-color p {
  color: var(--n800);
}

.wp-block-button.is-style-outline a {
  color: #fff !important;
}
.has-pale-cyan-blue-background-color p{
  color:var(--n700) ;
}

.postbox__text .wp-block-separator {
  border-color: #f0f0f5 !important;
  border-bottom: 2px solid;

}
pre.wp-block-code code,.wp-block-preformatted {
  color: #fff;
}
.wp-block-pullquote {
  border-color: var(--p300);
}

.wp-block-table figcaption {
  color: var(--n80);
  font-size: 13px;
  text-align: center;
}
.wp-block-image figcaption {
  color: var(--n80);
  font-size: 13px;
  text-align: center;
}
.blocks-gallery-caption {
  color: var(--n80);
}
p.has-text-color strong {
  color: #ddd;
}
.postbox__text .wp-block-embed {
  color: #ddd;
}

.postbox__text .wp-block-embed figcaption {
  color: #ddd;
}

.wp-block-media-text__content p.has-large-font-size {
  color: #49535b;
}
hr.wp-block-separator.is-style-dots {
  border-color: unset !important;
}
.wp-block-separator.is-style-dots:before {
  color: #fff !important;
}
.postbox__text {
  color: var(--n50);
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--n800);
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.footer__widget ul li {
  list-style: none;
}
address {
  color: var(--n50);
}
dt {
  font-weight: 700;
  color: var(--n50);
}
dd {
  color: var(--n50);
  font-weight: 400;
}
footer.footer-section .footer__top  {
  border-top: 2px solid var(--n700);
  padding-top: 100px;
}
select#archives-dropdown--1,select#cat,select.postform,.textwidget select {
  background: var(--n800);
  color: #fff;
  width: 100% !important;
  border: 1px solid var(--n600);
}
.sidebar__widget ul li a:hover {
  color: var(--p300) !important;
}
form.sidebar__search.p-relative input {
  border: 1px solid var(--n600);
}
.sidebar__widget.widget_recent_comments .comment-author-link a {
  color: var(--p300) !important;
}
.bottom-area.wpml-area select {
  background: var(--n700);
  color: var(--n50)
}

.bottom-area.wpml-area select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none; /* Remove any background image */
  background-position: right center; /* Add padding on the right to ensure the text is not too close to the edge */
  padding-right: 20px; /* Adjust the padding based on your needs */
}

.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
  background: var(--n800);
  color: var(--n50);
  border-radius: 10px;
}

span.woocommerce-Price-amount.amount bdi,span.woocommerce-Price-amount.amount bdi span {
  color: var(--p300);
}
tr.woocommerce-cart-form__cart-item.cart_item .variation {
  display: none;
}
table.shop_table.woocommerce-checkout-review-order-table .variation {
  display: none;
}
.single-box span.woocommerce-Price-amount.amount bdi {
  color: var(--n50);
}
.single-box span.woocommerce-Price-amount.amount bdi span {
  color: var(--n50);
}

.sidebar__widget ul li a.rsswidget {
  font-size: 14px;
  font-weight: 500;
  color: var(--p300) !important;
  padding-left: 0px; 
  position: relative;
}