body {
  overflow-x: hidden;
  direction: rtl;
}

.owl-carousel {
  direction: ltr;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-dots,
.owl-carousel .owl-item {
  direction: rtl;
}

.bootstrap-select .dropdown-toggle .filter-option {
  text-align: right;
}

.list-unstyled {
  padding-right: 0;
}

.project-one .text-end {
  text-align: left !important;
}

.portfolio-card__link {
  clip-path: none;
}

.swiftcart-btn em {
  display: none;
}

.swiftcart-btn {
  background-color: var(--swiftcart-base);
}

.swiftcart-btn-white:hover {
  background-color: var(--swiftcart-base);
}

.main-slider-one__bg {
  background-size: inherit;
  background-position: left;
  background-repeat: no-repeat;
}

.testimonials-one__top__left .shape-one {
  transform: rotateY(180deg);
}

.service-card__content .swiftcart-btn {
  background-color: var(--swiftcart-base);
}

@media (max-width: 767px) {
  .project-one .text-end {
    text-align: right !important;
  }
}
/*# sourceMappingURL=swiftcart-custom-rtl.css.map */

.sw-default-header .sw-header-two__logo {
  padding: 20px 0;
}

.default-footer {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--swiftcart-black-2);
}

.default-footer p {
  margin-bottom: 0;
  color: var(--swiftcart-white);
}

.wp-block-query-pagination-numbers,
.sw-pagination {
  padding-right: 0;
  margin-bottom: 0;
  display: inline-flex;
  gap: 5px;
}

@media (min-width: 768px) {

  .wp-block-query-pagination-numbers,
  .sw-pagination {
    gap: 15px;
  }
}

.wp-block-query-pagination-numbers .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 12.12px;
  border: 1px solid var(--swiftcart-border-color);
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s;
  color: var(--swiftcart-black);
}

.wp-block-query-pagination-numbers .page-numbers.current,
.wp-block-query-pagination-numbers .page-numbers:hover {
  color: var(--swiftcart-white);
  background-color: var(--swiftcart-base);
}

.sw-blog-list__meta li::before,
.sw-blog-one__meta li::before {
  display: none;
}

.fa-solid,
.fas {
  font-weight: 900 !important;
}

.sw-blog-list__content,
.sw-blog-one__content {
  padding: 0;
}

.sw-blog-list__thumb,
.sw-blog-one__thumb {
  margin-bottom: 20px;
}

.sw-pagination {
  margin-top: 0;
}

.sw-blog-list__thumb,
.sw-blog-one__thumb {
  display: inline-block;
}

.swiftcart_empty_blog_result form {
  position: relative;
}

/* unit test css */

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption-text {
  margin: 0.8075em 0;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.4;
  color: #666;
}

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

@media screen and (max-width: 782px) {
  .admin-bar .navbar-area {
    top: 46;
  }
}

@media only screen and (max-width: 600px) {
  .admin-bar .navbar-area.nav-fixed {
    top: 0;
  }
}

.ul-0 {
  padding-right: 0;
}

.admin-bar .sticky-active {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .sticky-active {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .sticky-active {
    top: 0;
  }
}

.blog-comment .media .media-body h5 span {
  font-size: 18px;
  font-weight: 700;
  color: #14212b;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

.blog-details-page-inner .meta {
  display: block;
  width: 100%;
  overflow: hidden;
}

p {
  line-height: 2em;
}

b,
strong {
  color: currentColor;
}

.mingrand-blog-details a.wp-block-button__link,
.mingrand-blog-details a.wp-block-button__link:hover,
p.wp-block-cover-text strong,
.wp-block-cover p:not(.has-text-color) {
  color: #fff;
  margin-bottom: 0 !important;
}

.has-text-align-right::before {
  right: auto;
  left: 20px;
  border-right: 0;
}

.wp-block-quote.has-text-align-right:not(.is-large):not(.is-style-large):after {
  left: auto;
  right: 30px;
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}

.wp-block-pullquote blockquote {
  background-color: transparent;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  padding: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote:after {
  display: none;
}

blockquote:not([class]) {
  border-right: 5px solid var(--swiftcart-base);
  padding: 20px;
  color: #4a4a4a;
  font-weight: 600;
  background: #fef2f1;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

table {
  background-color: transparent;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

th {
  text-align: right;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}

.wp-block-table.is-style-stripes td {
  border-color: #ddd;
}

.single-post-wrap.style-overlay .thumb img {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 11.28%;
  margin: 5px;
}

.gallery-columns-8 .gallery-item {
  max-width: 9.5%;
  margin: 5px;
}

.gallery-columns-9 .gallery-item {
  max-width: 8.11%;
  margin: 5px;
}

.gallery-caption {
  display: block;
}

.blog-comment .media {
  align-items: end;
  margin-bottom: 35px;
}

/********* new style **********/

/* img {
  height: auto !important;
} */

.widget_archive select,
.widget_archive .nice-select {
  width: 100%;
}

.widget_calendar {
  overflow: hidden;
}

.widget select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
}

.single-search-inner {
  position: relative;
  background: #f5f5f5;
  border-radius: 4px;
}

.single-search-inner input {
  letter-spacing: 0.3px;
  color: #5b6880;
  width: 100%;
  font-weight: 400;
  border: 0;
  background: transparent;
  padding: 0 24px 0 60px;
  height: 55px;
  line-height: 55px;
  border: 0 !important;
}

.single-search-inner button {
  position: absolute;
  left: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  padding: 0 20px;
  height: 59px;
  line-height: 62px;
  top: 0;
  left: 0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 1px 0 0;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}

.td-sidebar .widget:last-child,
.td-sidebar .widget:last-child ul {
  margin-bottom: 0;
}

/* new added */

.navbar-area.default {
  position: relative;
}

.navbar-area.default .nav-container .navbar-collapse .navbar-nav {
  width: inherit;
}

.navbar-area.default .nav-container .navbar-collapse .navbar-nav li a {
  color: #000;
}

.navbar-area.default .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: var(--swiftcart-base);
}

.navbar-area.default .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after,
.navbar-area.default .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  background-color: #000;
}

.navbar-area.default .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:after,
.navbar-area.default .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children::before {
  background-color: var(--swiftcart-base);
}

.navbar-area.default .nav-container.navbar-bg {
  padding: 0;
}

.navbar-area.default .toggle-btn .icon-left,
.navbar-area.default .toggle-btn .icon-right,
.navbar-area.default .toggle-btn .icon-right::after,
.navbar-area.default .toggle-btn .icon-right::before,
.navbar-area.default .toggle-btn .icon-left::after,
.navbar-area.default .toggle-btn .icon-left::before {
  background-color: #000;
}

@media (max-width: 992px) {
  .navbar-area.default .responsive-mobile-menu {
    top: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: inline-flex !important;
    -ms-flex-preferred-size: auto;
    /* flex-basis: auto; */
    justify-content: end;
  }
}

.navbar-area.default .nav-container .navbar-collapse .navbar-nav>li:last-child {
  margin-left: 0;
}

.navbar-area .nav-container .logo a {
  color: #222;
  text-transform: uppercase;
}

.navbar-area.default .nav-container.navbar-bg:after {
  width: 100%;
}

@media (min-width: 992px) {
  .navbar-area.default .nav-container .navbar-collapse .navbar-nav {
    height: 80px;
    line-height: 80px;
  }
}

.default-footer {
  background-color: #091d3e;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.default-footer p {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  padding-bottom: 0;
}

.post-password-form input[type="submit"] {
  background-color: var(--swiftcart-base);
  height: 60px;
  border: 0;
  padding: 0 45px;
  color: var(--swiftcart-white);
  transition: 0.3s;
}

.post-password-form input[type="submit"]:hover {
  background-color: var(--swiftcart-secondary);
}

.sw-blog-article {
  position: relative;
}

.sw-blog-article.tag-sticky-2::before,
.sw-blog-article.sticky::before {
  position: absolute;
  left: 15px;
  content: "";
  width: 40px;
  height: 40px;
  background-color: var(--swiftcart-base);
  z-index: 10;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
  top: 0px;
}

/* unit */

.single-blog-inner {
  position: relative;
}

.blog-details-page-content .thumb {
  margin-bottom: 30px;
}

.single-blog-inner .thumb img {
  /* border-radius: 10px; */
  margin-bottom: 30px;
}

.blog-page-area .tag-sticky-2 .single-blog-inner:before,
.blog-page-area .sticky .single-blog-inner:before {
  position: absolute;
  left: 0px;
  content: "";
  width: 40px;
  height: 40px;
  background-color: var(--swiftcart-base);
  z-index: 10;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
}

.wp-block-button:not(.wp-block-button.align-left) {
  margin-bottom: 20px;
}

a.wp-block-button__link {
  background-color: #04000b;
  color: #fff;
}

a.wp-block-button__link:hover {
  background-color: var(--swiftcart-base);
}

.blog-details-page-content .wp-block-button a:hover {
  background-color: var(--swiftcart-base);
  border-color: var(--swiftcart-base);
  color: #ffffff;
}

.blog-details-page-content .wp-block-button.is-style-outline a:hover {
  background-color: var(--swiftcart-base);
  border-color: var(--swiftcart-base);
  color: #fff;
}

.blog-details-page-content .wp-block-cover {
  margin-bottom: 32px;
}

/* block widget */
.widget.widget_archive ul li,
.td-sidebar .widget .wp-block-categories li,
.td-sidebar .widget_categories ul li,
.td-sidebar .widget_categories ul li,
.td-sidebar .wp-block-categories li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sidebar .widget .wp-block-categories li ul.children,
.sidebar .widget_categories ul li ul.children,
.td-sidebar .widget_categories ul li ul.children,
.td-sidebar .wp-block-categories li ul.children {
  flex: 0 0 100%;
}

.wp-block-archives-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #717178;
  position: relative;
  line-height: 34px;
  font-size: 16px;
  text-transform: capitalize;
  color: #717178;
  transition: all 0.3s ease;
  z-index: 1;
}

.wp-block-archives.wp-block-archives-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.sw-sidebar .widget select,
.widget_archive select,
.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
  width: 100%;
  height: 60px;
  background-color: #f1f1f5;
  border: 1px solid #f1f1f5;
  outline: none;
  color: #717178;
  font-size: 16px;
  font-weight: 500;
  padding-right: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="rgb(34, 36, 41)" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: left 30px top 50%;
  background-size: 0.65em auto;
  border-radius: var(--qutiiz-bdr-radius);
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
  margin-bottom: 30px;
}

.wp-block-latest-comments__comment {
  margin-bottom: 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-right: 3.25em;
}

.wp-block-latest-comments__comment-meta,
.td-sidebar .wp-block-latest-posts__list li a {
  font-size: 18px;
  line-height: 1.889;
  color: #1e1e22;
  display: block;
}

.wp-block-latest-comments__comment-date {
  font-weight: 500;
  color: #717178;
}

.wp-block-latest-comments__comment-date {
  display: block;
  font-size: 0.75em;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
  position: relative;
  padding-right: 68px;
  min-height: 44px;
}

.wp-block-latest-comments {
  padding-right: 0;
  margin-right: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li::before {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e1e22;
  width: 44px;
  height: 44px;
  color: #fff;
  margin-left: 20px;
  transition: all 500ms ease;
  position: absolute;
  top: 6px;
  right: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:hover::before {
  background-color: var(--swiftcart-base);
  color: #fff;
}

.details .wp-block-latest-posts__list.has-dates li {
  position: relative;
  padding-right: 64px;
  font-size: 16px;
  line-height: 1.889;
  font-weight: 600;
  transition: all 500ms ease;
  color: var(--qutiiz-gray, #717178);
}

.wp-block-latest-posts__list.has-dates {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.details .wp-block-latest-posts__list.has-dates li::before {
  content: "\f302";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e1e22;
  width: 44px;
  height: 44px;
  color: #ffffff;
  transition: all 500ms ease;
  position: absolute;
  top: 10px;
  right: 0;
}

.wp-block-latest-posts__list.is-grid.has-dates li::before {
  position: relative;
  top: auto;
  right: 0;
  margin-bottom: 10px;
}

.wp-block-latest-posts__list.is-grid.has-dates li {
  padding-right: 0;
}

.wp-block-search label {
  font-size: 18px;
  color: #1e1e22;
  font-weight: 600;
}

.wp-block-search input[type="search"] {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  max-width: 300px;
  position: relative;
  line-height: 40px;
  padding: 0 25px;
  background: #f2f4f8;
  color: #111111;
  display: block;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  height: 60px;
  border: 1px solid #f1f1f5;
  border-radius: 7px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.wp-block-search .wp-block-search__button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: var(--swiftcart-base);
  text-align: center;
  border-radius: 5px;
  color: #ffffff;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  letter-spacing: 0.01em;
}

.wp-block-search .wp-block-search__button:hover {
  background-color: var(--swiftcart-secondary);
  color: #fff;
}

.wp-block-tag-cloud a {
  font-size: 16px !important;
  color: #717178;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  transition: all 500ms ease;
}

.wp-block-tag-cloud a:hover {
  color: var(--swiftcart-base);
}

.details .wp-block-rss li {
  position: relative;
  padding-right: 68px;
  font-size: 16px;
  font-weight: 600;
  color: #1e1e22;
  min-height: 44px;
}

.wp-block-rss li+li {
  margin-top: 20px;
}

.wp-block-rss {
  margin: 0;
  padding: 0;
  list-style: none;
}

.details .wp-block-rss li::before {
  content: "\f09e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e1e22;
  width: 44px;
  height: 44px;
  color: #ffffff;
  transition: all 500ms ease;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.wp-calendar-table th,
.wp-calendar-table td {
  text-align: center;
}

.wp-block-calendar .wp-calendar-table caption {
  padding-bottom: 0;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}

.wp-calendar-nav {
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wp-block-calendar .wp-calendar-nav a {
  text-decoration: none;
  line-height: 1;
  color: #04000b;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 500ms ease;
}

.wp-block-group.has-background {
  margin-bottom: 30px;
}

.wp-block-columns {
  margin: 30px 0;
}

.blog-details-page-content .link-page {
  color: #1e1e22;
  display: flex;
  align-items: center;
}

.link-page {
  clear: both;
  margin: 0 0 1.5em;
}

.blog-details-page-content .link-page span,
.blog-details-page-content .link-page a {
  display: flex;
  width: 40px;
  height: 40px;
  display: flex;
  color: #1e1e22;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f1f1f5;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: all 500ms ease;
  border-radius: 50%;
}

.blog-details-page-content .link-page span,
.blog-details-page-content .link-page a:hover {
  background-color: var(--swiftcart-base);
  color: #fff;
}

.entry-footer {
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.entry-footer span {
  font-size: 20px;
  font-weight: 500;
  margin-left: 12px;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.blog-details-page-content .post-password-form input[type="password"] {
  width: 200px;
  height: 50px;
  background-color: #f1f1f5;
  color: #717178;
  padding-right: 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
}

.blog-details-page-content.post-password-form input[type="submit"] {
  width: 120px;
  height: 50px;
  background-color: #1e1e22;
  color: #ffffff;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  transition: all 500ms ease;
  border-radius: 5px;
}

.post-password-form input {
  display: inline-block;
}

/* sidebar widget */

.td-sidebar .widget ul {
  margin-right: 0;
  padding-right: 0;
  list-style: none;
  margin-bottom: 0;
}

.td-sidebar .widget ul li {
  position: relative;
}

.td-sidebar .widget ul li:not(:last-child) {
  margin-bottom: 10px;
}

.td-sidebar .widget.widget_meta li,
.td-sidebar .widget.widget_archive li {
  padding-right: 0 !important;
}

.td-sidebar .widget .wp-block-archives-list li+li,
.td-sidebar .widget .wp-block-categories-list li+li,
.sidebar .widget .wp-block-page-list li+li {
  margin-top: 10px;
}

.td-sidebar .widget.widget_categories li+li,
.td-sidebar .widget.widget_nav_menu li+li,
.td-sidebar .widget.widget_meta li+li,
.td-sidebar .widget.widget_pages li+li,
.td-sidebar .widget.widget_archive li+li,
.td-sidebar__single.widget_categories li+li,
.td-sidebar__single.widget_nav_menu li+li,
.td-sidebar__single.widget_meta li+li,
.td-sidebar__single.widget_pages li+li,
.td-sidebar__single.widget_archive li+li .td-sidebar .widget ul ul {
  padding-right: 0.5em;
  margin-top: 10px;
}

.td-sidebar .widget.widget_nav_menu ul ul {
  padding-right: 0.8em;
}

.td-sidebar .widget.widget_categories li+li {
  padding-right: 0;
}

.td-sidebar .widget.widget_categories>ul ul,
.td-sidebar .widget.widget_nav_menu>ul ul,
.td-sidebar .widget.widget_meta>ul ul,
.td-sidebar .widget.widget_pages>ul ul,
.td-sidebar .widget.widget_archive>ul ul {
  margin-top: 10px;
  padding-right: 0.7em;
}

.widget a {
  transition: 0.3s;
}

.td-sidebar .widget select {
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  outline: none;
  color: #726d7b;
  font-size: 16px;
  font-weight: 400;
  padding-right: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="currentColor" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: left 30px top 50%;
  background-size: 0.65em auto;
  border-radius: 6px;
}

.td-sidebar .widget.widget_recent_entries ul li,
.td-sidebar .widget.widget_recent_comments ul li {
  padding-right: 65px;
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  color: #726d7b;
}

ol.wp-block-latest-comments {
  margin-bottom: 0;
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
  margin-bottom: 0;
}

.td-sidebar .widget.widget_recent_entries ul li::before,
.td-sidebar .widget.widget_recent_comments ul li::before {
  height: 45px;
  width: 45px;
  background-color: #04000b;
  border-radius: 50%;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4px;
  right: 0;
  transition: all 0.4s ease;
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}

.td-sidebar .widget.widget_recent_entries ul li,
.td-sidebar .widget.widget_recent_comments ul li {
  padding-right: 65px;
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  color: #726d7b;
}

.td-sidebar .widget.widget_recent_comments ul li:hover::before {
  background-color: var(--swiftcart-base);
  color: #ffffff;
}

.td-sidebar .widget.widget_recent_entries ul li+li,
.td-sidebar .widget.widget_recent_comments ul li+li {
  margin-top: 23px;
}

.td-sidebar .widget.widget_recent_entries ul li::before {
  content: "\f044";
}

.td-sidebar .widget.widget_recent_entries li {
  min-height: 45px;
  display: flex;
  align-items: center;
}

.td-sidebar .widget.widget_rss li .rsswidget,
.td-sidebar .widget.widget_block .wp-block-rss li .wp-block-rss__item-title {
  color: #04000b;
  line-height: 1.5em;
  font-size: 18px;
  text-transform: capitalize;
  display: block;
}

.td-sidebar .widget.widget_rss li .rss-date,
.td-sidebar .widget.widget_block .wp-block-rss li .wp-block-rss__item-publish-date .td-sidebar .widget.widget_block .wp-block-rss li .wp-block-rss__item-author {
  display: flex;
  align-items: center;
  color: #726d7b;
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 10px;
  line-height: 1;
  text-transform: capitalize;
}

.td-sidebar .widget.widget_block .wp-block-rss li .wp-block-rss__item-publish-date,
.td-sidebar .widget.widget_block .wp-block-rss li .wp-block-rss__item-author {
  display: inline-block;
}

.td-sidebar .widget.widget_rss li .rss-date::before,
.td-sidebar .widget.widget_block .wp-block-rss li .wp-block-rss__item-publish-date::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 14px;
  color: var(--swiftcart-base);
  margin-left: 10px;
}

.td-sidebar .widget .wp-block-rss__item .wp-block-rss__item-author::before {
  color: var(--swiftcart-base);
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  content: "\f2bd";
  margin-left: 5px;
}

.td-sidebar .wp-block-rss__item-excerpt {
  padding-top: 5px;
}

.td-sidebar .widget.widget_rss li .rssSummary {
  font-size: 16px;
  line-height: 2em;
}

.td-sidebar .widget.widget_rss cite {
  color: #04000b;
  font-size: 14px;
}

.td-sidebar .widget.widget_rss ul li+li {
  margin-top: 10px;
}

.widget_tag_cloud .tagcloud,
.wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}

.wp-block-tag-cloud a,
.widget_tag_cloud .tagcloud a {
  font-size: 16px !important;
  display: inline-block;
  background-color: var(--swiftcart-gray);
  color: var(--swiftcart-text);
  padding: 5px 15px;
  transition: 0.3s;
}

.wp-block-tag-cloud a:hover,
.widget_tag_cloud .tagcloud a:hover {
  color: var(--swiftcart-white);
  background-color: var(--swiftcart-base);
}

.td-sidebar .widget ul ul {
  padding-right: 0.5em;
  margin-top: 10px;
}

.td-sidebar .widget ul li.recentcomments::after,
.td-sidebar .widget_recent_entries ul li::after,
.td-sidebar .widget_archive ul li::after,
.td-sidebar .widget_categories ul li::after,
.td-sidebar .widget_rss ul li::after,
.td-sidebar ul.wp-block-social-links li::after,
.td-sidebar ul.wp-block-rss li.wp-block-rss__item::after,
.td-sidebar .widget-recent-post ul li::after,
ul.wp-block-latest-posts__list.has-dates.has-author.wp-block-latest-posts li::after {
  display: none;
}

.widget.widget_archive li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #717178;
  position: relative;
  line-height: 34px;
  font-size: 16px;
  text-transform: capitalize;
  color: #717178;
  transition: all 0.3s ease;
  z-index: 1;
}

/* block widget */
.td-sidebar .widget .widget-title,
.td-sidebar .widget h2 {
  font-size: 20px;
  padding-right: 15px;
  margin-bottom: 25px;
  border-right: 4px solid var(--swiftcart-base);
}

.td-sidebar .wp-block-search .wp-block-search__button,
.td-sidebar .widget .wp-block-search .wp-block-search__button {
  padding: 15px 20px;
  margin-right: 0;
}

.td-sidebar .wp-block-search input[type="search"],
.td-sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 19px 35px 19px 25px;
}

.td-sidebar .widget .wp-block-search .wp-block-search__button {
  fill: #ffffff;
}

.td-sidebar .widget .wp-block-search .wp-block-search__button:hover {
  background-color: var(--swiftcart-base);
}

.td-sidebar .widget .wp-block-latest-comments__comment-date::before {
  content: "\f017";
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: var(--swiftcart-base);
}

.td-sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-author::before {
  color: var(--swiftcart-base);
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  content: "\f2bd";
  margin-left: 5px;
}

.td-sidebar .widget .wp-block-latest-posts__list .wp-block-latest-posts__post-date::before {
  content: "\f017";
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: var(--swiftcart-base);
}

.td-sidebar .wp-block-latest-comments__comment-excerpt p {
  margin-bottom: 0;
}

.td-sidebar .wp-block-latest-posts__post-author,
.td-sidebar .wp-block-latest-posts__post-date {
  display: inline-block;
}

.td-sidebar .wp-block-latest-posts__post-author {
  margin-left: 8px;
}

.td-sidebar .widget #loginform input[type="text"],
.td-sidebar .widget #loginform input[type="password"] {
  margin-bottom: 10px;
}

.td-sidebar .widget input[type="email"],
.td-sidebar .widget input[type="search"],
.td-sidebar .widget input[type="password"],
.td-sidebar .widget input[type="text"] {
  width: 100%;
  display: block;
  height: 60px;
  background-color: #fff;
  border: 1px solid #e3e3e3 !important;
  padding-right: 30px;
  padding-left: 45px;
  color: #726d7b;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
}

.td-sidebar .widget #loginform .login-submit .button {
  padding: 15px 39px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: #04000b;
  border-color: #04000b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 1;
  letter-spacing: 0.1em;
  border-radius: 5px;
}

.td-sidebar .widget #loginform .login-submit .button:hover {
  color: #fff;
  background-color: var(--swiftcart-base);
  border-color: #04000b;
  border-color: var(--swiftcart-base);
}

p.logged-in-as {
  margin-bottom: 20px;
}

/* need to move main css */
.single-intro-inner .thumb svg {
  font-size: 40px;
  color: var(--swiftcart-base);
  margin-left: 15px;
}

.shape-left-top,
.shape-right-top {
  max-width: 150px !important;
}

.tag-and-share .tags a {
  margin-bottom: 5px;
}

.blog-comment {
  margin-top: 60px;
}

.comment-list {
  padding-right: 0;
}

@media (max-width: 575px) {
  .blog-comment .comment-list ul.children {
    padding-right: 1em;
  }
}

.breadcrumb-area {
  padding: 105px 0 115px;
}

.mingrand-core .breadcrumb-area {
  padding: 175px 0 113px;
}

/* alamgir */
.widget_subscribe .ingle-input-inner button {
  position: relative;
}

.widget_subscribe .ingle-input-inner button:after {
  content: "\f061";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
}

.bl-gray-1 {
  border-right: 1px solid #cdd1d8;
  padding-right: 20px;
}

.home-2-counter .single-exp-inner.style-white h2 {
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
}

.home-2-counter .section-title {
  margin-bottom: 80px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:after,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
  display: none;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.page .blog-details-page-content .link-page {
  padding-top: 30px;
}

.blog-comment-form h3 {
  line-height: 1.3;
  font-size: 28px;
  margin-bottom: 10px !important;
}

.cmt-btn:hover {
  background-color: #000;
}

.wp-block-group.has-background p {
  color: #000;
  margin-bottom: 0;
}

.wp-block-group.has-border-color {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-group.has-border-color p {
  margin-bottom: 0;
}

.mingrand-blog-details h1 {
  font-size: 40px;
}

.mingrand-blog-details h2 {
  font-size: 32px;
}

.mingrand-blog-details h1 {
  font-size: 40px;
}

.mingrand-blog-details h3 {
  font-size: 28px;
}

.wp-block-post-comments-form input[type="submit"] {
  position: relative;
  border-radius: 5px;
  padding: 14px 25px;
  border: 0;
  z-index: 1;
  color: white;
  font-weight: 800;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--heading-font);
  background: var(--swiftcart-base);
  transition: 0.3s;
}

.wp-block-post-comments-form input[type="submit"]:hover {
  background-color: #000;
}

.wp-calendar-nav {
  margin-bottom: 10px;
}

.wp-block-search input[type="search"] {
  max-width: unset;
}

.blog-details-page-content .post-password-form input[type="submit"] {
  background-color: var(--swiftcart-base);
}

.blog-details-page-content .post-password-form input[type="submit"]:hover {
  background-color: var(--black-color);
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  padding: 4px !important;
  border-radius: 4px;
}

.wp-block-column.has-background {
  padding: 20px;
}

.wp-block-columns.has-background p,
.wp-block-column.has-background p {
  color: #000;
  margin-bottom: 0;
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}

.wp-block-cover {
  margin-bottom: 32px;
}

:where(.wp-block-file__button) {
  border-radius: 2em;
  padding: 0.5em 1em;
}

:where(.wp-block-file__button):hover {
  background-color: var(--swiftcart-base);
  color: #fff !important;
}

.wp-block-media-text {
  margin-bottom: 30px;
}

.blog-details-page-content .blocks-gallery-caption {
  margin-bottom: 24px;
}

.wp-block-gallery:not(.has-nested-images).alignleft {
  margin-left: 20px;
}

.mingrand-page-inner-content {
  overflow: hidden;
}

.blog-item .blog-item__content h4 b {
  color: var(--heading-color);
  transition: 0.3s;
}

.blog-item .blog-item__content h4 a:hover b {
  color: var(--swiftcart-base);
}

.wp-block-calendar table th,
.widget thead {
  background-color: #000;
  color: #fff;
}

.widget thead th {
  border-color: transparent;
}

#today {
  background-color: var(--swiftcart-base);
  color: #fff;
}

.mingrand-cat-and-tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.mingrand-cat-and-tag .cats a {
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
  border: 1px solid var(--swiftcart-base);
  display: inline-block;
  color: #656565;
  font-size: 12px;
  transition: 0.4s;
  margin-left: 5px;
  margin-bottom: 5px;
}

.mingrand-cat-and-tag .cats a:hover {
  background: var(--swiftcart-base);
  color: #fff;
}

.mingrand-cat-and-tag .tags a:not(:last-child)::after {
  content: ",";
}

.comment-author.vcard {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}

.comment-author.vcard img {
  margin-left: 20px;
}

.comment-list .reply,
.comment-list .comment-metadata,
.comment-list .comment-content {
  padding-right: 105px;
}

.comment-author.vcard .fn {
  margin-left: 5px;
  font-size: 18px;
  color: #14212b;
  font-weight: 500;
  text-transform: capitalize;
}

.comment-metadata {
  margin-top: -50px;
  margin-bottom: 5px;
  color: var(--swiftcart-black);
  opacity: 0.8;
}

.comment-reply-link {
  display: inline-block;
  color: var(--swiftcart-base);
  background-color: rgba(var(--swiftcart-base-rgb), 0.1);
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
  transition: 0.3s;
}

.comment-reply-link:hover {
  color: var(--swiftcart-white);
  background: var(--swiftcart-base);
}

.comment-list>li {
  margin-bottom: 35px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e9eaea;
}

.comment-list li ul {
  margin-top: 30px;
}

.comment-list>li>li {
  margin-bottom: 35px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e9eaea;
}

.comment-list li .children>li {
  margin-bottom: 35px;
}

.comment-list .single-input-inner {
  margin-bottom: 30px;
}

.form-submit .btn-base:hover {
  background-color: var(--heading-color);
  color: #fff;
}

.link-page {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.link-page span,
.link-page a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  color: #000;
  display: inline-block;
  border-radius: 50%;
  font-weight: 400;
}

.link-page a:hover {
  background-color: var(--swiftcart-base);
  color: #fff;
}

.link-page span {
  background-color: var(--swiftcart-base);
  color: #fff;
}

.widget-search .single-search-inner button i {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* responsive  */

@media screen and (max-width: 600px) {
  .comment-author.vcard {
    display: block;
    align-items: start;
    flex-wrap: wrap;
  }

  .comment-author.vcard img {
    display: block;
    margin-bottom: 30px;
  }

  .comment-list .reply,
  .comment-list .comment-metadata,
  .comment-list .comment-content {
    padding-right: 0;
  }

  .comment-metadata {
    margin-top: 0;
  }
}

/* custom for wp */
.woocommerce .star-rating {
  float: inherit;
}

.woocommerce .star-rating span {
  color: #fa8232;
}

.sw-product-six__price span {
  background-color: transparent;
}

.sw-product-six__price span del span {
  color: var(--swiftcart-text);
  font-weight: 500;
  padding: 0;
  text-decoration: line-through;
}

.sw-product-six__price span ins bdi {
  background-color: #50af05;
  padding: 4px 8px;
  display: inline-block;
  color: var(--swiftcart-white);
  border-radius: 4px;
  line-height: 1.3;
}

.sw-product-six__price span ins bdi .woocommerce-Price-currencySymbol {
  color: var(--swiftcart-white);
}

.sw-product-six__price span {
  padding: 0;
  color: var(--swiftcart-text);
}

@media (min-width: 992px) {
  .product-single-gallery-main {
    padding-left: 40px;
  }
}

.product-additional-tab ul.tabs {
  padding-right: 0;
  display: flex;
  list-style: none;
  gap: 10px;
}

.product-additional-tab ul.tabs a {
  display: inline-block;
  position: relative;
  padding: 11px 14px;
  font-weight: 500;
  font-size: 16px;
  color: var(--swiftcart-text);
}

.product-additional-tab ul.tabs li:first-child a {
  padding: 11px 0;
}

.product-additional-tab ul.tabs li.active a {
  border-bottom: 1px solid var(--swiftcart-base);
}

.sw-product-two__btn .woosw-btn.woosw-btn-icon-only,
.sw-product-two__btn button {
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--swiftcart-white);
  color: var(--swiftcart-base);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sw-product-two__btn .woosw-btn.woosw-btn-icon-only:hover,
.sw-product-two__btn button:hover {
  background-color: var(--swiftcart-base);
  color: var(--swiftcart-white);
}

.woosw-btn.woosw-btn-icon-only {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  color: var(--swiftcart-text);
  border: 2px solid var(--swiftcart-text);
}

.woosw-btn.woosw-btn-icon-only:hover {
  color: var(--swiftcart-base);
  border-color: var(--swiftcart-base);
}

.sw-product-eight__action .woosw-btn.woosw-btn-icon-only,
.sw-product-eight__action svg,
.sw-product-eight__action span,
.sw-product-eight__action i {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background-color: var(--swiftcart-white);
  border: 0;
}

.sw-product-eight__action svg:hover,
.sw-product-eight__action span:hover,
.sw-product-eight__action i:hover {
  color: var(--swiftcart-base);
}

.sw-slider-three__thumb img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.e-con {
  --container-max-width: 1290px;
  --container-default-padding-top: 0px;
  --container-default-padding-right: 0px;
  --container-default-padding-bottom: 0px;
  --container-default-padding-left: 0px;
}

@media (max-width: 1366px) {
  .e-con {
    --container-max-width: 1116px;
  }
}

.sw-sidebar__widget .wp-block-heading {
  color: var(--swiftcart-black);
  font-size: 22px;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.4;
  text-transform: capitalize;
}

.sw-pagination {
  display: flex;
}

.sw-sidebar__blog-thumb {
  flex-shrink: 0;
}

.form-submit .swiftcart-btn {
  border: 0;
}

.sw-contact-main__form form p {
  margin-bottom: 0;
}

.comment-respond {
  margin-top: 30px;
}

.sw-mobile-nav__social a {
  display: inline-block;
}

.sw-header-one__lang .gt_switcher {
  width: max-content !important;
}

.sw-header-one__lang .gt_switcher .gt_option {
  position: absolute !important;
}

.sw-header-one__lang .gt_switcher .gt_selected {
  z-index: 1 !important;
}

.sw-header-one__lang .gt_switcher .gt_selected a {
  width: 100px !important;
  background-color: var(--swiftcart-white);
  border: 0 !important;
}

.sw-header-one__lang .gt_switcher .gt_option {
  background-color: var(--swiftcart-white) !important;
  border: 0 !important;
}

.sw-newsletter-form__main button {
  height: 60px;
}

@media (min-width: 992px) {
  .sw-newsletter-form__main input {
    width: 640px;
  }
}

.sw-product-six__img {
  overflow: hidden;
}

.woocommerce .quantity .qty {
  width: 100%;
  height: 44px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #dadce0;
  background-color: var(--swiftcart-white);
  padding: 0 45px;
}

/* Templates
--------------------------------------------- */
/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-family: WooCommerce;
  font-weight: 900;
  flex-shrink: 0;
}

.star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  opacity: 0.25;
  float: right;
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  font-family: "FontAwesome";
}

.star-rating span {
  overflow: hidden;
  float: right;
  top: 0;
  right: 0;
  position: relative;
  padding-top: 1.5em;
  display: inline-block;
}

.product-details__content__rating .star-rating span {
  max-width: 130px;
}

.star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  right: 0;
  left: 0;
  color: var(--boskery-base);
  font-family: "FontAwesome";
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-left: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: fontawesome;
  content: "\f005";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover~a::before {
  content: "\f005";
  color: #404040;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "\f005";
  color: var(--boskery-base);
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "\f005";
  color: var(--boskery-base);
  opacity: 1;
}

p.stars.selected a.active~a::before {
  content: "\f005";
  color: #404040;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "\f005";
  color: var(--boskery-base);
  opacity: 1;
}

.star-rating span:before,
.star-rating::before,
p.stars a:hover:after,
p.stars a:after {
  color: var(--boskery-base) !important;
  letter-spacing: 4.94px;
}

.product__details-action .woosw-btn.woosw-btn-icon-only {
  width: 50px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  color: var(--swiftcart-black);
  border: 1px solid #dadce0;
  border-radius: 10px;
}

@media (min-width: 1400px) {
  .product__details-action .woosw-btn.woosw-btn-icon-only {
    width: 60px;
    height: 60px;
    line-height: 64px;
  }
}

@media (min-width: 1400px) {
  .product__details-action button.product-action-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.product__details-action .woosw-btn.woosw-btn-icon-only:hover {
  color: var(--swiftcart-white);
  background-color: var(--swiftcart-base);
  border-color: var(--swiftcart-base);
}

.swiftcart-btn-black.added {
  display: none;
}

.swiftcart_ajax {
  position: relative;
}

.swiftcart_ajax.loading {
  padding-left: 30px;
}

.swiftcart_ajax.loading:after {
  font-family: "Font Awesome 5 Free";
  content: "\f110";
  vertical-align: top;
  font-weight: 900;
  position: absolute;
  left: 8px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

.added_to_cart.wc-forward {
  font-size: 16px;
  padding: 5.5px 20px;
  font-weight: 600;
  border-radius: 4px;
  display: inline-block;
  background-color: var(--swiftcart-secondary);
  color: var(--swiftcart-white);
  letter-spacing: -0.3px;
}

.product__details-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 45px;
  left: 35px;
  display: block;
  z-index: 99;
  text-indent: -999999px;
}

.product__details-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 35px;
  left: 30px;
}

.woocommerce-product-gallery__trigger::after {
  position: absolute;
  content: "\f11a";
  font-family: "icomoon" !important;
  font-size: 25px;
  color: #222429;
  top: -25px;
  left: 25px;
  text-indent: 0;
}

.product__details-review-inner h2 {
  display: none;
}

.product__details-review-inner #reply-title {
  font-family: var(--swiftcart-heading-font);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
  color: var(--swiftcart-black);
}

.comment-form-comment textarea {
  height: 180px;
  line-height: 1.2;
  padding-bottom: 20px;
}

.comment-form-comment input {
  height: 60px;
  line-height: 60px;
  background-color: transparent;
  border: 1.5px solid var(--swiftcart-border-color);
}

.product__details-review-inner .form-submit .submit {
  color: var(--swiftcart-white);
  background-color: var(--swiftcart-base);
  padding: 10px 30px;
  font-weight: 500;
  font-size: 16px;
  font-family: var(--swiftcart-font);
  transition: 0.3s;
  border-radius: var(--swiftcart-border-radius);
  display: inline-block;
  overflow: hidden;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  border: 0;
}

@media (min-width: 1400px) {
  .product__details-review-inner .form-submit .submit {
    padding: 10px 40px;
  }
}

.product__details-review-inner .form-submit .submit:hover {
  color: var(--swiftcart-white);
  background-color: var(--swiftcart-secondary);
}

.product__details-review-inner .comment-form-rating label {
  margin-bottom: 10px;
}

.sw-woo-commentlist .avatar {
  margin-bottom: 20px;
}

.woocommerce-review__author {
  text-transform: capitalize;
}

.product__details-area p.price del {
  font-weight: 400;
  font-size: 16px;
  text-decoration-line: line-through;
  color: var(--swiftcart-text);
}

.product__details-area p.price ins {
  font-weight: 600;
  font-size: 24px;
  color: var(--swiftcart-secondary);
  margin-right: 1px;
  text-decoration: none;
}

.product-single-gallery-main {
  position: relative;
}

.product-single-gallery-main .onsale {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
  background-color: var(--swiftcart-base);
  color: var(--swiftcart-white);
  padding: 5px 15px;
  border-radius: 5px;
}

.sw-breadcrumb__list span:not(:last-of-type)::after {
  content: "\f105";
  position: relative;
  color: var(--swiftcart-text);
  padding-right: 5px;
  padding-left: 5px;
  font-size: 10px;
  font-family: "icomoon" !important;
}

.product__details-action .variations select {
  height: 40px;
  line-height: 40;
  padding: 0 20px;
}

.product__details-action .variations select:focus {
  outline: 0;
}

.flex-control-thumbs {
  padding-right: 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.flex-control-thumbs li img {
  border: 1px solid transparent;
}

.flex-control-thumbs .flex-active {
  border-color: var(--swiftcart-base);
}

.woocommerce .woocommerce-message {
  background-color: rgba(var(--swiftcart-base-rgb), 0.2);
  padding: 14px 26px;
  margin: 0;
  margin-bottom: 14px;
  color: var(--swiftcart-black);
  font-size: var(--swiftcart-base);
}

.woocommerce .woocommerce-message a {
  font-weight: 500;
  color: var(--swiftcart-secondary);
  margin-left: 5px;
  text-decoration: underline;
}

.sw-sidebar .widget+.widget {
  margin-top: 40px;
}

.sw-sidebar .widget {
  padding: 30px 15px;
  background: var(--swiftcart-white);
  border-radius: 10px;
}

@media (min-width: 768px) {
  .sw-sidebar .widget {
    padding: 50px 30px;
  }
}

.sw-sidebar .wp-block-heading {
  color: var(--swiftcart-black);
  font-size: 22px;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.4;
  text-transform: capitalize;
}

.sw-postbox__title,
.sw-blog-list__title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.comment-list li ul {
  list-style: none;
}

.comment-list li ul:not(.children) {
  margin-top: 0;
}

.wp-block-post-excerpt__excerpt {
  margin-bottom: 1.5em;
}

.wp-block-archives.wp-block-archives-list a:hover {
  color: var(--swiftcart-base);
}

.wp-block-latest-posts__post-title {
  color: var(--swiftcart-black);
}

.wp-block-latest-posts__post-title:hover {
  color: var(--swiftcart-base);
}

.wp-block-categories li a:hover {
  color: var(--swiftcart-base);
}

.is-style-outline>.wp-block-button__link:not(.has-background) {
  background-color: transparent;
  border-color: var(--swiftcart-black);
  color: var(--swiftcart-black);
}

.is-style-outline>.wp-block-button__link:not(.has-background):hover {
  border-color: var(--swiftcart-base);
  color: var(--swiftcart-base);
}

.wp-block-file {
  margin-bottom: 1.5em;
}

.swiftcart-page-inner-content {
  overflow: hidden;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5em;
}

.swiftcart-page-inner-content .blocks-gallery-caption {
  margin-bottom: 24px;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  padding: 35px 50px;
}

.sw-sidebar__wrapper .widget_archive ul {
  padding-right: 0;
}

.sw-sidebar__wrapper .widget .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li+li,
.sw-sidebar__wrapper .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li+li {
  margin-top: 20px;
}

.sw-sidebar__wrapper .widget ul,
.sidebar__single ul {
  list-style: none;
  padding-right: 0;
}

.sw-sidebar__wrapper .widget .wp-block-categories li ul.children,
.sw-sidebar__wrapper .widget_categories ul li ul.children,
.sidebar__single .widget_categories ul li ul.children,
.sidebar__single .wp-block-categories li ul.children {
  flex: 0 0 100%;
}

.widget.widget_archive ul li,
.sw-sidebar__wrapper .widget .wp-block-categories li,
.sw-sidebar__wrapper .widget_categories ul li,
.sidebar__single .widget_categories ul li,
.sidebar__single .wp-block-categories li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sw-sidebar__wrapper .widget ul ul,
.sidebar__single ul ul {
  padding-right: 0.5em;
  margin-top: 15px;
  box-shadow: none;
}

.sw-sidebar__wrapper .widget .wp-block-categories li+li,
.sidebar__single .wp-block-categories li+li {
  margin-top: 15px;
}

.sw-sidebar__wrapper .widget .wp-block-page-list li a::after,
.sw-sidebar__wrapper .widget.widget_pages ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  font-size: 16px;
  top: -1px;
  left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sw-sidebar__wrapper .widget ul li,
.sidebar__single ul li {
  position: relative;
}

.sw-sidebar__wrapper .widget .wp-block-page-list li+li {
  margin-top: 15px;
}

.sw-sidebar__wrapper .widget .wp-block-categories li,
.sw-sidebar__wrapper .widget_categories ul li+li {
  margin-top: 0;
  margin-bottom: 5px;
  z-index: 999;
  padding: 6px 0;
}

.sw-sidebar__wrapper .widget.widget_nav_menu li+li,
.sw-sidebar__wrapper .widget.widget_meta li+li,
.sw-sidebar__wrapper .widget.widget_pages li+li,
.sw-sidebar__wrapper .widget.widget_archive li+li,
.sidebar__single.widget_nav_menu li+li,
.sidebar__single.widget_meta li+li,
.sidebar__single.widget_pages li+li,
.sidebar__single.widget_archive li+li {
  margin-top: 15px;
}

.wc-block-cart__submit-button {
  color: var(--swiftcart-white);
  background-color: var(--swiftcart-base);
  transition: .3s;
}

.wc-block-cart__submit-button:hover {
  background-color: var(--swiftcart-secondary);
  color: var(--swiftcart-white);
}

.sw-product-ten__btn button,
.sw-product-ten__btn button.woosw-btn.woosw-btn-icon-only {
  width: 50px;
  height: 50px;
  background-color: var(--swiftcart-white);
  color: var(--swiftcart-black);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s;
  border-radius: 0;
  border: 0;
}

.sw-product-ten__btn button:hover,
.sw-product-ten__btn button.woosw-btn.woosw-btn-icon-only:hover {
  background-color: var(--swiftcart-black);
  color: var(--swiftcart-white);
}

.yay-currency-single-page-switcher {
  margin-bottom: 0;
}

.yay-currency-custom-select.open .yay-currency-custom-select__trigger,
.yay-currency-custom-select__trigger:hover,
.yay-currency-custom-select__trigger {
  border: 0;
  height: 30px;
}

.sw-header-two__top-right .sw-header-one__lang .gt_switcher .gt_selected a,
.sw-header-two__top-right .yay-currency-custom-select__trigger {
  color: var(--swiftcart-white);
  background-color: transparent;
}

.sw-header-two__top-right .sw-header-one__lang .gt_switcher .gt_selected {
  background: transparent !important;
}

.sw-header-two__top-right .gt_switcher .gt_selected a:hover {
  background: transparent !important;
}

.badge.cart-count {
  position: absolute;
  top: -5px;
  left: -10px;
  width: 20px;
  height: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiftcart-black);
  background-color: var(--swiftcart-white);
  border-radius: 50%;
  line-height: 0;
}

.sw-header-one__btn {
  position: relative;
}

.sw-header-three .badge.cart-count {
  color: var(--swiftcart-white);
  background-color: var(--swiftcart-base);
}

.sw-header-one .badge.cart-count {
  color: var(--swiftcart-white);
  background-color: transparent;
}

.sw-header-one__search select {
  padding-right: 18px;
  padding-left: 30px;
  appearance: none;
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: left 13px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
}

.sw-header-one__search select:focus {
  outline: none;
}

.sw-banner-eight-lg__img img {
  max-width: inherit;
}

.vs-shop-product-grid .col {
  margin-bottom: 30px;
}

.woocommerce-ordering select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: right;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-right: 18px;
  padding-left: 30px;
  position: relative;
  text-align: right !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.product__details-area .wp-pagination {
  padding-top: 30px;
}

.admin-bar .xc-mobile-nav__content,
.admin-bar .sw-header-sticky {
  top: 32px;
}

@media screen and (max-width: 782px) {

  .admin-bar .xc-mobile-nav__content,
  .admin-bar .sw-header-sticky {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {

  .admin-bar .xc-mobile-nav__content,
  .admin-bar .sw-header-sticky {
    top: 0;
  }
}

.sw-product-two__price .price del,
.sw-product-three__price .price del {
  display: none;
}

.sw-product-two__price .price ins,
.sw-product-three__price .price ins {
  text-decoration: none;
}

nav.woocommerce-MyAccount-navigation li {
  border: 1px solid #ddd;
  margin: 0;
  border-top: none;
  list-style: none;
}

nav.woocommerce-MyAccount-navigation li:first-child {
  border-top: 1px solid #ddd;
}

nav.woocommerce-MyAccount-navigation li a {
  color: var(--title-color);
  font-weight: 700;
  padding: 7px 17px;
  display: block;
}

nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
  color: var(--swiftcart-white);
  background-color: var(--swiftcart-base);
}

.woocommerce-MyAccount-content h3 {
  margin-top: -0.3em;
}

.woocommerce-MyAccount-content .woocommerce-Button.button {
  background-color: var(--swiftcart-base);
  color: var(--swiftcart-white);
  font-size: 14px;
  padding: 10px 25px;
  font-weight: 700;
}

.woocommerce-MyAccount-content .woocommerce-Button.button:hover {
  background-color: var(--swiftcart-secondary);
  color: var(--swiftcart-white);
}

.is-large.wc-block-cart {
  margin-bottom: 0;
}

.sw-sidebar__widget .wp-block-archives.wp-block-archives-list {
  margin-bottom: 0;
}

.tp-shop-widget-product-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-left: 14px;
}

.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,
.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
  content: inherit;
}

.wc-block-mini-cart__badge {
  color: var(--black-color);
}

.product_list_widget li {
  align-items: center;
}

.product_list_widget li img,
.product-widget-thumb-inner img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-left: 14px;
}

.product_list_widget li+li {
  margin-top: 20px;
}

.product-widget-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--swiftcart-black);
}

.woocommerce-product-search {
  display: flex;
}

.woocommerce-product-search input:focus {
  border: 0;
  outline: 0;
}

span.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
}

span.select2-container .select2-selection--single {
  height: 60px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

div.wc-block-product-categories.is-dropdown {
  display: block;
}

.wc-block-product-categories__button svg {
  display: none;
}

.wc-block-components-price-slider {
  margin-bottom: 0 !important;
}

.sw-sidebar__widget .wc-block-product-categories-list {
  padding-right: 0;
  list-style: none;
  margin-bottom: 0;
}

.sw-sidebar__widget .wc-block-product-categories-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sw-sidebar__widget .wc-block-product-categories-list li+li {
  margin-top: 15px;
}

.wc-block-components-price-slider__actions button[type="submit"]:not(.wp-block-search__button).wc-block-components-filter-submit-button:hover {
  background-color: var(--swiftcart-base);
}

div.wc-block-product-categories {
  margin-bottom: 0;
}

.sw-product-two__item,
.sw-product-seven__item {
  background-color: var(--swiftcart-white);
}

.sw-product-two__item,
.sw-product-seven__item{
  background-color: var(--swiftcart-white);
}
.woocommerce-form-login__submit{
	color: var(--swiftcart-white);
    background-color: var(--swiftcart-base);
    padding: 10px 30px;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--swiftcart-font);
    transition: 0.3s;
    border-radius: var(--swiftcart-border-radius);
    display: block;
    overflow: hidden;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}
@media (min-width: 1400px) {
    .woocommerce-form-login__submit {
        padding: 15px 40px;
    }
}
.woocommerce-form-login__submit:hover {
    color: var(--swiftcart-white);
    background-color: var(--swiftcart-secondary);
}