/* .widget .widget_nav_menu .widget .product-categories.cat-item{
  display: none !important;
} */
/* //Checkoiut age payment options. */
.wc_payment_method.payment_method_revolut_pay,
.wc_payment_method.payment_method_revolut_cc,
.wc_payment_method.payment_method_revolut_payment_request {
  align-items: center;
}

.woocommerce-message:focus,
.woocommerce-message:active {
  outline: none !important;
  box-shadow: none !important;
}

/* start top bar scrolling effect */
body #header-secondary-outer .nectar-center-text {
  max-width: 100%;
}

.header-text-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  display: none;
  text-align: center;
  font-size: 18px;
  padding: 10px;
}
.carousel-item.active {
  display: block;
}

.carousel-item.fade-in {
  animation: fadeIn 8s ease-in-out infinite;
}

/* Fade-in animation keyframes */
@keyframes fadeIn {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

/* @keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
} */

/* --- Mobile (up to 600px) --- */
@media (max-width: 900px) and (orientation: landscape) {
  .header-text-carousel {
    /* height: 40px; */
    font-size: 13px;
    padding: 5px;
    text-align: center;
  }
}

@media (max-width: 600px) and (orientation: portrait) {
  .header-text-carousel {
    /* height: 40px; */
    font-size: 13px;
    padding: 5px;
    text-align: center;
    /* margin-left: -198px; */
  }
}

@media (max-width: 600px) {
  .carousel-item {
    font-size: 13px; /* Make text smaller for mobile devices */
  }

  /* Optional: Adjust transition speed for mobile */
  .carousel-item.fade-in {
    animation: fadeIn 8s ease-in-out infinite; /* Slower transition for mobile */
  }
}

@media (max-width: 1024px) and (min-width: 601px) and (orientation: landscape) {
  .header-text-carousel {
    /* height: 50px;  */
    font-size: 20px; /* Adjust text size for tablet devices */
    padding: 10px;
    text-align: center;
  }
}

@media (max-width: 1024px) and (min-width: 601px) and (orientation: portrait) {
  .header-text-carousel {
    /* height: 50px;  */
    font-size: 20px; /* Adjust text size for tablet devices */
    padding: 10px;
    text-align: center;
    /* margin-left: -395px; */
  }
}

/* --- Tablet (600px to 1024px) --- */
@media (max-width: 1024px) and (min-width: 601px) {
  .carousel-item {
    font-size: 20px; /* Slightly smaller text for tablets */
  }

  /* Optional: Adjust transition speed for tablet */
  .carousel-item.fade-in {
    animation: fadeIn 8s ease-in-out infinite; /* Slower transition for tablet */
  }
}

/* stop top bar scrolling effect*/

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #000 transparent transparent transparent !important;
}
body[data-fancy-form-rcs="1"]
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered:hover {
  color: #000 !important;
}
body[data-fancy-form-rcs="1"]
  .select2-container--default
  .select2-selection--single:hover {
  background-color: transparent !important;
}
body[data-fancy-form-rcs="1"]
  .woocommerce-ordering
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000 !important;
}
body[data-fancy-form-rcs="1"]
  .select2-container--default
  .select2-selection--single {
  background-color: transparent !important;
}
body[data-fancy-form-rcs="1"]
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__rendered {
  color: #000 !important;
}
body[data-fancy-form-rcs="1"]
  .select2-container--default.select2-container--open
  .select2-selection--single {
  background-color: transparent !important;
}
.body[data-fancy-form-rcs="1"]
  .select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  color: #000 !important;
}
/* Parent container - Flexbox */
.woocommerce-form-login-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid #f3f3f3;
  border-radius: 5px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.woocommerce-checkout #payment div.payment_box {
  padding: 1px !important;
  margin: 1px !important;
}

/* Ensure text stays on the left */
.woocommerce-form-login-toggle .woocommerce-info {
  display: flex;
  margin-bottom: 0px !important;
  align-items: center;
  width: 100%;
  /* font-size: 18px !important; */
}

/* Button float right */
.woocommerce-form-login-toggle .woocommerce-info .showlogin {
  background: #d32f2f;
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  margin-left: auto;
}
.woocommerce-form-login-toggle .woocommerce-info {
  background-color: #fff !important;
}

/* Mobile View - Stack items */
@media (max-width: 768px) {
  .woocommerce-form-login-toggle .woocommerce-info {
    margin-bottom: 0px !important;
    align-items: flex-start;
    font-size: 18px !important;
  }
  .woocommerce-form-login-toggle {
    flex-direction: column;
    /*         text-align: center; */
  }
  .woocommerce-form-login-toggle .woocommerce-info {
    flex-direction: column;
    gap: 8px;
  }
  .woocommerce-form-login-toggle .woocommerce-info .showlogin {
    margin-left: 0;
    width: 100%;
    /*         text-align: center; */
    padding: 10px 19px;
    width: auto !important;
  }
}
@media (max-width: 425px) {
  .woocommerce-form-login-toggle .woocommerce-info .showlogin {
    margin-left: 0;
    width: 100%;
    /*         text-align: center; */
    padding: 10px 19px;
    width: auto !important;
  }
}
@media only screen and (max-width: 425px) {
  .woocommerce div.product form.cart {
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 425px) {
  button.single_add_to_cart_button.button.alt {
    width: 100% !important;
  }
}
.woocommerce-form-login-toggle .woocommerce-info {
  color: black;
  font-weight: 500;
}

.woocommerce-message {
  border: 2px solid grey !important;
  background-color: #fff !important;
  margin-left: 0;
  padding-left: 10px;
  color: #000 !important;
}
@media only screen and (max-width: 425px) {
  .woocommerce-info.wc_points_redeem_earn_points {
    display: none;
  }
}
@media only screen and (max-width: 425px) {
  .cart-collaterals .cross-sells {
    display: none;
  }
}
@media only screen and (max-width: 425px) {
  body #header-secondary-outer .nectar-center-text {
    font-size: 16px !important;
    line-height: 16px !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 425px) {
  body.material #header-secondary-outer .nectar-center-text {
    padding: 1px 1px !important;
  }
}
.product-search-results .entry span.price .amount {
  display: content !important;
}
/* .woo-flickity-count{
	display: none !important;
} */
.custom-usps {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  /*     background-color: #f8f8f8; */
  padding: 1px;
  border-radius: 5px;
  margin-top: 20px;
}

.custom-usps .usp-item {
  display: flex !important;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.custom-usps .usp-item i {
  font-size: 28px;
  /*     color: rgb(217, 40, 47); */
}
@media only screen and (max-width: 425px) {
  .custom-usps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    /* margin-top: 20px; */
    flex-wrap: wrap;
    gap: 10px;
  }
}

.custom-usps .usp-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  /*     background: #ffffff; */
  /* padding: 10px; */
  border-radius: 8px;
  /*     box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); */
}

.custom-usps .usp-item i {
  font-size: 28px;
  color: white;
  background: rgb(217, 40, 47); /* Light background for icon */
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
}
.woocommerce-Price-amount amount.bdi {
  text-decoration: line-through !important;
}
#header-secondary-outer,
#header-outer #header-secondary-outer {
  background: brown;
}
@media only screen and (max-width: 425px) {
  .wp-gr .grw-content-inner {
    display: none !important;
  }
}
@media only screen and (max-width: 425px) {
  .custom-usps {
    margin-top: 2px !important;
    /* flex-flow: column !important; */
  }
  .custom-usps .usp-item {
    display: flex;
    text-align: left !important;
    line-height: 23px;
  }
}
@media only screen and (max-width: 425px) {
  .woocommerce .woocommerce-customer-details .woocommerce-column__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 425px) {
  h2.woocommerce-order-details__title {
    font-size: 25px !important;
  }
}

body
  #footer-outer[data-cols="1"][data-disable-copyright="false"][data-copyright-line="false"][data-matching-section-color="true"]
  .row {
  padding-bottom: 0;
  padding-top: 20px;
}

#footer-outer .widget {
  margin-bottom: 10px;
}

#footer-outer[data-cols="1"][data-disable-copyright="false"] #copyright {
  padding-bottom: 30px;
  padding-top: 20px;
}
@media screen and (max-width: 425px) {
  .widget_product_categories {
    order: -1; /* Move Categories Above Price Filter */
  }
}

#footer-outer[data-cols="1"] #copyright .col ul li {
  margin-bottom: 10px;
}
/* @media only screen and (max-width: 425px) {
    .woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter) h4 {
			display: none;
        margin-bottom: 0;
    }
} */
.wp_pkpo_checkout_column h3 {
  font-size: 20px !important;
}
@media only screen and (max-width: 425px) {
  .woocommerce .shop_table .coupon input,
  .woocommerce .shop_table .coupon input#coupon_code {
    margin-top: 1px !important;
  }
}

@media only screen and (max-width: 425px) {
  .woocommerce table.cart td.actions {
    padding: 2px;
  }
}
@media only screen and (max-width: 425px) {
  #lpac-map-container.woocommerce-shipping-fields__field-wrapper {
    display: none;
    margin-top: 10px;
  }
}
/* .wpb_text_column.wpb_content_element{
	margin-top:40px !important;
} */
.wpb_raw_code.wpb_content_element.wpb_raw_html {
  /* background-color: #fff !important; */
  padding: 20px;
}
.woocommerce .component_table_item dl.component dd {
  padding-left: 2px;
}
@media only screen and (max-width: 425px) {
  .woocommerce .shop_table .coupon {
    margin-top: 2px !important;
  }
}
@media only screen and (max-width: 425px) {
  td.product-subtotal {
    padding: 24px 20px !important;
  }
}
.woocommerce ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 2.5;
  border-right: 1px dashed #cfc8d8;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
div.product
  .woocommerce-tabs
  .full-width-content[data-tab-style="fullwidth"]
  ul.tabs {
  text-align: center;
  margin: 14px 0 14px 0;
}
.wpb_row.full-width-section {
  padding-bottom: 10px !important;
}
.wpb_content_element.wpb_raw_html {
  padding: 2px;
}
/* @media only screen and (max-width: 425px) {
.wp-gr .wp-google-wr a{
    display: none;
}
} */
@media only screen and (max-width: 425px) {
  .mobile
    div.product
    .woocommerce-tabs
    .full-width-content[data-tab-style="fullwidth"]
    ul.tabs {
    margin: 4px 0 4px 0;
  }
}
@media only screen and (max-width: 425px) {
  .wpb_text_column.wpb_content_element {
    margin-top: 2px !important;
  }
}
@media only screen and (max-width: 425px) {
  .woocommerce-order-details h2 {
    font-size: 20px;
  }
}
.woocommerce .woocommerce-tabs > div h2 {
  font-size: 24px !important;
  line-height: 27px !important;
}
@media only screen and (max-width: 425px) {
  .woocommerce .woocommerce-tabs > div h2 {
    font-size: 21px !important;
    line-height: 30px !important;
  }
}
.woocommerce-tabs[data-tab-style="fullwidth"] {
  margin-top: 2px;
}
@media only screen and (max-width: 425px) {
  .woocommerce ul.order_details li {
    float: none;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: 0.715em;
    line-height: 2.5;
    border-right: none;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
  }
}
#footer-outer #copyright[data-layout="centered"] .col {
  margin-bottom: 10px;
}
/* .woocommerce-form-login-toggle .woocommerce-info {
    background-color: #000 !important;
} */
@media only screen and (max-width: 425px) {
  .trend-best-deal-slider
    .woocommerce
    .nectar-woo-flickity[data-controls="arrows-and-text"]
    .woo-flickity-count {
    display: none;
    padding: 23px 23px 0px 23px !important;
    position: relative !important;
  }
}
.woocommerce-message {
  background-color: #fff !important;
  margin-left: 0;
  padding-left: 10px;
}
@media only screen and (max-width: 425px) {
  .tawk-min-container .tawk-button-circle.tawk-button-large {
    display: none !important;
  }
}
wc_payment_method.payment_box.payment_method_revolut_cc {
  margin: 1px !important;
  padding: 1px !important;
}
@media only screen and (max-width: 425px) {
  .wc_payment_method.payment_method_revolut_cc
    label[for="payment_method_revolut_cc"] {
    font-size: 16px;
  }
}
@media only screen and (max-width: 425px) {
  span.Box-rui__sc-1g1k12l-0.Text-rui__sc-1be7qv6-0.reBwk.jpPsne {
    display: none !important;
  }
}
@media only screen and (max-width: 425px) {
  ul.wc_payment_methods.payment_methods.methods {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
@media only screen and (max-width: 425px) {
  li.wc_payment_method.payment_method_revolut_payment_request {
    font-size: 16px !important;
    /*   line-height: 31px !important; */
  }
}
@media only screen and (max-width: 425px) {
  li.wc_payment_method.payment_method_revolut_cc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 425px) {
  li.wc_payment_method.payment_method_revolut_pay {
    font-size: 16px;
    line-height: 31px;
  }
}
.woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-checkout-review-order-table .shipping {
  display: none !important;
}
.woocommerce-checkout .wc_points_rewards_earn_points {
  display: none !important;
}
.woocommerce-info .wc_points_rewards_earn_points {
  font-size: 13px;
  line-height: 18px;
}

.wc_points_rewards_earn_points {
  display: none !important;
}
.woocommerce-widget-layered-nav .button {
  display: none !important;
  visibility: hidden !important;
}
body[data-form-submit="regular"].material
  .container-wrap
  .widget_price_filter
  button[type="submit"],
body[data-form-submit].material
  .container-wrap
  .widget_price_filter
  button[type="submit"] {
  display: none;
  padding: 7px 15px !important;
}

/* Hide any duplicate sorting dropdowns */
.woocommerce-before-shop-loop .woocommerce-ordering {
  display: none !important;
}
/* .woocommerce-info{
    display: none !important;
} */
@media only screen and (max-width: 425px) {
  .woocommerce-checkout #payment ul.payment_methods {
    padding: 3px !important;
  }
}
@media only screen and (max-width: 425px) {
  button .wc-forward {
    background-color: #000;
    padding-bottom: 33px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 425px) {
  #menu-ecommerce-ultimate-footer-menu {
    display: grid !important;
    font-size: 17px !important;
    text-align: center !important;
  }
}
@media only screen and (max-width: 425px) {
  .single-product div.product h1.product_title {
    font-size: 18px !important;
    line-height: 32px;
  }
}
@media only screen and (max-width: 425px) {
  .product_title.entry-title {
    font-size: 24px !important;
    line-height: 28px !important;
  }
}
@media only screen and (max-width: 770px) {
  .woocommerce table.shop_table {
    margin-bottom: 1px;
  }
}
@media only screen and (max-width: 425px) {
  .woocommerce-info.wc_points_redeem_earn_points {
    font-size: 13px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 425px) {
  .woocommerce-info {
    font-size: 12px !important;
    line-height: 20px !important;
  }
}
@media only screen and (max-width: 425px) {
  .woocommerce-message {
    font-size: 15px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 425px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    padding: 10px 10px 10px 10px !important;
    margin: 0 0 10px !important;
  }
}
.woocommerce-info .wc_points_redeem_earn_points {
  font-size: 13px !important;
  line-height: 18px !important;
}

@media only screen and (max-width: 425px) {
  .container-wrap .woocommerce-error {
    /* display: flex !important; */
    /* float: inline-start !important; */
    /* background-color: #fff !important; */
    margin-left: 0;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 425px) {
  .grw-header-inner {
    padding: 1px !important;
  }
}
.container-wrap .woocommerce-error {
  /* background-color: #fff !important; */
  margin-left: 0;
  padding-left: 10px;
}
body.material #header-outer a.cart-contents .cart-wrap span {
  background-color: white !important;
}
@media only screen and (max-width: 425px) {
  #header-outer #mobile-cart-link .cart-wrap span {
    background-color: white !important;
    color: #000 !important;
  }
}
.woocommerce-info.wc_points_redeem_earn_points {
  display: block !important;
}
h3.cart-title {
  margin-bottom: 20px;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  display: none !important;
}
body[data-header-resize="0"] .container-wrap,
body[data-header-resize="0"] .project-title {
  padding-top: 20px !important;
}
.woocommerce button[name="update_cart"] {
  display: none !important;
  visibility: hidden;
}
@media only screen and (max-width: 425px) {
  .custom-usps {
    background-color: #fff !important;
    /* padding: 20px !important; */
  }
}

.woocommerce .container .woocommerce-message a.button.wc-forward {
  height: 40px !important;
  background-color: #d9282f !important;
  padding: 6px 20px 20px 20px !important;
}
@media only screen and (max-width: 425px) {
  .woocommerce .container .woocommerce-message a.button.wc-forward {
    width: fit-content;
    margin-left: 0px !important;
    font-size: 15px;
    height: 40px !important;
    background-color: #d9282f !important;
    padding: 7px 20px 20px 20px !important;
  }
}
@media only screen and (max-width: 425px) {
  .woocommerce .container .woocommerce-message a.button.wc-forward {
    width: fit-content;
    margin-left: 0px !important;
    margin-top: 8px;
    font-size: 15px;
    height: 40px !important;
    background-color: #d9282f !important;
    padding: 7px 20px 20px 20px !important;
  }
}
@media only screen and (max-width: 425px) {
  .woocommerce .container .woocommerce-message a.button.wc-forward:hover {
    width: fit-content;
    margin-left: 0px !important;
    margin-top: 8px;
    font-size: 15px;
    height: 40px !important;
    background-color: #d9282f !important;
    padding: 7px 20px 20px 20px !important;
  }
}

.woocommerce .container .woocommerce-message a.button.wc-forward:hover {
  height: 40px !important;
  background-color: #d9282f !important;
  padding: 7px 20px 20px 20px !important;
}

.woocommerce .container .woocommerce-error a.button.wc-forward {
  height: 40px !important;
  background-color: #d9282f !important;
  padding: 5px 33px 14px 30px !important;
  font-size: 16px;
}
@media only screen and (max-width: 425px) {
  .woocommerce .container .woocommerce-error a.button.wc-forward {
    width: fit-content;
    margin-left: 0px !important;
    height: 40px !important;
    background-color: #d9282f !important;
    padding: 7px 20px 20px 20px !important;
    font-size: 16px;
    /* 	display: flex !important;
  float: inline-start !important; */
  }
}
@media only screen and (max-width: 425px) {
  .woocommerce-message {
    display: flex;
    flex-flow: column;
  }
}
@media only screen and (max-width: 425px) {
  .custom-related-heading {
    font-size: 24px !important;
    line-height: 28px !important;
  }
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px !important;
  line-height: 22px !important;
}
@media only screen and (max-width: 425px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
.wpb_row.full-width-content .woocommerce .nectar-woo-flickity {
  padding: 5px 1px !important;
}
.product-search-results .entry img.thumbnail {
  /*     width: 57% !important;
    height: 62% !important; */
}
.container .woocommerce-message .button.wc-forward {
  margin-left: 25px !important;
}
@media only screen and (max-width: 425px) {
  .woocommerce
    .nectar-woo-flickity[data-controls="arrows-and-text"]
    .woo-flickity-count {
    padding: 23px !important;
    position: relative !important;
  }
}
/* @media only screen and (max-width: 425px) {
	.container.main-content{
		padding-bottom:30px;
	}
	} */
@media only screen and (max-width: 425px) {
  h1.page-title {
    font-size: 25px !important;
  }
}
@media only screen and (max-width: 425px) {
  body.search-results.material .container-wrap {
    padding-top: 30px !important;
  }
}

@media only screen and (max-width: 450px) {
  .nectar-shop-header .woocommerce-breadcrumb {
    display: none;
  }
}
@media only screen and (max-width: 425px) {
  body[data-fancy-form-rcs="1"].woocommerce .woocommerce-result-count,
  body[data-fancy-form-rcs="1"].woocommerce-page .woocommerce-result-count {
    /* 	display: none; */
  }
}
@media only screen and (max-width: 425px) {
  .woocommerce #ajax-content-wrap .woocommerce-ordering,
  body[data-fancy-form-rcs="1"].woocommerce.woocommerce
    #ajax-content-wrap
    .woocommerce-ordering {
    /* 			display: none; */
  }
}
@media only screen and (max-width: 425px) {
  .woocommerce
    .nectar-woo-flickity[data-controls="arrows-and-text"]
    .woo-flickity-count {
    /*         bottom: 23px !important; */
    position: absolute;
    left: 0;
    width: 100%;
  }
}
blockquote::before {
  left: -90px !important;
}
@media only screen and (max-width: 425px) {
  .products li.product.minimal .product-meta {
    padding: 6px 9px 6px 9px;
  }
}
/* .button wc-forward{
padding:
line-height:
background-color:
} */
body[data-form-submit="regular"] input[type="submit"] {
  padding: 11px;
  background-color: #000;
}
/* .woocommerce .container .woocommerce-message a.button{
	background-color: #000;
} */
@media only screen and (max-width: 425px) {
  .product-search-results .entry img.thumbnail {
    /* 	height: 50px;
    width: 50px; */
    /*     max-width: none;
    box-shadow: unset; */
  }
}
@media only screen and (max-width: 425px) {
  .nectar-woo-flickity .products[data-product-style="minimal"] {
    width: 140% !important;
  }
}
@media only screen and (max-width: 425px) {
  body .woocommerce .nectar-woo-flickity .flickity-slider .flickity-cell {
    width: 53% !important;
    padding: 9px !important;
  }
}
body[data-fancy-form-rcs="1"]
  .select2-container--default
  .select2-selection--single {
  background-color: #fff !important;
}
@media only screen and (max-width: 425px) {
  body[data-fancy-form-rcs="1"]
    .select2-container--default
    .select2-selection--single {
    background-color: #fff !important;
  }
}
body .wpb_text_column h2:last-child {
  margin-top: 10px;
  color: #fff !important;
}
body[data-fancy-form-rcs="1"]
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000 !important;
}
@media only screen and (max-width: 425px) {
  body[data-fancy-form-rcs="1"]
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #000 !important;
  }
}
/* @media only screen and (max-width: 425px) {
body div.product-search-form span.product-search-field-clear:after{
	right: 40px !important;
	}
} */
@media only screen and (max-width: 425px) {
  .woocommerce
    .nectar-woo-flickity[data-controls="arrows-and-text"]
    .woo-flickity-count {
    /*         bottom: 0px !important;  */
    position: absolute;
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 425px) {
  .tawk-min-container {
    display: none;
  }
}
@media only screen and (max-width: 690px) {
  body[data-fancy-form-rcs="1"]
    .woocommerce-ordering
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 425px) {
  body[data-fancy-form-rcs="1"]
    .woocommerce-ordering
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 425px) {
  body
    .woocommerce
    .nectar-woo-flickity[data-controls="arrows-and-text"]
    .nectar-woo-carousel-top {
    position: relative;
    margin-top: 40px;
  }
}
.row .col p:last-child {
  /*     display: none; */
  padding-bottom: 0;
}
.material .wpb_content_element {
  margin-bottom: 10px !important;
}
/* @media only screen and (max-width: 425px) {
#footer-outer[data-cols="1"] #footer-widgets .span_12 > div:last-child {
    display: none;
    margin-bottom: 0;
}
} */

#header-outer a.cart-contents .cart-wrap span {
  border-radius: 50%; /* Makes the element circular */
  color: #000000; /* Black text   */
}

@media only screen and (max-width: 425px) {
  body div.product-search-form span.product-search-field-clear:after {
    content: "Clear";
    position: absolute;
    top: 50%;
    right: 10% !important;
    line-height: 1.1;
    transform: translateY(-50%);
  }
}
.home-google-review.wp-gr {
  padding-bottom: 50px !important;
}
@media only screen and (max-width: 425px) {
  .home-google-review.wp-gr {
    padding-bottom: 50px !important;
  }
}

@media only screen and (max-width: 425px) {
  .woocommerce
    .nectar-woo-flickity[data-controls="arrows-and-text"]
    .woo-flickity-count {
    bottom: 9px !important;
  }
}

@media only screen and (max-width: 690px) {
  /* div#header-secondary-outer {
        width: 300%;
    } */
}
@media only screen and (max-width: 768px) {
  /* div#header-secondary-outer {
        width: 200%;
    } */
}

#search-outer #search .span_12 span.woocommerce-Price-amount.amount {
  /* 	display: content; */
  padding: 0px 0px !important;
}
@media only screen and (max-width: 690px) {
  body div.product-search-form span.product-search-field-clear:after {
    content: "Clear";
    position: absolute;
    top: 50%;
    right: 30px !important;
    line-height: 1.1;
    transform: translateY(-50%);
  }
}
/* @media only screen and (max-width: 690px){
	body div.product-search-form span.product-search-field-clear:after{
		content: "Clear";
    position: absolute;
    top: 50%;
    right: 40px !important;
    line-height: 1.1;
    transform: translateY(-50%);
	}
	} */

body div.product-search-form span.product-search-field-clear:after {
  content: "Clear";
  position: absolute;
  top: 50%;
  right: 20px !important;
  line-height: 1.1;
  transform: translateY(-50%);
}

body.material #search-outer #search #close a {
  right: 0px !important;
  top: 16px;
}

.product-search-results table.search-results tr:nth-child(n) td {
  background-color: #fff;
}
span.description {
  display: none !important;
}

/* .material #search-outer #search .span_12 span{
	color: #000 !important;
} */

.product-search-results .entry img.thumbnail {
  /* 	width:30px; */
}
.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
  padding: 4px 0 !important;
  /* 	margin: 0 !important; */
}

#wc-stripe-cc-form .clear {
  padding: 0px !important;
}

.woocommerce div.product .summary p.price {
  padding-bottom: 5px !important;
}
.woocommerce div.product form.cart {
  padding-bottom: 5px !important;
}
@media only screen and (max-width: 690px) {
  span.component_title_text.step_title_text {
    font-size: 21px;
  }
}
@media only screen and (max-width: 690px) {
  .composite_form .step_title_wrapper {
    margin-bottom: 12px !important;
  }
}

.payment_method_stripe {
  /* 	padding: 10px !important; */
}

div#tab-description > h3 {
  font-size: 22px !important;
  line-height: 29px !important;
}
.wc_payment_method label {
  display: inline-flex;
}
#woocommerce_product_categories-1 ul.product-categories {
  columns: 5;
}
#woocommerce_product_categories-1 ul.product-categories li a {
  font-weight: 400 !important;
}
#footer-outer #footer-widgets #woocommerce_product_categories-1 h4 {
  font-size: 22px;
  color: #fff !important;
}

@media (max-width: 676px) {
  #woocommerce_product_categories-1 ul.product-categories {
    columns: 2;
  }
}
#ajax-content-wrap .related.products > h2 {
  display: none;
}
@media only screen and (max-width: 425px) {
  .woocommerce #sidebar .widget.woocommerce {
    /*    display: none; */
  }
}
@media only screen and (max-width: 425px) {
  a.yith-wcan-reset-navigation.button {
    display: none;
  }
}
/* @media only screen and (max-width: 425px) {
div#woocommerce_product_categories-2 {
    display: none;
}
} */

/* .woocommerce-breadcrumb{
  display: none;
} */
@media only screen and (max-width: 425px) {
  .woocommerce div.product div.summary {
    margin-bottom: 5px !important;
  }
}
#header-outer a.cart-contents .cart-wrap span {
  border-radius: 50%; /* Makes the element circular */
  color: #000000; /* Black text   */
}

@media only screen and (max-width: 425px) {
  .woocommerce-product-details__short-description.product_meta {
    margin-bottom: 2px !important;
  }
}
/* Dropdown Menu Css Start For Product Shop Page */

/* Dropdown Menu Css End For Product Shop Page */

.wpb_raw_code.wpb_content_element.wpb_raw_html.home-google-review {
  padding: 1px !important;
}

.grw-header.grw-header-inner {
  padding: 1px !important;
}

/* custom1.css */

/* product price color change Start  */

#search-outer #search .span_12 span.woocommerce-Price-currencySymbol {
  padding-right: unset;
}

#search-outer #search .span_12 ins span.woocommerce-Price-currencySymbol {
  color: red !important;
}
table.search-results ins .woocommerce-Price-amount.amount bdi {
  color: red !important;
}

/* table.search-results del span.woocommerce-Price-currencySymbol,
table.search-results del .woocommerce-Price-amount {
    text-decoration: line-through !important;
} */

#search-outer #search .span_12 del .woocommerce-Price-amount bdi,
#search-outer #search .span_12 del span.woocommerce-Price-currencySymbol {
  color: #ececec !important;
  text-decoration: line-through !important;
}

/* table.search-results tr{
    border-bottom: 1px solid black;
} */
.product-search-results
  table.search-results
  tr:not(.s_more):not(.s_product_cat) {
  border-bottom: 1px solid #ececec;
}

.material #search-outer #search .span_12 span {
  color: #000 !important;
}
/* product price color change end */

/* checkout Create an account text css  Start  */
.woocommerce-account-fields label span,
.woocommerce-shipping-fields label span {
  color: black !important;
}

h3#ship-to-different-address {
  font-size: 18px;
  padding-top: 10px;
}

.woocommerce .payment_box p {
  padding-left: 0px !important;
}
/* checkout Create an account text css  end  */

/* Cart page Cart totals css  Start  */
body[data-fancy-form-rcs="1"]
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  text-align: left;
}
/* Cart page Cart totals css end  */

/* homepage product border box */
.woocommerce ul.products li {
  border: 3px solid #f8f8f8 !important;
  border-radius: 10px !important;
}

/* Mobile view styles for remove the space end of the dive start */
@media (max-width: 768px) {
  .container-wrap,
  .project-title {
    padding-bottom: unset;
  }
}
/* Mobile view styles for remove the space end of the dive end */

/* custom2.css */
@media only screen and (max-width: 690px) {
  .woocommerce .container-wrap .woocommerce-ordering {
    margin-bottom: 0px !important;
  }
}

@media only screen and (max-width: 690px) {
  body[data-fancy-form-rcs="1"]
    .woocommerce-ordering
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding-left: 0px !important;
  }
}

/* in search result page in width 90% */
@media only screen and (max-width: 690px) {
  /* body.search-results {
      .container,
      .orbit-wrapper .slider-nav,
      .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 90% !important;
      }
    } */
  .archive.search.search-results .main-content {
    max-width: 90% !important;
  }
}
/* tax-product_cat */
@media only screen and (max-width: 690px) {
  /* body.tax-product_cat {
    .container,
    .orbit-wrapper .slider-nav,
    .post-area.standard-minimal.full-width-content .post .inner-wrap {
      max-width: 90%;
    }
  } */
  .archive.tax-product_cat .main-content {
    max-width: 90% !important;
}
}

/* product styling border */
.yit-wcan-container ul.products li {
  border: 3px solid #f8f8f8 !important;
  border-radius: 10px !important;
}
/* product styling border - releted product */
.related.products ul.products li {
  border: 3px solid #f8f8f8 !important;
  border-radius: 10px;
}
/* remove space between product image and price */
@media only screen and (max-width: 690px) {
  .col {
    margin-bottom: 0px !important;
  }
}
/* remove space between product image and price tablet */
@media only screen and (max-width: 1024px) {
  .col {
    margin-bottom: 0px !important;
  }
  .woocommerce .summary .price,
  .woocommerce div.product .summary p.price {
    margin-top: 0px !important;
  }
}
/* add Horizontal Separator in mobile view */
@media (max-width: 690px) {
  .custom-usps.row::after {
    content: "";
    display: block;
    width: 100%;
    height: 1.5px;
    background-color: #f0f0f0;
    margin-top: 20px;
    /* margin-bottom: 20px; */
    visibility: visible;
  }
}
@media (max-width: 690px) {
  .widget_price_filter::after {
    content: "";
    display: block;
    width: 100%;
    height: 1.5px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    margin-top: 10px;
    visibility: visible;
  }
}
@media (max-width: 690px) {
  .widget_price_filter::before {
    content: "";
    display: block;
    width: 100%;
    height: 1.5px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    visibility: visible;
  }
}
/* remove space between email address and order notes */
.checkout .woocommerce-billing-fields {
  padding-bottom: 0px !important;
}

@media only screen and (max-width: 425px) {
  .wpb_text_column.wpb_content_element {
    padding-top: 0px !important;
  }
}

#customer_details p.create-account {
  padding-left: 0;
  margin-top: 0px !important;
  margin-bottom: 0px;
}

@media (max-width: 690px) {
  blockquote {
    padding-left: 0px !important;
  }
}

@media only screen and (max-width: 690px) {
  body.page-id-5836 .container.main-content {
    max-width: 90% !important;
  }
}

@media only screen and (max-width: 690px) {
  .checkout #order_review {
    margin-top: 10px !important;
  }
}

/* your order on margin top space */
@media only screen and (max-width: 690px) {
  #order_review_heading {
    margin-top: 15px !important;
  }
}

@media only screen and (max-width: 690px) {
  .woocommerce-tabs[data-tab-style="fullwidth"] {
    margin-top: 20px !important;
  }
}

.woocommerce-info {
  display: none;
}

.wpb_text_column.wpb_content_element.wht_clr h2 {
  color: #fff !important;
}
/* Mobile Styles */
@media (max-width: 425px) {
.carousel-item
{
padding: 6px !important;
}
}
@media (max-width: 1024px) and (min-width: 601px) {
  .carousel-item{
    padding: 5px !important;
  }
  }
  @media (max-width: 1024px) and (min-width: 601px) {
body.material #header-secondary-outer .nectar-center-text {
  padding: 1px 0 !important;
}
}
@media only screen and (max-width: 425px) {
  body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button {
      top: auto !important;
      bottom: 50px !important;
      transform: none !important;
  }
}
@media only screen and (max-width: 425px) {
      body .full-width-content .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button.previous {
      left: 3px !important;
  }
}
@media only screen and (max-width: 425px) {
body .full-width-content .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button.next{
      right: 3px !important;
  }
}
@media only screen and (max-width: 425px) {
  body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .nectar-woo-carousel-top {
      position: auto !important;
      margin-top: 6px !important;
  }
}
  @media only screen and (max-width: 425px) {
body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .nectar-woo-carousel-top{
  margin-bottom: 2px !important
}
}

#footer-outer[data-cols="1"] #footer-widgets .span_12 > div:last-child
 {
    display: none;
    margin-bottom: 0px;
}