/*------------------------------
    >>>Css Indexing
    ------------------
    01.Global Css

*/
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.preloader img {
  transform: translate(-50%, -50%);
  animation: animUpDown 2s infinite ease-in-out;
}

@keyframes animUpDown {
  0%,
  100% {
    transform: translate(-50%, -50%) translateX(0);
  }
  50% {
    transform: translate(-50%, -50%) translateX(-20px);
  }
}

/* Header */
header#masthead {
  position: relative;
  width: 100%;
  z-index: 9999;
  background: #fff;
}
.navbar.navbar-area {
  display: block;
}
#wecansource_main_menu {
  width: 84%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wecansource-search-box {
  margin-left: 48px;
  background: #f6f8f9;
  padding: 2px 10px;
  border-radius: 100px;
  min-width: 415px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wecansource-search-box input {
  border: 0;
  outline: 0;
  background: transparent;
  padding: 8px 10px;
  width: 100%;
  display: block;
}
.wecansource-header-right {
  width: 50%;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}
.wecansource-header-right > a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #dce4e9;
}
.wecansource-header-right a,
.logged-in-user-wrap {
  position: relative;
}
.wecansource-header-right a span {
  position: absolute;
  top: -7px;
  right: -3px;
  background: #dc2626;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.logged-in-user-wrap img.avatar {
  min-width: 20px;
  min-height: 20px;
  object-fit: cover;
  border-radius: 50%;
}
.btn-wrap .boxed-btn.login-btn {
  line-height: 14px;
  margin-left: 16px;
}

#tax_toggle,
#tax_toggle_mobile {
  transform: scale(1.2);
  cursor: pointer;
}
.tax-switch {
  position: relative;
  display: inline-block;
  min-width: 134px;
  height: 34px;
}

.tax-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.tax-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 7px;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 34px;
  height: 20px;
}

.tax-switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tax-switch input:checked + .slider {
  background-color: #884df8;
}

.tax-switch input:focus + .slider {
  box-shadow: 0 0 1px #884df8;
}

.tax-switch input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.yith-wcbm-badge {
  margin-left: 10px;
  display: inline-block;
}

/* Banner */
.elementor-widget-wecansource-header-slider-one-widget {
  width: 100%;
}
.header-area .header-inner {
  max-width: 590px;
}
.header-area .yellow-btn {
  margin-top: 30px;
}
.header-area .title {
  margin-bottom: 16px;
}
.header-carousel-wrapper > svg {
  position: absolute;
  bottom: 0px;
  left: 22%;
  max-width: 180px;
}

/* Scroll Bar */
/* width */
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #dce4e9;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1b0832;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5608ae;
}

/* WooCommerce */

/* Product Category */
.page .woocommerce ul.products {
  padding-left: 0;
}
.product-category-item .thumb img {
  width: 125px;
  height: 140px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 30px;
}
#productOfferTabs.nav-tabs a.nav-link,
#productCategoryTabs.nav-tabs a.nav-link {
  color: #4d5462;
  white-space: nowrap;
  border: 0;
  padding: 8px;
  margin-right: 8px;
}
#productCategoryTabs.nav-tabs a.nav-link {
  text-align: center;
}

#productOfferTabs.nav,
#productCategoryTabs.nav {
  flex-wrap: nowrap;
  margin-bottom: 40px;
  overflow: hidden;
  overflow-x: auto;
}
#productCategoryTabs.nav {
  padding-bottom: 0px;
}
#productOfferTabs.nav-tabs {
  border-bottom: 1px solid #dce4e9;
  padding-bottom: 0;
}

#productOfferTabs.nav .nav-link.active,
#productCategoryTabs.nav .nav-link.active {
  color: #420885;
  border: 0;
  border-color: #420885;
  border-bottom: 3px solid #420885;
  font-weight: 600;
}

#productOfferTabs.nav-tabs a.nav-link:hover,
#productCategoryTabs.nav-tabs a.nav-link:hover {
  color: #1b0832;
  border: 0;
  border-bottom: 3px solid;
}
#productCategoryTabs .slick-dots {
    display: none !important;
}
.product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-card .sale-price del {
  color: #5c6677;
  font-size: 14px;
  font-weight: 400;
}
.product-card .sale-price ins {
  text-decoration: none;
}
.wc-page-content-inner .products {
  column-gap: 16px;
}
li.product-category.product {
  background: #f6f8f9;
  padding: 16px;
  border-radius: 16px;
}
.product-category h2.woocommerce-loop-category__title,
h2.woocommerce-loop-category__title {
  font-size: 18px;
  line-height: 26px;
  color: #1b0832;
  text-align: center;
  background: #ffffff;
  padding: 12px;
  border-radius: 8px;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.woocommerce-loop-category__title .count {
  font-size: 12px;
  display: none;
}

/* WooCommerce Breadcrumb */
nav.woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 10px;
  margin-bottom: 24px;
}
nav.woocommerce-breadcrumb a {
  color: #4d5462;
  font-weight: 400;
}

nav.woocommerce-breadcrumb,
nav.woocommerce-breadcrumb a:first-child {
  color: #1b0832;
  font-weight: 600;
}

/* Single Product */
.woocommerce-single-product-page-content-area {
  padding-top: 20px;
}
.woocommerce-single-product-page-content-area .container,
.woocommerce-single-product-page-content-area .container .row > * {
  padding: 0;
}
li.yith_magnifier_thumbnail img {
  max-width: 114px;
  max-height: 114px;
  object-fit: cover;
  border-radius: 8px;
}
li.yith_magnifier_thumbnail.active-thumbnail img {
  border: 2px solid #884df8;
  border-radius: 8px;
}
.product .yith_magnifier_zoom img {
  display: block;
  border-radius: 8px;
  max-width: 640px;
  max-height: 500px;
  object-fit: contain;
}
.product .yith_magnifier_lens {
    border: 1px solid #70e4f766;
    background: #70e4f766;
    border-radius: 8px;
    max-width: 100%;
    max-height: 100%;
}
.product .yith_magnifier_zoom_magnifier {
  background-color: #fff;
  margin-left: 48px;
  z-index: 9999;
  border: 1px solid #ecf0f3;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.pswp.pswp--open,
body div.pp_overlay {
  z-index: 99999;
}
.pp_pic_holder.pp_woocommerce {
  z-index: 999991;
}
.yith-add-to-wishlist-button-block {
  margin-top: 16px;
}
.woocommerce #content table.wishlist_table.cart a.remove {
  color: #f75454;
}
.wecansource-product-single-page-item .woocommerce-tabs .panel h1,
.wecansource-product-single-page-item .woocommerce-tabs .panel h3,
.wecansource-product-single-page-item .woocommerce-tabs .panel h4 {
  font-size: 24px;
  margin-top: 20px;
}
.wecansource-product-info {
  width: 50%;
}
.wecansource-product-info .product_title {
  color: #1b0832;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 5px;
}
.wecansource-product-info .variations_form table {
  margin-bottom: 40px;
  position: relative;
}
.wecansource-product-info form.variations_form table th {
  min-width: 150px;
}
.wecansource-product-info form.variations_form table th,
.wecansource-product-info form.variations_form table td {
  border: 0;
}
.wecansource-product-info a.reset_variations {
  position: absolute;
  bottom: -20px;
}
.single_variation_wrap hr {
  margin-bottom: 32px;
  color: #b5bdc2;
}
.cfvsw-product-page table.variations .label label {
  color: #1b0832;
}
.cfvsw-product-page table.variations .label label:before {
  content: "Select ";
}
.cfvsw-product-page table.variations .label label:after {
  content: ":";
}
.cfvsw-swatches-option .cfvsw-swatch-inner {
  font-weight: 500;
}
.cfvsw-swatches-option.cfvsw-selected-swatch {
  background: #f4eeff;
}
.cfvsw-selected-swatch .cfvsw-swatch-inner {
  color: #420885;
  font-weight: 600;
}

.woocommerce-product-details__short-description p {
  color: #2d3139;
  line-height: 24px;
}
.woocommmerce-product-single-page-top-content-wrap
  .summary.entry-summary
  .price
  ins {
  text-decoration: none;
}
.woocommmerce-product-single-page-top-content-wrap
  .summary.entry-summary
  .price
  del {
  order: 1;
}
.wecansource-product-info .discount-percent {
  margin-left: 12px;
  color: #6908d8;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  order: 2;
}
.quantity-box {
  color: #1b0832;
  display: flex;
  align-items: center;
}
.quantity-box .qty_label {
  margin-right: 16px;
  font-weight: 600;
}
.quantity-box .input-wrapper {
  border: 1px solid #dce4e9;
  border-radius: 100px;
  padding: 6px;
  background: #f6f8f9;
  color: #1b0832;
  font-size: 20px;
}
.quantity-box .decrease_qty,
.quantity-box .increase_qty {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border: 1px solid #dce4e9;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.single-product
  div.product
  .summary.entry-summary
  .quantity-box
  input[type="number"] {
  border: 0;
  width: 60px;
  padding: 0;
  padding-left: 12px;
  text-align: center;
  background: transparent;
}
.delivery-info {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px;
  background: #f4f7f9;
  border-radius: 8px;
  border: 1px solid #dce4e9;
  margin-bottom: 12px;
}
.delivery-info.free-delivery {
  justify-content: space-between;
}
.delivery-info .info p {
  margin: 0;
  color: #4d5462;
  line-height: 24px;
}
.delivery-info .info p:first-child {
  font-size: 18px;
  font-weight: 600;
  color: #1b0832;
}
.delivery-info .btn-wrap .boxed-btn.yellow-btn {
  border: 0;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 12px;
  background-color: #f5b40b;
}
.wecansource-product-info .help-link {
  padding: 16px;
  border: 1px solid #dce4e9;
  border-radius: 8px;
}
.wecansource-product-info .help-link p {
  margin: 0;
}
.wecansource-product-info .help-link a {
  text-decoration: underline;
  color: #1b0832;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
  align-items: center;
  justify-content: center;
  background: #ebebeb;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
span.yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor
  svg.yith-wcwl-icon-svg {
  width: 24px;
}

.product-delivery-returns a {
  text-decoration: underline;
}
.wecansource-product-single-page-item .woocommerce-tabs.wc-tabs-wrapper p {
  margin-bottom: 4px;
  line-height: 24px;
}

.related.products div.product {
  border: 1px solid #dce4e9;
  border-radius: 12px;
  margin-right: 24px;
  width: 20%;
  overflow: hidden;
  display: flex;
}
.related.products .product-info {
  min-height: 166px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.related.products .product-image img {
  max-height: 200px;
  object-fit: cover;
}
/* .related.products .slick-track {
  display: flex;
} */
.related.products .product-contnent-wrap .woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #2d3139;
}
.related.products .woocommerce-thumbnail-wrap img {
  display: block;
  width: 100%;
  max-width: 270px;
  margin: 0 auto 12px;
}
.related.products .product-contnent-wrap {
  padding: 0 16px 16px;
  max-width: 270px;
  margin: 0 auto;
}
.related.products a.add_to_cart_button,
.related.products a.button.product_type_simple {
  display: block;
  border: 1px solid #884df8;
  padding: 12px;
  text-align: center;
  border-radius: 100px;
  color: #884df8;
  margin-top: 16px;
}
.related.products .price {
  color: #1b0832;
  font-size: 20px;
  font-weight: 600;
}

/* Fluent Forms */
/* Footer Newsletter Form */
#fluentform_5 {
  max-width: 460px;
}
#fluentform_5 .ff-t-container.ff-column-container {
  background: #ffffff;
  padding: 4px;
  border-radius: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#fluentform_5 .ff-el-form-control {
  border: 0;
}
#fluentform_5 .ff-el-group,
#fluentform_5 .wpf_has_custom_css.ff-btn-submit {
  margin: 0;
}
#fluentform_5 .ff-t-cell {
  justify-content: center;
}
#fluentform_5 .wpf_has_custom_css.ff-btn-submit {
  min-width: 136px;
  padding: 10px 12px;
}
#fluentform_5 .ff-el-is-error .text-danger {
  position: absolute;
  background: #fff;
  margin-top: 10px;
  padding: 0px 15px;
  border-radius: 50px;
}
#fluentform_5 .ff-message-success {
  color: #fff;
}

/* Contact Form 7 */
.footer-section .wpcf7-form .wpcf7-form-control-wrap input {
  height: auto;
  background-color: #fff;
  border: 0;
  border-radius: 100px;
}
.footer-section .wpcf7-form {
    border: 0;
    padding: 5px;
}
.footer-section .wpcf7-form .btn-primary{
  margin-top: 0;
}

.footer-section .widget_wysija_cont.shortcode_wysija {
    display: flex;
    position: relative;
    align-items: center;
    background: #fff;
    padding: 5px;
    border-radius: 100px;
}
.footer-section .wpcf7-form .btn-primary {
    margin-top: 0;
    padding: 10px 25px;
}
.footer-section .wpcf7-form .btn-primary:hover,
.footer-section .wpcf7-form .btn-primary:focus {
    background: #420885;
}
.footer-section .wpcf7-not-valid-tip {
    font-size: 13px;
    position: absolute;
    bottom: -46px;
    line-height: 16px;
    min-width: 150px;
}
.footer-section .wpcf7 form .wpcf7-response-output {
    margin: 3em 0em 1em;
}
.footer-section .wpcf7-spinner {
    margin: 0 15px;
    position: absolute;
    top: 10px;
}

/* Footer */
.footer-section .widget-headline {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 16px;
}

.cky-btn-revisit-wrapper {
  z-index: 9999 !important;
}

@media (min-width: 1025px) {
  /* nav.woocommerce-breadcrumb {
    width: 50%;
  } */
}

@media (min-width: 768px) {
  .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom {
    justify-content: flex-end;
  }
}

@media (max-width: 991px) {
  .header-carousel-wrapper > svg {
    display: none;
  }
}

@media (max-width: 767px) {
  .btn-wrap .boxed-btn.login-btn {
    margin-left: 2px;
    padding: 10px 12px;
  }
}
