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

/*------------------ Contact Page -----------------*/
.cont_head {
  color: black;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--primary-font);
  margin-bottom: 7px;
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}
.contac_form {
  position: relative;
  background-color: #edf2ff;
  padding: 40px;
}
.page-template-contact .title-box {
  margin-bottom: 0;
}
.form_code {
  margin-top: 10px;
}
.contac_form input[type="text"],
.contac_form input[type="email"],
.contac_form input[type="url"],
.contac_form input[type="password"],
.contac_form input[type="search"],
.contac_form input[type="number"],
.contac_form input[type="tel"],
.contac_form input[type="range"],
.contac_form input[type="date"],
.contac_form input[type="month"],
.contac_form input[type="week"],
.contac_form input[type="time"],
.contac_form input[type="datetime"],
.contac_form input[type="datetime-local"],
.contac_form input[type="color"],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  /* border-color: #ccc; */
  color: #383838;
  box-shadow: none;
  background-color: #fff;
  border: none;
  font-size: 14px;
  margin: 0 12px 24px 0;
  padding: 12px 19px;
  border-radius: 0;
  font-style: normal;
  width: 100%;
  letter-spacing: 0.9px;
  margin-top: 10px;
}
.contact-box .wpcf7 input[type="text"]::placeholder {
  color: #383838;
}
.contact-box .wpcf7 input[type="email"]::placeholder {
  color: #383838;
}
.contac_form.col-md-12 {
  margin-top: 20px;
}
section#contact-box {
  padding: 0;
  margin: 0;
}
.c_icon {
  background-color: var(--secondary-color);
  display: inline-block;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 25px;
  /* margin: 0 auto 20px auto; */
}
.inner-cont {
  position: relative;
  overflow: hidden;
}
.inner-cont-blk {
  position: relative;
  z-index: 1;
}
.inner-cont:hover:after {
  opacity: 1;
  transform: translateY(0%);
  transition: 0.5s;
}
.contact-email .inner-cont {
  margin-bottom: 0 !important;
}
.inner-cont {
  margin-bottom: 27px;
  padding: 25px;
  /* border-radius: 0; */
  /* background-color: #ffffff; */
  /* box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07); */
}
.inner-cont:hover .c_icon {
  background-color: var(--primary-color);
}
.inner-cont:hover .c_icon i {
  color: white;
}
.contact-email i,
.contact-address i,
.contact-phone i,
.contact-time i {
  font-size: 24px;
  color: white;
}
.contact-box .contac_form input[type="submit"]:hover {
  background-color: var(--secondary-color);
  color: white;
}
.contact-info .head {
  color: #000;
}
section#map embed {
  height: 400px;
}
.contact-box a,
.contact-box p {
  color: black;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.9px;
}
.c_content span {
  font-size: 16px;
  color: #757575;
  font-weight: 600;
}
.contac_form .fancy-title {
  width: 250px;
  margin: 0 auto;
}
.contac_form label {
  width: 100%;
  color: black;
}
.contact-box .contac_form textarea {
  max-height: 100px;
  margin-bottom: 12px;
}
.contact-box .contac_form textarea::placeholder {
  color: #383838;
}
/* --------- 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: 49px;
  width: 49px !important;
  border-radius: 0;
  background: var(--primary-color);
  text-align: center;
  color: #fff;
  font-weight: 500 !important;
  font-size: 16px !important;
  font-family: var(--primary-font);
  letter-spacing: 0px;
  color: white;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: linear-gradient(225.47deg, #5bcae4 15.37%, #5575fe 85.06%);
}
a.next.page-numbers,
a.prev.page-numbers,
a.previous.page-numbers {
  padding: 0 10px;
}
a.next.page-numbers,
a.previous.page-numbers {
  width: auto;
}
span.page-numbers.current {
  background: #1f275d !important;
  color: white !important;
}
a.page-numbers:hover,
span.page-numbers.current:hover {
  background: #1f275d !important;
  color: #fff !important;
}
#blog {
  padding-top: 0;
  margin-top: 0;
}
aside#search-3 {
  padding: 0 !important;
}
.bradcrumbs {
  color: #fff;
  display: block;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.bradcrumbs a,
.bradcrumbs span {
  color: #fff;
}

/*------------------ Comments BOX ------------------*/
#comments h2.comments-title {
  font-size: 20px;
  font-weight: bold;
}
#comments h3.comment-reply-title {
  font-size: 20px;
  font-weight: bold;
  clear: both;
}
.comment-list li {
  list-style: none;
}
.comment-list {
  margin: 0;
  margin-bottom: 31px;
}
#comments input[type="text"],
#comments input[type="email"],
#comments textarea {
  padding: 11px 10px;
  font-size: 18px;
  border: 1px solid #2f363c;
  border-radius: 6px;
}
#comments textarea {
  height: 120px;
}
#comments input[type="submit"].submit:hover {
  background-color: var(--secondary-color);
  color: white;
}
#comments input[type="submit"].submit {
  border-radius: 6px;
  background: var(--primary-color);
  font: 400 14px / 20px var(--primary-font);
  letter-spacing: 0px;
  color: white;
  padding: 13px 20px;
  border: none;
  font-weight: 700;
}
#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 var(--primary-font);
  letter-spacing: 0px;
  color: #2f363c;
  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 var(--primary-font);
  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 var(--primary-font);
  letter-spacing: 0px;
  color: #000;
  text-transform: capitalize;
}
.reply > a {
  font: 500 14px / 26px var(--primary-font);
  letter-spacing: 0px;
  color: white;
  background-color: var(--primary-color);
  padding: 7px 21px;
  border-radius: 10px;
  margin-top: 13px;
  display: inline-block;
}
.post-meta-inner {
  justify-content: space-around !important;
}
.link-more a.more-link {
  color: var(--secondary-color);
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
}
/*--------------- 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: white;
  padding: 14px 0;
  font-size: 15px;
  margin: 0;
}
#sidebar form {
  display: table;
  width: 100%;
}
#sidebar h3,
#sidebar label {
  font-size: 20px;
  line-height: 28.92px;
  color: #1f275d;
  font-weight: 700;
}
#sidebar .wp-block-search__button {
  color: white;
  border: none;
  border-radius: 0;
  font-weight: 700;
  background: linear-gradient(225.47deg, #5bcae4 15.37%, #5575fe 85.06%);
}
.wp-block-search__button {
  margin-left: 0;
  word-break: normal;
  margin-top: 0;
}
#sidebar input[type="search"] {
  background-color: white;
  border: none;
  border-radius: 0;
  padding: 13px 10px;
  color: black;
  width: 100%;
}
#sidebar .wp-block-search__inside-wrapper {
  margin-top: 5px;
}
#sidebar input[type="submit"] {
  margin-top: 10px;
}
#sidebar aside {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #eef0fe;
  padding: 34px;
  /* box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07); */
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
  margin-top: 10px;
}
#sidebar .widget_recent_entries ul li a {
  font: 500 14px / 22px var(--primary-font);
  /* color: black; */
}
#sidebar .widget-title {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
}
.wp-block-heading,
#sidebar .widget-title,
#sidebar label {
  font-size: 18px;
  color: #1f275d;
  font-weight: 600;
  font-size: 17px;
  border-radius: 22px;
  display: inline-block;
  margin-bottom: 16px;
}
div#sidebar {
  position: sticky;
  top: 0;
}
#sidebar .widget_recent_entries ul li a:hover,
#sidebar .widget_categories a:hover,
#sidebar .widget_custom_html a:hover {
  color: var(--primary-color);
}
#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: cover;
  z-index: 1;
  margin-bottom: 3em;
}
/* .title-box.banner-img::after{
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
} */
.title-box img {
  width: 100%;
}
.above_title {
  padding: 13% 0px 10% 1px;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}
.title-box h1 {
  font: 700 45px / 50px var(--primary-font);
  letter-spacing: 0px;
  color: #fff;
}
.related-post-wrapper a {
  font-size: 16px;
  padding: 6px 0 !important;
  display: inline-block;
  color: #171515;
  font-family: var(--common-font-m);
  font-weight: bold;
}
.heading3 {
  font-size: 49px;
}
.read-moresec-err a {
  color: white;
  border: none;
  text-transform: uppercase;
  padding: 16px 22px;
  border-radius: 35px;
  font: 700 14px var(--common-font-m);
  background-color: #f82938;
}
a.button.yith-wcqv-button {
  display: none !important;
}
#woosq-popup .yith-wcwl-add-button {
  padding-top: unset;
}
.shop.shop-product .product-box-main .yith-wcwl-add-button {
  padding-top: unset;
}
#blog-left-sidebar #latest_post {
  padding: 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%;
}
section#page-with-left-sidebar,
section#page-with-right-sidebar {
  padding: 40px 0;
}
/* ---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 var(--primary-font);
  text-transform: capitalize;
  color: #000000;
}
.meta-heading {
  letter-spacing: 0px;
  color: #656565;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
}
.comment-list li {
  list-style: none;
  background-color: #f8f8f8;
  padding: 26px;
  border-radius: 23px;
}
.meta-details span.seperator {
  width: 5px;
  height: 5px;
  margin: 0 10px;
  background-color: #656565;
  border-radius: 50%;
}
.single-post ul.wp-block-list li {
  list-style: disc;
}
.social-share-icon-main {
  display: flex;
  right: 0;
  text-align: center;
  gap: 5px;
}
.social-share-icon-main a {
  background: #000000;
  height: 38px;
  width: 38px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}
.social-share-icon-main a:hover {
  background: var(--primary-color);
  color: #fff;
}
.blog-que {
  font: 600 20px / 26px var(--primary-font);
  letter-spacing: 0px;
  color: #000000;
}
#single-post hr:not([size]) {
  height: 1px;
  background-color: #000;
  opacity: inherit;
}

#single-post .comment-respond {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 0px;
  padding: 20px;
  width: 100%;
  /* max-width: 40%; */
  height: 100%;
  order: 1;
}
#single-post #commentform {
  display: flex;
  flex-wrap: wrap;
}
#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-family: var(--primary-font);
  font-size: 35px;
  color: var(--primary-color);
  line-height: 40px;
  font-weight: 700;
}
.error-page .error-para {
  font: 400 18px / 27px var(--primary-font);
  letter-spacing: 0px;
  color: #171515;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img {
  width: 100% !important;
  height: 100%;
  float: none;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  margin-bottom: 0px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  padding: 5px;
}
.shop .woocommerce span.onsale {
  display: none !important;
}
p.wishlist-empty {
  margin: 40px 0;
}
/* cart empty */
.cart-empty.woocommerce-info {
  display: none;
}
.cart-empty-img {
  height: 70px !important;
}

/* wishlist page */
/* table.wishlist_table tr, .wishlist_table.mobile{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
table.wishlist_table tr, .wishlist_table.mobile li{
  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: 16px;
  left: 15px;
  z-index: 1;
}
.wishlist-items-wrapper .product-name  a{
  font: normal normal 600 22px / 26px var(--primary-font);
  color: #000000;
}
#empty-cart-page{
  display: flex;
flex-direction: column;
gap: 10px;
}
#empty-cart-page a{
  background: var(--primary-color);
  color: #fff;
  border-radius: 6px;
  padding: 10px 14px;
  font: 500 14px / 24px var(--primary-font);
  letter-spacing: 0px;
  color: #FFFFFF;
  width: max-content;
  margin: 0 auto;
}
#empty-cart-page i{
  color: var(--primary-color);
font-size: 35px;
border: 2px solid var(--primary-color);
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: var(--primary-color);
color: white !important;
padding: 10px;
border-radius: 8px;
margin: 6px;
}
 .wishlist_table.mobile #yith-wcwl-row-94 {
   position: relative;
 }
.product-thumbnail{
  position: relative;
}
 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;
} */

table.wishlist_table tr th {
  text-align: left;
}
#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;
}
/* ------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-components-sidebar {
  height: max-content;
}
.wc-block-components-product-name {
  font: 600 18px / 20px var(--primary-font) !important;
  letter-spacing: 0px;
  color: var(--primary-color);
}
.wc-block-cart-items thead th,
.wc-block-cart__totals-title {
  font: 800 20px / 20px var(--primary-font) !important;
  color: var(--primary-color);
}
.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 {
  border-bottom: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: white;
}
.wc-block-components-sale-badge {
  padding: 0;
  border: none;
  display: inline-block;
  padding: 4px 7px !important;
  font-size: 10px;
  font-weight: bold;
  border-radius: 15px;
  margin-right: 0;
  font-weight: 600;
  background: #c46a3c;
  color: white;
}
.wc-block-cart-item__total .wc-block-components-product-price__value {
  font: normal normal bold 24px / 23px var(--primary-font);
  letter-spacing: 0px;
  color: black;
  margin-bottom: 15px;
}
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link):focus {
  box-shadow: unset !important;
}
.wc-block-cart__submit-container a,
.wc-block-components-checkout-place-order-button {
  background: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 4px;
  padding: 10px 30px;
  font: 500 14px / 19px var(--primary-font);
  letter-spacing: 0px;
  color: white;
  transition: all 0.5s;
  border: none;
}
.wp-element-button:hover {
  background-color: var(--secondary-color);
  color: white;
}

.wc-block-components-totals-coupon a {
  color: #000;
}
.wc-block-components-totals-coupon__button {
  background: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 4px;
  padding: 7px 29px;
  font: 500 14px / 19px var(--primary-font);
  letter-spacing: 0px;
  color: #ffffff;
  border: none;
}
/* search page */
#search-page form {
  display: flex;
}
#search-page .search-submit {
  background: var(--primary-color);
  border: none;
  color: white;
  font-weight: 600;
  padding: 14px 35px;
}
#search-page .search-submit:hover {
  background: black;
  color: white;
}

/* login form */
#loginform {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#loginform label {
  font-weight: 600;
  padding-bottom: 10px;
}
.login-submit {
  text-align: center;
}
.login-submit input {
  display: inline-block;
  border-radius: 6px;
  padding: 10px 30px;
  font: 500 15px / 20px var(--primary-font);
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 3px 6px #00000029;
  position: relative;
  z-index: 1;
  background: var(--primary-color);
  border: none;
}
/*----------------- Single Team ----------------*/
.team_inner {
  padding: 40px;
}
.team_inner a {
  color: #0c0d0e;
}
.social-profiles a {
  background-color: var(--primary-color);
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: black;
}
.social-profiles a:hover {
  background-color: var(--secondary-color);
  color: white;
}
blockquote.wp-block-quote {
  background-color: var(--secondary-color);
  padding: 40px;
  color: white;
  border-radius: 20px;
  font-style: italic;
}
.wp-block-quote:before,
blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  pointer-events: none;
  font-size: 48px;
  font-size: 24px;
  color: white;
  position: relative;
  text-align: center;
  margin: 10px auto 20px;
  font-style: normal;
}
ul.wp-block-list li {
  margin-bottom: 11px;
  list-style: none;
}
#single-projects .project-meta-details {
  background-color: var(--secondary-color);
  padding: 10px 20px;
  border-radius: 12px;
}
#single-projects .project-meta-span {
  margin-bottom: 0;
}
.middle-content .about-image img {
  border-radius: 30px;
}
#sidebar .rpwwt-widget ul li a:hover {
  color: var(--secondary-color);
}
.wp-block-latest-comments__comment a {
  color: black;
}
/* .cf7-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.cf7-col {
  flex: 1 1 50%;
  padding: 0 10px;
  box-sizing: border-box;
} */

/* .cf7-col-full {
  flex: 1 1 100%;
  padding: 0 10px;
} */
.wpcf7-list-item {
  display: inline-block;
  margin: 6px 8px 6px 0em;
}
/*------------------ Single Services -------------------*/
.service-contact-form input,
.service-contact-form textarea {
  border: 1px solid #cccccc;
  margin-bottom: 11px;
}
.service-contact-form input::placeholder,
.service-contact-form textarea::placeholder {
  color: black;
}
.service-contact-form textarea {
  height: 100px;
}
.service-contact-form input[type="submit"] {
  padding: 12px 31px;
  color: white;
  background-color: var(--primary-color);
  border-radius: 32px;
  box-shadow: none;
  font-size: 17px;
  position: relative;
  margin-left: 10px;
}
.service-contact-form input[type="submit"]:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
.page-template-fullwidth-template #our-partner .section_main_head h3 {
  color: var(--secondary-color);
}
.page-template-fullwidth-template #about-us div#our-partner {
  display: none;
  padding: 0;
}
.page-template-fullwidth-template #our-partner {
  padding-bottom: 4em;
}
.single-post-category span {
  margin-bottom: 7px;
  margin-right: 5px;
  display: inline-block;
  line-height: 25px;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  background-color: var(--secondary-color);
  color: white;
  font-size: 16px !important;
  padding: 11px 21px;
}
.service-thumbnail {
  margin-bottom: 20px;
}
.page-template-fullwidth-template section#who-we-are {
  background-color: transparent;
}
.page-content .wp-block-list > li {
  position: relative;
}
.page-content .wp-block-list > li:after {
  position: absolute;
  top: 1px;
  left: -25px;
  display: block;
  font-family: "auto";
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 15px;
  color: var(--secondary-color);
}
ul.wp-block-list {
  margin: 0 0 0 24px;
}
.rpwwt-widget ul li img {
  margin-bottom: 0;
}
.rpwwt-widget ul li img {
  float: unset;
}
#sidebar .rpwwt-widget ul li a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center !important;
}
#sidebar span.contact_widget_head {
  font-weight: 600;
}
#sidebar .contact_widget a,
#sidebar .contact_widget span.contact-text {
  color: #5c5c5c;
  font-size: 15px;
  font-weight: 600;
}
#sidebar .location.media {
  margin-top: 0;
}
.rpwwt-widget ul li img {
  width: 75px !important;
  height: 75px !important;
  float: none !important;
  object-fit: cover;
  display: inline-flex !important;
  margin-bottom: 0 !important;
}
.service-thumbnail img {
  width: 100%;
}
#sidebar span.rpwwt-post-title {
  flex: 1;
}
#sidebar .rpwwt-widget ul li a {
  background: unset !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  z-index: 1 !important;
}
.pagination {
  justify-content: center;
}
.navigation {
  text-align: center;
}
a.woocommerce-review-link {
  position: relative;
}
.outer-footer {
  margin-top: 3em;
}
#fullwidth-template #banner {
  margin: 0 !important;
}
#sidebar .contact_widget a:hover {
  color: var(--secondary-color);
}
.news-text .wpulike.wpulike-heart {
  display: none;
}
.recipe_page_template .recipe-block {
  background-color: #f3f3f3;
}
.recipe_page_template h4.recipe-title,
.recipe_page_template h4.recipe-title a {
  font-size: 17px;
}
.page-template-fullwidth-template .title-box.banner-img,
.page-template-fullwidth-template .outer-footer {
  margin-bottom: 0;
  margin-top: 0;
}
/*-------- single recipe page ----------*/
.single-recipe-wrap .recipe-content {
  padding: 31px;
  background-color: #f5efe6;
}
.related-carousel li.product {
  width: 100% !important;
}
/*-------- empty Cart page ----------*/
.wc-block-grid__product .wc-block-grid__product-onsale {
  margin: 0 auto 12px;
  min-height: 23px;
  right: unset;
  line-height: 1;
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  margin-right: 5px;
  font-weight: 600;
  background: #c46a3c;
  color: #fff;
  position: absolute;
  top: 14px;
  left: 14px;
  border-radius: 15px !important;
  border: none;
}
.wc-block-grid__product
  .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
  font-size: 16px;
  color: black;
  font-size: 20px;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  padding: 14px 20px;
}
#footer {
  background-color: white;
}

/* ----------------- Product Catgeory -----------------*/

li.hoverboard-category {
  width: 16% !important;
  display: inline-block;
  padding: 16px;
  float: none !important;
  margin: 0 !important;
  margin-bottom: 35px !important;
}
.hoverboard-category img {
  position: relative;
  z-index: 9;
}
.hoverboard-category mark.count {
  display: none;
}

.wp-block-heading {
  display: block;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  color: white;
}
.woocommerce ul.products li.product .popular-categories-box.text-center {
  padding: 5px;
}
#fullwidth-template section#about {
  padding-bottom: 0;
}
#fullwidth-template section#our-sponsor {
  padding-top: 0;
}
#fullwidth-template #offer_blocks {
  padding-top: 4em;
}
