*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*====================== About Page Start =======================*/

.aboutp-artist-row .elementskit-infobox {
  backdrop-filter: contrast(0.2);
}

/*====================== About Page End =======================*/

/*====================== Gallery Page Start =======================*/

.title-banner .e-con-inner {
  backdrop-filter: contrast(0.2);
  width: fit-content;
  padding: 10px 30px;
  border-radius: 6px;
}

/*====================== Gallery Page End =======================*/

/*====================== Contact Page Start =======================*/

.contactp-left-col .ekit-header-info li a:hover {
  color: #F25D03 !important;
}
.contactp-left-col .ekit-header-info li a:hover svg path {
  fill: #F25D03 !important;
}
.contactp-left-col, .contact-page-right-section {
  backdrop-filter: contrast(0.2);
}
.contact-page-right-section form p label {
  padding-bottom: 8px;
  font-family: josefin sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
}
.contact-page-right-section form .wpcf7-not-valid-tip {
  display: inline;
  color: #cc3300;
  font: 400 16px/16px josefin sans;
}
.contact-page-right-section form .wpcf7-not-valid {
  margin-bottom: 5px;
}
.contact-page-right-section form p input {
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #FFF;
  margin-bottom: 10px;
  width: 100%;
}
.contact-page-right-section form p textarea {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #FFF;
  margin-bottom: 10px;
  width: 100%;
  height: 160px;
}
.contact-page-right-section form .wpcf7-submit {
  background-color: #EF7726;
  border: unset;
  margin-bottom: 0px;
  color: #FFF;
  font-family: josefin sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  width: max-content;
  padding: 13px 25px;
  border-radius: 6px;
  margin-top: 10px;
}
.contact-page-right-section .submit_btn_icon p {
  width: max-content;
}
.contact-page-right-section form .wpcf7-submit:hover {
  background-color: #000;
  color: #FFF;
}
.contact-form input::placeholder, .contact-form textarea::placeholder  {
  color: #000000;
  font-family: josefin sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.contact-form input:not([type="checkbox"]), .contact-form textarea, .contact-form select {
  border: 1px solid #0000004D;
  border-radius: 5px;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  width: 100%;
  margin-bottom: 30px;
}
.contact-page-right-section .contact-form textarea{
  resize: none;
  max-height: 160px;
}
.contact-page-right-section .contact-form label {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #000000;
  margin-bottom: 5px;
}
.contact-page-right-section .contact-form select{
  background-color: transparent;
}
.contact-form input[type="submit"] {
  width: auto;
  background: #000000;
  color: #FFFFFF;
  border: unset;
  padding: 0px !important;
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.contact-page-right-section .submit_btn_icon span.wpcf7-spinner {
  display: none;
}
.contact-page-right-section .wpcf7 form .wpcf7-response-output {
  margin: 1em 0em 0em;
  padding: 8px 10px;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
}

/*====================== Contact Page End =======================*/

/*====================== Book Classes Page Start =======================*/

.book-classes-page-right-section form .gender-row .wpcf7-list-item label {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}
.book-classes-page-right-section form .gender-row .wpcf7-list-item {
  margin: 0 0 0 0em;
}
.book-classes-page-right-section form .gender-row .wpcf7-radio {
  display: flex;
  gap: 15px;
}
.book-classes-page-right-section form .row>div {
  width: 49%;
}
.book-classes-page-right-section form .row {
  gap: 10px;
}
.book-classes-page-right-section form p label {
  padding-bottom: 8px;
  font-family: josefin sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
}
.book-classes-page-right-section form .wpcf7-not-valid-tip {
  display: inline;
  color: #cc3300;
  font: 400 16px/16px josefin sans;
}
.book-classes-page-right-section form .wpcf7-not-valid {
  margin-bottom: 5px;
}
.book-classes-page-right-section form p input {
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #FFF;
  margin-bottom: 10px;
  width: 100%;
}
.book-classes-page-right-section form p select {
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #FFF;
  margin-bottom: 10px;
  width: 100%;
  background-color: #FFF;
}
.book-classes-page-right-section form p textarea {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #FFF;
  margin-bottom: 10px;
  width: 100%;
  height: 160px;
}
.book-classes-page-right-section form .wpcf7-submit {
  background-color: #EF7726;
  border: unset;
  margin-bottom: 0px;
  color: #FFF;
  font-family: josefin sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  width: max-content;
  padding: 13px 25px;
  border-radius: 6px;
  margin-top: 10px;
}
.book-classes-page-right-section .submit_btn_icon p {
  width: max-content;
}
.book-classes-page-right-section form .wpcf7-submit:hover {
  background-color: #000;
  color: #FFF;
}
.contact-form input::placeholder, .contact-form textarea::placeholder  {
  color: #000000;
  font-family: josefin sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.contact-form input:not([type="checkbox"]), .contact-form textarea, .contact-form select {
  border: 1px solid #0000004D;
  border-radius: 5px;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  width: 100%;
  margin-bottom: 30px;
}
.book-classes-page-right-section .contact-form textarea{
  resize: none;
  max-height: 160px;
}
.book-classes-page-right-section .contact-form label {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #000000;
  margin-bottom: 5px;
}
.book-classes-page-right-section .contact-form select{
  background-color: transparent;
}
.contact-form input[type="submit"] {
  width: auto;
  background: #000000;
  color: #FFFFFF;
  border: unset;
  padding: 0px !important;
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.book-classes-page-right-section .submit_btn_icon span.wpcf7-spinner {
  display: none;
}
.book-classes-page-right-section .wpcf7 form .wpcf7-response-output {
  margin: 1em 0em 0em;
  padding: 0.2em 1em;
  border: 1px solid #000;
  color: #000;
}
/*====================== Book Classes Page End =======================*/


/*====================== Blog No Sidebar Page Start =======================*/

.wpelemento-halloween-blog-grid-box .pp-posts .pp-post-meta .pp-post-date {
  padding-left: 10px;
}
.wpelemento-halloween-blog-grid-box .pp-posts .pp-grid-item:hover .pp-post-title a {
  color: #EF7726;
}
.wpelemento-halloween-blog-grid-box .pp-grid-item-wrap {
  position: relative;
}
.wpelemento-halloween-blog-grid-box span.pp-post-author {
  border-radius: 0px 4px 4px 0px;
  position: absolute;
  top: 12px;
  left: 0px;
  background: #633FB1;
  padding: 0px 8px 2px 6px;
  z-index: 1;
}
.wpelemento-halloween-blog-grid-box span.pp-post-author .pp-icon svg {
  fill: #fff;
  width: 14px;
  height: 14px;
}
.wpelemento-halloween-blog-grid-box span.pp-post-author .pp-meta-text a {
  color: #fff;
  font: 400 14px/20px "Josefin Sans" !important;
}
.wpelemento-halloween-blog-grid-box .pp-post-thumbnail {
  height: 185px;
}
.wpelemento-halloween-blog-grid-box .pp-post-thumbnail img {
  width: 100%;
  height: 185px;
  object-fit: cover;
}
.wpelemento-halloween-blog-grid-box .pp-carousel-item-wrap:hover .pp-post-content-wrap .pp-post-title a {
  color: #EF7726;
}
.wpelemento-halloween-blog-grid-box .pp-carousel-item-wrap:hover .pp-post-author {
  background: #EF7726;
}
.wpelemento-halloween-blog-grid-box .pp-carousel-item-wrap:hover .pp-post-thumbnail:before, 
.wpelemento-halloween-blog-grid-box .pp-carousel-item-wrap:hover .pp-post-thumbnail:after {
  transform: scaleX(1);
}
.wpelemento-halloween-blog-grid-box h3.pp-post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.wpelemento-halloween-blog-grid-box .pp-grid-item-wrap:hover .pp-post-thumbnail:before, 
.wpelemento-halloween-blog-grid-box .pp-grid-item-wrap:hover .pp-post-thumbnail:after {
  transform: scaleX(1);
}

/*====================== Blog No Sidebar Page End =======================*/


/*====================== Blog Left Sidebar Page Start =======================*/

.blog-left-sidebar aside {
    border: 1px solid #000000;
    padding: 20px;
    border-radius: 10px;
}
.blog-left-sidebar .elementor-widget-container aside:nth-child(2) {
    margin: 20px 0;
}
.blog-left-sidebar .wp-block-search__label {
  visibility: hidden;
  display: none;
}
.search-results #header-main-container {
  background-color: #243832;
  padding-bottom: 50px;
}
.blog-left-sidebar .wp-block-heading {
  font: 600 28px/35px josefin sans;
  color: #000000;
  padding-bottom: 10px;
}
.blog-left-sidebar .wp-block-latest-posts li {
  margin: 10px 0 15px 0;
}
.blog-left-sidebar .wp-block-latest-posts li a {
  font: 500 18px/25px josefin sans;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  &:hover {
    color: #EF7726;
  }
}
.blog-left-sidebar .wp-block-latest-comments li {
  margin: 10px 0;
}
.blog-left-sidebar .wp-block-latest-comments li a {
  color: #000000;
}
.blog-left-sidebar .wp-block-search__inside-wrapper  {
  display: flex;
  gap: 12px;
}
.blog-left-sidebar .wp-block-search__inside-wrapper .wp-block-search__input {
  border-radius: 6px;
  padding: 8px 20px !important;
  border: 1px solid #000000 !important;
  width: 100%;
}
.blog-left-sidebar .wp-block-search__inside-wrapper .wp-block-search__button {
  background-color: #EF7726;
  border-radius: 6px;
  border: unset;
  color: #FFF;
  padding: 14px 14px;
  font: 500 16px/16px josefin sans;
}
.blog-left-sidebar .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  background-color: #000000 !important;
  color: #FFF;
}
.blog-left-sidebar .wp-block-latest-posts li {
  display: flex;
  gap: 15px;
}
.blog-left-sidebar .wp-block-latest-posts__featured-image {
  max-width: 100px;
  border-radius: 6px;
  object-fit: cover;
}
.blog-left-sidebar .wp-block-latest-posts__featured-image img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 4px;
  max-width: 90px !important;
}
.blog-left-sidebar  .wp-block-latest-comments__comment-meta {
  color: #000000;
}
.search.search-results #theme-page-pro-sidebar .wp-block-latest-posts li img {
  border-radius: 10px;
}


/*====================== Blog Left Sidebar Page End =======================*/


/*=========== Blog Page Search Result Start ============*/

.search.search-results .post-image {
  /* height: 280px; */
  background-color: #EF772614;
  border-radius: 10px;
  padding: 20px;
}
.search.search-results #theme-page-pro-sidebar .wp-block-latest-posts li img {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 4px;
  width: 100px;
  height: 80px;
}
.search.search-results .wp-block-search__input {
  border-radius: 6px;
  padding: 8px;
  border: 1px solid #949494;
  width: 100%;
}
.search.search-results form .wp-block-search__inside-wrapper  {
  display: flex;
  gap: 10px;
}
.search-results #header-main-container {
  margin-bottom: 0px;
}
.search-results .entry-title {
  margin-top: 30px;
}
.search.search-results #header-section {
  margin-bottom: 0px;
}
.search.search-results .post-image img {
  object-fit: cover;
  height: auto;
  border-radius: 10px;
  min-height: 200px;
}
.search.search-results #theme-page-pro-sidebar {
  border: 1px solid #000;
  padding: 10px 10px;
  border-radius: 10px;
  height: fit-content;
}
.search.search-results .postbox h4 {
  font-family: josefin sans;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
.search.search-results .post-categories a {
  color: #FFF;
}
.search.search-results .post-categories {
  margin: 20px 0 !important;
}
.search.search-results .wp-block-latest-posts li a {
  color: #000;
  font-size: 18px;
}
.search.search-results .wp-block-latest-posts li {
  padding: 6px 0;
  display: flex;
  gap: 10px;
}
.search.search-results #theme-page-pro-sidebar .wp-block-heading {
  font: 600 30px/30px josefin sans;
  padding: 15px 0;
}
.search.search-results .wp-block-search__button {
  border-radius: 6px;
  padding: 0px 10px;
  background-color: #243832;
  color: #FFF;
  border: unset;
}
.search.search-results .wp-block-search__button:hover {
  background-color: #EF7726 !important;
  color: #FFF;
}
.search.search-results .widget_search .wp-block-search__label {
  padding-bottom: 5px;
}
.search.search-results .search-post-readmore {
  background-color: #243832;
  color: #FFF;
  padding: 9px 12px;
  border-radius: 6px;
}
.search.search-results .search-post-readmore:hover {
  background-color: #000000;
  color: #FFF;
}
.search.search-results .postbox {
  padding: 0px;
  border-radius: 8px;
}
.search.search-results .wp-block-latest-comments__comment a {
  color: #000;
}
.search.search-results .entry-title.theme-page-title {
  font: 600 35px / 35px josefin sans;
}
.search.search-results .wp-navigation .next {
  color: #000;
}
.search.search-results .page-numbers.current {
  background-color: #243832;
  color: #FFF;
  padding: 3px 11px;
  border-radius: 5px;
}
.search.search-results .nav-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  z-index: 1;
}
.search.search-results .page-numbers:not(.current) {
  background-color: #000;
  color: #FFF;
  padding: 3px 11px;
  border-radius: 5px;
  width: max-content;
}
.search.search-results .prev, .search.search-results .next {
  color: #000000 !important;
  background-color: transparent !important;
}
.search-results #theme-page-pro-sidebar aside#block-4 {
  margin-top: 70px;
}

.search-results .container .middle-align {
  background-color: #FFF;
  /* padding: 20px; */
}
.search.search-results form .wp-block-search__button {
  margin-left: 0px;
}

/*=========== Blog Page Search Result End ============*/



/*=========== Single Classes Page Start ============*/


.single-classes .single-classes-page-main-content {
  width: 1360px;
  padding-bottom: 80px;
}
.single-classes .single-classes-description-para .classes-btn {
  background-color: #000;
  color: #FFF;
  padding: 10px 25px;
  border-radius: 6px;
}
.single-classes .single-classes-description-para .classes-btn a {
  color: #FFF !important;
}
.single-classes .single-classes-description-para .classes-btn:hover {
  background-color: #EF7726;
}
.single-classes .single-classes-description-para .classes-btn:hover a {
  color: #FFF !important;
}
.single-classes .single-classes-content-title {
  text-transform: capitalize;
}

/*=========== Single Classes Page End ============*/



/*=========== Single Yoga Page Start ============*/

.single-yoga .single-yoga-page-main-content {
  width: 1360px;
  padding-bottom: 100px;
}
.single-yoga .breadcrumb-single-yoga-page a {
  color: #FFF;
}
.single-yoga .banner-img-main-box {
  height: 450px;
}
.single-yoga .breadcrumb-single-yoga-page {
  color: #FFF;
  padding-bottom: 110px;
}
.single-yoga .single-post-content-title {
  text-transform: capitalize;
}



/*=========== Single Yoga Page End ============*/


/*=========== Search Page Start ============*/

.search-results .single-yoga-page-main-content {
  width: 1360px;
  padding-bottom: 100px;
}
.search-result>div {
  margin-bottom: 20px;
}
.search-results .breadcrumb-single-yoga-page a {
  color: #FFF;
}
.search-results .banner-img-main-box {
  height: 400px;
}
.search-results .breadcrumb-single-yoga-page {
  color: #FFF;
  /* padding-bottom: 110px; */
  z-index: 1;
}
.search-results .single-post-content-title {
  text-transform: capitalize;
}



/*=========== Search Page End ============*/












/*=============== Music Band Theme CSS End =============*/








/*====== Single Event Page CSS Start =======*/
.single-event-page {
  padding: 0;
}
.single-event-page-main-content {
  max-width: calc(100% - 29%);
  margin-bottom: 6em;
}
.single-events-description-title {
  font: 600 30px/30px 'Outfit';
  color: #010101;
}
.single-events-description-para p {
  font: 400 18px/45px 'Outfit', sans-serif;
  color: #1E1E1E;
}
.single-events-content-title {
  font: 600 30px/30px 'Outfit';
  color: #010101;
}
.events-content-para-list li svg {
  font-size: 25px;
}
.events-content-para-list li svg path {
  fill: #441C88;
}
.events-content-para-list li {
  font: 300 18px/25px 'Outfit', sans-serif;
  color: #000000;
}
.single-events .btn {
  padding: 0;
}
.events-button {
  font: 400 18px/18px 'Outfit';
  background-color: #000000;
  color: #ffffff;
  border-radius: 10px;
  padding: 9px 10px 9px 15px;
  letter-spacing: 0.4px;
}
.events-button svg {
  background-color: #FFF;
  padding: 8px 10px;
  width: 18px;
  height: 18px;
  border-radius: 6px
}
.events-button {
  display: flex;
  align-items: center;
  justify-content: center;
} 
.events-button svg path {
  color: #000000;
}
.events-btn a:hover {
  background-color: #441C88;
  color: #FFF;
}
.single-event-page-time-box {
  box-shadow: inset 0px 7px 0px #441C88, 0px 3px 6px #00000029;
  border-radius: 20px;
  padding: 35px 35px;
}
.single-event-page-time-box .flex-shrink-0 svg {
  color: #441C88;
}
.events-social-share .share_icon {
  display: inline-block;
}
.events-social-share .share_icon svg {
  color: #000;
}
.events-social-share .share_icon .hover-fx:hover {
  background-color: #441C88;
}
.events-social-share .share_icon .hover-fx:hover svg {
  color: #FFF;
}
.single-event-page-map iframe {
  border-radius: 20px;
  width: 100%;
} 
.single-event-page-time-box  .flex-grow-1 h4 {
  font: 600 20px/25px 'Outfit';
  color: #010101;
}
.single-event-page-time-box  .flex-grow-1 p {
  font: 400 16px/30px 'Outfit', sans-serif;
  color: #1E1E1E;
}
/*====== Single Event Page CSS End =======*/



/*====================== About us Page Start =======================*/

#aboutp-team .ea-tm {
  border: 1px solid #dcdcdc;
  background-color: #EEF6E5;
}

/*====================== About us Page End =======================*/


/*====================== Blog No Sidebar Page Start =======================*/

#blog-content-grid .ea-item {
  display: flex;
  gap: 15px;
  border-radius: 10px;
}
#blog-content-grid .ea-item .ea-img-wrap {
  width: 45%;
}
#blog-content-grid .ea-item .ea-content {
  width: 55%;
}
#blog-content-grid .ea-amox-grid .ea-item:hover .ea-img-wrap .ea-img {
  transform: unset;
}
#blog-content-grid .ea-amox-grid .ea-item:nth-child(1) {
  background-color: #E5F7FC;
}
#blog-content-grid .ea-amox-grid .ea-item:nth-child(2) {
  background-color: #EEF6E5;
}
#blog-content-grid .ea-amox-grid .ea-item:nth-child(3) {
  background-color: #FFF1E5;
}
#blog-content-grid .ea-amox-grid .ea-item:nth-child(4) {
  background-color: #F8EFFF;
}
#blog-content-grid .ea-amox-grid .ea-item:nth-child(5) {
  background-color: #E5F7FC;
}
#blog-content-grid .ea-amox-grid .ea-item:nth-child(6) {
  background-color: #FFF1E5;
}
#blog-content-grid .ea-amox-grid .ea-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 15px;
  margin-bottom: 5px;
}
#blog-content-grid .ea-amox-grid .ea-title {
  padding-bottom: 0px;
}
#blog-content-grid .ea-amox-grid span.ea-readmore-icon {
  text-transform: capitalize;
  font: 600 16px/25px 'Outfit';
}
#blog-content-grid .ea-amox-grid .ea-img-wrap .ea-img {
  height: 250px;
}
#blog-content-grid .ea-amox-grid .ea-title .title-animation-underline:hover {
  background-size: 0% 0px;
}
#blog-content-grid .ea-amox-grid .ea-text p {
  opacity: 0.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#blog-content-grid .ea-amox-grid .ea-content {
  display: grid;
  padding-right: 12px;
  padding: 12px 12px 12px 0px;
}
#blog-content-grid .ea-amox-grid .ea-amox-grid .ea-comments {
  margin-left: 0px;
}
#blog-content-grid .ea-amox-grid .ea-meta {
  order: 1;
  justify-content: space-around;
  padding: 8px 0;
}
#blog-content-grid .ea-amox-grid .ea-meta a {
  pointer-events: none;
}
#blog-content-grid .ea-amox-grid .ea-title {
  order: 2;
}
#blog-content-grid .ea-amox-grid .ea-text-wrap {
  order: 3;
}
#blog-content-grid .ea-amox-grid .ea-button-wrap {
  order: 4;
  margin-top: 5px;
}
#blog-content-grid .ea-amox-grid .ea-item:nth-child(1) .ea-meta {
  background-color: #00AEE2;
  border-radius: 8px;
}
#blog-content-grid .ea-amox-grid .ea-item:nth-child(2) .ea-meta {
  background-color: #56A902;
  border-radius: 8px;
}
#blog-content-grid .ea-amox-grid .ea-item:nth-child(3) .ea-meta {
  background-color: #FF7700;
  border-radius: 8px;
}
#blog-content-grid .ea-amox-grid .ea-item:nth-child(4) .ea-meta {
  background-color: #BD66FF;
  border-radius: 8px;
}
#blog-content-grid .ea-amox-grid .ea-item:nth-child(5) .ea-meta {
  background-color: #441C88;
  border-radius: 8px;
}
#blog-content-grid .ea-amox-grid .ea-item:nth-child(6) .ea-meta {
  background-color: #7c6530;
  border-radius: 8px;
}
#blog-content-grid .ea-amox-grid .ea-comments {
  flex-direction: column-reverse;
  margin-left: 0px !important;
  align-items: flex-end;
}
#blog-content-grid .ea-amox-grid .ea-author {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#blog-content-grid .ea-amox-grid .ea-date {
  width: 100px;
}
#blog-content-grid .ea-amox-grid .ea-comments span {
  margin-left: 0px !important;
  text-align: end;
}
#blog-content-grid .ea-amox-grid .ea-author {
  position: relative;
}
#blog-content-grid .ea-amox-grid .ea-author::before {
  content: '';
  position: absolute;
  transform: translate(-60px, 0px);
  height: 40px;
  width: 1px;
  background-color: #FFF;
}
#blog-content-grid .ea-amox-grid .ea-author::after {
  content: '';
  position: absolute;
  transform: translate(60px, 0px);
  height: 40px;
  width: 1px;
  background-color: #FFF;
}
#blog-content-grid .eicon-comments {
  display: none;
}

/*====================== Blog No Sidebar Page End =======================*/


/*====================== Blog Left Sidebar Page Start =======================*/

/* #blog-content-grid-sidebar .ea-amox-grid .ea-meta a {
  pointer-events: none;
}
#blog-content-grid-sidebar .ea-item {
  display: flex;
  gap: 15px;
  border-radius: 10px;
}
#blog-content-grid-sidebar .ea-item .ea-img-wrap {
  width: 45%;
}
#blog-content-grid-sidebar .ea-item .ea-content {
  width: 55%;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-item:hover .ea-img-wrap .ea-img {
  transform: unset;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-item:nth-child(1) {
  background-color: #E5F7FC;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-item:nth-child(2) {
  background-color: #EEF6E5;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-item:nth-child(3) {
  background-color: #FFF1E5;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-item:nth-child(4) {
  background-color: #F8EFFF;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-item:nth-child(5) {
  background-color: #E5F7FC;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-item:nth-child(6) {
  background-color: #FFF1E5;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 15px;
  margin-bottom: 5px;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-title {
  padding-bottom: 0px;
}
#blog-content-grid-sidebar .ea-amox-grid span.ea-readmore-icon {
  text-transform: capitalize;
  font: 600 16px/25px 'Outfit';
}
#blog-content-grid-sidebar .ea-amox-grid .ea-img-wrap .ea-img {
  height: 250px;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-title .title-animation-underline:hover {
  background-size: 0% 0px;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-text p {
  opacity: 0.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-content {
  display: grid;
  padding-right: 12px;
  padding: 12px 12px 12px 0px;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-amox-grid .ea-comments {
  margin-left: 0px;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-meta {
  order: 1;
  justify-content: space-around;
  padding: 8px 0;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-title {
  order: 2;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-text-wrap {
  order: 3;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-button-wrap {
  order: 4;
  margin-top: 5px;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-item:nth-child(1) .ea-meta {
  background-color: #00AEE2;
  border-radius: 8px;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-item:nth-child(2) .ea-meta {
  background-color: #56A902;
  border-radius: 8px;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-item:nth-child(3) .ea-meta {
  background-color: #FF7700;
  border-radius: 8px;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-item:nth-child(4) .ea-meta {
  background-color: #BD66FF;
  border-radius: 8px;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-item:nth-child(5) .ea-meta {
  background-color: #441C88;
  border-radius: 8px;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-item:nth-child(6) .ea-meta {
  background-color: #7c6530;
  border-radius: 8px;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-comments {
  flex-direction: column-reverse;
  margin-left: 0px !important;
  align-items: flex-end;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-author {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-date {
  width: 100px;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-comments span {
  margin-left: 0px !important;
  text-align: end;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-author {
  position: relative;
}
#blog-content-grid-sidebar .ea-amox-grid .ea-author::before {
  content: '';
  position: absolute;
  height: 40px;
  width: 1px;
  background-color: #FFF;
  transform: translate(-70px, 0px);
}
#blog-content-grid-sidebar .ea-amox-grid .ea-author::after {
  content: '';
  position: absolute;
  height: 40px;
  width: 1px;
  background-color: #FFF;
  transform: translate(70px, 0px);
}
.blog-content-right-col .eicon-comments {
  display: none;
} */

/*====================== Blog Left Sidebar Page End =======================*/






























/*=========== About Page CSS Start  ===========*/

.aboutp-passion-col1 .ekit-wid-con .ekit-header-info, .aboutp-passion-col1 .ekit-wid-con .ekit-header-info a {
  display: block;
}

/*=========== About Page CSS End  ===========*/



/*=========== FAQ Page CSS Start  ===========*/

#faq-section .elementskit-btn-link svg {
  max-width: 80px;
  height: 16px !important;
}
#faq-section .elementskit-card.active .elementskit-card-header>.elementskit-btn-link {
  font-family: josefin sans;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
#faq-section .elementskit-card:not(.active) .elementskit-btn-link {
  border-radius: 10px 10px 10px 10px;
}

/*=========== FAQ Page CSS End  ===========*/

/*=========== Blog With No Sidebar Page Start ============*/

.blog-no-sidebar .e-con-inner {
  overflow-x: clip;
}
.blog-no-sidebar .ea-amox-grid .ea-item:hover .ea-img-wrap .ea-img {
  transform: unset;
}
.blog-no-sidebar .ea-amox-grid .ea-item  .ea-img-wrap img {
  height: 250px;
  border-radius: 10px;
}
.blog-no-sidebar .ea-amox-grid .ea-content {
  display: grid;
}
.blog-no-sidebar .ea-amox-grid .ea-title {
  order: 2;
}
.blog-no-sidebar .ea-amox-grid .ea-meta {
  order: 1;
}
.blog-no-sidebar .ea-amox-grid .ea-text-wrap {
  order: 3;
}
.blog-no-sidebar .ea-amox-grid .ea-button-wrap {
  order: 4;
  margin-top: 12px;
}
.blog-no-sidebar .ea-amox-grid .ea-category {
  margin-bottom: 0px;
}
.blog-no-sidebar .ea-title {
  padding-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  line-height: 35px;
  height: 75px;
}
.blog-no-sidebar .ea-button-wrap a {
  font: 600 16px/16px josefin sans;
  text-transform: capitalize;
}
.blog-no-sidebar .ea-amox-grid .ea-button-wrap:hover {
  margin-bottom: calc(0px * 2) !important;
}
.blog-no-sidebar .ea-amox-grid .ea-title .title-animation-underline:hover {
  background-size: 0% 0px;
}
.blog-no-sidebar .ea-text p {
  padding-bottom: 4px;
  font: 400 16px/25px josefin sans;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 10px;
}
.blog-no-sidebar .fa-hand-holding-hand {
  padding: 9px;
  background-color: #fff;
  border-radius: 8px;
  margin-left: 15px;
}
.blog-no-sidebar .ea-readmore-icon {
  font: 500 17px/22px josefin sans;
  display: flex;
  align-items: center;
  background-color: #000;
  max-width: max-content;
  padding: 10px 30px 10px 30px;
  border-radius: 6px;
  color: #fff;
}
.blog-no-sidebar .ea-button-wrap a .ea-readmore-icon svg path {
  fill: #000000;
}
.blog-no-sidebar .ea-author a {
  color: #8D99AE;
  pointer-events: none;
}
.blog-no-sidebar .ea-author {
  order: 1;
}
.blog-no-sidebar .ea-date {
  margin-left: 10px;
  order: 2;
}
.blog-no-sidebar .ea-comments {
  order: 3;
}
.blog-no-sidebar span.ea-readmore-icon:hover {
  background-color: #FFF;
  color: #000000;
}
.blog-no-sidebar .ea-amox-grid .ea-date::before {
  content: "\f073";
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-right: 5px;
}
.blog-no-sidebar .ea-author:before {
  content: "\f007" !important;
  color: #000;
  font-family: 'FontAwesome';
  font-weight: 400;
  font-size: 16px;
  margin-right: 5px;
}
.blog-no-sidebar .eicon-comments::before {
  content: "\f086" !important;
  color: #000;
  font-family: 'FontAwesome';
  font-weight: 400;
  font-size: 16px;
  margin-right: 4px;
}
.blog-no-sidebar .ea-amox-grid .ea-item {
  border-radius: 10px;
}
.blog-no-sidebar .ea-amox-grid>div:nth-child(3n+0) {
  background-color: #A99DFE;
}
.blog-no-sidebar .ea-amox-grid>div:nth-child(3n-1) {
  background-color: #243832;
}
.blog-no-sidebar .ea-amox-grid>div:nth-child(3n-2) {
  background-color: #7ADF80;
}
.blog-no-sidebar .ea-pagination .ea-pagination-previous a {
  padding: 10px 12px !important;
}
.blog-no-sidebar .ea-pagination .ea-pagination-previous .ea-icon-arrow-left-5:before {
  font-weight: 900;
  font-size: 16px;
}


/*=========== Blog With No Sidebar Page End ============*/



/*=========== Shop Page CSS Start  ===========*/

.shop-page-product-price ins {
  font-family: 'Josefin Sans';
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
}
.shop-page-product-price del bdi {
  color: #8D8D8D;
  font-family: "Josefin Sans", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.shop-page-product-section .product-card {
  width: 24%;
} 


.woocommerce-checkout .wc-block-components-totals-coupon__button .wc-block-components-button__text {
  color: #FFF;
  opacity: 1 !important;
}
.woocommerce-checkout form button {
  pointer-events: visible !important;
}
#yith-quick-view-modal #yith-quick-view-content {
  background-color: #FFF;
}
#yith-quick-view-modal .product_title {
  color: #000000;
}
#yith-quick-view-modal .single-product-short-des {
  color: #000000;
}
#yith-quick-view-modal .single-product-btn1 button:hover {
  background-color: #000000 !important;
  color: #FFF !important;
}
#yith-quick-view-modal .single-product .single-product-btn2 a:hover {
  background-color: #000000 !important;
  color: #FFF !important;
}
#yith-quick-view-modal .woocommerce-Price-amount {
  color: #000;
}

.product-item-inner-box .home-product-content h4 a {
  font: 600 22px/26px josefin sans;
  /* color: #FFFFFF; */
}
.product-item-inner-box .product-items-wrapper .regular-price del {
  text-decoration: unset;
}
.product-item-inner-box .add-to-cart-btn a::before {
  content: '\f07a';
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  font-size: 16px;
  color: #FFF;
  background-color: #243832;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50px;
}
.product-item-inner-box .add-to-wishlist-btn .yith-wcwl-add-to-wishlist-button__label {
  font-size: 0px;
}
.product-item-inner-box .quick-view-btn a {
  font-size: 0;
}
.product-item-inner-box .quick-view-btn a::before {
  content: '\f06e';
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  font-size: 16px;
  color: #FFF;
  background-color: #243832;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50px;
}
.product-item-inner-box .product-action-buttons {
  /* position: absolute;
  right: 10px;
  top: 24%;
  transform: translate(0px, 0px);
  opacity: 0;
  transition: 0.3s ease-in-out; */
}
.yith-wcwl-add-to-wishlist-button__label{
  font-size: 0px;
}
.product-item-inner-box .product-card:hover .product-action-buttons {
  opacity: 1;
}
.breadcrumb-shoppage {
  position: relative;
  z-index: 2;
}
.quick-view-btn .yith-wcqv-button {
  display: inline !important;
}
.product-card a.button {
  display: inline !important;
}
.product-card .product-bottom-price-row {
  transform: translateY(-24px);
  font: 600 22px/26px josefin sans;
  border-radius: 50px;
  border: 1px solid #243832;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 22px;
  color: #243832;
  background-color: #FFFFFF;
}
.product-card .product-title a.product-title-link {
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font: 700 21px / 25px "josefin sans" !important;
  margin: 5px 0 5px;
  line-height: 25px !important;
  transform: translateY(-3px);
}
.product-img .price{
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  text-align: center;
}
.product-content-box {
  padding: 30px 10px 25px 10px;
}
.product-price ins{
  text-decoration: none;
}
.product-price bdi{
  text-decoration: none;
  color: #FFFFFF;
  background: #EF7726;
  padding: 4px 10px;
  border-radius: 50px;
  font: 600 15px / 15px josefin sans;
}
.product-card img {
  width: 100% !important;
  height: 100% !important;
}
.product-items-wrapper{
  justify-content: space-between;
}
.home .product-card {
  /* width: auto; */
  /* margin: 0 auto; */
}
.product-card {
  width: 260px;
  background: #fff;
  border-radius: 20px;
}
.product-cart-icons{
  position: absolute;
  right: 10px;
  top: 10px;
}
.quick-view-btn button {
  font-size: 0 !important;
  background: transparent;
  position: relative;
  border: unset;
}
.quick-view-btn button::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  background: #1e1e1e !important;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
  text-align: center;
  margin: auto;
}
.quick-view-btn button:after {
  content: '\f06e';
}
#woosq-popup .woosq-product{
  padding: 30px;
}
#woosq-popup .woosq-product > .product .summary .summary-content{
  padding: 0 20px 20px 20px;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
  /* flex-direction: row;
  margin: 0 auto;
  justify-content: center;
  gap: 0px;
  align-items: center; */
  gap: 0px;
}
.yith-add-to-wishlist-button-block{
  margin: 0px;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg {
  width: 30px !important;
  max-width: 30px !important;
  margin-bottom: 3px;
  background-color: #EF7726;
  border-radius: 6px;
  height: 30px;
  padding: 5px;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg path {
  fill: #FFF;
  stroke: #FFF;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added svg{
  background: #000;
}
.wishlist_text .yith-wcwl-add-to-wishlist-button--added svg path{
  fill: #EF7726;
  stroke: #EF7726;
}
.product-card .cart-btn svg{
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 7px;
  text-align: center;
  position: relative;
  cursor: pointer;
  background-color: #633FB1;
  border-radius: 6px;
}
.home .product-card .cart-btn a::before{
  display: none;
}
.product-card .cart-btn a::before {
  /* content: '\f07a';
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  font-size: 16px;
  color: #FFF;
  background-color: #633FB1;
  width: 31px;
  height: 31px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 6px; */
}
.product-card .cart-btn a.added_to_cart::before{
  color: #633FB1;
  background: #fff;
}
.product-card .cart-btn svg path{
  fill: #fff;
}
.product-card .cart-btn a {
  font-size: 0px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 4px;
  display: block;
}
.product-card .cart-btn a::after {
  content: '\f07a';
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #FFF;
  background: #633FB1;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 20px;
  padding: 5px;
  border-radius: 6px;
}
.product-card .cart-btn a.added_to_cart::after {
  content: '\f07a';
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #FFF;
  background: #EF7726;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 20px;
  padding: 5px;
  border-radius: 6px;
}
.product-card:hover .product-title-link {
  color: #EF7726;
}
.product-icon {
  position: absolute;
  top: 15px;
  right: 15px;
}
.product-card .add_to_cart_button.ajax_add_to_cart.added {
  display: none !important;
}
.product-card:hover .product-title a {
  color: #EF7726;
}
.product-card:hover .product-price bdi {
  background: #fff;
  color: #EF7726;
}
.star.selected {
  color: #E99300;
}
.banner-img-main-box {
  min-height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  align-items: center;
}
.banner-img-main-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  opacity: 0.5;
  z-index: 0;
}

.shop-page-breadcrumb {
  font-size: 18px;
  color: #FFFFFF;
}
.shop-page-breadcrumb a {
  color: #FFFFFF;
}
.shop-product-wrapper .filter label, .tax-product_cat .shop-product-wrapper .filter label {
  font: 600 18px/18px josefin sans;
  color: #000000;
}
.home-product-section .product-card .add-to-cart-btn a {
  background-color: unset;
  font-size: 0;
}
.woocommerce-product-gallery .flex-viewport {
  margin-bottom: 10px;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 1 !important;
  background-color: #E5E5E5 !important;
  border-radius: 6px;
}
.woocommerce-product-gallery .flex-control-thumbs {
  gap: 10px;
  display: inline-flex;
  width: 100%;
}
.bkr_container {
  max-width: unset;
  width: unset;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 auto;
}
.shop-products {
  max-width: 1320px;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 auto;
}
/* .bkr_container main.site-main {
  margin-bottom: 100px;
} */
.home-product-tab-wrapper.bkr-shop .all-product {
  width: 100%;
  /* padding: 10px 0 0 10px; */
}
.woocommerce-products-header .page-title {
  color: #FFFFFF;
  font-family: 'josefin sans';
  font-size: 55px;
  font-weight: 700;
  line-height: 70px;
}
.shop-page-breadcrumb {
  font-size: 18px !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
  line-height: 25px !important;
}
.breadcrumb a {
  font-family: josefin sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
}
.homep-add-cart-btn {
  padding: 11px 5px 11px 20px;
}
.product-cart-icons{
  display: none;
}
.product-card:hover .product-cart-icons{
  display: block;
}
.add-to-cart-btn {
  color: #FFF !important;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.wishlist_text{
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}
.quick-view-btn{
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
}
button.button.add-to-cart-btn::before {
  content: '\f291';
  position: absolute;
  left: -12px;
  font-family: 'FontAwesome';
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
  background-color: #872032;
  width: 31px;
  height: 31px;
  border-radius: 50px;
  line-height: 31px;
  top: 4px;
}
button:hover {
  /* background-color: unset !important; */
}
.woocommerce-message a {
  background-color: #000000 !important;
  color: #FFF !important;
  border-radius: 30px !important;
}
.shop-product-wrapper .pagination-wrapper {
  display: flex;
  justify-content: center;
  padding: 50px 0px;
}
.shop-product-wrapper .pagination-wrapper .page-numbers {
  color: #243832;
  background-color: #FFF;
  margin: 0 8px;
  /* padding: 5px 15px; */
  text-align: center;
}
.shop-product-wrapper .pagination-wrapper .page-numbers:hover {
  background-color: #243832;
  color: #FFF;
}
.shop-product-wrapper .pagination-wrapper .page-numbers.current {
  background-color: #243832;
  color: #FFF;
}

.woocommerce-shop .product-card a.button {
  display: block !important;
  background: unset !important;
}
.tax-product_cat .product-card a.button {
  display: block !important;
  background: unset !important;
}



/*=========== Shop Page CSS End  ===========*/



/*=========== Shop Page Quickview CSS Start  ===========*/

.woocommerce .yith-quick-view .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 15px;
}
.woocommerce .yith-quick-view .entry-summary .price ins {
  display: none !important;
}
.woocommerce .yith-quick-view-content.woocommerce div.summary .price del {
  text-decoration: none;
  color: #000000;
  opacity: 1;
}


/*=========== Shop Page Quickview CSS End  ===========*/





/*=========== Product Category Page CSS Start  ===========*/

.tax-product_cat .woocommerce-products-header__title.page-title {
  color: #FFF;
  font-family: josefin sans;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}
.tax-product_cat .banner-img-main-box {
  min-height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tax-product_cat .shop-page-breadcrumb {
  font-size: 18px;
  display: flex;
  justify-content: center;
}
.tax-product_cat .woocommerce-breadcrumb {
  color: #FFF;
  margin-bottom: 0px;
}
.tax-product_cat .shop-page-breadcrumb a {
  color: #FFF;
}
.tax-product_cat .product-card .add-to-cart-btn a {
  background-color: unset;
}
.tax-product_cat .shop-products {
  margin-bottom: 60px;
}
.tax-product_cat .woocommerce-message a {
  background-color: #000000 !important;
  color: #FFF !important;
}
.tax-product_cat .woocommerce-message a:hover {
  background-color: #243832 !important;
}

/*=========== Product Category Page CSS End  ===========*/

/*============= Blog No Sidebar Start ============*/

#blog-no-sidebar-page .ea-amox-grid .ea-item {
  position: relative;
}
#blog-no-sidebar-page .ea-img-wrap img {
  height: 260px !important;
  object-fit: cover;
  border-radius: 15px;
}
#blog-no-sidebar-page .ea-amox-grid .ea-item:hover .ea-img-wrap .ea-img {
  transform: unset;
}
#blog-no-sidebar-page .ea-amox-grid .ea-text {
  font-family: josefin sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}
#blog-no-sidebar-page .ea-amox-grid .ea-button-wrap .ea-readmore-icon {
  box-shadow: -2px 8px 17.1px 0px #DE36546E;
  font-family: josefin sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #FFFFFF;
  background-color: #000000;
  padding: 12px 20px 12px 48px;
  border-radius: 50px;
  text-transform: capitalize;
}
#blog-no-sidebar-page .ea-amox-grid .ea-button-wrap .ea-readmore-icon:hover {
  background-color: #000000;
}
#blog-no-sidebar-page .ea-amox-grid .ea-button-wrap .ea-readmore-icon:hover.ea-readmore-icon::before {
  background: #F44565;
}
#blog-no-sidebar-page .ea-amox-grid .ea-item {
  box-shadow: 0px 1px 8px 0px #00000040;
}
#blog-no-sidebar-page .ea-author a {
  user-select: none;
  color: #000000;
  font-family: josefin sans;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-transform: capitalize;
}
#blog-no-sidebar-page .ea-author {
  position: absolute;
  right: 20px;
  bottom: 33px;
}
#blog-no-sidebar-page .ea-author span {
  display: none;
}
#blog-no-sidebar-page .ea-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}
#blog-no-sidebar-page .ea-text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#blog-no-sidebar-page .ea-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 60px;
}
#blog-no-sidebar-page .ea-date {
  position: absolute;
  top: 15px;
  right: 55px;
}
#blog-no-sidebar-page .ea-comments {
  position: absolute;
  top: 15px;
  left: 50px;
}
#blog-no-sidebar-page .ea-arrows-container {
  transform: translateY(70px);
}
#blog-no-sidebar-page .ea-button-wrap a {
  box-shadow: -2px 8px 17.1px 0px #DE36546E;
  position: relative;
}
#blog-no-sidebar-page .ea-readmore-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  content: "\f054";
  color: #FFF;
  border-radius: 50px;
  padding: 8px 13px;
  left: 6px;
  bottom: -8px;
  background: #872032;
  z-index: 1;
}
#blog-no-sidebar-page .ea-img-wrap {
  position: relative;
}
#blog-no-sidebar-page .blog-no-sidebar-svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
#blog-no-sidebar-page .ea-pagination li.ea-active a {
  border-bottom: 2px solid #000000;
}
#blog-no-sidebar-page .ea-pagination li.ea-pagination-previous .ea-icon-arrow-left-5:before {
  font-weight: 600;
}
#blog-no-sidebar-page .ea-pagination li.ea-pagination-next .ea-icon-arrow-right-5:before {
  font-weight: 600;
}
#blog-no-sidebar-page .ep-pagination .ea-pagination li.ea-pagination-previous a, #blog-no-sidebar-page .ep-pagination .ea-pagination li.ea-pagination-next a {
  border: 0px solid #000000;
  padding: 2px;
}
#blog-no-sidebar-page .ea-pagination {
  border: 1px solid #D5D5D5;
  width: max-content;
  padding: 10px 20px;
  margin: 40px auto 0 auto;
}

/*============= Blog No Sidebar End ============*/

/*=========== Single Blog Page CSS Start  ===========*/


.single-post .socila_share {
  display: block;
  float: right;
  text-align: right;
}
.single-post .single-post-nav .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.single-post #single_post {
  padding-bottom: 80px;
}
.single-post .service_img {
  margin-top: 0%;
  height: 500px;
}
.single-post .service_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .bkr_container {
  width: 1350px;
  padding: 50px 60px 100px 60px;
  box-shadow: 0px 2px 5px 0px #b5b5b5;
  border-radius: 10px;
}
.single-post .single-page-title h2 {
  padding-bottom: 25px;
  font: 600 30px/35px josefin sans;
}
.single-post .nav-links a {
  font: 500 18px / 20px "Josefin Sans";
  color: #000000;
}
.single-post .nav-links .post-title:hover {
  color: #F25D03;
}
.content-box {
  margin-top: -75px;
  background-color: #FFFFFF;
  padding: 50px 100px 100px 100px;
}
.single-post .socila_share svg {
  font-size: 18px;
}
.single-post .socila_share .twitter-class svg {
  font-size: 18px;
  width: 18px;
  transform: translateY(-2px);
}
.single-post .socila_share .twitter-class:hover svg path {
  fill: #FFFFFF !important;
}
.single-post .post-category {
  color: #000 !important;
}
.single-post .hover-fx {
  font-size: 16px;
  display: inline-block;
  cursor: pointer, Sans-serif;
  margin: 5px;
  width: 35px;
  height: 35px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 300ms;
}
.single-post .hover-fx:after {
  font-family:"Montserrat", Sans-serif-events; 
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  box-shadow: 0 0 0 3px #F06543;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms;  
}
.single-post .hover-fx:hover:after {
  opacity: 1;
  transform: scale(1.15);
}
.hover-fx:hover {
  background-color: #F06543;
  color: #fff;
}
.single-post .single-blog-des p {
  font-size: 20px;
  font-weight: 400;
  line-height: 46px;
  color: #000000;
}
.single-post .meta-para p {
  font-size: 20px;
  font-weight: 400;
  line-height: 46px;
  color: #000000;
}
.single-post .single-blog-page-first-para, .single-post .single-blog-page-bottom-para {
  font-size: 18px;
  line-height: 30px;
}
.single-post .single-author-image img {
  border-radius: 50%;
  width: 45%;
}
.single-post .single-page-metabox {
  gap: 20px;
}
.single-blog-des {
  padding-bottom: 50px;
}
.single-page-meta-image .image-wrapper img {
  width: 100%;
  border-radius: 10px;
}
.single-page-meta-image .image-wrapper {
  width: calc(50% - 15px);
}
.single-page-meta-image {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.blog_comment_box.single-post-comment .comments-area {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  justify-content: space-between;
}
.blog_comment_box.single-post-comment ol.comment-list {
  width: 50%;
}
.blog_comment_box.single-post-comment .comment-respond {
  width: calc(50% - 50px);
  padding: 30px;
  box-shadow: 0px -1px 14px 0px #00000026;
  border-radius: 8px;
  /* margin-left: 50px; */
}
.blog_comment_box.single-post-comment h2.comments-title {
  display: none;
}
.blog_comment_box.single-post-comment ol.comment-list li {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #F5F5F5;
  border-radius: 15px;
}
.blog_comment_box.single-post-comment ol.comment-list li .reply {
  display: none;
}
.blog_comment_box.single-post-comment ol.comment-list li .comment-meta.commentmetadata {
  display: none;
}
.blog_comment_box.single-post-comment ol.comment-list li .comment-author.vcard img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
}
.blog_comment_box.single-post-comment ol.comment-list li .comment-author.vcard cite.fn {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  font-style: normal;
  text-transform: capitalize;
}
.blog_comment_box.single-post-comment ol.comment-list li .comment-author.vcard span.says {
  display: none;
}
.blog_comment_box.single-post-comment ol.comment-list li .comment-body>p {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #242424;
  text-transform: capitalize;
}
.blog_comment_box.single-post-comment .comment-respond h2#reply-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  padding-bottom: 30px;
  color: #000000;
  font-family: josefin sans;
}
.blog_comment_box.single-post-comment .comment-respond p.comment-notes, .blog_comment_box.single-post-comment .comment-respond p.comment-form-url{
  display: none;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form>p {
  width: 100%;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form {
  display: flex;
  flex-wrap: wrap;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form p.comment-form-author {
  order: 1;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form p.comment-form-email {
  order: 2;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form p.comment-form-comment {
  order: 3;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form p.comment-form-cookies-consent {
  order: 4;
  margin-bottom: 30px;
  display: flex;
  gap: 5px;
  align-items: flex-start;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form p.comment-form-cookies-consent input#wp-comment-cookies-consent {
  margin-top: 3px;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form p.form-submit {
  order: 5;
  width: auto;
  position: relative;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form p.form-submit input#submit {
  padding: 12px 20px 12px 20px !important;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  background-color: #243832;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form p.form-submit input#submit:hover {
  background-color: #505050;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form p.form-submit input#submit:hover {
  background-color: #000000;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form p.comment-form-cookies-consent label {
  font-weight: 400;
  color: #242424;
}
.menu-section-content .homepage-btn .ekit-btn-wraper i::before {
  content: '\f291';
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 800;
  font-size: 15px;
}
.header-col4  .homepage-btn .ekit-btn-wraper i::before {
  content: '\f073';
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 800;
  font-size: 15px;
  padding: 9px 10px !important;
}
.aboutp-btn-row {
  box-shadow: 350px 0 #E6E6E6, -350px 0 #E6E6E6;
  padding: 0px 0;
}
.blog-section-container .ea-author a {
  user-select: none;
}
#blog-no-sidebar-page .ea-author a {
  user-select: none;
}
.blog-section-container .ea-comments {
  position: absolute;
  top: 24px;
  left: 50px;
}
.blog-section-container .ea-date {
  position: absolute;
  top: 24px;
  right: 24px;
}
/*=========== Single Blog Page CSS End  ===========*/


/*=========== Single Product Page CSS Start  ===========*/


.single-product .entry-summary .yith-add-to-wishlist-button-block svg path {
  fill: #FFF;
}
.single-product .entry-summary .yith-wcwl-add-to-wishlist-button__label {
  /* color: #FFFFFF; */
}
.single-product .woocommerce-Tabs-panel p {
  color: #000 !important;
}
.single-product .single-product-des {
  /* color: #FFF; */
}
/* .single-product .breadcrumb-shoppage {
  backdrop-filter: contrast(0.2);
  width: fit-content;
  padding: 10px 30px;
  border-radius: 6px;
} */
.single-product .entry-summary p.price del {
  opacity: 1 !important;
  /* text-decoration: none; */
}
.single-product-btn1 button.single_add_to_cart_button {
  min-width: auto;
}
.single-product .woocommerce-product-gallery__trigger {
 z-index: 1 !important;
}
/* .single-product .banner-img-main-box {
  min-height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 90px;
} */
.single-product .shop-page-breadcrumb {
  font-size: 18px;
  color: #FFF;
}
.single-product .shop-page-breadcrumb a {
  color: #FFF;
}
.single-product .bkr_container .site-main{
  max-width: 1350px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.single-product .woocommerce-product-details__short-description h2{
  font-size: 32px;
  line-height: 40px;
}
.woocommerce div.product .summary.entry-summary p.price {
  color: #EF7726;
  font: 600 20px / 20px josefin sans;
  padding-top: 12px;
}
.single-product .breadcrumb {
  margin-top: 100px;
  z-index: 2;
  position: relative;
  display: block;
}
.single-product-btn1, .single-product-btn2 {
  width: max-content;
}
.single-product button {
  background-color: unset !important;
  /* padding: 5px 10px !important; */
}
.single-product .single-product-btn1:hover svg, .single-product .single-product-btn2:hover svg {
  background: #F44565;
}
.single-product .single-product-btn1 svg, .single-product .single-product-btn2 svg {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: #872032;
  border-radius: 50px;
  padding: 6px;
  font-size: 16px !important;
}
.single-product .single-product-btn2 a {
  font-family: josefin sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  background-color: #243832;
  padding: 12px 25px;
  border-radius: 6px;
  color: #FFF;
  align-items: center;
  display: inline-flex;
  cursor: pointer;
}
.single-product .single-product-btn2 a:hover {
  background-color: #EF7726;
}
.single-product .single-product-title {
  color: #FFFFFF;
  font-family: josefin sans;
  font-size: 35px;
  font-weight: 600;
  line-height: 50px;
}
.single-product .breadcrumb a {
  font-family: josefin sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
}
.single-product .breadcrumb span {
  font-family: josefin sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
}
.single-product .woocommerce-product-gallery__image {
  background-color: #E5E5E5 !important;
  border-radius: 10px;
}
.single-product .woocommerce-product-gallery__image:hover {
  background-color: #E5E5E5 !important;
}
.single-product .woocommerce-product-gallery__wrapper .zoomImg:hover {
  background-color: #E5E5E5 !important;
}
.single-product .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 11px;
  right: unset;
  left: 10px;
}
.single-product .entry-summary .yith-wcwl-add-button a {
  justify-content: center;
  align-items: center;
  display: inline-flex;
  gap: 10px;
  font-family: josefin sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}
.single-product .entry-summary .yith-wcwl-add-button a svg {
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  padding: 9px;
  border-radius: 50px;
}
.single-product .entry-summary .yith-wcwl-add-button a svg path {
  fill: #000000;
}
.single-product .entry-summary .dropdown {
  align-items: center;
  display: inline-flex;
}
.single-product .entry-summary .single-product-category-title {
  font-family: josefin sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}
.single-product .entry-summary .single-product-category-name {
  font-family: josefin sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
}
.single-product .onsale {
  display: none;
}
.single-product .woocommerce-review-link {
  font-family: josefin sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
}
.single-product .entry-summary .qib-button-wrapper button {
  border-radius: 0px;
  border: 1px solid #000;
}
.single-product .entry-summary .qib-button-wrapper .quantity input {
  border-top: 1px solid #EF7726 !important;
  border-bottom: 1px solid #EF7726 !important;
}
.single-product .entry-summary  .qib-button-wrapper {
  border: 1px solid #ECECEC;
  border-radius: 10px;
}
.single-product .entry-summary .single-product-btn1 button {
  font-family: josefin sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  background-color: #243832 !important;
  color: #FFF !important;
  padding: 12px 25px;
  border-radius: 6px;
  display: flex;
  cursor: pointer;
  margin-left: 20px;
  text-transform: capitalize;
}
.single-product .entry-summary .single-product-btn1 button:hover {
  background-color: #EF7726 !important;
}
.single-product .woocommerce-message a {
  background-color: #243832 !important;
  color: #FFF !important;
  border-radius: 6px !important;
  font-family: josefin sans;
  font-weight: 600;
}
.single-product .woocommerce-message a:hover {
  background-color: #EF7726 !important;
  color: #FFFFFF !important;
}
.single-product .woocommerce-message {
  border-top-color: #000000;
}
.single-product .entry-summary .social-sharing svg {
  color: #fff;
  font-size: 18px;
}
.single-product .entry-summary .price del {
  /* text-decoration: none !important; */
  font-family: josefin sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
  /* display: none !important; */
}
.single-product .entry-summary .price ins {
  text-decoration: none;
}
.single-product .entry-summary .single-product-sku {
  padding-left: 124px;
}
.single-product .entry-summary .single-product-sku-id {
  font-family: josefin sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
}
.single-product .entry-summary .single-product-share-btn+.yith-wcwl-add-to-wishlist {
  display: none;
}
.single-product .entry-summary .single-product-share-btn {
  border-bottom: 2px solid #E5E5E5;
  padding-bottom: 25px;
}
.single-product .entry-summary .single-product-category{
  padding-top: 15px;
}
.single-product .entry-summary .yith-wcwl-wishlistaddedbrowse a {
  color: #000000;
  font-family: josefin sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.single-product .entry-summary .yith-wcwl-wishlistexistsbrowse a {
  color: #000000;
  font-family: josefin sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  margin-left: 45px;
}
.single-product .entry-summary .yith-wcwl-wishlistaddedbrowse a {
  font-size: 0px !important;
}
.single-product .entry-summary .yith-wcwl-wishlistaddedbrowse .feedback svg {
  display: none;
}
.single-product .entry-summary .yith-wcwl-wishlistexistsbrowse .feedback {
  font-size: 0px !important;
}
.single-product .entry-summary .yith-wcwl-add-to-wishlist {
  margin-top: 0px;
}
.single-product .entry-summary .yith-wcwl-add-to-wishlist {
  position: relative;
}
.single-product .entry-summary .yith-wcwl-wishlistaddedbrowse .feedback {
  margin-left: 50px;
  line-height: 33px;
}
.single-product .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
  margin-left: 0px;
  font: 600 18px / 32px josefin sans;
  content: '\f004';
  font-family: 'font awesome 5 free';
  position: absolute;
  font-size: 18px;
  font-weight: 800;
  color: #000000;
  padding: 0;
  position: absolute;
  left: 0;
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 1px 8px;
}
.single-product .entry-summary .yith-wcwl-wishlistexistsbrowse a:before {
  font: 600 18px / 33px josefin sans;
  content: '\f004';
  font-family: 'font awesome 5 free';
  position: absolute;
  font-size: 18px;
  font-weight: 800;
  color: #000000;
  position: absolute;
  left: 0;
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 1px 9px;
  line-height: 33px;
}
.single-product .entry-summary .dropbtn svg {
  width: 16px;
  background: #F2778A;
  height: 25px;
  border-radius: 50px;
  font-size: 18px !important;
  padding: 5px 10px;
  line-height: 25px;
}
.single-product .entry-summary .dropbtn svg path {
  fill: #FFF;
}
.single-product .woocommerce-tabs #tab-additional_information h2 {
  display: none;
}
.single-product .entry-summary input {
  padding: 5px;
}


/*=========== Single Product Page CSS End  ===========*/

/*=========== Related Product Page CSS Start  ===========*/

.woocommerce div.product section.related.products .product-items-wrapper .slick-track {
  padding-bottom: 10px;
  width: 1360px !important;
}
.woocommerce div.product section.related.products .product-items-wrapper .product-card {
  /* width: 23% !important; */
}
.related-product-price-row .price, .related-product-price-row .product-action-buttons {
  width: auto;
}
.single-product .related .product-card a.button {
  display: block !important;
  background-color: unset;
  text-transform: capitalize;
  padding: 0px;
  color: #000000;
  font-weight: 500;
}
.single-product .related .product-card a.button:hover {
  color: #EF7726;
}
.single-product .related .product-card .product-title a:hover {
  color: #EF7726;
}
.single-product .related .product-card .product-img img {
  border-radius: 10px 10px 0 0;
  height: 260px;
  object-fit: cover;
}
.single-product .related .product-card .sale-price {
  font: 600 22px/20px "Outfit";
}
.single-product .related .product-card .regular-price {
  font: 500 16px/20px "Outfit";
  color: #7D7D7D;
  padding-left: 5px;
}
.single-product .related .product-card .add-to-cart-btn a.added {
  display: none !important;
}
.single-product .related .product-card .add-to-cart-btn a.added_to_cart {
  padding-top: 0px !important;
  color: #000000;
}




/* .single-product #yith-quick-view-modal .single-product-btn1 button:hover {
  background-color: #000000 !important;
  color: #FFF !important;
}
.single-product #yith-quick-view-modal .single-product .single-product-btn2 a:hover {
  background-color: #000000 !important;
  color: #FFF !important;
}
.single-product .related .products .product-items-wrapper .product-card {
  position: relative;
}
.single-product .related .product-action-buttons {
  display: inline;
}
.single-product .related .home-product-content h4 a {
  font: 600 22px/26px josefin sans;
  color: #FFFFFF;
}
.single-product .related .product-items-wrapper .regular-price del {
  text-decoration: unset;
}
.single-product .related .add-to-cart-btn a::before {
  content: '\f07a';
  position: relative;
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  font-size: 16px;
  color: #FFF;
  background-color: #243832;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50px;
}
.single-product .related .add-to-wishlist-btn .yith-wcwl-add-to-wishlist-button__label {
  font-size: 0px;
}
.single-product .related .quick-view-btn a {
  font-size: 0;
} */
.single-product .related .product-items-wrapper .add-to-cart-btn {
  /* position: relative; */
}
/* .single-product .related .quick-view-btn a::before {
  content: '\f06e';
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  font-size: 16px;
  color: #FFF;
  background-color: #243832;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50px;
}
.single-product .related .product-action-buttons {
  position: absolute;
  right: 10px;
  top: 23%;
  transform: translate(0px, 0px);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.single-product .related .product-card:hover .product-action-buttons {
  opacity: 1;
}
.single-product .related .quick-view-btn .yith-wcqv-button {
  display: inline !important;
}
.single-product .related .product-card {
  padding: 0px;
} */
/* .single-product .related .product-card .product-bottom-price-row {
  transform: translateY(-24px);
  font: 600 22px/26px josefin sans;
  border-radius: 50px;
  border: 1px solid #243832;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 22px;
  color: #243832;
  background-color: #FFFFFF;
}
.single-product .related .product-card .product-title {
  transform: translateY(-10px);
}
.single-product .related .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
  flex-direction: row;
  margin: 0 auto;
  justify-content: center;
  gap: 0px;
  align-items: center;
}
.single-product .related .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg {
  width: 35px;
  max-width: 35px;
  margin-bottom: 3px;
  background-color: #243832;
  border-radius: 50px;
  height: 35px;
  padding: 7px;
}
.single-product .related .product-card .yith-wcwl-add-to-wishlist-button svg path {
  fill: #FFF;
}
.single-product .related .product-card .add_to_cart_button.ajax_add_to_cart.added {
  display: none !important;
}
.single-product .related .product-card .added_to_cart {
  transform: translateY(0px);
}

.single-product #yith-quick-view-modal #yith-quick-view-content {
  background-color: #FFF;
}
.single-product #yith-quick-view-modal .woocommerce div.product .summary.entry-summary .woocommerce-product-details__short-description p {
  color: #000000;
}
.single-product #yith-quick-view-modal .woocommerce div.product .summary.entry-summary .product_title {
  color: #000000;
}


.single-product .related .product-content-box {
  display: block;
}
.single-product .related button {
  padding: 0px 0px 0px  20px !important;
  color: #FFF;
}
.single-product .related button:hover {
  color: #FFF;
}
.single-product .related button:hover.add-to-cart-btn::before {
  background-color: #F44565;
}
.single-product .related .add-to-cart-btn a {
  font-size: 0;
  background-color: unset;
}
.single-product .related .product-card .product-price .sale-price bdi {
  font-family: josefin sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #000000;
}
.single-product .related .related-para {
  color: #000000;
}
.single-product .related h2 {
  font-family: josefin sans;
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  color: #000000;
} */

/*=========== Related Product Page CSS End  ===========*/

td.radio-container {
  vertical-align: middle;
  text-align: center;
}
td.radio-container input[type="radio"] {
  width: 30px;
  height: 30px;
  accent-color: green;
  appearance: none;
  -webkit-appearance: none;
  border: 0.5px solid #000000;
  border-radius: 50%;
  position: relative;
}
td.radio-container input[type="radio"]::before {
  content: "";
  width: 20px;
  height: 20px;
  transform: scale(0);
  background-color: #FFD200;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0) !important;
}
td.radio-container input[type="radio"]:checked::before {
  transform: translate(-50%, -50%) scale(1) !important;
}
td.radio-container input[type="radio"]:hover {
  color: black;
}
td.radio-container span.wpcf7-list-item {
  margin: 0;
}
td.radio-container span.wpcf7-list-item span.wpcf7-list-item-label {
  display: none;
}
.shop-products form.woocommerce-ordering {
  float: none;
  margin-bottom: 0;
}
.shop-products p.woocommerce-result-count {
  display: none;
}
body.post-type-archive-product header.woocommerce-products-header {
  text-align: center;
}
.shop-products .woocommerce-ordering-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
.shop-product-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  border-top: 1px solid #000;
}
.shop-product-wrapper>.filter {
  width: 20%;
}
.shop-product-wrapper>.shop-ul-loop {
  width: 100%;
  padding-top: 10px;
}
.shop-product-wrapper .accordion .accordion-item {
  border: 0;
  border-radius: 0px;
}
.accordion.shop-page-filters>.accordion-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #000000;
}
.shop-product-wrapper .accordion .accordion-item button.accordion-button {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.shop-product-wrapper .accordion .accordion-item>.accordion-collapse>.accordion-body {
  padding: 0;
  padding-right: 20px;
}
.shop-product-wrapper>.filter .shop-page-filters {
  border-right: 1px solid #000000;
}
.shop-product-wrapper .accordion.shop-page-filters>.accordion-item>.accordion-header>button.accordion-button {
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
  color: #000000;
  padding-bottom: 30px;
  padding-top: 30px;
  padding: 30px 20px 0 0;
  font-family: josefin sans;
}
.shop-product-wrapper .accordion .accordion-item>.accordion-collapse>.accordion-body li.parent-category button.accordion-button {
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: josefin sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 25.99px;
}
.shop-product-wrapper .accordion .accordion-item>.accordion-collapse>.accordion-body li.parent-category button.accordion-button:not(.collapsed){
  color:#000000;
}
.shop-product-wrapper .accordion .accordion-item li.child-category label {
  display: inline-block;
}
.shop-product-wrapper .accordion .accordion-item li.child-category input {
  display: none;
}
.shop-product-wrapper .accordion .accordion-item li.child-category input:checked~span {
  color: #000000;
}
.shop-product-wrapper .accordion .accordion-item li.child-category span {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  line-height: 33px;
  cursor: pointer;
  font-family: josefin sans;
}
.shop-page-produts-category li.parent-category .accordion-body {
  padding-top: 0;
}
.shop-product-wrapper .accordion.shop-page-filters>.accordion-item>.accordion-header>button.accordion-button:not(.collapsed){
  padding-bottom: 20px;
}
.shop-products .woocommerce-ordering-wrapper h5 {
  color: #000;
  font-family: josefin sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.shop-products .woocommerce-ordering-wrapper form.woocommerce-ordering select {
  border: 1px solid #FFFFFF;
  background: #243832;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #FFFFFF;
  border-radius: 30px;
}
.accordion-item.sidebar-product-brand ul.shop-page-produts-brand li input[type="checkbox"] {
  width: 30px;
  height: 30px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #000000;
  position: relative;
  cursor: pointer;
}
.accordion-item.sidebar-product-brand ul.shop-page-produts-brand li input[type="checkbox"]:checked::before {
  transform: translate(-50%, -50%) scale(1) !important;
}
.accordion-item.sidebar-product-brand ul.shop-page-produts-brand li input[type="checkbox"]::before {
  content: "";
  width: 20px;
  height: 20px;
  transform: scale(0);
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0) !important;
}
.accordion-item.sidebar-product-brand ul.shop-page-produts-brand li label{
  display: flex;
  gap: 10px;
  align-items: center;
}
.accordion-item.sidebar-product-brand ul.shop-page-produts-brand li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.accordion-item.sidebar-product-brand ul.shop-page-produts-brand li span {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  color: #000000;
  cursor: pointer;
}
#product-price-slider {
  background-image: unset!important;
  background-color: #c3c3c3;
  height: 7px;
  border: none;
  margin: 0 10px;
}
.pet-shop-filter .ui-slider-range {
  background-color: #000000;
  background-image: unset;
}
#product-price-slider .ui-slider-handle {
  background-image: unset!important;
  background-color: #000000;
  height: 12px;
  width: 25px;
  top: unset;
  bottom: 0;
  border-radius: unset!important;
  border: none!important;
}
label.product-price-range {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
label.product-price-range span {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.09px;
  color: #000000;
}
ul.shop-page-produts-stock li label span {
  background-color: #F5F5F5;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  color: #000000;
  cursor: pointer;
}
ul.shop-page-produts-stock li label input {
  display: none;
}
ul.shop-page-produts-stock {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.about-col-2 ul.elementor-icon-list-items {
  columns: 2;
}
.shop-products nav.woocommerce-pagination {
  margin-top: 25px;
}
.shop-products nav.woocommerce-pagination ul.page-numbers {
  border: unset;
}
.shop-products nav.woocommerce-pagination ul.page-numbers li {
  border: 0;
  width: 45px;
}
.shop-products nav.woocommerce-pagination ul.page-numbers li * {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 5px;
  margin-right: 5px
}
.shop-products nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current {
  background-color: #FFFFFF;
  color: #000000;
  border-bottom: 4px solid #000000;
}
.shop-products nav.woocommerce-pagination ul.page-numbers li a:hover{
  background-color: #FFFFFF;
  color: #000000;
}
.shop-products nav.woocommerce-pagination ul.page-numbers li a.next::after, .shop-products nav.woocommerce-pagination ul.page-numbers li a.prev::after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 25px;
}
.shop-products nav.woocommerce-pagination ul.page-numbers li a.next, .shop-products nav.woocommerce-pagination ul.page-numbers li a.prev{
  position: relative;
  font-size: 0;
}
.shop-products nav.woocommerce-pagination ul.page-numbers li a.prev{
  transform: rotate(180deg);
}
.shop-products nav.woocommerce-pagination ul.page-numbers li a.prev::after{
  margin-bottom: 5px;
  display: inline-block;
}
header.woocommerce-products-header .term-description{
  display: none;
}
.single-product .entry-summary .dropdown-content {
  display: none;
  right: -14px;
}
.single-product .entry-summary button.dropbtn {
  border: unset;
  padding: 0px !important;
  font-family: josefin sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 50px;
  align-items: center;
  display: inline-flex;
}
.single-product .entry-summary button.dropbtn svg {
  margin-right: 10px;
}
.single-product .entry-summary .social-sharing svg {
  color: #fff;
  font-size: 18px;
}
.single-product .entry-summary .social-sharing a {
  background: #F2778A;
  margin: 0px 6px;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product .entry-summary .social-sharing a:hover {
  background: #000000;
}
.single-product .entry-summary .social-sharing {
  display: flex;
  flex-direction: row;
}
.single-product .woocommerce-tabs .reviews_tab {
  border-radius: 0 10px 0 0 !important;
}
.star.selected {
  color: #E99300;
}

/*=========== Single Product Quantity CSS Start ===========*/

.single-product .product_para {
  color: #000000;
  font-size: 16px;
  line-height: 31px;
  font-weight: 400;
}
.single-product .entry-summary form {
  display: flex;
  align-items: center;
}
.single-product .entry-summary .custom-quantity select {
  padding: 9px;
  border-radius: 30px;
  background-color: unset;
  color: #000000;
  margin-right: 15px;
  border: 1px solid #000000;
}
ul.shop-page-produts-stock li label span {
  padding: 10px 16px;
}
ul.shop-page-produts-stock li label span {
  background-color: #000000;
  color: #FFF;
  border-radius: 8px;
}
ul.shop-page-produts-stock li label span:hover {
  background-color: #000000;
}
.short-description p {
  color: #000000;
}
.product-card .custom-quantity .custom-quantity
/*=========== Cart Page CSS Start  ===========*/

.woocommerce-cart .bkr_container {
  max-width: 1350px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

/*=========== Cart Page CSS End  ===========*/

/*========  Cart Page CSS Start =========*/

.woocommerce-cart .wc-block-components-button__text {
  opacity: 1 !important;
}
.woocommerce-cart {
  font-family: josefin sans;
}
.woocommerce-cart .empty-cart-page img {
  margin: 0 auto;
}
#empty-cart-page a {
  padding: 15px 17px;
  border-radius: 8px;
}
.woocommerce-cart .wc-block-cart {
  width: 1350px;
  margin-top: 90px;
  padding-bottom: 90px;
}
.woocommerce-cart .woocommerce {
  width: 70%;
  margin: 60px auto;
  padding: 60px 0;
}
.woocommerce-cart .wc-block-cart-items__header-image {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #000000;
}
.woocommerce-cart .wc-block-components-product-name {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #000000;
}
.woocommerce-cart .wc-block-components-totals-wrapper {
  color: #000000;
}

.woocommerce-cart .wc-block-cart__submit-container a:hover {
  background-color: #243832 !important;
  color: #000000 !important;
}
.woocommerce-cart .wc-block-cart-items__header-total span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #000000;
}
.woocommerce-cart .wc-block-components-product-price__value {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #000000;
}
.woocommerce-cart .wc-block-components-button:hover{
  background-color: #EF7726 !important;
}
.woocommerce-cart .wc-block-components-button { 
  background-color: #243832;
  border-radius: 6px;
  border: unset;
  color: #FFF;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  cursor: pointer;
}
.woocommerce-cart .wc-block-cart__totals-title {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #000000 !important;
}
.woocommerce-cart .actions .button {
  opacity: 1 !important;
  color: #000000 !important;
  background: #000000;
  border-radius: 0px;
  text-transform: capitalize;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: #000000;
  color: #000000;
  border-radius: 0px;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #000;
  color: #000000;
}
.woocommerce-cart .actions .button:hover {
  background-color: #121212 !important;
  color: #000000 !important;
}
h2#empty-cart-heading {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: #000000;
  padding: 10px 0;
}
#empty-cart-page p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
  padding: 10px 0;
}
#empty-cart-page a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
  background: #000000;
  border-radius: 0px;
  padding: 14px 6px;
  display: inline-block;
  text-transform: uppercase;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 120px;
}
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td {
  color: #000000;
}
.woocommerce-cart .woocommerce table.shop_table {
  color: #000000;
}
.woocommerce-cart table.cart img {
  width: 30%;
  box-shadow: none;
}
.woocommerce-cart td.product-name a {
  color: #000000;
}
.woocommerce-cart .qib-button-wrapper button.qib-button {
  color: #000000;
}
.woocommerce-cart .woocommerce table.shop_table {
  border: 1px solid #f2f2f2;
}
.woocommerce-cart .wc-block-components-totals-coupon a {
  color: #000000;
}
.woocommerce-cart .wc-block-cart-items__header-total {
  color: #000000;
}
.woocommerce-cart .is-large.wc-block-cart {
  margin-bottom: 0px !important;
}

/*========  Cart Page CSS End =========*/


/*========  Checkout Page CSS Start =========*/

.woocommerce-checkout {
  font-family: josefin sans;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
  max-width: 50px !important;
  width: 50px !important;
}
.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  border-radius: 6px !important;
}
.woocommerce-checkout .wc-block-components-checkbox__label {
  color: #000000;
}
.woocommerce-checkout .wc-block-components-sidebar-layout {
  border: 1px solid #000000;
  padding: 40px 20px !important;
}
.woocommerce-checkout .wc-block-checkout {
  width: 1350px;
  margin: 0 auto;
  padding: 0px 0;
  margin-top: 50px;
  padding-bottom: 80px;
}
.woocommerce-checkout .woocommerce-billing-fields {
  color: #000000;
}
.woocommerce-checkout thead {
  color: #000000;
}
.woocommerce-checkout .wc-block-components-checkout-step__title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #000000;
}
.woocommerce-checkout .wc-block-components-checkout-step__description {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
}
.woocommerce-checkout .wc-block-checkout__terms span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
}
/* .woocommerce-checkout .wc-block-components-checkout-place-order-button {
  background-color: #000000;
  border-radius: 6px;
  border: unset;
  color: #FFF;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  width: max-content !important;
  padding: 10px 50px !important;
} */
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
  background-color: #243832;
  color: #000000 !important;
}
.woocommerce-checkout .wc-block-components-totals-coupon a {
  color: #000000;
}
.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button svg {
  display: none;
}
.woocommerce-checkout .wc-block-components-order-summary__button-text {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #000000;
}
.woocommerce-checkout .wc-block-components-product-name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
}
.woocommerce-checkout .wc-block-components-totals-coupon__button {
  background-color: #000000;
  border-radius: 6px;
  border: unset;
  color: #000000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  min-height: 2em !important;
}
.woocommerce-checkout .wc-block-components-totals-coupon__button:hover {
  background-color: #243832 !important;
  color: #000000 !important;
}
.woocommerce-checkout .woocommerce table.shop_table td {
  color: #000000;
}
.woocommerce-checkout .place-order button {
  background-color: #000000 !important;
  padding: 14px 25px;
  border-radius: 0px;
  font-size: 18px;
}
.woocommerce-checkout #order_review_heading {
  color: #000000;
}
.woocommerce-checkout .woocommerce table.shop_table {
  border: 1px solid #000000;
}
.woocommerce-checkout p#order_comments_field {
  color: #000000;
}
.woocommerce-checkout .woocommerce form .form-row .required {
  color: #000000;
}
.woocommerce-checkout tr.cart-subtotal {
  color: #000000;
}
.woocommerce-checkout .order-total th {
  color: #000000;
}
.woocommerce-checkout .woocommerce-additional-fields h3 {
  color: #000000;
}
.woocommerce-checkout .wc-block-components-sidebar {
  color: #000000;
}
.woocommerce-checkout .wc-block-components-validation-error > p {
  color: #000000;
}

/*========  Checkout Page CSS End =========*/
select {
  color: #000000;
}

/*=========== Single Product Quantity CSS End ===========*/


/*=========== Additional Wishlist CSS Start ===========*/

.woocommerce-wishlist .wishlist-title-container .show-title-form {
  display: none;
}
.woocommerce-wishlist #yith-wcwl-form {
/*   margin-top: 200px !important; */
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
}
.woocommerce-wishlist table tr th {
  color: #000000 !important;
}
.woocommerce-wishlist .wishlist-title-container {
  text-align: center;
  margin-top: 80px;
}
.woocommerce-wishlist .wishlist-title {
  margin-bottom: 0px;
}
.woocommerce-wishlist .wishlist_table {
  width: 100% !important;
  margin: 0 auto !important;
  margin-top: 40px !important;
}

/*=========== Additional Wishlist CSS End ===========*/


/*=========== Empty Card Start ===========*/

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products li:nth-child(1) .wc-block-grid__product-image {
  background-color: #EF772614;
  border-radius: 10px;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products li:nth-child(2) .wc-block-grid__product-image {
  background-color: #EF772614;
  border-radius: 10px;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products li:nth-child(3) .wc-block-grid__product-image {
  background-color: #EF772614;
  border-radius: 10px;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products li:nth-child(4) .wc-block-grid__product-image {
  background-color: #EF772614;
  border-radius: 10px;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products li .wc-block-grid__product-image {
  background-image: url(assets/images/banner-dog-bg-shape.png);
  background-repeat: no-repeat;
  background-position: center;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  width: 1350px;
  margin: 100px auto 100px auto;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button a {
  font: 400 16px / 16px josefin sans;
  background-color: #000000;
  border-radius: 6px;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button a:hover {
  background-color: #243832;
  color:#FFF;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .yith-wcwl-add-button a {
  font: 400 16px / 16px josefin sans;
  color: #000000;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .yith-wcwl-wishlistexistsbrowse a {
  font: 400 16px / 50px josefin sans;
  color: #FFF;
  background-color: #000000;
  padding: 10px 16px;
  border-radius: 30px;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .yith-wcwl-wishlistexistsbrowse a:hover {
  background-color: #000000;
  color:#FFF;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .yith-wcwl-add-to-wishlist {
  font: 400 15px / 20px josefin sans;
  text-transform: capitalize;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price {
  font: 400 16px / 22px josefin sans;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
  color: #000000;
  font: 400 20px / 20px josefin sans;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-onsale {
  display: none;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .yith-wcwl-wishlistaddedbrowse a {
  background-color: #000000;
  padding: 10px 12px;
  color: #FFF;
  border-radius: 30px;
  line-height: 40px;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .yith-wcwl-wishlistaddedbrowse a:hover {
  background-color: #000000;
  color:#FFF;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .yith-wcwl-add-to-wishlist {
  visibility: hidden;
  display: none;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  margin-top: 40px;
}

/*=========== Empty Card End ===========*/

/*============ Single Product Page Start ============*/

.bkr_container main.site-main {
  padding-top: 70px;
}
.woocommerce div.product .woocommerce-product-gallery__wrapper {
  background-color: #E8E8E8;
  border-radius: 10px;
}
.woocommerce div.product {
  /* display: flex;
  flex-wrap: wrap;
  align-items: center; */
}
.woocommerce div.product .woocommerce-product-gallery {
  width: 50% !important;
  padding-right: 40px;
}
.woocommerce div.product .summary.entry-summary {
  width: 50%;
}
.woocommerce div.product .summary.entry-summary .wp-brand-name {
  color: #505050;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 5px;
}
.woocommerce div.product .summary.entry-summary .product_title {
  color: #000000;
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  padding-bottom: 10px;
  font-family: 'josefin sans';
}
.wc-block-cart__sidebar,.wp-block-woocommerce-cart-line-items-block{
  box-shadow: 0px 0px 5px 0px #b7b7b7;
  border-radius: 10px;
  padding: 10px 10px 0px 10px;
  height: fit-content;
  background-color: #fff !important;
}
.is-large.wc-block-cart .wc-block-cart-items th {
  padding: 8px 16px 8px 10px !important;
}
.is-large.wc-block-cart .wc-block-cart-items{
  background: #fff !important;
}
.is-large.wc-block-cart .wc-block-cart__totals-title{
  font-size: 16px !important;
}

.woocommerce div.product .summary.entry-summary .woocommerce-product-details__short-description p {
  /* color: #FFFFFF; */
  padding-bottom: 20px;
  font-family: josefin sans;
}
.woocommerce div.product .summary.entry-summary p.price {
  /* color: #FFFFFF; */
}
.woocommerce div.product .summary.entry-summary .text_after_price {
  color: #505050;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.woocommerce div.product .summary.entry-summary .size-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding-bottom: 10px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.woocommerce div.product .summary.entry-summary .size-wrapper a {
  color: #FFFFFF;
}
.woocommerce div.product .summary.entry-summary table.variations th.label {
  display: none;
}
.woocommerce div.product form.cart .pa_size_wrapper select {
  max-width: 200px;
  min-width: 200px;
  padding: 20px;
}
.woocommerce div.product form.cart .variations .pa_size_wrapper select{
  max-width: 250px;
  min-width: 225px;
  padding: 20px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  border-color: #B7B7B7;
  background: transparent;
  z-index: 2;
  position: relative;
}
.woocommerce div.product form.cart .variations a.reset_variations {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.woocommerce div.product .summary.entry-summary .single_variation_wrap span.price {
  color: #000000;
  font-weight: 500;
  padding-bottom: 15px;
  display: block;
}
.woocommerce div.product .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce div.product .woocommerce-variation-add-to-cart .variation_quantity button[type="submit"] {
  display: none;
}
.woocommerce div.product .woocommerce-variation-add-to-cart .qib-button-wrapper button.qib-button {
  width: 59px;
  height: 59px;
  background-color: #FFFFFF;
  border-color: #ECECEC;
  color: #000000;
  font-size: 30px;
}
.woocommerce div.product .woocommerce-variation-add-to-cart .qib-button-wrapper .quantity.wqpmb_quantity {
  height: 59px;
}
.woocommerce div.product .woocommerce-variation-add-to-cart .qib-button-wrapper .quantity.wqpmb_quantity input {
  height: 100%;
  background-color: #FFFFFF;
  border-color: #ECECEC;
}
.woocommerce div.product .woocommerce-variation-add-to-cart .text_after_quntity {
  width: calc(100% - 200px);
  padding-left: 20px;
}
.woocommerce div.product .single_variation_wrap {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
}
.woocommerce div.product .single-pro-btn {
  padding-top: 20px;
}
.woocommerce div.product .single-product-meta-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.woocommerce div.product .single-product-meta-btn-wrapper .single-product-wishlist-btn a.add_to_wishlist svg {
  font-size: 25px;
  color: #000000;
  line-height: 25px;
}
.woocommerce div.product .single-product-meta-btn-wrapper .single-product-wishlist-btn .yith-wcwl-add-to-wishlist{
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 2px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce div.product .single-product-meta-btn-wrapper .yith-wcwl-wishlistexistsbrowse, .woocommerce div.product .single-product-meta-btn-wrapper .yith-wcwl-wishlistaddedbrowse{
  width: 100%;
  height: 100%;
}
.woocommerce div.product .single-product-meta-btn-wrapper .yith-wcwl-wishlistexistsbrowse a, .woocommerce div.product .single-product-meta-btn-wrapper .yith-wcwl-wishlistaddedbrowse a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce div.product .single-product-meta-btn-wrapper .yith-wcwl-wishlistexistsbrowse a::after, .woocommerce div.product .single-product-meta-btn-wrapper .yith-wcwl-wishlistaddedbrowse a::after{
  position: static !important;
  font-size: 25px;
  color: #000000;
  line-height: 25px;
}
.woocommerce div.product .single-product-meta-btn-wrapper .single-product-wishlist-btn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce div.product .single-product-meta-btn-wrapper .single-product-wishlist-btn .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  width: 100%;
  height: 100%;
}
.woocommerce div.product .single-product-meta-btn-wrapper .single-product-meta-btn span.icon {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 20px;
}
.woocommerce div.product .single-product-meta-btn-wrapper .single-product-meta-btn a.single-product-buy-now {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #000000;
  padding: 5px;
  border-radius: 10px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding-right: 10px;
}
.woocommerce div.product .single-product-meta-btn-wrapper .single-product-meta-btn.single-product-add-cart-btn button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  padding-right: 10px;
  border-radius: 10px;
  background-color: #000000;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.woocommerce div.product section.related.products {
  width: 100%;
  padding-bottom: 0px;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
  border: 1px solid #D5D5D5;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  padding: 30px;
  background: #fff;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
  margin-bottom: 0;
  padding-left: 5px;
  border-radius: 10px 0px 0 0;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs::before {
  border-width: 1px;
  border-color: #D5D5D5;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
  padding-left: 40px;
  padding-right: 40px;
  border: unset;
  border-bottom-color:transparent;
  border-radius: 0;
  background-color: #E5E5E5 !important;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li::before, .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li::after{
  content: none;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active  {
  background-color: #243832 !important;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active a {
  color: #FFF9F9;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a{
  color: #000000;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: josefin sans;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description ul li, .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p {
  padding-bottom: 10px;
  color: #000;
  font: 400 16px/24px josefin sans;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 10px;
  font-family: josefin sans;
  color: #FFF;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p {
  padding-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel table.woocommerce-product-attributes.shop_attributes {
  margin-bottom: 0;
  margin-top: 20px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel table.woocommerce-product-attributes.shop_attributes th {
  border: 1.5px solid #D5D5D5;
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  background-color: #FFFFFF;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel table.woocommerce-product-attributes.shop_attributes td {
  border: 1.5px solid #D5D5D5;
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  background-color: #FFFFFF;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist {
  padding-top: 30px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist li img {
  display: none;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist li .comment-text {
  margin-left: 0 !important;
  padding: 20px !important;
  border: 1.5px solid #D5D5D5 !important;
  border-radius: 6px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist li .comment-text .star-rating {
  order: 2;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist li .comment-text p.meta {
  display: flex;
  flex-direction: column;
  order: 1;
  margin-bottom: 0 !important;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist li .comment-text .description {
  order: 3;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta span.woocommerce-review__dash {
  display: none;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist li .comment-text p.meta strong {
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
  line-height: 24px;
  padding-bottom: 5px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist li .comment-text p.meta time.woocommerce-review__published-date {
  color: #000;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist li .comment-text::before, .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist li .comment-text::after{
  content: none !important;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews ol.commentlist li .comment-text .description p {
  margin-bottom: 0 !important;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews 
 #review_form_wrapper {
   padding-top: 40px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #reply-title {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: block;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform p.comment-notes {
  display: none;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform .comment-form-author {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform .comment-form-email{
  order: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform .comment-form-rating{
  order: 4;
  display: flex;
  gap: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform .comment-form-comment{
  order: 3;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform .comment-form-cookies-consent{
  order: 5;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform .form-submit{ 
  order: 6;
  margin-bottom: 0 !important;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  /* min-height: 48px; */
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform p input[type="text"],
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform p input[type="email"],
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform p textarea{
  border-radius: 6px;
  border: 1.5px solid #D5D5D5;
  padding: 10px;
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform .comment-form-rating p.stars {
  margin-bottom: 0 !important;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform .comment-form-rating p.stars a {
  color: #CFCFCF;
  line-height: 16px;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform .comment-form-rating p.stars:hover a {
  color: #FFCC00;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform label {
  color: #000;
  font: 600 16px / 20px josefin sans;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform .form-submit input {
  position: relative;
  background-color: #243832 !important;
  border-radius: 6px !important;
  color: #FFFFFF !important;
  padding: 12px 35px !important;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel form#commentform .form-submit input:hover {
  background-color: #EF7726 !important;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel#tab-description h2 {
  padding-bottom: 20px;
}
.woocommerce div.product section.related.products .quick_view a.button.yith-wcqv-button {
  background-color: transparent;
  line-height: inherit;
}
.woocommerce div.product section.related.products .product-content-btns .cart-btn a::after{
  line-height: 28px;
}
.woocommerce div.product section.related.products .related-product-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  align-items: center;
  justify-content: space-between;
}
.woocommerce div.product section.related.products .related-product-wrapper .related-product-slider-nav {
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.woocommerce div.product section.related.products .related-product-wrapper .related-product-slider-nav span.arrow-nav {
  width: 36px;
  display: inline-block;
  height: 36px;
  border-radius: 8px;
  background-color: #000;
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  line-height: 42px;
}
.woocommerce div.product section.related.products .related-product-wrapper .related-product-slider-nav span.arrow-nav:hover{
  background-color: #EF7726;
  color: #FFF;
  cursor: pointer;
}
.woocommerce div.product section.related.products .related-product-wrapper> h2 {
  width: 50%;
  font-family: josefin sans;
  font-size: 25px;
  font-weight: 500;
  line-height: 36px;
  color: #000000;
}
.woocommerce div.product section.related.products .related-product-wrapper> .related-product-slider-nav {
  width: 50%;
}
.woocommerce div.product section.related.products .product-items-wrapper .product-card {
  margin-left: 8px;
  margin-right: 8px;
}
.woocommerce div.product section.related.products .product-items-wrapper .slick-arrow {
  display: none !important;
}
.woocommerce div.product section.related.products .product-items-wrapper .slick-track {
  padding-bottom: 10px;
}
.woocommerce div.product section.related.products  #arrow_nav_left{
  margin-right: 10px;
}
.yith-wcqv-wrapper div.product {
  align-items: flex-start;
}
.yith-wcqv-wrapper div.product .summary.entry-summary {
  width: 50% !important;
}
.yith-wcqv-wrapper .woocommerce-product-rating {
  display: none;
}
.yith-wcqv-wrapper .size-wrapper {
  padding-top: 23px;
  padding-bottom: 20px !important;
}
.yith-wcqv-wrapper  .product_meta {
  display: none;
}
.yith-wcqv-wrapper .single-product-buy-now-btn {
  display: none;
}
.location_icon li.elementor-icon-list-item:first-child span.elementor-icon-list-icon::after {
  content: "";
  width: 16px;
  height: 20px;
  background-image: var(--location_icon);
  background-repeat: no-repeat;
}
.location_icon li.elementor-icon-list-item:first-child span.elementor-icon-list-icon svg {
  display: none;
}
.show_category {
  cursor: pointer;
}
.wp-block-woocommerce-cart th {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  padding-bottom: 20px !important;
}
a.wc-block-components-product-name {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
}
td.wc-block-cart-item__product{
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}
span.wc-block-cart__totals-title {
  font-size: 24px !important;
  line-height: 30px !important;
  color: #000000 !important;
  padding-bottom: 20px !important;
}
.wc-block-components-totals-coupon a {
  font-size: 20px;
  color: #000000;
}
span.wc-block-components-button__text {
  color: var(--white);
  font-weight: 500;
}
span.price.wc-block-components-product-price span {
  font-weight: 700;
  font-size: 20px;
}
.wc-block-components-form .wc-block-components-text-input input, .components-combobox-control__input{
  border: 1px solid #D5D5D5 !important;
  color: #000000 !important;
  outline: 0 !important;
}
.components-button.wc-block-components-button {
  border: 0;
  border-radius: 10px;
}

/*======================== Wishlist Page Start ===================*/

.woocommerce-wishlist .product-price ins {
  display: none;
}
.woocommerce-wishlist .item-details-table ins {
  display: none;
}
.woocommerce-wishlist .wishlist_table .product-add-to-cart a {
  color: #FFF !important;
}
.woocommerce-wishlist .item-details-table del {
  text-decoration: none;
}
.woocommerce-wishlist .woocommerce table.shop_table td del {
  text-decoration: none;
  color: #000000;
}
.woocommerce-wishlist .product-name a {
  color: #000000;
}
.woocommerce-wishlist .woocommerce-Price-amount {
  color: #000000;
}
.woocommerce-wishlist table .product-price {
  text-align: start;
}
.woocommerce-wishlist table .product-stock-status {
  text-align: start;
}
.woocommerce-wishlist .wishlist_table .product-add-to-cart a {
  background-color: #243832;
  padding: 12px 20px;
  border-radius: 50px;
  width: max-content;
}
.woocommerce-wishlist .wishlist_table .product-add-to-cart a:hover {
  background-color: #000000;
  color: #FFF !important;
}
.woocommerce-wishlist {
  font-family: josefin sans;
}
.woocommerce-wishlist .wishlist-title h2 {
  background-color: unset !important;
  pointer-events: none;
}
.woocommerce-wishlist .wishlist-title h2:hover {
  background-color: unset !important;
  pointer-events: none;
}
form#yith-wcwl-form table{
  border-spacing: 0;
}
.wishlist_table th {
  border: 0 !important;
  color: #FFFFFF;
  font-size: 18px;
}
tbody.wishlist-items-wrapper a.button.yith-wcqv-button {
  display: none;
}
tbody.wishlist-items-wrapper a {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  font-weight: 600;
}
tbody.wishlist-items-wrapper  td, .wishlist_table .product-stock-status span.wishlist-in-stock {
  text-align: left;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
}
tbody.wishlist-items-wrapper td.product-remove a::after, ul.wishlist_table.wishlist_view.responsive li .additional-info-wrapper .product-remove a::after {
  content: "\f1f8";
  font-family: "fontawesome";
  font-size: 20px;
  color: #000000;
}
tbody.wishlist-items-wrapper td.product-remove a, ul.wishlist_table.wishlist_view.responsive li .additional-info-wrapper .product-remove a {
  font-size: 0;
  margin-top: -10px;
}
ul.wishlist_table.wishlist_view.responsive li .item-wrapper .product-thumbnail img {
  width: 100%;
  object-fit: cover;
  display: inline-block;
}
ul.wishlist_table.wishlist_view.responsive li .item-wrapper .product-thumbnail {
  margin: 0 auto;
  background-color: #E8E8E8;
  border-radius: 10px;
  text-align: center;
  max-width: 100%;
}
ul.wishlist_table.wishlist_view.responsive li .item-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}
ul.wishlist_table.wishlist_view.responsive li {
  border: 1px solid #E8E8E8;
  border-radius: 15px;
  padding: 10px;
  max-width: 300px;
  width: 100%;
  position: relative;
}
ul.wishlist_table.wishlist_view.responsive {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
ul.wishlist_table.wishlist_view.responsive li .item-wrapper .item-details a.button.yith-wcqv-button {
  display: none;
}
ul.wishlist_table.wishlist_view.responsive li .item-wrapper .item-details{
  width: 100%;
  padding-top: 10px;
}
ul.wishlist_table.wishlist_view.responsive li .item-wrapper .item-details a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
}
ul.wishlist_table.wishlist_view.responsive li .additional-info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
}
ul.wishlist_table.wishlist_view.responsive li td.label {
  display: none;
}
ul.wishlist_table.wishlist_view.responsive li td{
  font-size: 16px !important;
  color: #000000;
}
ul.wishlist_table.wishlist_view.responsive li .additional-info-wrapper a.add_to_cart {
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  margin-bottom: 0 !important;
}
ul.wishlist_table.wishlist_view.responsive li .additional-info-wrapper .product-remove {
  position: absolute;
  top: 20px;
  right: 20px;
}
ul.wishlist_table.wishlist_view.responsive li .additional-info-wrapper .product-remove {
  position: absolute;
  top: 20px;
  right: 20px;
}
.yith-wcwl-share {
  display: none;
}
a#single-product-buy-now.single-product-buy-now.disabled {
  cursor: not-allowed;
  opacity: .5;
}
td.wc-block-cart-item__image img {
  background-color: #E8E8E8;
  border-radius: 10px;
  text-align: center;
}
.wc-block-components-order-summary-item__image img {
  background-color: #E8E8E8;
  border-radius: 10px;
  text-align: center;
}
.woocommerce-account>.woocommerce {
  width: 30%;
  margin: 0 auto !important;
  padding: 70px 20px !important;
}
body.woocommerce-account input {
  border: 1px solid #D5D5D5 !important;
  color: #000000 !important;
  outline: 0 !important;
  padding:12px 16px;
  border-radius: 4px;
}
.button.woocommerce-form-login__submit {
  background-color: #000000 !important;
  border: 0 !important;
  color: #ffffff !important;
  padding: 12px 16px !important;
  min-width: 100px;
}
p.woocommerce-LostPassword.lost_password a {
  color: #000000;
}

/*======================== Wishlist Page End ===================*/

/*=========== Cart Page CSS Start  ===========*/

.woocommerce-cart .bkr_container {
  max-width: 1350px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

/*=========== Cart Page CSS End  ===========*/

/*========  Cart Page CSS Start =========*/

.woocommerce-cart .ekit-template-content-header {
  /* background: #000;
  padding-bottom: 30px; */
}
.woocommerce-cart {
  font-family: josefin sans;
}
.woocommerce-cart .empty-cart-page img {
  margin: 0 auto;
}
#empty-cart-page a {
  padding: 15px 17px;
  border-radius: 8px;
}
.woocommerce-cart .woocommerce {
  width: 95%;
  margin: 30px auto;
  padding: 60px 0;
}
.woosq-product .thumbnails .thumbnail {
  display: flex;
  height: 350px;
}
.woocommerce-cart .wc-block-cart-items__header-image {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #000000;
}
.woocommerce-cart .wc-block-components-product-name {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #000000;
}
.woocommerce-cart .wc-block-components-totals-wrapper {
  color: #000000;
}
.woocommerce-cart .wc-block-cart__submit-container a {
  background-color: #243832;
  border-radius: 6px;
  border: unset;
  color: #FFF;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.woocommerce-cart .wc-block-cart__submit-container a:hover {
  background-color: #EF7726 !important;
  color: #FFFFFF !important;
}
.woocommerce-cart .wc-block-cart-items__header-total span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #000000;
}
.woocommerce-cart .wc-block-components-product-price__value {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #000000;
}
.woocommerce-cart .wc-block-cart__totals-title {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #000000 !important;
}
.woocommerce-cart .actions .button {
  opacity: 1 !important;
  color: #000000 !important;
  background: #000000;
  border-radius: 0px;
  text-transform: capitalize;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: #000000;
  color: #000000;
  border-radius: 0px;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #000;
  color: #000000;
}
.woocommerce-cart .actions .button:hover {
  background-color: #121212 !important;
  color: #000000 !important;
}
h2#empty-cart-heading {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: #000000;
  padding: 10px 0;
}
#empty-cart-page p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
  padding: 10px 0;
}
#empty-cart-page a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
  background: #000000;
  border-radius: 0px;
  padding: 14px 6px;
  display: inline-block;
  text-transform: uppercase;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 120px;
}
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td {
  color: #000000;
}
.woocommerce-cart .woocommerce table.shop_table {
  color: #000000;
}
.woocommerce-cart table.cart img {
  width: 30%;
  box-shadow: none;
}
.woocommerce-cart td.product-name a {
  color: #000000;
}
.woocommerce-cart .qib-button-wrapper button.qib-button {
  color: #000000;
}
.woocommerce-cart .woocommerce table.shop_table {
  border: 1px solid #f2f2f2;
}
.woocommerce-cart .wc-block-components-totals-coupon a {
  color: #000000;
}
.woocommerce-cart .wc-block-cart-items__header-total {
  color: #000000;
}
.woocommerce-cart .is-large.wc-block-cart {
  margin-bottom: 50px !important;
	/* background-color: #FFFFFF;
    padding: 20px; */
}

/*========  Cart Page CSS End =========*/


/*========  Checkout Page CSS Start =========*/


.woocommerce-checkout {
  font-family: josefin sans;
}
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
  padding-right: 0;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
  max-width: 50px !important;
  width: 50px !important;
}
.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  border-radius: 6px !important;
}
.woocommerce-checkout .wc-block-components-checkbox__label {
  color: #000000;
}
.woocommerce-checkout .wc-block-components-sidebar-layout {
  border: 1px solid #000000;
  padding: 40px 20px !important;
	background-color: #FFF;
  border-radius: 6px;
}

.woocommerce-checkout .woocommerce-billing-fields {
  color: #000000;
}
.woocommerce-checkout thead {
  color: #000000;
}
.woocommerce-checkout .wc-block-components-checkout-step__title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #000000;
}
.woocommerce-checkout .wc-block-components-checkout-step__description {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
}
.woocommerce-checkout .wc-block-checkout__terms span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  background-color: #243832;
  border-radius: 6px;
  border: unset;
  color: #FFF;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  width: max-content !important;
  padding: 10px 50px !important;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
  background-color: #EF7726 !important;
  color: #FFFFFF !important;
}
.woocommerce-checkout .wc-block-checkout__actions_row a {
  background-color: #243832;
  border-radius: 6px;
  border: unset;
  color: #FFF;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  width: max-content;
  padding: 17px 30px;
}
.wc-block-components-checkout-place-order-button__text{
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
.woocommerce-checkout .wc-block-checkout__actions_row a:hover {
  background-color: #EF7726;
}
.woocommerce-checkout .wc-block-components-totals-coupon a {
  color: #000000;
}
.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button svg {
  display: none;
}
.woocommerce-checkout .wc-block-components-order-summary__button-text {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #000000;
}
.woocommerce-checkout .wc-block-components-product-name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
}
.woocommerce-checkout .wc-block-components-totals-coupon__button {
  background-color: #000000;
  border-radius: 6px;
  border: unset;
  color: #000000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  min-height: 2em !important;
}
.woocommerce-checkout .wc-block-components-totals-coupon__button:hover {
  background-color: #EF7726 !important;
  color: #000000 !important;
}
.woocommerce-checkout .woocommerce table.shop_table td {
  color: #000000;
}
.woocommerce-checkout .place-order button {
  background-color: #000000 !important;
  padding: 14px 25px;
  border-radius: 0px;
  font-size: 18px;
}
.woocommerce-checkout #order_review_heading {
  color: #000000;
}
.woocommerce-checkout .woocommerce table.shop_table {
  border: 1px solid #000000;
}
.woocommerce-checkout p#order_comments_field {
  color: #000000;
}
.woocommerce-checkout .woocommerce form .form-row .required {
  color: #000000;
}
.woocommerce-checkout tr.cart-subtotal {
  color: #000000;
}
.woocommerce-checkout .order-total th {
  color: #000000;
}
.woocommerce-checkout .woocommerce-additional-fields h3 {
  color: #000000;
}
.woocommerce-checkout .wc-block-components-sidebar {
  color: #000000;
}
.woocommerce-checkout .wc-block-components-validation-error > p {
  color: #000000;
}

/*========  Checkout Page CSS End =========*/







/*========  Wishsuit Page CSS Start =========*/

.woolentor_current_theme_halloween-store-pro .wishsuite-table-content {
	padding: 80px 225px;
}
.woolentor_current_theme_halloween-store-pro .wishsuite-table-content table {
    background-color: #FFF;
}
.woolentor_current_theme_halloween-store-pro .wishsuite-product-title a {
    color: #000;
}
.woolentor_current_theme_halloween-store-pro .wishsuite-product-add_to_cart a {
    background-color: #243832;
    padding: 10px 20px;
    color: #FFF;
    border-radius: 50px;
    width: max-content;
    margin: 0 auto;
}
.woolentor_current_theme_halloween-store-pro .wishsuite-product-add_to_cart a:hover {
	background-color: #000000;
}
.woolentor_current_theme_halloween-store-pro .wishsuite-social-share {
    color: #FFF;
}
.woolentor_current_theme_halloween-store-pro .wishsuite-social-share ul li a {
    color: #FFFFFF;
}
.woolentor_current_theme_halloween-store-pro .wishsuite-product-price ins {
    display: none;
}
.woolentor_current_theme_halloween-store-pro .wishsuite-product-price del {
    text-decoration: none;
}

/*========  Wishsuit Page CSS End =========*/

/*========  Wishlist Page CSS Start =========*/

.woolentor_current_theme_halloween-store-pro .woocommerce table.shop_table {
    margin: 0 0px 0px 0;
    padding-bottom: 30px !important;
}
.woolentor_current_theme_halloween-store-pro .show-title-form {
    display: none !important;
}
.woolentor_current_theme_halloween-store-pro .wishlist-title {
	text-align: center;
    display: block;
}
.woolentor_current_theme_halloween-store-pro .woocommerce .wishlist-title h2 {
    pointer-events: none;
    color: #FFF;
}
.woolentor_current_theme_halloween-store-pro .woocommerce table.shop_table th {
    color: #000;
}
.woolentor_current_theme_halloween-store-pro .woocommerce table tbody.wishlist-items-wrapper a {
    color: #000;
}
.woolentor_current_theme_halloween-store-pro .wishlist_table ins {
    display: none;
}
.woolentor_current_theme_halloween-store-pro .wishlist_table .woocommerce table.shop_table td del {
    text-decoration: none;
}

/*========  Wishlist Page CSS End =========*/




/*========  Additional CSS Start =========*/

#hfe-site-header-cart .hfe-menu-cart__toggle .elementor-button-icon i:before {
  font-style: normal;
}
.home .woocommerce-message {
  display: none;
}
.home .qwick-view-content .entry-summary .woocommerce-product-rating {
  display: none;
}
.home #htwlquick-viewmodal.woocommerce div.product p.price {
  margin-top: 20px;
}
.home .single-product-btn2 {
  display:none;
}
.home .qwick-view-content .woocommerce-product-details__short-description {
  padding-bottom: 20px;
}
.home .woolentor-quickview-modal-body .single-product .quantity input {
  padding: 5px;
}
.home #htwlquick-viewmodal.woocommerce .product_meta {
display:none !important;
}
.home #htwlquick-viewmodal.woocommerce .quantity .qty {
  padding: 7px;
}
.home #htwlquick-viewmodal .single_add_to_cart_button {
  font-family: josefin sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  background-color: #243832 !important;
  color: #FFF !important;
  padding: 12px 25px;
  border-radius: 50px;
  display: flex;
  cursor: pointer;
  margin-left: 20px;
  text-transform: capitalize;
}
.home #htwlquick-viewmodal .single_add_to_cart_button.added {
  display: none !important;
}
.home #htwlquick-viewmodal .added_to_cart {
 font-family: josefin sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  background-color: #243832 !important;
  color: #FFF !important;
  padding: 12px 25px;
  border-radius: 50px;
  display: flex;
  cursor: pointer;
  margin-left: 20px;
  text-transform: capitalize;
}
.woocommerce-shop .add-to-wishlist-btn a svg {
  width: 22px;
  max-width: 22px;
  margin-top: 15px;
  margin-bottom: 7px;
  background-color: #243832;
  border-radius: 50px;
  height: 20px;
  padding: 7px;
} 
.woocommerce-shop .yith-wcwl-wishlistaddedbrowse svg {
width: 22px;
  max-width: 22px;
  margin-top: 15px;
  margin-bottom: 7px;
  background-color: #243832;
  border-radius: 50px;
  height: 20px;
  padding: 7px;
}
.woocommerce-shop .yith-wcwl-wishlistaddedbrowse svg path {
fill:#FFF;
}
.woocommerce-shop .yith-wcwl-wishlistaddedbrowse .feedback {
  font-size: 0px !important;
}
.woocommerce-shop .add-to-wishlist-btn a svg path {
fill: #FFF;
}
.woocommerce-shop .yith-wcwl-wishlistexistsbrowse svg {
width: 22px;
  max-width: 22px;
  margin-top: 15px;
  margin-bottom: 7px;
  background-color: #243832;
  border-radius: 50px;
  height: 20px;
  padding: 7px;
}
.woocommerce-shop .yith-wcwl-wishlistexistsbrowse svg path {
fill: #FFF;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  background-color: #FFF;
}
.single-product .entry-summary .yith-wcwl-wishlistexistsbrowse a:before {
  color: #FFF;
  border: 1px solid #FFF;
}

.single-product .related .yith-wcwl-add-button svg {
  width: 22px;
  max-width: 22px;
  margin-bottom: 3px;
  background-color: #243832;
  border-radius: 50px;
  height: 22px;
  padding: 7px;
}
.single-product .related .yith-wcwl-add-button svg path {
fill:#FFF;
}
.single-product .related .yith-wcwl-wishlistaddedbrowse svg {
width: 22px;
  max-width: 22px;
  margin-top: 7px;
  margin-bottom: 6px;
  background-color: #243832;
  border-radius: 50px;
  height: 20px;
  padding: 7px;
}
.single-product .related .yith-wcwl-wishlistaddedbrowse .feedback {
  font-size: 0px !important;
}
.single-product .related  .yith-wcwl-wishlistexistsbrowse svg {
width: 22px;
  max-width: 22px;
  margin-top: 7px;
  margin-bottom: 6px;
  background-color: #243832;
  border-radius: 50px;
  height: 20px;
  padding: 7px;
}
.single-product .related  .yith-wcwl-wishlistexistsbrowse svg path {
fill: #FFF;
}
.single-product .related .yith-wcwl-wishlistaddedbrowse svg path {
fill:#FFF;
}
.single-product .entry-summary .yith-wcwl-add-button a svg {
  width: 20px;
  height: 20px;
  border: 1px solid #FFF;
  padding: 9px;
  border-radius: 50px;
}
.single-product .entry-summary .yith-wcwl-add-button a svg path {
 fill: #FFF;
}
.woocommerce-wishlist #yith-wcwl-form {
  width: 1350px;
}
.woocommerce-wishlist .wishlist-title.wishlist-title-with-form h2 {
  color: #000 !important;
}
.home #htwlquick-viewmodal .htcloseqv {
  width: 30px;
}


/*========  Additional CSS End =========*/
.blog_comment_box.single-post-comment .comment-respond form.comment-form p.form-submit input#submit:hover {
  background-color: #EF7726;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form p.form-submit input#submit {
  border-radius: 6px;
}
.search.search-results .page-numbers.current {
  background-color: #EF7726;
}
.search.search-results .page-numbers:not(.current):hover {
  background-color: #EF7726;
}
.search.search-results aside {
  border: 1px solid #000;
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 15px;
}
.search.search-results #theme-page-pro-sidebar {
  border: 0px solid #000;
  padding: 0px 0px;
  border-radius: 0px;
  height: fit-content;
}
.search.search-results #theme-page-pro-sidebar>aside:nth-child(2) {
  overflow-y: hidden;
}
.search-results #theme-page-pro-sidebar aside#block-4 {
  margin-top: 0px;
}
.blog-left-sidebar .wp-block-latest-posts__featured-image {
  max-width: 86px;
}
.search.search-results #theme-page-pro-sidebar .wp-block-latest-posts li img {
  margin-bottom: 10px;
  max-width: 100px !important;
}
.footer-col4 .sb_instagram_header, .footer-col4 #sbi_load {
  display: none;
}
.footer-col4 #sb_instagram .sbi_photo img {
  border-radius: 4px;
}
.header-menu-col3-box2 .elementor-icon {
  background-color: #243832;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.woocommerce-account .ekit-template-content-header {
  margin-bottom: 0px;
  background-color: #243832;
  padding-bottom: 20px;
}



/* sidebar page*/

.outer_dpage {
  /* background: #e9efde; */
  /* padding: 0%; */
}
.elementor-widget-sidebar .widget-title,#sidebar .widget-title{
  padding-bottom: 15px;
}
.elementor-widget-sidebar .widget,#sidebar .widget {
  color: #EF7726;
  margin-bottom: 6%;
  /* box-shadow: 0px 0px 5px 0px #EF7726; */
  padding: 16px 16px;
  border-radius: 10px;
  backdrop-filter: blur(53px);
  background-color: #ffffff;
}
.elementor-widget-sidebar input#s,#sidebar input#s {
  font: 400 14px / 26px josefin sans;
  letter-spacing: 0px;
  color: #000;
  border-color: #EF7726;
  border: 1px solid #EF7726;
  padding: 8px;
  width: 100%;
}
.elementor-widget-sidebar .widget_search [type=submit],#sidebar .widget_search [type=submit] {
  background-color: #EF7726;
  border: none;
  /* position: absolute; */
  right: 0px;
  top: 0px;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  height: 100%;
  /* padding: 8px 14px; */
}
.elementor-widget-sidebar .widget_search [type=submit]:hover,#sidebar .widget_search [type=submit]:hover {
  background-color: #61ce70;
  color: #fff;
}
.elementor-widget-sidebar .widget form,#sidebar .widget form{
  position: relative;
}
.elementor-widget-sidebar .widget label,#sidebar .widget label{
  background: transparent;
  /* padding: 10px 18px; */
  border-radius: 0px;
  border: 1px solid #EF7726;
  width: 100%;
}
.elementor-widget-sidebar .widget .header-submit-btn,#sidebar .widget .header-submit-btn{
  position: absolute;
  width: 48px;
  right: 0;
  height: 100%;
  line-height: 48px;
  text-align: center;
  background: #EF7726;
}
.elementor-widget-sidebar .header-submit-btn i,#sidebar .header-submit-btn i{
  position: absolute;
  width: 42px;
  right: 0;
  height: 100%;
  line-height: 48px;
  text-align: center;
  top: 0;
  cursor: pointer;
}
.elementor-widget-sidebar .widget_search input[type=search],#sidebar .widget_search input[type=search] {
  font: 400 18px/26px josefin sans;
  background: transparent;
  border: none;
  /* padding: 10px 5px; */
}
.elementor-widget-sidebar h3::after, .elementor-widget-sidebar h2::after,.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge,.wc-block-components-sale-badge{
  /* display: none !important; */
}
/* .recent-post-box {
  padding-top: 4%;
}
.recent-post-box .post-content{
  align-self: center;
}
.recent-post-box .post-content .post-date{
  color: #ffffff;
  font: 500 13px/20px josefin sans;
}
.comment-respond form{
  display: flex;
  flex-direction: column;
  gap: 10px;
} */
.elementor-widget-sidebar ul li a, .elementor-widget-sidebar ul li span,#sidebar ul li a, #sidebar ul li span {
  font: 400 15px / 15px josefin sans;
  align-self: center;
  color: #EF7726;
}
.elementor-widget-sidebar .widget_recent_entries ul li span, #sidebar .widget_recent_entries ul li span {
  width: 30%;
  text-align: end;
  font: 400 13px / 15px josefin sans;
}
.elementor-widget-sidebar .widget_archive ul li,#sidebar .widget_archive ul li {
  list-style: none;
  list-style-position: inside;
}
.elementor-widget-sidebar .widget_categories ul li ,.elementor-widget-sidebar .widget_pages  ul li,.elementor-widget-sidebar .widget_meta ul li,.elementor-widget-sidebar .widget_nav_menu ul li,.elementor-widget-sidebar .widget_product_categories ul li,#sidebar .widget_categories ul li ,#sidebar .widget_pages  ul li,#sidebar .widget_meta ul li,#sidebar .widget_nav_menu ul li,#sidebar .widget_product_categories ul li {
  list-style: none;
  list-style-position: inside;
}
.elementor-widget-sidebar ul,#sidebar ul {
 list-style: none;
 margin: 0;
 padding: 0;
 font-size: 17px;
}
.elementor-widget-sidebar .product_list_widget li a ,#sidebar .product_list_widget li a {
  display: flex;
  justify-content: left;
  width: 100%;
}
.elementor-widget-sidebar ul li,#sidebar ul li {
  display: flex;
  justify-content: space-between;
  color: var(--blackk);
  margin-bottom: 10px;
}
.pp-icon{
  position: relative;
  top: 3px;
}
/* sidebar css end  */

@media screen and (min-width:1600px) and (max-width:1920px){
  .elementor-element > .e-con-inner{
    max-width: 1360px;
  }
  #wpelemento-header-main-box .elementor-element.container {
    max-width: 1360px;
  }
}
@media screen and (max-width:1399px){
  .wpelemento-halloween-best-seller-bottom-img-box, .wpelemento-halloween-best-seller-bottom-img-box .elementor-widget, .wpelemento-halloween-best-seller-bottom-img-box .elementor-widget-container {
    height: 280px !important;
    width: 100px;
  }
  .wpelemento-halloween-tranding-product-bottm-img-box, .wpelemento-halloween-tranding-product-bottm-img-box .elementor-widget, .wpelemento-halloween-tranding-product-bottm-img-box .elementor-widget-container{
    bottom: -10px;
    height: 150px !important;
    width: 125px;
  }
  .wpelemento-halloween-category-left-gift-box, .wpelemento-halloween-category-left-gift-box .elementor-widget, .wpelemento-halloween-category-left-gift-box .elementor-widget-container{
    height: 150px !important;
    width: 150px;
  }
  .wpelemento-halloween-banner-content-outer-box{
    width: 45% !important;
  }
  .wpelemento-halloween-banner-right-box{
    width: 50% !important;
  }
  .wpelemento-halloween-women-image-box, .wpelemento-halloween-women-image-box .elementor-widget, .wpelemento-halloween-women-image-box .elementor-widget-container {
    height: 400px !important;
  }
  .wpelemento-halloween-banner-content-outer-box {
    padding: 10% 0px 10% 2%;
  }
  .wpelemento-halloween-banner-right-box{
    align-self: end;
  }
  .wpelemento-halloween-products-right-plate-box, .wpelemento-halloween-products-right-plate-box .elementor-widget, .wpelemento-halloween-products-right-plate-box .elementor-widget-container{
    top: -3%;
    height: 150px !important;
    width: 175px;
  }
  .wpelemento-halloween-product-carousel-box #uc_timer_countdown_elementor_dfe6934{
    width: fit-content;
    margin: unset;
  }
}
@media screen and (min-width:1200px){
  .product-card {
    width: auto;
  }
}
@media screen and (min-width:1200px) and (max-width:1280px){
  .wpelemento-halloween-best-seller-bottom-img-box, .wpelemento-halloween-best-seller-bottom-img-box .elementor-widget, .wpelemento-halloween-best-seller-bottom-img-box .elementor-widget-container {
    height: 170px !important;
    width: 60px;
  }
}
@media screen and (min-width:1025px) and (max-width:1199px) {
  #menu-primary-menu >li >a {
    padding: 20px 9px 20px 9px;
  }
  .wpelemento-halloween-testimonial-box {
    position: absolute;
    bottom: 6%;
  }
  .wpelemento-halloween-women-image-box, .wpelemento-halloween-women-image-box .elementor-widget, .wpelemento-halloween-women-image-box .elementor-widget-container {
    height: 400px !important;
  }
  .wpelemento-halloween-banner-content-outer-box {
    padding: 10% 0px 10% 5%;
  }
  .wpelemento-halloween-banner-center-horror-image-box, .wpelemento-halloween-banner-center-horror-image-box .elementor-widget, .wpelemento-halloween-banner-center-horror-image-box .elementor-widget-container {
    height: 150px !important;
    width: 150px;
    left: 20px;
    top: -20px;
  }
  .wpelemento-halloween-banner-content-outer-box .elementor-button{
    padding: 12px 17px !important;
  }
  .elementor-button{
    padding: 12px 23px !important;
  }
  #wpelemento-halloween-slider-section .uc_countdown_section .uc_countdown_amount {
    font-size: 20px !important;
    padding: 2px !important;
  }
  .wpelemento-halloween-deal-offer-left-gift-box, .wpelemento-halloween-deal-offer-left-gift-box .elementor-widget, .wpelemento-halloween-deal-offer-left-gift-box .elementor-widget-container {
    height: 70px !important;
    width: 85px;
  }
  .wpelemento-halloween-banner-box-section .wpelemento-halloween-banner-outer-icon-box{
    padding: 40px 20px 40px 20px !important;
  }
  .wpelemento-halloween-banner-icon-box .elementor-icon svg {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

}

@media screen and (max-width:1199px){
  #wpelemento-halloween-slider-section {
    /* margin-top: -6% !important; */
  }
  .wpelemento-halloween-tranding-product-bottm-img-box, .wpelemento-halloween-tranding-product-bottm-img-box .elementor-widget, .wpelemento-halloween-tranding-product-bottm-img-box .elementor-widget-container {
      bottom: -10px;
      height: 80px !important;
      width: 100px;
  }
  .wpelemento-halloween-category-left-gift-box, .wpelemento-halloween-category-left-gift-box .elementor-widget, .wpelemento-halloween-category-left-gift-box .elementor-widget-container {
    height: 100px !important;
    width: 100px;
  }
  #wpelemento-halloween-deals-product-section .ht-product-action-bottom-content{
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .wpelemento-halloween-deals-right-moon-outer-box, .wpelemento-halloween-deals-right-moon-outer-box .elementor-widget, .wpelemento-halloween-deals-right-moon-outer-box .elementor-widget-container {
    position: absolute;
    right: 3%;
    width: 80px;
    padding: 0;
    top: 3%;
    height: 80px;
  }
  .wpelemento-deals-fly-left-center-box, .wpelemento-deals-fly-left-center-box .elementor-widget, .wpelemento-deals-fly-left-center-box .elementor-widget-container {
    position: absolute;
    left: -20px;
    top: 0px;
    right: unset;
    bottom: 0;
    width: 80px;
    height: 80px;
  }
  .wpelemento-deals-fly-right-top-box, .wpelemento-deals-fly-right-top-box .elementor-widget, .wpelemento-deals-fly-right-top-box .elementor-widget-container {
    position: absolute;
    left: 14px;
    top: -10px;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
  .wpelemento-halloween-gallery-right-spider-box, .wpelemento-halloween-gallery-right-spider-box .elementor-widget, .wpelemento-halloween-gallery-right-spider-box .elementor-widget-container {
    position: absolute;
    left: 0;
    top: 0%;
    height: 150px !important;
    width: 150px;
    z-index: 2;
  }
  .wpelemento-halloween-best-seller-bottom-img-box, .wpelemento-halloween-best-seller-bottom-img-box .elementor-widget, .wpelemento-halloween-best-seller-bottom-img-box .elementor-widget-container {
    height: 200px !important;
    width: 65px;
  }
}
@media screen and (max-width:1024px){
  #wpelemento-halloween-slider-section .uc_countdown_section .uc_countdown_amount {
    font-size: 22px !important;
    padding: 4px !important;
  }
  .wpelemento-halloween-testimonial-box{
    position: unset;
  }
  .wpelemento-halloween-women-image-box, .wpelemento-halloween-women-image-box .elementor-widget, .wpelemento-halloween-women-image-box .elementor-widget-container {
    height: 350px !important;
    width: auto;
    position: relative;
    left: -11%;
  }
  #wpelemento-halloween-slider-section{
    margin-top: -2% !important;
  }
  .wpelemento-halloween-banner-center-horror-image-box, .wpelemento-halloween-banner-center-horror-image-box .elementor-widget, .wpelemento-halloween-banner-center-horror-image-box .elementor-widget-container {
    height: 150px !important;
    width: 150px;
    left: 20px;
    top: 10px;
  }
  .wpelemento-halloween-left-tree-image, .wpelemento-halloween-left-tree-image .elementor-widget, .wpelemento-halloween-left-tree-image .elementor-widget-container {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 430px !important;
    width: 160px;
  }
  .wpelemento-halloween-right-moon-outer-box, .wpelemento-halloween-right-moon-outer-box .elementor-widget, .wpelemento-halloween-right-moon-outer-box .elementor-widget-container {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width:768px) and (max-width:991px){
  .home .product-card {
    width: auto;
  }
}
@media screen and (max-width:991px){
  .product-icon{
    opacity: 1 !important;
  }
  #menu-primary-menu{
    background-color: #000;
    padding: 20px 20px;
    width: 330px !important;
    /* height: 400px; */
    top: 150% !important;
    transition-duration: 1s;
		animation: slideInLeftMenu 3s;
  }
  @keyframes slideInLeftMenu{
		0% {
			opacity: 0;
			-webkit-transform: translateX(-296px);
			-ms-transform: translateX(-296px);
			transform: translateX(-296px);
		}
		100% {
			-webkit-transform: translateX(0px);
			-ms-transform: translateX(0px);
			transform: translateX(0px);
		}
	}
  .elementor-175 .elementor-element.elementor-element-e867050  #menu-primary-menu a {
    justify-content: start !important;
  }
  .wpelemento-halloween-women-image-box, .wpelemento-halloween-women-image-box .elementor-widget, .wpelemento-halloween-women-image-box .elementor-widget-container {
    height: 350px !important;
    left: 12%;
    right: 0;
    margin: 0 auto;
  }
  .wpelemento-halloween-banner-house-image-box, .wpelemento-halloween-banner-house-image-box .elementor-widget, .wpelemento-halloween-banner-house-image-box .elementor-widget-container {
    height: 220px !important;
    width: 370px;
  }
  .wpelemento-halloween-banner-center-tree-image-box, .wpelemento-halloween-banner-center-tree-image-box .elementor-widget, .wpelemento-halloween-banner-center-tree-image-box .elementor-widget-container {
    position: absolute;
    left: -10%;
    width: 300px;
    height: 300px !important;
  }
  .wpelemento-halloween-banner-center-horror-image-box, .wpelemento-halloween-banner-center-horror-image-box .elementor-widget, .wpelemento-halloween-banner-center-horror-image-box .elementor-widget-container {
    height: 150px !important;
    width: 150px;
    left: 30px;
  }
  .wpelemento-halloween-left-tree-image, .wpelemento-halloween-left-tree-image .elementor-widget, .wpelemento-halloween-left-tree-image .elementor-widget-container{
    height: 400px !important;
    width: 160px;
  }
  .wpelemento-halloween-right-moon-outer-box, .wpelemento-halloween-right-moon-outer-box .elementor-widget, .wpelemento-halloween-right-moon-outer-box .elementor-widget-container{
    right: -5%;
    width: 180px;
    padding: 0;
    top: 6%;
    height: auto;
  }
  .wpelemento-halloween-right-moon-image, .wpelemento-halloween-right-moon-image .elementor-widget, .wpelemento-halloween-right-moon-image .elementor-widget-container{
    width: 120px;
    height: 120px;
  }
  .wpelemento-banner-fly-right-top-box, .wpelemento-banner-fly-right-top-box .elementor-widget, .wpelemento-banner-fly-right-top-box .elementor-widget-container {
    width: 90px;
    height: 90px;
    left: 25px;
    top: -10px;
  }
  .wpelemento-banner-fly-left-center-box, .wpelemento-banner-fly-left-center-box .elementor-widget, .wpelemento-banner-fly-left-center-box .elementor-widget-container {
    position: absolute;
    left: -52px;
    top: 0px;
    width: 140px;
    height: 100px;
  }
  .wpelemento-banner-fly-right-bottom-box, .wpelemento-banner-fly-right-bottom-box .elementor-widget, .wpelemento-banner-fly-right-bottom-box .elementor-widget-container{
    height: 60px;
    width: 60px;
    right: 18%;
  }
  .wpelemento-halloween-deals-banner-right-image-box, .wpelemento-halloween-deals-banner-right-image-box .elementor-widget, .wpelemento-halloween-deals-banner-right-image-box .elementor-widget-container{
    height: 191px !important;
    width: 170px;
  }
  .wpelemento-halloween-category-left-gift-box,.wpelemento-halloween-tranding-product-bottm-img-box,.wpelemento-halloween-best-seller-bottom-img-box{
    display: none;
  }
}
@media screen and (max-width:767px){
  .home .product-card {
    /* width: auto; */
    margin: 0 auto;
  }
  #wpelemento-halloween-deals-product-section .ht-product-categories,.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price,.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-action,.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap{
    justify-content: center;
  }
  #wpelemento-halloween-deals-product-section .woolentor-action-btn-area{
    left: 0;
  }
  .ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-user-ratting{
    position: unset;
  }
  .ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner{
    text-align: center;
  }
  .wpelemento-halloween-footer-menu-box li a{
    justify-content: center !important;
  }
  .testimonial-left-blank-box{
    display: none;
  }
  .wpelemento-header-svg-box, .wpelemento-header-svg-box .elementor-widget,.wpelemento-header-svg-box .elementor-widget-container{
    height: 250px !important;
  }
  .wpelemento-header-svg-box svg {
    height: 236px;
    width: 2904px;
  }
  .wpelemento-header-svg-box svg path{
    height: 100%;
    width: 100%;
  }
  .wpelemento-halloween-banner-content-outer-boxposition-relative{
    margin: 0 auto;
  }
  .wpelemento-halloween-banner-center-tree-image-box,.wpelemento-halloween-banner-house-image-box,.wpelemento-halloween-left-tree-image {
    display: none;
  }
  .wpelemento-halloween-banner-center-horror-image-box, .wpelemento-halloween-banner-center-horror-image-box .elementor-widget, .wpelemento-halloween-banner-center-horror-image-box .elementor-widget-container {
    height: 160px !important;
    width: 160px;
    position: absolute;
    left: 0px;
    top: -29px;
    z-index: 0;
  }
  .wpelemento-halloween-category-right-spider-box, .wpelemento-halloween-category-right-spider-box .elementor-widget, .wpelemento-halloween-category-right-spider-box .elementor-widget-container {
    height: 220px !important;
    width: 120px;
  }
  #wpelemento-halloween-footer-newsletter-box form{
    text-align: center;
  }
  .wpelemento-halloween-women-image-box, .wpelemento-halloween-women-image-box .elementor-widget, .wpelemento-halloween-women-image-box .elementor-widget-container {
    height: 350px !important;
    left: 0%;
    right: 0;
    margin: 0 auto;
  }
  #wpelemento-halloween-deals-product-section .ht-product-inner{
    display: grid;
  }
  #wpelemento-halloween-deals-product-section .ht-product-content {
    width: 100%;
    order: 1;
  }
  #wpelemento-halloween-deals-product-section .ht-products .ht-product .ht-product-inner .ht-product-image-wrap {
    width: 90%;
    margin: 0 auto;
    order: 2;
  }
  #wpelemento-halloween-deals-product-section .ht-product-cus-tab-pane.htactive a {
    width: 290px;
    height: 290px;
    /* padding: 40px 0px 40px 70px; */
  }
  #wpelemento-halloween-deals-product-section .ht-product-cus-tab-links li {
    width: 70px;
    height: 70px;
  }
  .wpelemento-halloween-deals-timer-box {
    position: absolute;
    top: 26%;
    left: 0px;
    bottom: unset;
    margin: 0 auto;
    height: fit-content;
    right: 0;
    transform: translate(0px, 5px) !important;
  }
  #wpelemento-halloween-deals-product-section .ht-product-cus-tab-pane.htactive {
    width: 220px;
    height: 400px;
  }
  .wpelemento-halloween-gallery-right-spider-box{
    display: none;
  }
  .wpelemento-testimonial-outer-box .elementskit-single-testimonial-slider {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 75px);
  }
  .ekit-wid-con .elementskit-testimonial-slider-block-style-three .elementskit-icon-content{
    right: 0;
  }
  .wpelemento-testimonial-outer-box .swiper-slide {
    width: 100% !important;
  }
}
@media screen and (min-width:576px) and (max-width:767px){
  .wpelemento-halloween-banner-icon-content-box{
    width: 47%;
  }
  .wpelemento-halloween-banner-icon-box .elementor-element.e-grid{
    display: flex;
    flex-wrap: wrap;
  }
  #footer-newsletter-content-row #footer-col2, #footer-newsletter-content-row #footer-col3, #footer-newsletter-content-row #footer-col4, #footer-newsletter-content-row #footer-col5{
    width: 38%;
  }
  .wpelemento-halloween-footer-menu-box{
    width: 23%;
  }
  .wpelemento-halloween-footer-category-box{
    width: 30%;
  }
  .wpelemento-halloween-categories-section .wl-row.wlno-gutters{
    display: flex;
    flex-wrap: wrap;
  }
  .wpelemento-halloween-categories-section .wl-col-5 {
    width: 50%;
    max-width: 50% !important;
  }

}
@media screen and (min-width:320px) and (max-width:767px) {
  .single-post .service_img{
    height: 300px;
  }
  .canvas-menu-content {
    width: 320px;
    display: block !important;
    padding: 20px !important;
  }
  .wpelemento-halloween-heading-border-box{
    display: none;
  }
}
@media screen and (min-width:320px) and (max-width:575px) {

  .single-service-page-main-content,.single-gardening-page-main-content {
    padding: 50px 15px 100px 15px;
  } 
  .woocommerce-products-header .page-title {
    font-size: 35px;
    line-height: 45px;
  }
  .single-product .bkr_container .site-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wpelemento-halloween-footer-banner-center-horror-image-box, .wpelemento-halloween-footer-banner-center-horror-image-box .elementor-widget, .wpelemento-halloween-footer-banner-center-horror-image-box .elementor-widget-container{
    left: 0px;
    top: 0px;
    height: 100px;
    width: 100px;
  }

  .wpelemento-halloween-deals-center-tree-image-box{
    display: none;
  }
  .wpelemento-halloween-deals-house-image-box, .wpelemento-halloween-deals-house-image-box .elementor-widget, .wpelemento-halloween-deals-house-image-box .elementor-widget-container{
    left: 10px;
  }
  .wpelemento-testimonial-outer-box .elementskit-single-testimonial-slider {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 60px);
    padding: 10px !important;
  }
}



.search-results .prev {
  border: 1px solid #000;
}
.search-results .next {
  border: 1px solid #000;
}


.woocommerce-account .outer_dpage {
  width: 30%;
  margin: auto;
}
.woocommerce-account .outer_dpage {
  padding: 3% 0;
}




/*=========== Admin Post Page CSS Start  ===========*/

.archive.author .category-content-row .postbox {
  margin-bottom: 20px;
  box-shadow: 0px 0px 3px #00000066;
  border-radius: 10px;
  padding: 15px;
}
.archive.author .search-post-title {
  font-size: 20px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  &:hover {
    color: #F25D03;
  }
}
.archive.author .breadcrumb-single-sports-page {
  padding-top: 50px;
}
.archive.author .breadcrumb-shoppage h5 {
  font-size: 35px;
  color: #FFFFFF;
}
.archive.author .banner-image {
  height: 350px;
  background-repeat: no-repeat;
}
.archive.author .post-image img {
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}
.archive.author .search-post-readmore {
  background-color: #F25D03;
  color: #FFF;
  padding: 9px 12px;
  border-radius: 6px;
  &:hover {
    background-color: #000000;
  }
}
.archive.author .search-post-title, .archive.author .post-categories li a {
  color: #000000;
}
.archive.author .single-product-title, .archive.author .shop-page-breadcrumb, .archive.author .shop-page-breadcrumb a {
  color: #FFF;
}
.archive.author #sidebar aside {
  border: 1px solid #000;
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 15px;
  overflow-y: hidden;
}
.archive.author #sidebar {
  margin-top: 0px !important;
}
.archive.author .category-title {
  padding-top: 50px;
}
.archive.author .category-content-row {
  padding: 40px 0 60px 0;
}
.archive.author #sidebar .wp-block-latest-posts li {
  padding: 10px 0;
}
.archive.author .wp-block-heading {
  padding-bottom: 15px;
}
.archive.author .wp-block-latest-posts__featured-image img {
  border-radius: 6px;
}
.archive.author .wp-block-latest-posts li a {
  font: 500 18px / 26px "Josefin Sans" !important;
  color: #000 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 55px;
  &:hover {
    color: #EF7726 !important;
  }
}
.archive.author .wp-block-latest-comments__comment-link, .archive.author .wp-block-latest-comments__comment-author {
  color: #000000;
}
.archive.author .wp-block-search__input {
  border-radius: 6px;
  padding: 8px;
  border: 1px solid #949494 !important;
  width: 100%;
}
.archive.author .wp-block-search__button {
  border-radius: 6px;
  padding: 8px 10px;
  background-color: #F25D03;
  color: #FFF;
  border: unset;
  &:hover {
    background-color: #000000 !important;
  }
}
.archive.author .page-numbers.current {
  background-color: #1B1E1A;
  color: #FFF;
  padding: 1px 11px;
  border-radius: 5px;
  margin: 0 3px;
}
.archive.author .page-numbers.current {
  background-color: #F25D03;
}
.archive.author .prev, .archive.author .next {
  color: #000000 !important;
  background-color: transparent !important;
}
.archive.author .page-numbers:not(.current) {
  background-color: #000;
  color: #FFF;
  padding: 1px 11px;
  border-radius: 5px;
  margin: 0 4px;
}
.archive.author .next, .archive.author .prev {
  border: 1px solid #000;
}
.archive.author .nav-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  z-index: 1;
  margin-top: 20px;
}
.archive.author .prev:hover, .archive.author .next:hover {
  background-color: #F25D03 !important;
  color: #FFFFFF !important;
  border-color: #F25D03 !important;
}
.archive.author .blog-content {
  font: 400 16px / 24px "Josefin Sans";
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.archive.author .navigation {
  padding-top: 40px;
}
.archive.author .wp-block-search__label {
  display: none;
}
.archive.author .wp-block-latest-posts__featured-image img {
  max-width: 95px !important;
}
.archive.author #sidebar ul li {
  margin-bottom: 0px;
  display: inline-block;
}
.archive.author .post-content h4 {
  padding-top: 10px !important;
}
.archive.author .post-content a {
  color: #000 !important;
  /* background: unset !important; */
  padding: 10px 15px;
  border-radius: 6px;
  font: 600 19px / 16px "Josefin Sans";
  display: contents;
  &:hover {
    color: #EF7726 !important;
  }
}

/*=========== Admin Post Page CSS End  ===========*/


.ht-category-image {
  animation: rotateCard 2s forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate-reverse;
  animation-delay: 1s;
}
@keyframes rotateCard{
  0% {
    transform: perspective(1500px) rotateY(0deg);
  }
  100% {
      transform: perspective(1500px) rotateY(20deg);
  }
}

.ht-category-image {
  position: relative;
}
.ht-category-image::before, .ht-category-image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: scaleX(0);
  transition: all 0.6s ease 0s;
}
.ht-category-wrap:hover .ht-category-image::before {
  transform: scaleX(1);
}
.ht-category-wrap:hover .ht-category-image::after {
  transform: scaleY(1);
}



.add-animation .product-card {
	-webkit-animation: slit-in-vertical 0.45s ease-out both;
  animation: slit-in-vertical 0.45s ease-out both;
}
@-webkit-keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
    transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
    transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
  }
}
@keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
    transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
    transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
  }
}



/*====== Single Blog Page Related Blog CSS Start ========*/

.single-post .related-post-container .post-featured img {
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}
.single-post .related-post-container .related-post-title a {
  font: 600 20px/28px 'Josefin Sans';
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2!important;
  &:hover {
    color: #F25D03;
  }
}
.single-post .related-post-container .related-posts-main-title {
  font-weight: 600;
}
.single-post .related-post-container .post-readmore {
  background-color: #F25D03;
  color: #FFF;
  padding: 12px 20px;
  border-radius: 6px;
  &:hover {
    background-color: #000000;
  }
}
.single-post .related-post-container .postbox {
  box-shadow: 1px 1px 6px #ccc;
  padding: 15px 15px 25px;
  border-radius: 15px;
}

/*====== Single Blog Page Related Blog CSS End ========*/