/*-- font family included --*/
/*-- DM Sans font family --*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
/*-- Montserrat Alternates font family --*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*-- Montserrat Alternates font family --*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*-- Fira Code font family --*/
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap");
/*-- Caveat font family --*/
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap");
/*-- Quantico --*/
@import url("https://fonts.googleapis.com/css2?family=Quantico:wght@400;700&display=swap");
/*-- inter --*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #444444;
  background-color: #f7f7f7;
  overflow-x: hidden;
}

.dm-sans {
  font-family: "DM Sans", sans-serif !important;
}

.montserrat-alternates {
  font-family: "Montserrat Alternates", sans-serif !important;
}

.caveat {
  font-family: "Caveat", cursive !important;
}

.quantico {
  font-family: "Quantico", sans-serif !important;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

ul.list-none {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*-- custom bootstrap style start --*/
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/*-- custom bootstrap style end --*/
/*-- custom additional css start --*/
.sjst-hero-slider {
  border-radius: 20px;
  overflow: hidden;
}

.sjst-footer-mobile-menu {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.sjst-cart-fixed-center {
  position: fixed;
  bottom: 50%;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.sjst-contact-button-area {
  position: fixed;
  z-index: 9999;
  bottom: 80px;
  right: 10px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
}

/*-- custom additional css end --*/
.sjst-input-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sjst-input-group label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.sjst-input-group label span {
  color: #ff0000;
}
.sjst-input-group input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
}
.sjst-input-group input:focus {
  outline: none;
  border: 1px solid #42a045;
}

.sjst-header-area {
  transition: 0.5s;
}
.sjst-header-area.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
}

body.admin-bar .sjst-header-area {
  transition: 0.5s;
}
body.admin-bar .sjst-header-area.sticky {
  position: fixed;
  top: 32px;
  left: 0;
  width: 100%;
}

.sjst-scroll-top {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
}

.sjst-footer-area {
  background-color: rgb(15, 30, 116);
}

.sjst-footer-top {
  padding: 40px 0;
}

.sjst-footer-bottom {
  border-top: 1px solid #dddddd;
  padding: 30px 0;
  text-align: center;
}
.sjst-footer-bottom .footer-copyright {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.sjst-sidebar-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.sjst-sidebar-menu .hfe-nav-menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
}

/*=== woocommerce custom style start ===*/
.woocommerce-MyAccount-navigation {
  display: none;
}

.woocommerce-MyAccount-content {
  width: 100% !important;
}

.main-content .select2-container .select2-selection--single {
  height: 43px;
}
.main-content .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 43px;
}
.main-content .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px;
}

.checkout.woocommerce-checkout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.checkout.woocommerce-checkout #customer_details {
  grid-row-start: 1;
  grid-row-end: 4;
}
.checkout.woocommerce-checkout #customer_details .col-1 {
  width: 100%;
}

.woocommerce-shipping-fields,
.woocommerce-additional-fields {
  display: none;
}

#billing_country_field {
  display: none;
}

@media (max-width: 991px) {
  .checkout.woocommerce-checkout {
    grid-template-columns: repeat(1, 1fr);
  }
  .checkout.woocommerce-checkout #customer_details {
    grid-row-start: 1;
    grid-row-end: 4;
  }
}
/*=== woocommerce custom style end ===*/
/*=== sidebar custom style start ===*/
.sidebar__widget .wp-block-group__inner-container h2 {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  color: #3c3664;
  margin-bottom: 20px;
}

.sidebar__widget .wp-block-group__inner-container ul li {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  transition: 0.3s;
}

.sidebar__widget .wp-block-group__inner-container ul li:hover {
  color: #e68046;
}

.sidebar__widget .widgettitle {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  color: #3c3664;
  margin-bottom: 10px;
}

.sidebar__widget .price_label {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.sidebar__widget .product_list_widget li:not(:first-child) {
  margin-top: 10px;
}

.sidebar__widget .widget_product_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
}

.sidebar__widget .widget_product_tag_cloud .tagcloud a.tag-cloud-link {
  font-size: 14px !important;
  font-weight: 400;
  color: #3c3664;
  border: 1px solid #dddddd;
  padding: 5px;
  margin: 5px;
  transition: 0.3s;
}

.sidebar__widget .widget_product_tag_cloud .tagcloud a.tag-cloud-link:hover {
  color: #e68046;
}

/*=== sidebar custom style end ===*/
.sjst-search-item {
  height: 100%;
  border-radius: 20px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 30px 60px rgba(26, 47, 4, 0.07);
}
.sjst-search-item .search-title a {
  color: #191919;
  transition: 0.3s;
}
.sjst-search-item .search-title a:hover {
  color: #61ce70;
}

.bg-section {
  background-color: #f7f7f7;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 40px 0;
}

.woocommerce ul.products {
  margin-top: 20px;
  padding: 0 12px;
}
.woocommerce ul.products .product .sjst-shop-product-item {
  margin-bottom: 0;
}

.woocommerce-result-count {
  width: -moz-fit-content;
  width: fit-content;
}

.woocommerce-ordering {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto !important;
}

.woocommerce-checkout #payment .payment_box {
  background-color: #0b9511 !important;
  color: #ffffff !important;
}
.woocommerce-checkout #payment .payment_box::before {
  border: 1em solid #0b9511 !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}

.cc-cart-actions a.cc-button-primary {
  background-color: #003315 !important;
}

.wcf-embed-checkout-form table.shop_table {
  display: none !important;
}

.woocommerce table.shop_table {
  display: none;
}

.sjst-account-section {
  padding: 120px 0px;
  background-color: #f5f6fa;
}
.sjst-account-section .account-tabs {
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
}
.sjst-account-section .account-tabs .nav-item {
  width: 50%;
}
.sjst-account-section .account-tabs .nav-link {
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #0b1530;
  transition: 0.3s;
}
.sjst-account-section .account-tabs .nav-link.active {
  background-color: #d415d4;
  color: #ffffff;
}
.sjst-account-section .account-form {
  background-color: #ffffff;
  box-shadow: 0px 30px 60px rgba(26, 47, 4, 0.07);
  padding: 30px;
  border-radius: 20px;
}
.sjst-account-section .account-form input {
  padding: 12px 15px;
}
.sjst-account-section .account-form input:focus {
  outline: none;
  box-shadow: none;
  border-color: #42a045;
}
.sjst-account-section .account-form label span {
  color: #ff0000;
}

.text-theme {
  color: #236b25;
}

.track-section {
  padding: 60px 0px;
  background-color: #f5f6fa;
}

.track-content {
  margin-bottom: 50px;
  background-color: #ffffff;
  box-shadow: 0px 30px 60px rgba(26, 47, 4, 0.07);
  padding: 30px;
  border-radius: 20px;
}

.sjst-badge {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 5px;
  background-color: #6c757d;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
}
.sjst-badge.on-hold {
  background-color: #6c757d;
}
.sjst-badge.processing {
  background-color: #0d6efd;
}
.sjst-badge.completed {
  background-color: #198754;
}
.sjst-badge.cancelled, .sjst-badge.failed {
  background-color: #dc3545;
}
.sjst-badge.refunded {
  background-color: #0dcaf0;
  color: #000000;
}
.sjst-badge.pending {
  background-color: #ffc107;
  color: #000000;
}

.sjst-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.sjst-table {
  width: 100%;
}
.sjst-table thead th,
.sjst-table tbody td {
  white-space: nowrap;
}
.sjst-table tbody td {
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  color: #0b1530;
}

.sjst-error-area {
  padding: 100px 0;
}
.sjst-error-area .sjst-container {
  max-width: 50%;
  margin: 0 auto;
}

.sjst-error-content {
  text-align: center;
}
.sjst-error-content .error-shape {
  padding: 50px;
  border: 5px solid #dddddd;
}
.sjst-error-content .error-shape h2 {
  font-size: 92px;
  font-weight: 600;
  color: #3c3664;
}
.sjst-error-content .error-shape h2 span {
  color: #e68046;
}
.sjst-error-content .error-bottom {
  margin-top: 30px;
}
.sjst-error-content .error-title {
  font-size: 24px;
  font-weight: 500;
  color: #3c3664;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .sjst-error-area {
    padding: 50px 0;
  }
  .sjst-error-area .sjst-container {
    max-width: 80%;
    margin: 0 auto;
  }
  .sjst-error-content .error-shape {
    padding: 40px;
  }
}
.woocommerce-MyAccount-navigation {
  background-color: #3c3664;
  background-color: transparent;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dddddd;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #f8f9fa;
  color: #e68046;
}
.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #0b1530;
  text-transform: uppercase;
  padding: 10px 20px;
  background: transparent;
  display: block;
  transition: 0.3s;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  background: #f8f9fa;
  color: #e68046;
}

.woocommerce-MyAccount-content p {
  font-size: 16px;
  font-weight: 500;
  color: #0b1530;
  line-height: 30px;
}

.woocommerce-orders-table {
  border: 1px solid #dddddd !important;
  border-radius: 10px !important;
}
.woocommerce-orders-table thead th {
  font-size: 16px;
  color: #0b1530;
}
.woocommerce-orders-table tbody td {
  font-size: 16px;
  font-weight: 500;
  color: #0b1530;
  line-height: 30px;
}

.woocommerce-info {
  border-top-color: #e68046;
}

.woocommerce-info::before {
  color: #e68046;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #0b1530;
  border-top: 3px solid #e68046;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.woocommerce a.button,
.woocommerce button.button {
  border-radius: 5px;
  text-transform: capitalize;
  background-color: #3c3664;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
  padding: 14px 20px !important;
  transition: 0.3s;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background-color: #e68046;
  color: #fff;
}

.woocommerce label {
  color: #0b1530;
}

.woocommerce input {
  border-radius: 5px;
  border: 1px solid #dddddd;
  padding: 10px;
  transition: 0.3s;
}
.woocommerce input:focus {
  border: 1px solid #e68046;
}

.woocommerce select {
  border-radius: 5px;
  border: 1px solid #dddddd !important;
  padding: 10px !important;
  transition: 0.3s;
}
.woocommerce select:focus {
  border: 1px solid #e68046;
}

@media (max-width: 768px) {
  .woocommerce-MyAccount-content {
    margin-top: 30px;
  }
}
/*=== shop product style start ===*/
.woocommerce ul.products {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.woocommerce ul.products::before, .woocommerce ul.products::after {
  display: none;
}
.woocommerce ul.products li {
  height: 100%;
  float: unset !important;
  margin: 0 !important;
  width: auto !important;
}

@media (max-width: 991px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.sjst-shop-product-item {
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  overflow: hidden;
}
.sjst-shop-product-item.product-category {
  overflow: hidden;
}
.sjst-shop-product-item:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-6px);
}
.sjst-shop-product-item:hover .sjst-product-image img {
  transform: scale(1.1);
}
.sjst-shop-product-item .onsale {
  top: -10px !important;
  right: -10px !important;
  width: 50px;
  height: 50px;
  background-color: rgb(182, 79, 160) !important;
}
.sjst-shop-product-item .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail,
.sjst-shop-product-item .woocommerce-placeholder.wp-post-image {
  margin-bottom: 0 !important;
}
.sjst-shop-product-item .product-content {
  padding: 20px 20px 0px;
  text-align: center;
}
.sjst-shop-product-item .woocommerce-loop-category__title {
  padding: 10px 20px;
  text-align: center;
  font-size: 18px !important;
  color: #000000;
  transition: 0.3s;
}
.sjst-shop-product-item .woocommerce-loop-category__title .count {
  background-color: transparent;
  color: #0b1530;
}
.sjst-shop-product-item .woocommerce-loop-product__title {
  font-size: 18px !important;
  color: #000000;
  transition: 0.3s;
}
.sjst-shop-product-item .star-rating {
  margin: 10px auto 10px !important;
}
.sjst-shop-product-item .star-rating::before {
  color: #cfc8d8;
}
.sjst-shop-product-item .star-rating span::before {
  color: #f3e283;
}
.sjst-shop-product-item .price {
  font-size: 18px !important;
  font-weight: 500;
  color: #669900 !important;
}
.sjst-shop-product-item .cfvsw-swatches-container {
  padding: 10px !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*=== shop product style end ===*/
/*=== wc review style start ===*/
.woocommerce-Reviews .comment-form input {
  width: 100%;
  padding: 5px;
  border: 1px solid #3c3664;
  font-size: 16px;
  font-weight: 400;
  color: #3c3664;
}

.woocommerce-Reviews .comment-form textarea {
  padding: 5px;
  border: 1px solid #3c3664;
  font-size: 16px;
  font-weight: 400;
  color: #3c3664;
}

/*=== wc review style end ===*/
/*=== wc pagination style start ===*/
.woocommerce nav.woocommerce-pagination {
  padding: 0;
  margin-bottom: 50px;
}

.woocommerce nav.woocommerce-pagination ul {
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 0;
  border-right: 0;
  margin: 1px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: 0;
}

.woocommerce-pagination .page-numbers li .page-numbers {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #dddddd;
  transition: 0.3s;
  background: #3c3664;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #e68046;
  color: #fff;
}

/*=== wc pagination style end ===*/
/*=== wc order received style start ===*/
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  margin-bottom: 30px;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px;
  background: #f3f5f9;
  padding: 25px;
  border-radius: 20px;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details::before, .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details::after {
  display: none;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
  float: unset;
  margin-right: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #0b1530;
  line-height: 1;
  border-right: 0;
  padding-right: 0;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  border-collapse: collapse;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead tr {
  background-color: #f3f5f9;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
  font-weight: 600;
}

/*=== wc order received style end ===*/
/*=== wc product summary style start ===*/
.woocommerce .product .cart::after {
  clear: both;
  width: 100%;
}

.fixed-buy-now-btn {
  position: fixed;
  bottom: 60px;
  right: 50px;
  background-color: #ff6600;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  z-index: 9999;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.fixed-buy-now-btn:hover {
  background-color: #e65c00;
}

.summary .cart {
  margin-bottom: 10px !important;
}

.summary .cart .single_add_to_cart_button {
  width: 48% !important;
  order: 1 !important;
}

.summary .cart .pisol_single_buy_now {
  text-align: center !important;
  width: 48% !important;
  float: unset !important;
  order: 2 !important;
  animation: shake 7s linear infinite;
}

@keyframes shake {
  0%, 89% {
    transform: translateX(0) rotate(0) scale(1);
  }
  90% {
    transform: translateX(-3px) rotate(-5deg) scale(0.9);
  }
  91% {
    transform: translateX(3px) rotate(5deg) scale(1.1);
  }
  92% {
    transform: translateX(-3px) rotate(-5deg) scale(0.9);
  }
  93% {
    transform: translateX(3px) rotate(5deg) scale(1.1);
  }
  94%, 100% {
    transform: translateX(0) rotate(0) scale(1);
  }
}
.woocommerce .custom-contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.woocommerce .custom-contact-buttons .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff !important;
}
.woocommerce .custom-contact-buttons .button.phone-button {
  background-color: #6f0684 !important;
}
.woocommerce .custom-contact-buttons .button.whatsapp-button {
  background-color: #209124 !important;
}
.woocommerce .custom-contact-buttons .button.messenger-button {
  background-color: #1675ea !important;
}
.woocommerce .custom-contact-buttons .button:hover {
  color: #ffffff !important;
}
.woocommerce .custom-contact-buttons .button:hover.phone-button {
  background-color: #4b0558 !important;
}
.woocommerce .custom-contact-buttons .button:hover.whatsapp-button {
  background-color: #116414 !important;
}
.woocommerce .custom-contact-buttons .button:hover.messenger-button {
  background-color: #0d478f !important;
}

.sjst-variant-attributes {
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.sjst-variant-attributes .variant-btn {
  padding: 7px 18px;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  transition: 0.3s;
}
.sjst-variant-attributes .variant-btn.active {
  border: 2px solid #0b9511;
}

.sjst-variant-selected-price {
  margin: 20px 0;
  font-size: 24px;
  color: #0b9511;
}

.sjst-cart-btn-group {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sjst-add-cart-btn {
  border: 0;
  border-radius: 5px;
  text-transform: capitalize;
  background-color: #ffd002;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #0b1530;
  padding: 14px 20px;
  transition: 0.3s;
  text-align: center;
  width: 100% !important;
  float: unset !important;
  order: 1 !important;
}
.sjst-add-cart-btn:hover {
  background-color: #d1ad0e;
  color: #0b1530;
}

.sjst-buy-now-btn {
  border: 0;
  border-radius: 5px;
  text-transform: capitalize;
  background-color: #c93e35;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  padding: 14px 20px;
  transition: 0.3s;
  text-align: center;
  width: 50% !important;
  float: unset !important;
  order: 2 !important;
  animation: shake 7s linear infinite;
}

.cc-compass {
  bottom: unset;
  top: 50%;
  background-color: #ffffff;
}
.cc-compass .licon::before {
  color: #000000;
}

.woocommerce .product .cart .quantity {
  display: flex;
  margin-left: 0;
}

.woocommerce .product .variations_form.cart {
  display: none;
}

/*=== wc product summary style end ===*/
.woocommerce .woocommerce-breadcrumb {
  margin: 50px 0 50px 0;
  padding: 0 12px;
  font-size: 20px;
  font-weight: 500;
  color: #3c3664;
}
.woocommerce .woocommerce-breadcrumb a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  color: #3c3664;
  transition: 0.3s;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #e68046;
}

@media (max-width: 575px) {
  .woocommerce .woocommerce-breadcrumb {
    margin: 30px 0 30px 0;
    font-size: 16px;
  }
  .woocommerce .woocommerce-breadcrumb a {
    font-size: 16px;
  }
}
.woocommerce .woocommerce-product-gallery {
  padding: 0px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.woocommerce .woocommerce-product-gallery .flex-control-nav {
  padding: 10px !important;
}

.woocommerce .summary {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}
.woocommerce .summary .product_title {
  color: #0b1530;
}
.woocommerce .summary .price {
  color: #e68046 !important;
}
.woocommerce .summary .woocommerce-product-rating .star-rating::before {
  color: #cfc8d8;
}
.woocommerce .summary .woocommerce-product-rating .star-rating span::before {
  color: #f2b827;
}
.woocommerce .summary .cart input {
  padding: 6px;
}
.woocommerce .summary .cart input:focus,
.woocommerce .summary .cart select:focus {
  outline: none;
}
.woocommerce .summary .product_meta {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.woocommerce .woocommerce-tabs.wc-tabs-wrapper {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0 0 0 0;
  border-bottom: 1px solid #dddddd;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 5px 15px;
  border: 0;
  border-radius: 10px;
  border-bottom-color: transparent;
  border: 1px solid #0b1530;
  background-color: transparent;
  transition: 0.3s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  border: 1px solid #e68046;
  background-color: #e68046;
  border-bottom-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  color: #fff;
  text-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #0b1530;
  text-shadow: none;
  transition: 0.3s;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
  border-bottom: 1px solid #dddddd;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 20px;
  font-weight: 500;
  color: #3c3664;
  margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.woocommerce-Reviews .comment-form label span {
  color: #ff0000;
}
.woocommerce-Reviews .comment-form input,
.woocommerce-Reviews .comment-form textarea {
  transition: 0.3s;
}
.woocommerce-Reviews .comment-form input:focus,
.woocommerce-Reviews .comment-form textarea:focus {
  outline: none;
  border: 1px solid #e68046;
}
.woocommerce-Reviews .comment-form input {
  width: 100%;
  padding: 5px;
  border: 1px solid #3c3664;
  font-size: 16px;
  font-weight: 400;
  color: #3c3664;
}
.woocommerce-Reviews .comment-form textarea {
  padding: 10px;
  border: 1px solid #3c3664;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #3c3664;
}
.woocommerce-Reviews .comment-form input[type=checkbox],
.woocommerce-Reviews .comment-form input[type=submit] {
  width: -moz-fit-content;
  width: fit-content;
}
.woocommerce-Reviews .comment-form .stars a::before {
  color: #f2b827;
}

.woocommerce .comment-text .star-rating::before {
  color: #cfc8d8;
}
.woocommerce .comment-text .star-rating span::before {
  color: #f2b827;
}

.related.products h2 {
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 600;
  color: #3c3664;
  margin-bottom: 20px;
}

.blog-section {
  padding: 60px 0;
}

.sjst-post-item {
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: 0.3s;
  position: relative;
}
.sjst-post-item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.22);
}
.sjst-post-item:hover .post-thumb img {
  transform: scale(1.1);
}
.sjst-post-item .post-thumb {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  width: 100%;
  height: 250px;
}
.sjst-post-item .post-thumb img {
  transition: 0.3s linear;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sjst-post-item .post-content {
  padding: 20px;
}
.sjst-post-item .post-title {
  color: #922424;
  transition: 0.3s;
}
.sjst-post-item .post-title:hover {
  color: #0b1530;
}
.sjst-post-item .post-title a {
  color: #191919;
  transition: 0.3s;
}
.sjst-post-item .post-title a:hover {
  color: #61ce70;
}
.sjst-post-item .post-text {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #191919;
}
.sjst-post-item .post-buttons {
  margin-top: 15px;
}

.sjst-post-item .post-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.sjst-post-item .post-meta li a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: #718096;
  transition: 0.3s;
}
.sjst-post-item .post-meta li a i {
  margin-right: 2px;
  color: #718096;
}
.sjst-post-item .post-meta li a:hover {
  color: #61ce70;
}

.post__details {
  margin-bottom: 30px;
  border-radius: 0px;
  overflow: hidden;
}

.sjst-post-details .post-thumb {
  width: 100%;
}
.sjst-post-details .post-thumb img {
  width: 100%;
}
.sjst-post-details .post-content {
  padding: 20px 0;
}
.sjst-post-details .post-title {
  margin-bottom: 20px;
  color: #191919;
}
.sjst-post-details .post-text {
  margin-top: 10px;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  color: #191919;
}

.sjst-post-details .post-meta {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sjst-post-details .post-meta li a {
  font-size: 14px;
  font-weight: 400;
  color: #191919;
  transition: 0.3s;
}
.sjst-post-details .post-meta li a:hover {
  color: #0b1530;
}
.sjst-post-details .post-meta li a i {
  margin-right: 2px;
}

.sjst-post-details .post-tags {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.sjst-post-details .post-tags li a {
  background-color: transparent;
  border: 1px solid #0b1530;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 20px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: #191919;
  transition: 0.3s;
}
.sjst-post-details .post-tags li a:hover {
  background-color: #61ce70;
  color: #ffffff;
  border: 1px solid #61ce70;
}

.sjst-blog-breadcrumb .breadcrumb-item {
  color: #0b1530;
}
.sjst-blog-breadcrumb .breadcrumb-item::before {
  color: #0b1530;
}
.sjst-blog-breadcrumb .breadcrumb-item a {
  color: #0b1530;
  transition: 0.3s;
}
.sjst-blog-breadcrumb .breadcrumb-item a:hover {
  color: #61ce70;
}

.sjst-blog-details-section {
  padding: 60px 0;
}

@media (max-width: 991px) {
  .sjst-blog-details-sidebar {
    margin-top: 50px;
  }
}
.sjst-post-details {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
}

.blog-card {
  height: calc(100% - 30px);
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 30px;
}
.blog-card .blog-card-img {
  width: 100px;
  height: 80px;
  overflow: hidden;
  border-radius: 10px;
}
.blog-card .blog-card-img img {
  width: 100%;
  height: 100%;
}
.blog-card .blog-card-text {
  max-width: 213px;
  width: 100%;
}
.blog-card .blog-card-text a {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: #0095ff;
}
.blog-card .blog-card-text h6 a {
  color: #0b1530;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sjst-blog-comment .commentlist {
  border-radius: 10px;
  background-color: #dddddd;
  padding: 0px;
  list-style: none;
}
.sjst-blog-comment .commentlist .comment {
  margin-top: 0px;
}
.sjst-blog-comment .commentlist .comment-body {
  background-color: #ffffff;
  padding: 20px;
  border-bottom: 1px solid #dddddd;
}
.sjst-blog-comment .commentlist .comment-body p {
  font-size: 16px;
  color: #0b1530;
}
.sjst-blog-comment .commentlist .comment-author .fn {
  font-size: 16px;
  color: #0c4a9a;
}
.sjst-blog-comment .commentlist .children {
  list-style: none;
  margin-top: 0;
}
.sjst-blog-comment .commentlist .comment-meta {
  margin: 10px 0;
}
.sjst-blog-comment .commentlist .comment-meta a {
  color: grey;
  transition: 0.3s;
}
.sjst-blog-comment .commentlist .comment-meta a:hover {
  color: #61ce70;
}
.sjst-blog-comment .commentlist .comment-reply-link {
  color: #0b1530;
  transition: 0.3s;
}
.sjst-blog-comment .commentlist .comment-reply-link:hover {
  color: #61ce70;
}

.sjst-blog-comment .comment-respond {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 30px;
}

.sjst-blog-comment .comment-form label {
  margin-bottom: 10px;
  font-size: 18px;
  color: #0b1530;
}
.sjst-blog-comment .comment-form textarea {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  padding: 15px;
  border: 1px solid #dddddd;
}
.sjst-blog-comment .comment-form textarea:focus {
  border-color: #61ce70;
  outline: none;
}
.sjst-blog-comment .comment-form input[type=submit] {
  border: 0;
  border-radius: 5px;
  padding: 10px 20px;
  background-color: #0b1530;
  color: #ffffff;
  transition: 0.3s;
}
.sjst-blog-comment .comment-form input[type=submit]:hover {
  background-color: #f3e283;
  color: #0b1530;
}

/*=== Blog sidebar style start ===*/
.sjst-sidebar__search {
  position: relative;
}
.sjst-sidebar__search input {
  border-radius: 5px;
  width: 100%;
  border: 1px solid #ddd;
  background: transparent;
  padding: 10px 50px 10px 15px;
  font-weight: 400;
  font-size: 15px;
  color: #595954;
}
.sjst-sidebar__search input:focus {
  outline: 0;
  border-color: #61ce70;
}
.sjst-sidebar__search button {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 100%;
  transform: translateY(-50%);
  border: 0;
  background-color: transparent;
  text-align: center;
  transition: 0.3s;
  color: #3c3664;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sjst-sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.sjst-sidebar__tags a {
  margin-right: 0 !important;
  border-radius: 5px;
  display: flex;
  padding: 5px 10px;
  background-color: #f8f9fc;
  text-transform: capitalize;
  font-size: 14px !important;
  font-weight: 400;
  color: #191919;
  transition: 0.3s;
}
.sjst-sidebar__tags a:hover {
  background-color: #f3e283;
  color: #0b1530;
}

.sjst-sidebar__cats ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sjst-sidebar__cats ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: 0.3s;
}
.sjst-sidebar__cats ul li:hover {
  color: #61ce70;
}
.sjst-sidebar__cats ul li:hover a {
  color: #61ce70;
}
.sjst-sidebar__cats ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #0b1530;
  transition: 0.3s;
}

/*=== Blog sidebar style end ===*/
.sjst-footer-widget .product_list_widget {
  list-style: none;
  margin: 0;
  padding: 0;
}