@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
  --gray: #F2F2F2;
  --primary: #00963F;
}

body:not(.home) header{
  position: relative;
}

/*---------------------- index ---------------------------*/
.post-section {
  padding: 20px 0;
}


@keyframes fadeInBottom {
  from {
    opacity: 0;

  }

  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes fadeInUp_custom {
  0% {
    transform: translateY(-200%);
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

/*------------------ Contact Page -----------------*/

.contact-box .wpcf7 input[type="text"],
.contact-box .wpcf7 input[type="email"],
#contact-page .contac_form label {
  width: 100% !important;
  font-size: 16px;
  padding: 10px 10px;
  height: auto;
  float: left;
}

.contact-page {
  border-radius: 30px;
  padding: 30px;
  background: #F2F2F2;
}
.contact-page .theme-btn,#appoinment .theme-btn{
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  width: max-content;
}
.contact-page .theme-btn p,#appoinment .theme-btn p{
  margin-bottom: 0;
}
#contact-page .contact-page .theme-btn p input,#appoinment .theme-btn p input{
  padding: 0; 
  padding-right: 10px;
  background-color: transparent;
  border: none;
  font-weight: 500;
}
.contact-page .theme-btn:hover,#appoinment .theme-btn:hover{
  background-color: #00963F;
}
#appoinment .theme-btn p i{
  color: #FFFFFF;
}
.contactpage-details h3 {
  font: 600 30px / 26px Outfit;
  color: #FFFFFF;
}

.contactpage-details {
  padding: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contactpage-details p {
  font: 500 16px / 26px Outfit;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.contac_form {
  max-width: 80%;
  margin: 0 auto;
}

.contac_form input,
.contac_form textarea {
  border: 1px solid #000000;
  border-radius: 1px;
}

.contac_form textarea {
  height: 130px;
}

.contact-top-heading{
  font: 500 20px / 26px Outfit;
  letter-spacing: 0px;
  color: #000000;
}
.contact-top-list{
  font: normal normal normal 16px / 26px Outfit;
  color: #000000;
  margin-bottom: 10px;
}
/* --------- Blog Page ------- */
#full-width-blog .postbox {
  width: 100%;
  border: none;
}

#full-width-blog .postbox h3 {
  font-weight: normal;
  font-size: 35px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.postbox h3 {
  font-weight: normal;
  font-size: 35px;
  text-align: center;
}

.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}

.postbox {
  margin-bottom: 39px;
  border: none;
  border-radius: 6px;
}

.postbox h2 {
  margin: 0 0 5px;
  font-weight: bold;
}

.widget_recent_entries li {
  margin-bottom: 10px;
}

.metabox {
  color: black;
  padding: 5px 0;
  clear: both;
  margin: 10px 0;
  border-top: 1px solid#F82938;
  border-bottom: 1px solid#F82938;
}

.metabox .entry-date {
  background: url('assets/images/date.png') no-repeat;
  margin: 0 13px 0 0;
}

.metabox .entry-author {
  background: url('assets/images/author.png') no-repeat;
  padding: 0 0 0 20px;
  margin: 0 20px 0 0;
}

.metabox .entry-comments {
  background: url('assets/images/comments.png') no-repeat;
  padding: 0 0 0 20px;
}

#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}

.post-featured img {
  width: 100%;
}

/*.archive #sidebar {
    margin-top: 21%;
}
*/
@media screen and (max-width:767px) {
  .archive #sidebar {
    margin-top: 0%;
  }
}

/* --------- Inner Pages --------- */
ol.carousel-indicators {
  position: static !important
}

ol.carousel-indicators li {
  max-width: 10px;
  padding: 5px;
  color: var(--grey2);
  border-radius: 50%;
}

/* ----------------------- POST---------------------- */
a.page-numbers,
span.page-numbers.current {
  height: 35px;
  width: 35px;
  border-radius: 8px;
  line-height: 36px !important;
  background: var(--primary);
  text-align: center;
  color: #fff;
  font-weight: 500 !important;
  font-size: 16px !important;
  font-family: Outfit;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.page-numbers{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.page-numbers li{
  height: 35px;
  width: 35px;
  border-radius: 8px;
  line-height: 36px !important;
  background: var(--primary);
  text-align: center;
  color: #fff;
  font-weight: 500 !important;
  font-size: 16px !important;
  font-family: Outfit;
  letter-spacing: 0px;
  color: #FFFFFF;
}
span.page-numbers.current {
  background: #000000 !important;
  color: #fff !important
}

a.page-numbers:hover,
span.page-numbers.current:hover {
  background: #000 !important;
  color: #fff !important
}

#blog {
  padding-top: 0;
  margin-top: 0;
}

aside#search-3 {
  padding: 0 !important;
}

.bradcrumbs {
  padding: 10px 0;
  color: #000;
  display: flex;
  align-items: center;
  gap: 5px;
}

/*------------------ Comments BOX ------------------*/
#comments {
  float: left;
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

#comments h2.comments-title {
  font-size: 20px;
  font-weight: bold;
}

#comments h3.comment-reply-title {
  font-size: 20px;
  font-weight: bold;
  clear: both;
}

#comments input[type="text"],
#comments input[type="email"],
#comments textarea {
  padding: 3px 10px;
  font-size: 18px;
  border: 1px solid #2F363C;
  border-radius: 6px;
}


#comments textarea {
  height: 120px;
  background: #F1F1F1;
}

#comments input[type="submit"].submit {
  border-radius: 6px;
  background: #000;
  font: normal normal medium 16px/20px Outfit;
  letter-spacing: 0px;
  color: #FFFFFF;
  border: none;
  padding: 10px;
}

#reply-title {
  position: relative;
}

#comments a time {
  color: black;
  font-weight: bold;
  font-size: 12px;
}

#comments .comment-metadata {
  width: 90%;
  float: left;
  padding: 1% 0 0 0;
}

#comments .comment-content {
  width: 90%;
  text-align: left;
  margin-left: 7%;
}

#comments .comment-meta.commentmetadata,
#comments .says {
  display: none;
}

#comments h2#reply-title {
  margin-bottom: 15px;
  font: normal normal 600 24px / 28px Outfit;
  letter-spacing: 0px;
  color: #000;
  text-align: center;
}

#single-post-page #commentform {
  display: flex;
  flex-wrap: wrap;
}

.comment-form-email {
  order: 1;
}

.comment-notes {
  order: 2;
}

.comment-form-author {
  order: 3;
}

.comment-form-comment {
  order: 4;
}

.comment-form-cookies-consent {
  order: 5;
  display: flex;
  align-items: start;
}

input#wp-comment-cookies-consent {
  margin-right: 10px;
  margin-top: 6px;
}

.form-submit {
  order: 6;
}

.comment-form-url,
.reply>a i {
  display: none;
}

.comment-respond label {
  font: 500 14px / 30px Outfit;
  letter-spacing: 0px;
  color: #2F363C;
}

.comment-author.vcard img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.comment-author.vcard {
  display: flex;
  align-items: center;
  gap: 10px;
}

cite a {
  font: 500 20px / 28px Outfit;
  letter-spacing: 0px;
  color: #000;
  text-transform: capitalize;
}

.comment-body>p,
.comment-body>.reply {
  padding-left: 11%;
}

.reply>a {
  font: 500 14px / 26px Outfit;
  letter-spacing: 0px;
  color: #000000;
}

/*--------------- Sidebar -----------------*/
#sidebar .textwidget input[type="submit"] {
  width: 100%;
}

#sidebar .textwidget label {
  width: 100%;
  float: left;
  margin-bottom: 0;
}

#sidebar .textwidget input[type="submit"] {
  background: var(--grey2);
  border: none;
  color: var(--white);
  padding: 14px 0;
  font-size: 15px;
  margin: 0;
}

#sidebar form {
  display: table;
  width: 100%;
}

#sidebar h3,
#sidebar label {
  font: 500 18px / 24px Outfit;
  color: #000000;
}

#sidebar .wp-block-search__button {
  background: #00963F;
  color: #fff;
  border: none;
  border-radius: 4px;
}

#sidebar input[type="search"],
#sidebar label {
  width: 100%;
  border-radius: 6px;
}

#sidebar .wp-block-search__inside-wrapper {
  margin-top: 5px;
}

#sidebar input[type="submit"] {
  margin-top: 10px;
}

#sidebar aside {
  margin-bottom: 30px;
  padding: 15px;
  background: #F2F2F2;
  border-radius: 10px;
}
.widget_categories{
  background: #FFFFFF;
    box-shadow: 0px 0px 12px #00000029;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
  margin-top: 10px;
}

#sidebar .widget_recent_entries ul li a {
  font: 500 16px/22px Outfit;
  color: #000000;
}

#sidebar .widget_categories a,
#sidebar .widget_custom_html a {
  font: 500 15px / 22px Outfit;
  letter-spacing: 0px;
  color: #000000;
}

#sidebar .widget_recent_entries img {
  width: 90px;
  height: 75px;
  object-fit: cover;
}

#sidebar .media.post-thumb {
  display: flex;
}

#sidebar .media-body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#sidebar .post-date {
  margin-bottom: 0
}

#sidebar .widget_categories li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

/*------------- Page -----------------*/

.title-box.banner-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: 60% 100%;
  background-position: right;
  border-top-left-radius: 29px;
}

.title-box img {
  width: 100%;
}

.above_title {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}

.title-box h1 {
  font: 600 26px / 31px Outfit;
  letter-spacing: 0px;
  color: #000000;
}


/*---------------- Pagination ----------------*/
.woocommerce nav.woocommerce-pagination ul li {
  border-right: unset;
}

.navigation,
.shop.shop-product ul.page-numbers {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.navigation a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 0;
}

.navigation a {
  display: block;
}

.navigation span.meta-nav {
  font: 500 14px/21px Inter;
  letter-spacing: 0px;
  color: #A1A1A1;
  background: #277BF8;
  width: max-content;
  padding: 10px;
  color: #fff;
  padding: 0;
  border-radius: 25px;
  padding: 7px 20px;
}

.shop .navigation span.meta-nav {
  background: transparent;
  color: #000;
}

.shop .post-title {
  color: #000;
}

.shop .meta-nav {
  padding: 4px 10px;
}

.navigation .current {
  color: var(--white);
  font-weight: normal;
}


/*-------------- Woocommerce ---------------*/
.woocommerce .summary h1 {
  font: normal normal bold 30px/46px Outfit;
  letter-spacing: 0px;
  color: #000000;
}

.woocommerce div.product form.cart div.quantity {
  margin-right: 8px;
}

.woocommerce-cart table.cart img {
  width: 140px !important;
}

.woocommerce table.shop_table th {
  border: none;
}

.cart_totals h2 {
  font: normal normal 600 40px/55px Open Sans;
  letter-spacing: 0px;
  color: #000;
}

.cart_totals td {
  border: none;
}





.single-page-nav .nav-next .post-title {
  padding-right: 20px;
}

#contentwoocom {
  margin-top: 4rem;
}

.post-type-archive-product #contentwoocom {
  margin-top: 0;
}

/* .woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    font-size: 0;
    position: absolute;
    bottom: 5px;
    left: 10%;
    padding: 15px;
    border: 2px solid #fff;
    background: #1e1e1e !important;
    border-radius: 0 !important;
    bottom: -45px;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    opacity: 0;
    -webkit-opacity: 0;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.single-product-details th {
  border: none;
}

table.single-product-details {
  border: 1px solid #d5d5d5;
  max-width: 50%;
  background: trasparent;
  margin-bottom: 60px;
}

div#tab-description {
  display: inline-block !important;
}

/* .woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart::after{
    content: "\f290";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    transform: unset !important;
      position: unset !important;
    top: 0;
    line-height: 2;
    color: #fff;
} */
/* .woosq-btn{
    font-size: 0;
    background: transparent;
    position: relative;
    padding: 15px;
    border: 2px solid #fff;
    background: #1e1e1e !important;
    position: absolute;
    left: 41%;
    bottom: -45px;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
button.woosq-btn::after{
    content: "\f06e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    line-height: 2;
    color: #fff;
} */
/* .woocommerce a.button.added::after{
    margin-left: 0;
} */
/* .woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover, .woosq-btn:hover{
  background: #00A3FC !important;
} */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after {
  margin-left: -1px;
}

.woocommerce #customer_login .col-1,
.woocommerce #customer_login .col-2 {
  max-width: 100%;
}

input#password,
input#reg_password {
  padding: 10px;
}

.woocommerce div.product form.cart .variations select {
  background-color: var(--white);
}

#customer_details .col-1,
#customer_details .col-2 {
  max-width: 100%
}

.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
  width: 100%;
  max-width: 100%;
}

.woocommerce a.added_to_cart,
.post-type-archive-auto-listing .auto-listings-items .bottom-wrap {
  display: none !important;
}

h2.woocommerce-loop-category__title {
  text-align: center;
}

.woocommerce ul.products li.product .onsale {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.auto-listings .auto-listings-tabs ul.tabs li.active {
  background: #277BF8;
  color: #fff;
  border-radius: 35px;
  padding: 5px 30px;
  margin-bottom: 20px;
  border: none;
  box-shadow: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.auto-listings .auto-listings-tabs ul.tabs li {
  border: 1px solid #000000;
  color: #fff;
  border-radius: 35px;
  padding: 5px 30px;
  margin-bottom: 20px;
  border: none;
  background: trasparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  margin: 0 5px 0 0;
  border: none;
  margin-bottom: 20px;
}

.after-quantity-content i {
  font-size: 20px;
  border: 1px solid #277BF8;
  padding: 12px;
  color: #277BF8;
  border-radius: 50%;
  margin-right: 0;
}

.after-quantity-content i.fas.fa-cogs {
  padding: 12px 10px;
}

.after-quantity-content i.fa-dollar-sign {
  padding: 12px 17px !important;
}

.single-product .product-more-desc {
  margin-bottom: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font: 600 14px/22px Inter;
  letter-spacing: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: none !important;
  box-shadow: none;
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.related.products {
  padding-top: 30px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.related.products h2,
.woocommerce div.product .woocommerce-tabs .panel h2 {
  text-transform: capitalize;
  font-size: 24px;
}

.woocommerce #customer_login .col-1,
.woocommerce #customer_login .col-2 {
  max-width: 100%;
}

input#password,
input#reg_password {
  padding: 10px;
}

.woocommerce div.product form.cart .variations select {
  background-color: #ffffff;
}

.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.woocommerce li.woocommerce-MyAccount-navigation-link.is-active {
  background-color: #ffffff;
  border: 1px solid #339D55;
}

.woocommerce li.woocommerce-MyAccount-navigation-link.is-active a {
  color: #000;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce form.login,
.woocommerce form.register {
  padding: 20px;
  border: 1px solid #339D55;
}

.woocommerce-info {
  border-top-color: #339D55;
}

.woocommerce-info::before {
  color: #339D55;
}

.woocommerce-Address-title.title h3 {
  font: 500 22px / 34px Outfit;
  color: #000000;
}

.woocommerce-Address-title.title a {
  padding: 7px 15px;
  border-radius: 5px;
}

.woocommerce-Button.wc-forward.button,
a.button.wc-forward,
.woocommerce-Address-title.title a,
.woocommerce-MyAccount-content button.woocommerce-Button.button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  background: #339D55;
  font: 500 14px / 20px Outfit;
  color: #FFFFFF;
}

.woocommerce-Button.wc-forward.button:hover,
a.button.wc-forward:hover,
.woocommerce-Address-title.title a:hover,
.woocommerce-MyAccount-content button.woocommerce-Button.button:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover {
  background: #000;
  color: #fff;
}

header.woocommerce-Address-title.title {
  background: transparent;
}

.woocommerce table.cart td.actions .input-text {
  width: 130px;
}

.woocommerce .woocommerce-MyAccount-content .form-row {
  display: block !important;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  border: 1px solid #ffffff;
  margin-left: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #ffffff;
  padding: 10px 25px 10px 15px;
  background-color: #339D55;
}

.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  border: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
  font: 500 16px / 25px Outfit;
  letter-spacing: 0px;
  color: #fff;
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: #8fa3aa;
}

.woocommerce .form-row {
  display: unset;
}

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

.woocommerce #order_review table th {
  text-align: left;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  padding: 20px;
}

.woocommerce .woocommerce-result-count {
  display: none;
}

header.woocommerce-products-header {
  height: unset;
}

.woocommerce-ordering {
  margin-top: -26px !important;
}

.range-div span {
  font-size: 12px;
}


products columns-3 {}

.woocommerce-message {
  border-color: #339D55;
}

.woocommerce-message::before {
  color: #00A3FC !important;
}

.woocommerce-message {
  font-size: 14px;
  letter-spacing: 1px;
  color: #222222;
  font-weight: 500;
}

.woocommerce .product_meta span {
  margin-right: 10px;
}

.woocommerce table.shop_table th {
  color: #222;
  text-align: center;
}

.woocommerce .woocommerce-cart-form__cart-item a {
  color: #222;
  font-weight: bold;
}

.woocommerce .woocommerce-cart-form__cart-item td {
  color: #222
}

.wishlist_table td.product-name,
.wishlist_table .product-thumbnail {
  text-align: center !important;
}

.woocommerce table.shop_table td {
  color: #222;
}

.woocommerce .woocommerce-error {
  color: #222;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  color: #222;
  display: inline-block !important;
}

.inner_layout nav.woocommerce-MyAccount-navigation ul li {
  background-color: #F82938;
  margin-bottom: 4px;
}

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


.woocommerce-Reviews .comment-form .comment-form-author,
.woocommerce-Reviews .comment-form .comment-form-email,
.woocommerce-Reviews .comment-form .comment-form-url {
  width: 100%;
}

.widget span.count {
  float: right;
}

.up-sells.upsells.products {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.woocommerce-product-search button {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  background-color: #F82938;
  display: inline-block;
  padding-right: 10px;
  text-align: center;
  padding: 10px 15px;
  text-align: center;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  border: navajowhite;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: 14px;
}

.related-post-wrapper a {
  font-size: 16px;
  padding: 6px 0 !important;
  display: inline-block;
  color: var(--black2);
  font-family: var(--common-font-m);
  font-weight: bold;
}

.heading3 {
  font-size: 49px;
}

.read-moresec-err a {
  color: var(--white);
  border: none;
  text-transform: uppercase;
  padding: 16px 22px;
  border-radius: 35px;
  font: 700 14px var(--common-font-m);
  background-color: #F82938;
}

.woocommerce table.shop_attributes td p {
  margin: 0 12px;
}

.woocommerce ul.products li.product .star-rating {
  font-size: 14px;
  margin-top: 10px;
}

a.button.yith-wcqv-button {
  display: none !important;
}

.woocommerce ul.products li.product .button {
  display: inline;
  margin-bottom: 14px;
  margin: 0px 25px 0 15px;
}

.woocommerce .yith-wcwl-add-button {
  position: relative;
}

/* .shop.shop-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .shop.shop-product .star-rating{
  display: none ;
} */

#blog-left-sidebar,
#blog-right-sidebar {
  padding: 80px 0;
}

#blog-left-sidebar #latest_post {
  padding: 0
}

#full-width-blog {
  padding: 40px 0
}

#full-width-blog #latest_post {
  padding: 20px 0;
}

#blog-right-sidebar #latest_post,
#blog-right-sidebar #latest_post {
  padding: 0px 0;
}

#aboutus-page #testimonials {
  margin-bottom: 70px;
}

section#aboutus-page {
  padding: 80px 0 40px 0;
}

h1.woocommerce-products-header__title.page-title {
  display: none;
}

#blog-left-sidebar .newsinner .share_icon,
#blog-right-sidebar .newsinner .share_icon {
  left: 41%;
}

.news-form-main {
  display: flex;
  justify-content: center;
  max-width: 790px;
  width: 100%;
}

section#page-with-left-sidebar,
section#page-with-right-sidebar {
  padding: 40px 0;
}
.post-month-outer{
  background: #000000;
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-radius: 6px;
  padding: 5px 10px;
}
.post-month{
  font: 600 14px / 23px Outfit;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.blog-title a{
  font: 700 18px / 20px Outfit;
  letter-spacing: 0px;
      overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/* ---Single Post Page----- */

#single-post .single-author-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#single-post .author-name {
  font: normal normal 600 18px / 26px Outfit;
  text-transform: capitalize;
  color: #000000;
}

.meta-heading {
  font: 500 16px / 26px Outfit;
  letter-spacing: 0px;
  color: #000000;
}

.social-share-icon-main {
  position: absolute;
  display: flex;
  right: 0;
  text-align: center;
  gap: 5px;
  opacity: 0;
}

.social-share-icon-main a i{
  background: #000000;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  margin: 0 auto;
}

.social-share-icon-main a i:hover {
  background: #00963F;
  color: #fff;
}

.share_icon:hover .social-share-icon-main {
  opacity: 1;
  cursor: pointer;
}

.blog-que {
  font: 600 20px / 26px Outfit;
  letter-spacing: 0px;
  color: #000000;
}

.single-blog-content p {
  font: 400 16px / 28px Outfit;
  color: #000000;
  opacity: 0.7;
}

#single-post hr:not([size]) {
  height: 1px;
  background-color: #000;
  opacity: inherit;
}

#single-post .comment-respond {
  background: #F1F1F1;
  border-radius: 15px;
  padding: 20px;
  width: 100%;
  max-width: 40%;
  height: 100%;
  order: 1
}

#single-post #commentform {
  display: flex;
  flex-wrap: wrap;


}

.comment-list {
  list-style-type: none;
  width: 55%;
  order: 2;
}

#comments h2.comments-title {
  display: none;
}

#single-post .comment-form-url,
.comment-notes {
  display: none;
}

#single-post .comment-form-author {
  order: 2;
  width: 100%;
}

#single-post .comment-form-email {
  order: 3;
  width: 100%;
}

#single-post .comment-form-comment {
  order: 4;
  width: 100%;
}


.error-page .error-heading {
  font: 500 36px / 36px Outfit;
  letter-spacing: 0px;
  color: #000000;
}

.error-page .error-para {
  font: 400 18px / 27px Outfit;
  letter-spacing: 0px;
  color: #313131;
}
.error_bgs .theme-btn:hover{
  background-color: #00963F !important;
  color: #fff;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 65%;
  float: none;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  margin-bottom: 20px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  margin-bottom: 20px;
}

.shop .woocommerce span.onsale {
  display: none !important;
}

p.wishlist-empty {
  margin: 40px 0;
}

/* empty wishlist page END */
/* shop page cart */

/* .wishlist_table.mobile li .item-wrapper{
  text-align: center;
  width: 100%;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail{
  display: contents;
  max-width: 100%;
}
 .wishlist_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.mobile li table.additional-info td.label, .wishlist_table.mobile li table.additional-info td.value{
   display: none;
 }
 .wishlist_table.mobile li .item-details table.item-details-table td.value{
   text-align: center;
 }
 .wishlist_table.mobile .additional-info-wrapper tr, .wishlist_table.mobile .item-details-table tbody tr{
   border: none;
 }
 .wishlist_table.mobile li{
    border: 2px solid #f7f2ed;
    position: relative;
 }
 .wishlist_table.mobile .product-remove{
   position: absolute;
    text-align: left;
    padding: 4px 7px !important;
    background: #000;
    top: 10px;
    left: 10px;
    height: 27px;
    width: 27px;
    border-radius: 5px;
    font-size: 15px;
 }
 .wishlist_table.mobile .product-thumbnail img{
padding-top: 30px;
       max-width: 60%;
 } */
/* cart empty */
.cart-empty.woocommerce-info {
  display: none;
}

.cart-empty-img {
  height: 70px !important;
}




/* -----------About Page------------ */
#vission-mission h5,
#our-values h5 {
  font: normal normal bold 24px / 28px Outfit;
  color: #182027;
}

#vission-mission p,
.vision-points p,
#our-values p ,.vision-features p, #creative p{
  font: normal normal normal 16px/28px Outfit;
  letter-spacing: 0px;
}

#vission-mission img,
#our-values img {
  border-radius: 15px;
}

.vision-points p::after,
.pests-list:before {
  content: '';
  position: absolute;
  top: 11px;
  Left: -1px;
  bottom: 0;
  background: #339D55;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

.pests-list:before {
  top: 7px;
}

/* appoinment page */
#appoinment,
#full-width-blog,
#blog-left-sidebar,
#blog-right-sidebar,
#single-post,
.single.single-post {
  background: #fff;
}

#appoinment .appoinment-form-inner{
  background: #F2F2F2;
  box-shadow: 0px 0px 15px #00000029;
  border-radius: 20px;
  padding: 40px;
}
#appoinment label {
  font: 500 14px / 26px Outfit;
  color: #000000;
  width: 100%;
}

#appoinment p {
  margin-bottom: 5px;
}

.ap-col {
  margin-bottom: 15px;
}

#appoinment .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 10px;
  grid-gap: 5px;
}

#appoinment .types-pests .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
  grid-gap: 5px;
}

#appoinment .wpcf7-radio .wpcf7-list-item {
  margin: unset;
}

#appoinment span.wpcf7-list-item-label {
  font:600 14px / 26px Outfit;
  letter-spacing: 0px;
  color: #000000;
  padding-left: 5px;
}

#appoinment .property-types .wpcf7-radio {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

#appoinment textarea {
  height: 75px;
}

#appoinment input[type='radio'] {
  accent-color: #339D55;
  cursor: pointer;
}

.appoinment-heading {
  font: 700 24px / 26px Outfit;
  letter-spacing: 0px;
  color: #000000;
  position: relative;
  margin-bottom: 5%;
}

/* -------------Pest Problem single page */
.pests-content h4 {
  font: 600 24px / 33px Outfit;
  color: #000000;
}

.pests-content-inner p {
  font: 400 16px / 30px Outfit;
  letter-spacing: 0px;
  color: #000000;
}

.pests-content-inner h5 {
  font: 500 22px / 30px Outfit;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 14px;
}

.pests-content p {
  margin-bottom: 0
}

#single-pest-problem .pests-img {
  height: 90px;
  width: 90px;
  background: #FEF4D8;
  padding: 15px;
  border-radius: 50%;
}

#single-pest-problem .pests-img img {
  height: 100%;
  width: 100%;
}

/* --------Single Services Prbloem-------------------- */
#single-services-problem .services-img {
  background: #FEF4D8;
  padding: 15px;
  width: max-content;
  border-radius: 50%;
}

/* --------Privacy Policy------------------- */
.outer_dpage {
  padding: 50px 0;
}

.middle-content h2 {
  font: 600 20px / 35px Outfit;
  letter-spacing: 0px;
  color: #000000;
}

.middle-content ul {
  margin-left: 15px;
  margin-bottom: 20px;
}

.middle-content ul li {
  margin-bottom: 6px;
}

/* ----------------Support Page--------------------------- */
#support-page hr:not([size]) {
  height: 2px;
}

#support-page .top-content h2 {
  font: 400 26px / 40px Outfit;
  color: #000000;
}

#support-page .top-content h4 {
  font: 400 18px / 38px Outfit;
  color: #000000;
}

#support-page p {
  font: 400 14px / 30px Outfit;
  color: #000000;
}

#support-page .half-width,
#support-page ul {
  margin-left: 20px;
  display: grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

#support-page li {
  font: 400 14px / 25px Outfit;
  letter-spacing: 0px;
  color: #000000;
}

/* Shop Page */
.shop.shop-product .accordion-item {
  border: none;
  border-radius: 15px;
  margin-bottom: 10px;
}

.shop.shop-product .accordion-button {
  border-radius: 15px 15px 0px 0px;
  background: #F1F1F1;
  padding: 10px 1.25rem;
  color: #000000;
  font: 500 16px / 28px Outfit;
  box-shadow: unset;
}

.shop.shop-product button.accordion-button.collapsed {
  border-radius: 15px;
}

.shop.shop-product .accordion-body {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0 0 15px 15px
}

.shop.shop-product .accordion-button::after,
.shop.shop-product.accordion-button::after {
  content: '\f067';
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 14px;
  background-image: unset !important;
  height: unset !important;
  width: unset !important;
  transition: unset;
}

.shop.shop-product .accordion-button:not(.collapsed)::after,
.shop.shop-product .accordion-button:not(.collapsed)::after {
  content: '\f068';
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 14px;
  background-image: unset !important;
  height: unset !important;
  width: unset !important;
  transition: unset;
}

.shop-page-filters input.category-filter-search {
  font-size: 14px;
  background: #F1F1F1;
  border: none;
  border-radius: 6px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border-radius: 0;
  background: #000 !important;
  height: 15px !important;
  width: 5px !important;
  border: none !important;
  margin-left: unset !important;
}

.ui-widget-header {
  background: #277BF8 !important;
}

.ui-widget-content {
  border: none !important;
  background: #ddd !important;
}

.ui-slider-horizontal {
  height: 0.4em !important;
}

.ui-slider-horizontal .ui-slider-range {
  background: #000 !important;
  border-radius: unset !important;
}

.shop-page-filters .accordion-body label {
  width: 100%;
}

.ui-widget.ui-widget-content {
  background: #339D55 !important
}

.category-filter-checkbox {
  width: 16px;
}

.shop-page-produts-category span {
  font: 400 14px / 20px Outfit;
  color: #000000;
  cursor: pointer;
}

.shop.shop-product .products {
  display: flex;
  flex-wrap: wrap;
}

/* wishlist page */
table.wishlist_table tr,
.wishlist_table.mobile #yith-wcwl-row-94 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  padding: 10px;
}

table.shop_table.wishlist_table thead {
  display: none;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td {
  border: none;
}

.wishlist-items-wrapper .product-rating {
  display: none
}

.wishlist-items-wrapper .product-thumbnail a {
  display: inline !important;
}

.shop_table .product-remove {
  position: absolute;
  top: 12px;
  z-index: 1
}

.wishlist-items-wrapper .product-name a {
  font: normal normal 600 22px / 26px Outfit;
  color: #000000;
}

#empty-cart-page {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#empty-cart-page a {
  background: #339D55;
  color: #fff;
  border-radius: 6px;
  padding: 10px 14px;
  font: 500 14px / 24px Outfit;
  letter-spacing: 0px;
  color: #FFFFFF;
  width: max-content;
  margin: 0 auto;
}

#empty-cart-page i {
  color: #339D55;
  font-size: 35px;
  border: 2px solid #339D55;
  padding: 10px;
  border-radius: 10px;
  width: max-content;
  margin: 0 auto;
}

.wishlist_table.mobile li .item-wrapper .product-thumbnail {
  display: block;
  max-width: 100%;
  margin-right: unset;
}

.wishlist_table.mobile .additional-info,
.wishlist_table.mobile .item-details-table .label {
  display: none;
}

.wishlist_table.mobile li .item-wrapper,
.wishlist_table.mobile li .item-wrapper .item-details {
  width: calc(100% - 0px);

}

.wishlist_table.mobile .product-remove i {
  background: #339D55;
  color: white !important;
  padding: 10px;
  border-radius: 8px;
  margin: 6px;
}

.wishlist_table.mobile #yith-wcwl-row-94 {
  position: relative;
}

.product-thumbnail {
  position: relative;
}

.product-thumbnail:after {
  content: '';
  background-color: #339D55;
  opacity: 0.4;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}

table.wishlist_table tr:hover .product-thumbnail:after,
.wishlist_table.mobile #yith-wcwl-row-94:hover .product-thumbnail:after {
  display: block;
}

.item-details-table {
  text-align: center;
  display: inline;
}

/* Single Product page */
.woocommerce-product-gallery__wrapper {
  width: 510px;
  height: 440px;
  background: #FEF4D8;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  padding: 50px;
  height: 100% !important;
  width: 100% !important;
  object-fit: contain;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  height: 100% !important;
  width: 100% !important;
  object-fit: contain;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger,
.single.single-product .onsale,
.woocommerce-breadcrumb,
.tabs.wc-tabs,
.summary.entry-summary .yith-wcwl-add-to-wishlist,
.woocommerce-Reviews-title,
.single.single-product time.woocommerce-review__published-date,
.single.single-product .woocommerce-review__dash {
  display: none;
}

.summary.entry-summary form .yith-wcwl-add-to-wishlist {
  display: block;
}

.woocommerce-page div.product div.summary {
  width: 55%;
}

.woocommerce div.product div.images {
  width: 45%;
}

h2.product_title.entry-title {
  font: 600 36px / 52px Outfit;
  color: #000000;
}


.star-rating {
  color: #fbe018;
  margin: 10px auto;
  font-size: .857em;
  display: block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
  margin: 0 !important;
}

.woocommerce-product-details__short-description p {
  font: normal normal normal 15px / 24px Outfit;
  color: #000000;
  margin-bottom: 0;
}

.woocommerce .quantity input {
  padding: 7px 15px;
  border: 1px solid #C7C7C7;
  border-radius: 10px;
  width: 7.631em !important;
  text-align: left !important
}

.Discount-offer-img-box img {
  width: 50px;
  height: 50px;
  background: #ebebeb;
  border-radius: 50%;
  object-fit: contain;
}

.Discount-offer-text-box {
  font: 500 14px / 19px Outfit;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 10px;

}

.woocommerce-page div.product div.summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin-bottom: 0;
}

.summary.entry-summary .wishlist_text {
  width: max-content
}

.single.single-product .bold-rating span {
  font: 500 80px / 80px Outfit;
  letter-spacing: 0px;
  color: #000000;
}

.bold-rating .fa-star {
  color: #fc0;
  position: relative;
  top: 35px;
  height: max-content;
  left: 8px;
  font-size: 20px;
}

.progress *:not([data-progress]) {
  margin: 5px 0;
  font-size: 14px
}

.progress {
  width: 100%;
  max-width: 500px;
  padding: 0;
  box-sizing: border-box;
  background: #fff
}

.progress [data-progress] {
  height: 7px;
  /* box-shadow: 0 0 1px 1px rgba(0,0,0,.25) inset; */
  border-radius: 2px;
  margin: unset;
  overflow: hidden;
  width: 200px;
  align-self: center;
  background: #f4f4f4;
}

.rating-bar:nth-child(1) .progress [data-progress]::after {
  background-image: linear-gradient(#0DBE00, #0DBE00 50%, #0DBE00 50%)
}

.rating-bar:nth-child(4) .progress [data-progress]::after {
  background-image: linear-gradient(#FF9100, #FF9100 50%, #FF9100 50%)
}

.rating-bar:nth-child(5) .progress [data-progress]::after {
  background-image: linear-gradient(#DE0000, #DE0000 50%, #DE0000 50%)
}

[data-progress]::after {
  content: "";
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-image: linear-gradient(#EBD300, #EBD300 50%, #EBD300 50%);
  width: 0;
  height: 100%;
  box-sizing: border-box;
  font-size: 10px;
  color: transparent;
  padding: 0 3px;
  transition: 2s
}

[data-progress].animate-progress::after {
  content: attr(data-progress) "%";
  width: var(--animate-progress)
}

#tab-reviews {
  display: block !important
}

.single.single-product #reviews {
  display: flex;
  gap: 60px;
  margin-top: -45px;
}

.single.single-product #comments {
  border-top: 1px solid #dcd5d5;
  padding-top: 40px;
  margin-top: 45px;
}

.single.single-product .meta-field-call {
  display: flex;
  background: #FCB900;
  padding: 20px 20px;
  width: 30%;
  gap: 35px;
  border-radius: 10px;
}

.meta-field-call i {
  font-size: 45px;
}

#review_form_wrapper #review_form {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 20px;
}

#reviews .clear {
  display: none;
}

.single.single-product .total_sale,
.single.single-product .count {
  font: 500 14px / 19px Outfit !important;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 10px;
}

.desc-raing-head {
  font: 600 18px / 19px Outfit !important;
}

.helpline-text span {
  font: 500 14px / 23px Outfit;
  color: #000000;
}

.single.single-product .comment_container {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.single.single-product .comment_container img.avatar {
  position: relative !important;
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
}

.single.single-product .comment_container .comment-text {
  width: 100%;
  margin: 0 !important;
  border: none !important;
  padding: 0 !important
}

.single.single-product #comments .commentlist p.meta {
  width: 150px;
}

.single.single-product .commentlist .star-rating {
  right: 65% !important;
  top: 5px !important;
}

.single.single-product .comment-text p.meta {
  font: 400 18px / 32px Outfit !important;
  letter-spacing: 0px;
  color: #000 !important;
  margin-bottom: 0 !important;
  ;
  text-transform: capitalize;
}

.single.single-product .single_add_to_cart_button {
  background: #339D55 !important;
  font: normal normal normal 14px / 17px Outfit;
  letter-spacing: 0px;
  color: #FFFFFF;
  position: relative;
  padding-right: 35px;
  padding-left: 20px;
  border-radius: 6px;
}

.single.single-product .single_add_to_cart_button::after {
  content: "\f07a";
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 33px;
  color: #fff;
}

.single.single-product .single_add_to_cart_button:hover,
.summary.entry-summary .wishlist_text i:hover {
  background: #FCB900 !important;
  color: #000 !important;
}

.single.single-product .single_add_to_cart_button:hover::after {
  color: #000 !important;
}

.single-pro-btn .yith-wcwl-icon {
  background: #339D55;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}

.single-pro-btn .yith-wcwl-add-to-wishlist.exists .yith-wcwl-icon {
  font-weight: 800;
}

.single-pro-btn .yith-wcwl-add-to-wishlist {
  position: relative;
}

.single-pro-btn .yith-wcwl-wishlistaddedbrowse a {
  position: absolute;
  left: 7px;
  font-size: 5px;
  width: 20px;
  text-align: center;
  top: 7px;
  opacity: 0;
}

.single.single-product .woocommerce-Tabs-panel--description p,
.single.single-product li {
  font: 400 14px / 26px Outfit;
  letter-spacing: 0px;
  color: #000000;

}

.single.single-product .woocommerce-Tabs-panel--description ul {
  margin-left: 20px;

}

.single.single-product .woocommerce-Tabs-panel--description ::marker {
  color: #339D55;
  font-size: 20px;
}

.single.single-product .woocommerce-tabs.wc-tabs-wrapper .desc-head {
  position: relative;
}

.single.single-product .woocommerce-tabs.wc-tabs-wrapper .desc-head:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 13%;
  right: 0;
  border-bottom: 1px solid #000;
  width: 85%;

}

.single.single-product .form-submit .submit {
  background: #339D55 !important;
  padding: 10px 30px !important;
  color: #fff !important;
  font: 400 14px / 16px Outfit !important;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.single.single-product .form-submit .submit:hover {
  background: #000 !important;
  color: #fff !important;
}

.comment-form-cookies-consent label {
  font: 400 13px / 21px Outfit !important;
}

.related.products ul {
  margin-top: 4%;
}

.summary.entry-summary ins bdi {
  font: normal normal 600 26px / 22px Outfit;
}

.summary.entry-summary p.price {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}


#commentform {
  display: flex;
  flex-direction: column;
}

#commentform .comment-form-rating {
  display: flex;
  align-items: center;
  order: 5;
}

#commentform .comment-form-author {
  order: 1;
}

#commentform .comment-form-email {
  order: 2;
}

#commentform .comment-form-comment {
  order: 3;
}

#commentform p.stars {
  margin-bottom: 0 !important
}

/* -------------Category Single Page------------- */
#services-category-main .cat-images-main {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(4, 95px);
}

#services-category-main .cat-images-main img {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
}

#services-category-main .cat-images-main .category-image-one {
  grid-column-start: 1;
  grid-column-end: 8;
  grid-row-start: 4;
  grid-row-end: 2;
  z-index: 0;
}

#services-category-main .cat-images-main .category-image-two {
  grid-column-start: 5;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 6;
}

#services-category-main .check-icon,
#services-cat-pills-tabContent .check-icon {
  background: #339D55;
  padding: 4px;
  height: 20px;
  width: 20px;
  /* max-height: 25px; */
  border-radius: 50%;
}

.single-cat-title {
  background: #FCB900;
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  font: normal normal 600 18px / 15px Outfit;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 3px;
}

.single-cat-post-title {
  font: 500 18px / 26px Outfit;
  letter-spacing: 0px;
  color: #000;
}

.single-cat-post-title:hover {
  border-bottom: 2px solid #000;
}

#services-cat-pills-tab .nav-link {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
  color: #000;
  margin-bottom: 3px;
}

#services-cat-pills-tab .nav-link.active {
  background: #339D55;
}

#services-cat-pills-tab .nav-link.active .single-cat-post-title {
  color: #fff;
}

#services-cat-pills-tab .nav-link.active .single-cat-post-img img {
  filter: invert(1);
}

.single-cat-post-img img {
  width: 50px;
  height: 40px;
  object-fit: contain;
}

#services-cat-pills-tabContent .post-title {
  font: normal normal 600 30px / 26px Outfit;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 15px;
}

#services-cat-pills-tabContent p {
  font: 400 15px / 25px Outfit;
  letter-spacing: 0px;
  color: #000000;
}

#services-cat-pills-tabContent .theme-btn:hover {
  box-shadow: inset 6em 0 0 0 #000, inset -7em 0 0 0 #000;
}

.post-extra-content img {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
}

.post-extra-content h4 {
  font: 500 26px / 40px Outfit;
  color: #000000;
}

/* ----------Location Page---------- */
.location-box {
  background: #F1F1F1;
  border-radius: 6px;
  padding: 15px;
  justify-content: space-between;
}

.location-box h4 {
  font: 500 18px / 25px Outfit;
  color: #000000;
}

.location-box .location-address {
  font: 400 18px / 27px Outfit;
  letter-spacing: 0px;
  color: #000000;
}

.location-number {
  font: 500 16px / 27px Outfit;
  letter-spacing: 0px;
  color: #000000;
}

/* ------Card Page------------ */
.wc-block-components-sidebar-layout .wc-block-components-main,
.wp-block-woocommerce-cart-totals-block,
.wp-block-woocommerce-checkout-totals-block {
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  padding: 10px !important;
}

.wc-block-cart-item__image {
  width: 30%;
}

.wc-block-components-product-name {
  font: normal normal 600 18px / 20px Outfit !important;
  letter-spacing: 0px;
  color: #000000;
}

.wc-block-cart-items thead th,
.wc-block-cart__totals-title {
  font: normal normal 600 18px / 18px Outfit !important;
  color: #000000;
}

.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td {
  vertical-align: middle !important;
}

.woocommerce-cart .wc-block-cart-item__image {

  vertical-align: middle !important;
}

.wc-block-cart table.wc-block-cart-items {
  margin-bottom: 0 !important;
}

.is-large.wc-block-cart .wc-block-cart-items td {
  border-top: none !important;
}

.is-large.wc-block-cart .wc-block-cart-items {
  border-bottom: none !important
}

.wc-block-components-sale-badge {
  padding: 5px !important;
  border: 1px solid #dfdddd !important;
}

.wc-block-cart-item__total .wc-block-components-product-price__value {
  font: normal normal bold 24px / 23px Outfit;
  letter-spacing: 0px;
  color: #000000;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  width: 62% !important;
  ;
  margin-right: 35px !important;
}

.wc-block-cart__submit-container a,
.wc-block-components-checkout-place-order-button {
  background: var(--green);
  border-color: var(--green);
  border-radius: 4px;
  padding: 10px 30px;
  font: 500 14px / 19px Outfit;
  letter-spacing: 0px;
  color: #FFFFFF;
  transition: all 0.5s;
  border: none;
}

.wc-block-components-totals-coupon a {
  color: #000;
}

.wc-block-components-totals-coupon__button {
  background: var(--green);
  border-color: var(--green);
  border-radius: 4px;
  padding: 7px 29px;
  font: 500 14px / 19px Outfit;
  letter-spacing: 0px;
  color: #FFFFFF;
  border: none;
}

.wc-block-cart-item__image img {
  height: 240px;
  background: #FEF4D8 !important;
  width: 200px;
  object-fit: contain;
  padding: 20px;
}






/* shubham  */


/* shop page  */

.shop-sidebar {
  background: var(--gray);
}




/* isotope filter grid  */


.grid {
  margin: 0 auto;
}

.grid-item {
  margin-bottom: 20px;
}
.product-image img {
  width: 100% !important;
  height: auto;
}
.button-group {
  margin-bottom: 20px;
}
.product-image {
  border-radius: 15px;
  overflow: hidden;
  z-index: 0;
}

/* templ  */
/* h2,
h3 {
  color: #000 !important;
} */

div#filters button {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000000;
  background: #F2F2F2 0% 0% no-repeat padding-box;
  border-radius: 6px;
  border: none;
  padding: 4px 16px;
  display: flex;
  align-items: center; 
  gap: 10px;
}

.button-group {
  margin: 30px 1rem 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sidebar-filter {
  background-color: var(--gray);
}

.filter-head.active {
  margin-bottom: 0px;
}
.filter-head.active i.fa-solid.fa-caret-down{
  transform: rotate(180deg);
}
button.button img {
  width: 20px;
  height: 20px;
  object-fit: scale-down;
}

div#filters .filter-button.active {
  background: var(--primary);
  color: #fff;
}

div#filters .filter-button.active img {
  filter: invert(1);
}

.preimum-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 15px;
  top: 10px;
}

.author-download {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author-download img {
  width: 34px !important;
  border-radius: 50% !important;
}

a.author {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  text-transform: capitalize;
}

a.download-button {
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  background: var(--primary);
  padding: 8px 12px;
  border-radius: 3px;
}

.product-btns-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform: translateY(100%);
}

.product-image:hover .product-btns-wrap {
  animation-name: fadeInBottom
}

.product-image {
  position: relative;
}

a.save-post-button {
  /* right: 12px;
  top: 12px; */
  font-size: 17px;
  background: #fff;
  padding: 5px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

#site-navigation ul li a {
  font-size: 18px;
  color: #fff;
  /* margin-top: 60px; */
  line-height: 20px;
}

.post-options {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform: translateY(-200%);
  cursor: pointer;
  z-index: 999;
  display: flex;
  width: max-content;
  gap: 5px;
  right: 12px;
  position: absolute;
  top: 12px;
  flex-direction: column;
}

.product-image:hover .post-options {
  animation-name: fadeInUp_custom;
}

a.save-post-button.saved {
  color: red;
}

a.save-post-button.saved i::before {
  color: red;
  font-weight: 900;
}

a.save-post-button i {
  color: #000;
}


.pagination-wrapper {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* shop page sidebar page  */

.sidebar-filter h6 {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #707070;
  padding: 20px;
}

.filter-icon {
  width: 20px;
  height: 20px;
}

ul.filter-ul li label {
  letter-spacing: 0px;
  color: #000;
  background: #fff;
  padding: 9px 18px;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
}

.filter-body ul {
  display: flex;
  list-style-type: none;
  gap: 15px;
  flex-wrap: wrap;
}

.filter-head {
  display: flex;
  align-items: center;
  gap: 0px 10px;
  margin-bottom: 20px;
  position: relative;
  transition: 0.3s ease-in-out;
}

.filter-outer {
  padding: 20px;
}

.filter-dropdown {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  font-weight: 900;
  color: #000;
  cursor: pointer;
}

ul.filter-ul li img {
  width: 20px;
  height: 20px;
  object-fit: scale-down;
}

ul.filter-ul.colored li .color-box {
  padding: 0px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ababab;
}

ul.filter-ul.colored li label {
  background: var(--gray);
}

ul.filter-ul.colored li:nth-child(1) .color-box {
  background: #fff;
}

ul.filter-ul.colored li:nth-child(2) .color-box {
  background: #000;
}

ul.filter-ul.colored li:nth-child(3) .color-box {
  background: #00963F;
}

ul.filter-ul.colored li .color-box:nth-child(4) a {
  background: #FF0000;
}

ul.filter-ul.colored li:nth-child(5) a {
  background: #0033FF;
}

ul.filter-ul.colored li:nth-child(6) a {
  background: #FFFFFF;
}

ul.filter-ul.colored li:nth-child(7) a {
  background: #FFDD00;
}

ul.filter-ul.colored li:nth-child(8) a {
  background: #9A00FF;
}

ul.filter-ul.colored li:nth-child(9) a {
  background: #00E6D7;
}

ul.filter-ul.colored li:nth-child(10) a {
  background: #B7B7B7;
}


.sidebar-filter.p-0 {
  width: 380px;
}

.shop-right-main {
  width: calc(100% - 390px);
}

.shop-wrapper {
  display: flex;
  gap: 10px;
}

section#shop-main {
  padding: 0px;
  position: relative;
}

.filter-over-manager {
  position: sticky;
  overflow: visible;
  top: 30px;
}

.pagination-wrapper {
  text-align: center;
  margin: 50px 0px;
}

a.author {
  display: flex;
  align-items: center;
  gap: 5px;
}

.shop-wrapper {
  display: flex;
  gap: 10px;
  padding-top: 32px
}

.filter-head.collapsed {
  margin: 0px;

}

.filter-mobile-button {
  width: 40px;
  height: 40px;
  background: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #fff;
  border-radius: 4px;
  display: none;
}

ul.filter-ul li input {
  display: none;
}

ul.page-numbers li {
  display: inline;
}

ul.filter-ul.colored li label {
  background: var(--gray);
  padding: 0px;
}

ul.filter-ul li label.active-cat {
  color: #fff;
  background: var(--primary);
}

ul.filter-ul li label.active-cat img {
  filter: invert(1);
}

div#myNewModal {
  display: none;
}

div#myNewModal {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 16px #0000005C;
}

div#myNewModal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  /* bottom: 0; */
  height: 100%;
  /* text-align: center; */
  z-index: 99;
  overflow-y: scroll;
  overflow-x: visible;
  background: #00000066;
}

div#myNewModal .container {
  background: #fff;
  margin-top: 5%;
  border-radius: 20px;
  padding: 20px;
}

button.close-one {
  background: #0000;
  border: none;
  font-size: 40px;
  position: absolute;
  left: -5%;
  z-index: 99;
  top: -20px;
  color: #fff;
}


h3.entry-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
}

a.download-button.in-modal {
  font-size: 16px;
  padding: 10px 20px;
  line-height: 20px;
  display: flex;
  width: max-content;
  gap: 10px;
}

a[data-type="premium"] {
  background: #FFB300;
  color: #000 !important;
  font-weight: 400 !important;
}

.entry-content .product-image {
  max-width: 818px;
  width: auto;
  max-height: 525px;
  text-align: center;
}

.entry-content .product-image .wp-post-image {
  border-radius: 10px;
  width: auto;
}

div#myNewModal .shop-right-main {
  width: 100%;
}


/* modal styles  */
.info-holder {
  letter-spacing: 0px;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 8px;
}

span.attribute-name {
  font-weight: 600;
  margin-right: 5px;
}

.file-info {
  margin-top: 30px;
}

.utility-btn-holder a.save-post-button,
.collection-btn ,.utility-btn-holder .single-post-icons{
  position: unset;
  display: inline-block;
  max-width: max-content;
  background: var(--gray);
  transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
  padding: 0px 10px;
  border-radius: 6px;
}
.utility-btn-holder .single-post-icons span{
  display: none;
}
.utility-btn-holder .image-download-btn {
  width: max-content;
}
.utility-btn-holder .social-share-icon-main{
  right: -10px;
  top: 40px;
}

#myNewModal {
  z-index: 1000;
  /* Existing modal */
}

#collectionModal {
  z-index: 1100;
  /* New modal on top */
  display: none;
  /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* Overlay */
}

div#collectionModal .modal-content {
  max-width: 800px;
  /* margin: 150px auto; */
  top: 10em;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

div#collectionModal .modal-content {
  max-width: 800px;
  /* margin: 150px auto; */
  top: 10em;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0px;
  border-radius: 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 16px #0000005C;
  position: relative;
}

span.close-btn {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 35px;
  cursor: pointer;
  line-height: 30px;
}

.modal-right {
  padding: 50px 20px 20px;
}

div#collectionModal img {
  border-radius: 10px;
  height: 400px;
  object-fit: cover;
}

#collectionModal .product-image {
  position: relative;
  padding: 0px;
  max-height: 400px;
}

form#add-collection-form {
  display: flex;
  gap: 0px;
}

.modal-right {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

form#add-post-to-collection-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

select#post_collection_id {
  width: 49%;
}

form#add-post-to-collection-form input[type="submit"] {
  width: 49%;
  padding: 8px;
  background: var(--primary);
  border: 0px;
  color: #fff;
  margin-left: 0px;
  border-radius: 3px;
}

label[for="post_collection_id"] {
  width: 100%;
  font-size: 24px;
  margin: 10px 0px !important;
  display: inline-block;
}

form#add-collection-form input[type="submit"] {
  width: 50%;
  background: var(--primary);
  border: none;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
}




/* collections page  */
.container.main_title {
  padding: 3% 0 0 0;
}

.collection-item a {
  text-transform: capitalize;
}

.collection-item .view-collection-button {
  text-transform: capitalize;
  width: 300px;
  height: 300px;
  display: inline-block;
  background-color: var(--gray);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.view-collection-button svg {
  width: 60px;
  height: 60px;
}

h5.collection-title {
  font-size: 20px;
  font-weight: 400;
}



/* single collection  */


.single-collection .entry-content .product-image .wp-post-image {
  border-radius: 10px;
  width: 100%;
}

.single-collection h3.entry-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  text-transform: capitalize;
  font-weight: 400;
}


.collection-bottom {
  position: relative;
}

button.delete-collection-btn {
  position: absolute;
  right: 10px;
  top: 0;
  border: none;
  background: #e53535de;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 3px;
  color: #fff;
}

button.remove-post-from-collection-btn {
  border: none;
  padding: 5px 10px;
  background: #fff;
  border-radius: 4px;
}

a.remove-liked-post-btn {
  font-size: 17px;
  background: #fff;
  padding: 5px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  color: red;
}

.filter-dropdown {
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* search page  */
h1.page-title {
  font-size: 28px;
  margin: 30px 20px;
}

div#primary {
  padding-top: 120px;
}

.bradcrumbs a,
.bradcrumbs span {
  font: normal normal bold 20px / 29px Outfit;
  letter-spacing: 0px;
  color: #000;
}

.bradcrumbs h2 {
  font: normal normal bold 24px / 30px Outfit;
  letter-spacing: 0px;
  color: #000000;
}


section#single-post {
  padding-top: 30px;
}

.single-post-img {
  border-radius: 20px;
  overflow: hidden;
}

h1.my-3 {
  font: normal normal bold 36px / 50px Outfit;
  letter-spacing: 0px;
  color: #000000;
}

.single-post .banner-container .above_title {
  padding: 110px 20px 20px;
}

body:not(.home) div#vw-sticky-menu {
  background: var(--primary);
}

section#single-post h2,#single-post .theme-para{
    color: #000;
}
/* sell content page  */


.banner-top {
  padding: 50px 0px;
}


.breadcrumb-holder {
  font: normal normal bold 24px / 30px Outfit;
  letter-spacing: 0px;
  color: #000000;
}

.breadcrumb-holder a {
  color: #000;
}

section.why-choose-us h2 {
  max-width: 573px;
  margin: 0px auto;
  font: normal normal bold 36px / 48px Outfit;
  letter-spacing: 0px;
}

section.join-counter h2 {
  font: normal normal bold 36px / 48px Outfit;
  letter-spacing: 0px;
}

.feature-img-wrap {
  text-align: left;
}

section.why-choose-us .feature-img-wrap {
  margin-bottom: 0px;
  width: 50px;
  height: 50px;
  margin: unset;
}

section.why-choose-us h4.text-start {
  font: normal normal bold 22px / 38px Outfit;
  letter-spacing: 0px;
  color: #000000;
}

section.why-choose-us p.feature-text {
  max-width: 360px;
}

.feature-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section.join-counter p {
  font: normal normal normal 16px / 25px Outfit;
  letter-spacing: 0px;
  color: #000000;
}

span.counter-num {
  font: normal normal bold 46px / 48px Outfit;
  letter-spacing: 0px;
  /* color: #000000; */
  margin-bottom: 10px;
  display: inline-block;
}

.counter-name {
  font: normal normal 500 24px / 25px Outfit;
  letter-spacing: 0px;
}

section.join-counter .container {
  background: var(--gray);
  padding: 80px;
  border-radius: 20px;
}

section.join-counter p {
  font: normal normal normal 16px / 25px Outfit;
  letter-spacing: 0px;
  color: #000000;
  max-width: 500px;
}

section.join-newletter h3 {
  font: normal normal bold 34px / 43px Outfit;
  letter-spacing: 0px;
  color: #FFFFFF;
  max-width: 610px;
}

a.button-sell-content {
  text-align: left;
  font: normal normal 500 16px / 20px Outfit;
  letter-spacing: 0px;
  color: #FFFFFF;
  background: var(--primary);
  padding: 14px 40px;
  border-radius: 6px;
  margin-top: 10px;
  display: inline-block;
  width: max-content
}

.join-left {
  width: 640px;
}

.join-right {
  max-width: 610px;
}

section.join-newletter p {
  color: #fff;
  display: flex;
  gap: 5px;
  display: inline-block;
  width: 100%;
  margin: 0px;
}

.outer {
  padding: 90px 50px;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-form-main {
  margin-top: 10px;
}

section.join-newletter .outer {
  width: 49%;
}

section.join-newletter .outer:nth-child(1) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

section.join-newletter .outer:nth-child(2) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.news-form-main {
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  width: 100%;
  margin: 0px auto;
  text-align: center;
  max-width: 760px;
  justify-content: center;
  padding: 10px;
  background: #ffffff22;
  border-radius: 10px;
  gap: 10px;
}


section.join-newletter p {
  color: #fff;
  display: flex;
  gap: 5px;
  justify-content: space-between;
}

.join-newletter input[type="submit"] {
  font: normal normal normal 15px / 20px Outfit;
  letter-spacing: 0px;
  background: #000;
  color: #fff;
  border: none;
  padding: 11px 24px;
  border-radius: 6px;
}

section.join-newletter span.wpcf7-spinner {
  position: absolute;
}

section.join-newletter span.wpcf7-form-control-wrap input {
  max-width: 444px;
  width: 100%;
}
.join-newletter .wpcf7-not-valid-tip{
  position: absolute;
  top: 4em;
}
.join-newletter  .wpcf7-response-output{
  margin-top: 25px !important;
  max-width:100%;
}
.join-newletter .wpcf7-spinner{
  right: -36px;
  margin: 0 6px;
}
.join-right {
  max-width: 610px;
  width: 100%;
}

.join-right .wpcf7-form-control-wrap {
  position: relative;
  max-width: 444px;
  width: 100%;
}

.freedom-img-wrap {
position: relative;
}
.freedom-img-wrap::after{
  content: '';
  position: absolute;
  inset: 0;
  background: transparent linear-gradient(180deg, #F2F2F2 0%, #F2F2F2F4 15%, #F2F2F200 100%) 0% 0% no-repeat padding-box;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 0;
  border-radius: 20px 20px 0 0;
}
.freedom-card {
  padding: 35px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: center;
  opacity: 0;
  z-index: 1;
}
.creative-btn{
  background: #FFFFFF;
  border-radius: 4px;
  padding: 6px 15px;
  font-weight: 500;
  width: max-content;
  margin: 0 auto;
}
.creative-btn:hover{
    background: #00963F;
    color: #fff;
}
.freedom-img-wrap img{
  border-radius: 20px;
  height: 100%;
  width: 100%;
}
.freedom-card-box:hover .freedom-card, .freedom-card-box:hover .freedom-img-wrap::after{
  opacity: 1;
}
.freedom-card h4 {
  font: normal normal 600 24px / 25px Outfit;
}

.freedom-card p {
  font: normal normal normal 16px / 23px Outfit;
}

/* section.creative-freedom p {
  max-width: 760px;
  margin: 10px auto 30px;
} */

.community-card {
  padding: 15px;
  background: #F2F2F2;
  border-radius: 15px;
  height: 100%
}

.community-card h4 {
  font: normal normal 600 24px / 26px Outfit;
}

.community-image {
  border-radius: 15px;
  overflow: hidden;
}

/* table  */

.table-wrapper th {
  font: normal normal 600 18px / 25px Outfit;
  letter-spacing: 0px;
  color: #000000;
}

.table-wrapper tbody tr td:first-child {
  font: normal normal 400 18px / 25px Outfit;
  letter-spacing: 0px;
  color: #000000;
}

.table-wrapper th,
.table-wrapper td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

.table-wrapper th {
  background-color: #e5eee4;
  font-weight: bold;
}

.table-wrapper td {
  background-color: white;
}

.table-wrapper table,
.table-wrapper th,
.table-wrapper td {
  border: 1px solid #d6d6d6;
  padding: 20px 30px;
}

.table-wrapper tbody tr:hover {
  background-color: #f9f9f9;
  /* Optional hover effect */
}

.table-wrapper table {
  border-radius: 20px;
  overflow: hidden;    width: 100%;
}

.table-wrapper {
  border: 1px solid #e5eee4;
  border-radius: 20px;
  overflow: hidden;
  padding: 0px;
}

section.commection td {
  font: normal normal normal 18px / 25px Outfit;
  letter-spacing: 0px;
  color: #000000;
}

section.sell-content-main h2 {
  font: normal normal bold 30px / 40px Outfit;
}

.sell-content-main p {
  font: normal normal normal 16px / 28px Outfit;
}

.sell-content-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-second-row {
  display: flex;
  gap: 10px;
}

.grid-row-left {
  max-width: 344px;
  max-height: 278px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 3px 6px #00000029;
}

.gird-first-row {
  display: flex;
  gap: 10px;
  max-height: 278px;
}

.grid-row-right {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.grid-row-right .grid-img-wrap:nth-child(1) {
  height: 124px;
  width: 80%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 3px 6px #00000029;
}

.grid-img-wrap:nth-child(2) {
  height: 144px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 3px 6px #00000029;
}

.grdi-img-wrap:nth-child(1) {
  max-width: 261px;
}

.grdi-img-wrap:nth-child(2) {
  max-width: 194px;
}

.grdi-img-wrap {
  border-radius: 15px;
  overflow: hidden;
}

.grid-second-row {
  margin-left: -30px;
}

.grdi-img-wrap {
  box-shadow: 0px 3px 6px #00000029;
}

/* about us page  */

.aboutus-grid .gird-first-row {
  flex-direction: row-reverse;
}

.aboutus-grid .grid-second-row {
  justify-content: flex-end;
}

.aboutus-grid .grid-row-right {
  align-items: flex-end;
}

.aboutus-grid .grdi-img-wrap {
  width: calc(334px / 2);
}

.aboutus-grid .grid-second-row {
  gap: 10px;
}

.sell-content-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.archive h1.page-title {
  font-size: 28px;
  margin: 30px 0px;
  
}
a.play-video-button {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  font-size: 22px;
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-about .feature-img-wrap img {
  object-fit: cover;
  object-fit: contain;
}
.premium-icon {
  position: absolute;
  top: 10px;
  left: 10px;
}

.pmpro_level .pmpro_btn{
  background: #00963F;
  border-color: #00963F;
  color: #fff !important;
}
.pmpro_level .pmpro_btn:hover{
  background: #000;
}
.nav-links{
  display: flex;
  gap: 10px;
}
#about-page-maine .premium-featuress .section-head-wrap{
  display: none;
}
.check-wrap .wpcf7-list-item{
  margin: 0;
}
.check-wrap .wpcf7-form-control {
  display: flex;
  align-items: center;
  gap: 10px;

}
.check-wrap .wpcf7-list-item label{
  display: flex
}

.creative-img-wrap{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, 53px);
  grid-gap: 15px;
}

.creative-img-wrap img{
  height: 100%;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0px 3px 6px #00000029;
}
.creative-img-wrap-one{
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 6
}
.creative-img-wrap-two{
  grid-row-start: 1;
  grid-row-end: 6;
  grid-column-start: 6;
  grid-column-end: 14;
}
.creative-img-wrap-three{
  grid-row-start: 3;
  grid-row-end: 6;
  grid-column-start: 1;
  grid-column-end: 6;
}
.pmpro_message,.pmpro_message_bottom{
  background-color: #ebfff4;
  border: 1px solid var(--primary);
  color: #00963F !important;
}
.pmpro_btn{
  background-color: #00963F !important;
  border-color: #00963F !important;

}