/* Theme global style */
@import url(global.css);

/* link styling */
p a,
.location-list a,
.list a {
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

p a:hover:before,
.location-list a:hover:before,
.list a:hover::before {
  width: 100%;
}

p a:before,
.location-list a::before,
.list a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  background-color: var(--primary-color);
}

/* instagram widgets */
.insta-widget-media-wrapper {
  padding: 0;
}

.site-content div.bread_crumb {
  padding-top: 180px;
  padding-bottom: 100px;
}

div.insta-widget-media-wrapper img {
  position: static;
}

div.insta-widget-media-wrapper .insta-vicon {
  position: absolute;
  top: 10px;
  left: 10px;
}

div.insta-widget-media-wrapper .insta-vicon svg {
  width: 30px;
  height: 30px;
}

.insta-widget-item:hover {
  transform: none;
}

.insta-widget-item:hover .insta-widget-overlay {
  transform: translateY(-50%);
}

.insta-widget-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

  top: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  padding: 15px;
  transform: translateY(100%);
  /* transition: transform 0.8s ease; */
  transition: all 0.3s ease-in-out;
  color: white;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insta-widget-grid .insta-widget-item .insta-widget-media-wrapper img {
  border-radius: 0;
}

.insta-widget-grid .insta-widget-item a {
  border-radius: 0px;
  position: relative;
}

.insta-widget-grid .insta-widget-item .insta-widget-media-wrapper {
  border: 1px solid var(--border-color-1);
}

.insta-widget-grid .insta-widget-item {
  background: transparent;
  border-radius: 0;
}

div.insta-widget-media-wrapper img {
  height: 100%;
  border-radius: 0;
}

.insta-widget-profile-section {
  margin-top: 30px;
  padding: 0px;
  background: transparent;
  border: none;
  border-radius: 12px;
  box-shadow: none;
  text-align: center;
  margin: 0 auto;
}

.insta-profile-stats {
  justify-content: center;
}

.insta-profile-follow .insta-follow-button {
  display: inline-block;
  margin: 0;
}

.insta-profile-stats .stat-item {
  color: var(--para-color);
}

.insta-widget-grid {
  gap: 20px;
}

.insta-widget-grid .insta-widget-item {
  height: 320px;
  margin-bottom: 0;
}

.insta-widget-grid .insta-icon {
  width: 30px;
  height: 30px;
}

.insta-icon {
  width: 40px;
  height: 40px;
}

.insta-widget-grid .insta-widget-item a,
.insta-widget-grid .insta-widget-item a .insta-widget-media-wrapper {
  height: 100%;
}

/* insta swiper */
.insta-widget-item.swiper-slide {
  height: 300px;
  margin-bottom: 0;
  border-radius: 0;
}

.insta-widget-item.swiper-slide a,
.insta-widget-item.swiper-slide a .insta-widget-media-wrapper {
  height: 100%;
}

.insta-widget-carousel .swiper-button-prev {
  left: 10px;
}

.insta-widget-carousel .swiper-button-next {
  right: 10px;
}

.insta-widget-carousel .swiper-btn {
  opacity: 0;
}

.insta-widget-carousel:hover .swiper-btn {
  opacity: 1;
}

.insta-widget-carousel .swiper-btn,
.elementor-swiper-button {
  height: 40px;
  width: 40px;
  background: var(--primary-color);
  color: var(--text-color-white);
  font-size: 15px;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
}

div.elementor-element .swiper .elementor-swiper-button svg {
  text-align: center;
  margin: 0 auto !important;
  height: 100%;
}

.insta-widget-carousel .swiper-btn:hover,
.elementor-swiper-button:hover {
  background-color: var(--accent-color);
}

.insta-widget-carousel .swiper-btn::after {
  font-size: 15px;
}

.insta-widget-carousel .swiper-inner-btn {
  display: none;
}

body.conveywp_body .insta-profile-username a {
  font-size: 25px;
  font-weight: 600;
  color: var(--heading-color);
}

body.conveywp_body .insta-profile-username a:hover {
  color: var(--primary-color);
}

/* button style */
.insta-profile-follow .insta-follow-button,
div.gform_wrapper .gform_footer input.button,
div.gform_wrapper .gform_footer input[type="submit"],
body.conveywp_body a.readmore,
.woocommerce #review_form #respond .form-submit input {
  font-size: 18px;
  padding: 15px 50px;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--primary-color);
  color: var(--text-color-white);
  font-family: var(--heading-font);
  border: none;
  border-radius: 4px;
}

body.conveywp_body a.readmore span {
  font-family: var(--heading-font);
}

.insta-profile-follow .insta-follow-button:hover,
div.gform_wrapper .gform_footer input.button:hover,
div.gform_wrapper .gform_footer input[type="submit"]:hover,
body.conveywp_body a.readmore:hover,
.woocommerce #review_form #respond .form-submit input:hover {
  background: var(--accent-color);
  color: var(--text-color-white);
  box-shadow: none;
  transform: none;
}
.gform_wrapper.gravity-theme input.gfield-choice-input {

    margin-top: -2px;
  
    margin-right: 3px;
}
.insta-profile-follow .insta-follow-button {
  font-size: 20px;
  padding: 20px 50px;
}

/* button style */
/* parallax effect */
.section-background {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.barberive-how-work-play-btn .elementor-icon {
  position: relative;
  margin: 24px;
  /* animation: zoom-in-zoom-out 4s ease-out infinite; */
}

.barberive-how-work-play-btn .elementor-icon::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
  background: var(--primary-color);
  border-radius: 50%;
}

.barberive-how-work-play-btn .elementor-icon::before {
  content: " ";
  position: absolute;
  left: calc(50% - 2px);
  transform: translate(-50%, -50%);
  top: 50%;
  width: 80px;
  height: 80px;
  background: var(--primary-color);
  border-radius: 50%;
  /* animation: zoom-in-zoom-out 2s ease-out infinite; */
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.5, 1.5);
  }

  100% {
    transform: scale(1, 1);
  }
}

.elementor div.elementor-element.lg-caeousel .elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image {
  padding: 15px;
  height: 180px;
  width: 230px;
  background-color: var(--text-color-white);
}

.elementor div.elementor-element.fe-carousel .elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

div.elementor-element.elementor-arrows-position-outside .swiper,
div.elementor-lightbox.elementor-arrows-position-outside .swiper {
  width: calc(100% - 125px);
}

/* form styling */
.gform_wrapper h3.gform_title {
  display: none;
}

div.gform_wrapper label.gfield_label,
div.gform_wrapper legend.gfield_label,
div.gform_wrapper .gfield_error .gfield_label,
div.gform_wrapper.gravity-theme .gfield_error legend,
div.gform_wrapper.gravity-theme .gfield_error label,
.comment-form label,
.checkout_coupon.woocommerce-form-coupon p {
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color);
}
div.gform_wrapper.gravity-theme .field_sublabel_above .description,
div.gform_wrapper.gravity-theme .field_sublabel_above .gfield_description,
div.gform_wrapper.gravity-theme .field_sublabel_above .gsection_description {
font-size: var(--font-sm);
  padding: 0;
  border: none;
  background: transparent;
}
div.gform_wrapper .gform_heading{
  display: none;
}
.comment-form label {
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
}

.comment-form label[for="rating"] {
  padding-top: 5px;
}

div.gform_wrapper ul.gform_fields li.gfield select {
  width: 100%;
}

.gform_wrapper select {
  -webkit-appearance: none;
  /* Safari / iOS */
  -moz-appearance: none;
  appearance: none;
}

div.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
div.gform_wrapper textarea,
div.gform_wrapper ul.gform_fields li.gfield select,
form.comment-form input,
div.gform_wrapper.gf_browser_gecko select,
select {
  font-size: 16px;
  color: var(--para-color);
  border-radius: 4px;
  font-weight: 400;
  padding: 15px 20px;
  background-color: var(--text-color-white);
  border: 1px solid var(--border-color-1);
}

form.comment-form input {
  width: 100%;
}

.woocommerce #review_form #respond textarea {
  border-color: var(--border-color-1);
  padding: 15px;
  height: 120px;
  border-radius: 4px;
}

div.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
div.gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
  margin: 1px 0 0px 1px;
  opacity: 0.7;
}

.woocommerce #review_form #respond .form-submit input {
  width: max-content;
}

div.gform_wrapper .gform_footer {
  padding: 0;
}

div.gform_wrapper {
  margin: 0;
}

div.gform_wrapper li.gfield.gfield_error,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0px !important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  box-sizing: border-box;
}

div.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}

div.gform_wrapper .validation_message {
  color: #d81717;
  font-weight: 400;
  letter-spacing: normal;
}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
div.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}

div.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
div.gform_wrapper li.gfield_error textarea {
  border-color: #d81717;
}

div.gform_wrapper div.validation_error {
  color: #d81717;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 25px;
  background-color: #fdf1f1;
  border: 1px solid #d81717;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}

div.gform_wrapper .gform_validation_errors > h2 {
  color: #d81717;
  font-weight: 500;
}

div.elementor div.elementor-element a.elementor-button span {
  font-family: var(--heading-font) !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.lo-wrap .gm-style-iw-chr .gm-ui-hover-effect {
  margin: 10px !important;
}

.lo-wrap .elementor-icon-list-item {
  padding-bottom: 5px !important;
}

div.ticker-item .icon_wrap svg {
  width: 40px;
  height: 50px;
  margin-right: 10px;
  fill: var(--primary-color);
  margin-top: -12px;
}

div.ticker-item {
  color: var(--text-color-white);
}

.ticker-item {
  padding: 0 2rem;
}

/*  */
.icon-box-squre .elementor-icon {
  position: relative;
  z-index: 1;
}

.border-row {
  position: relative !important;
}

.border-row:after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: " ";
  border-left: 8px solid var(--bg-color-1);
  left: 50%;
}

.icon-box-squre .elementor div.elementor-element.elementor-view-stacked .elementor-icon {
  font-size: 20px;
  z-index: 1;
  position: relative;
}

/* .icon-wrap-box {
  transform: perspective(300px) rotateY(7deg);
  border-radius: 4px;
}

.icon-wrap-box-2 {
  transform: perspective(300px) rotateY(-7deg);
  border-radius: 4px;
} */

/*  */
/* .elementor-icon-box-title span {
  font-family: var(--heading-font);
} */
.woocommerce-products-header .page-description {
  display: none;
}

/* product single */
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
}

.woocommerce div.product .product_title {
  font-size: var(--font-4xl);
  margin-bottom: 10px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: calc(var(--font-2xl) + 2px);
  text-decoration: none;
  font-weight: 600;
  color: var(--heading-color);
}

.woocommerce div.product form.cart .variations label {
  margin-right: 10px;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  vertical-align: top;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.single-product table tbody tr,
.product_quickview_wrapper table tbody tr {
  background-color: transparent;

  margin-top: 10px;
}

.single-product.woocommerce div.product form.cart .variations select,
.woocommerce .product_quickview_wrapper div.product form.cart .variations select {
  padding: 8px 35px 8px 10px;
  font-size: calc(var(--font-sm) + 1px);
  border-radius: 4px;
  border: 1px solid var(--border-color-1);
  line-height: 1.6em;
  background-color: var(--text-color-white);
}

.woocommerce div.product form.cart .reset_variations[aria-label="Clear options"] {
  color: var(--para-color);
  text-transform: lowercase;
  font-weight: 600;
}

.woocommerce div.product form.cart .reset_variations[aria-label="Clear options"]:hover {
  color: var(--primary-color);
}

.woocommerce .quantity .qty {
  min-width: 70px;
  text-align: center;
  border: 1px solid var(--border-color-1);
  background-color: transparent;
  border-radius: 4px;
  padding: 13px 10px;
  line-height: 1.2em;
}

.single_variation_wrap,
.woocommerce-variation-price {
  padding-bottom: 10px;
}

.single_variation_wrap a {
  font-weight: 600;
  color: var(--para-color) !important;
  padding-bottom: 10px;
  display: block;
  font-size: 14px;
  border: 1px solid var(--border-color-1);
  padding: 8px 20px;
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 4px;
}

.single_variation_wrap a:hover {
  color: var(--primary-color) !important;
  border-color: var(--primary-color);
}

body.woocommerce div.product form.cart .variations {
  margin-bottom: 10px;
}

body.woocommerce div.product form.cart .button,
.woocommerce-checkout-payment.button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background-color: var(--primary-color);
  padding: 15px 30px;
  border-radius: 4px;
  font-weight: 600;
  font-size: calc(var(--font-xl) - 1px);
  text-transform: uppercase;
  margin-left: 10px;
}

div#ppcp-recaptcha-v2-container {
  margin: 0 !important;
}

body.woocommerce div.product form.cart .button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background-color: var(--accent-color);
}

.product_meta span.sku_wrapper,
.product_meta span.posted_in {
  font-size: calc(var(--font-sm) + 2px);
  font-weight: 600;
  margin-right: 10px;
  display: block;
  color: var(--heading-color);
}

.product_meta span,
.product_meta a {
  font-weight: 400;
  color: var(--para-color) !important;
}

.product_meta a:hover {
  color: var(--primary-color) !important;
}

/* tab */
.woocommerce-tabs h2 {
  font-size: calc(var(--font-xl) + 2px);
}

body.conveywp_body #primary .woocommerce-tabs h2 {
  font-family: var(--body-font);
  padding: 10px 0;
  font-weight: 700;
}

.related.products h2 {
  font-size: calc(var(--font-2xl) + 1px);
  margin-top: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.related.products h2.woocommerce-loop-product__title {
  text-transform: capitalize;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 0em;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: none;
  border: none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  border: none;
  border-bottom: 2px solid transparent;
  margin-left: 0;
  padding: 0px 0px 5px 0px;
  margin-right: 40px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 0px 15px 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid var(--border-color-1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--border-color-1);
  background-color: var(--text-color-white);
  color: var(--heading-color);
  opacity: 0.6;
  font-size: calc(var(--font-sm) + 2px);
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 600;
  color: var(--heading-color);
  border-radius: 0;
  padding: 0;
  font-size: var(--font-xl);
  text-transform: capitalize;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  transition: all 0.5s ease;
  border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  background-color: transparent;
  border-color: var(--primary-color) !important;
  opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--primary-color);
  background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  text-align: left;
  padding-left: 0;
}

.woocommerce-tabs p,
.related.products p {
  font-size: calc(var(--font-sm) + 2px);
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  border: 1px solid var(--border-color-1);
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n + 2) {
  margin-top: 10px;
}

/* checkpit styling styling */
.woocommerce form .form-row label {
  font-size: calc(var(--font-base) + 1px);
  font-weight: 600;
  color: var(--heading-color);
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  font-size: var(--font-base);
  color: var(--para-color);
  border-radius: 4px;
  font-weight: 400;
  padding: 15px 20px;
  border: 1px solid var(--border-color-1);
}

.select2-container .select2-selection--single {
  height: 100%;
  padding: 15px 20px;
  border: 1px solid var(--border-color-1);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

span.select2-container--default .select2-results__option[aria-selected="true"],
span.select2-container--default .select2-results__option[data-selected="true"] {
  background-color: var(--bg-color-1);
  color: var(--heading-color);
}

span.select2-container--default .select2-results__option--highlighted[aria-selected],
span.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--primary-color);
  color: var(--text-color-white);
}

.select2-results__option {
  font-size: 14px;
}

.select2-container .select2-selection--single .select2-selection__placeholder {
  color: var(--para-color);
}

.blog .entry-content,
.woocommerce-cart .entry-content,
.woocommerce-checkout .content-area,
.blog .content-area,
.single-post .content-area,
.error404 .site-wrapper,
.page-my-account .content-area,

.single-product .content-area,
.archive .content-area,
.search .content-area {
  padding: 100px 0;
}

.single-post .content-area {
  padding: 60px 0;
}

.woocommerce.single-product div.product {
  border: none;
}

h3#ship-to-different-address span {
  font-size: 16px;
  font-weight: 600;
  color: var(--para-color);
}

h3#order_review_heading {
  margin: 15px 0;
}

.woocommerce table.shop_table th {
  color: var(--heading-color);
}

.product-name .product-quantity {
  width: fit-content;
}

.woocommerce table.shop_table td.product-name {
  font-weight: 600;
  font-size: 15px;
  color: var(--heading-color);
  line-height: 1.3em;
}

.woocommerce table.shop_table td.product-name strong {
  padding: 0;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: var(--text-color-white);
  border-radius: 0;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  background: var(--bg-color-1);
  line-height: 1.5em;
  font-size: 15px;
}

body.woocommerce-checkout #payment ul.payment_methods li {
  background-color: transparent;
}

.woocommerce-info {
  border-top-color: #36b0f1;
}

.woocommerce-info::before {
  color: #36b0f1;
}

.woocommerce-billing-fields,
.checkout_sidebar {
  padding: 40px;
  background: var(--bg-color-1);
}

.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content p strong {
  font-size: var(--font-base);
  font-weight: 400;
  line-height: 1.6em;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
  font-weight: 600;
  color: var(--para-color);
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--border-color-1);
  border-radius: 4px;
  background: var(--bg-color-1);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  text-transform: capitalize;
  font-size: calc(var(--font-sm) + 2px);
  font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus-visible {
  outline: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: var(--primary-color);
  color: var(--heading-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  border: none;
  border-bottom: 1px solid var(--border-color-1);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child a {
  border-radius: 5px 5px 0 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
  border-radius: 0 0 5px 5px;
}

.woocommerce-account table tbody tr:nth-child(odd) {
  background-color: var(--text-color-white);
}

.woocommerce table.my_account_orders thead th {
  padding-bottom: 15px !important;
}

.woocommerce-page .woocommerce-info .button.wc-forward {
  display: inline;
  width: auto;
  margin-top: 0;
  text-align: end;
  margin: 0 0 0 auto;
  padding: 0;
  background-color: transparent;
}

.woocommerce-page .woocommerce-info .button.wc-forward::before,
.woocommerce-page .woocommerce-info .button.wc-forward:after,
.woocommerce-page .woocommerce-info .button.wc-forward:hover,
.woocommerce-page .woocommerce-info .button.wc-forward:after {
  background-color: transparent;
  color: var(--primary-color);
  content: none;
}

.woocommerce-page .woocommerce-info .button.wc-forward:hover {
  color: var(--primary-color);
}

.woocommerce.woocommerce-account table tbody th,
.woocommerce.woocommerce-account table tfoot td,
.woocommerce.woocommerce-account table tfoot th,
.woocommerce table.my_account_orders td {
  border-top: 1px solid var(--heading-color) !important;
  background-color: var(--bg-color-1);
}

.woocommerce-Addresses {
  margin-top: 20px;
}

.woocommerce-Addresses .woocommerce-Address {
  border: 1px solid var(--border-color-1);
  border-radius: 4px;
  padding: 20px;
}

.woocommerce-account .addresses .title .edit {
  font-weight: 500;
  color: var(--primary-color);
}

.woocommerce-account .addresses .title .edit:hover {
  color: var(--accent-color);
}

.woocommerce-account .woocommerce-MyAccount-content {
  border: 1px solid var(--border-color-1);
  padding: 25px;
  border-radius: 4px;
}

.woocommerce-account fieldset {
  border: none;
  padding: 15px 0 0 0;
}

.woocommerce-account fieldset .legend {
  font-size: calc(var(--font-lg) + 1px);
  font-weight: 600;
  color: var(--heading-color);
}

.woocommerce-account .woocommerce-password-strength {
  border-radius: 10px 10px;
  margin-top: 10px;
  font-size: var(--font-sm);
}

/* .woocommerce-account .entry-content {
  margin: 80px 0 0px 0;
} */

.woocommerce-account .woocommerce-MyAccount-content form button.button[name="save_account_details"],
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form button[type="submit"].woocommerce-Button,
.woocommerce .woocommerce-ResetPassword button.button {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: calc(var(--font-sm) + 2px);
  background-color: var(--primary-color);
  color: var(--text-color-white);
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
}

.woocommerce-account .woocommerce-MyAccount-content form button.button[name="save_account_details"]:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce .woocommerce-form button[type="submit"].woocommerce-Button:hover,
.woocommerce .woocommerce-ResetPassword button.button:hover {
  background-color: var(--accent-color);
  color: var(--text-color-white);
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form button[type="submit"].woocommerce-Button,
.woocommerce .woocommerce-ResetPassword button.button {
  margin-bottom: 0;
}

span#account_display_name_description {
  font-size: var(--font-sm);
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  background-color: var(--bg-color-1);
  border-radius: 4px;
}

form.woocommerce-ResetPassword.lost_reset_password {
  background-color: var(--bg-color-1);
  border-radius: 4px;
  padding: 30px;
  width: 60%;
  margin: 0 auto;
}

.woocommerce .woocommerce-ResetPassword button.button {
  margin-top: 0;
}

.woocommerce-ResetPassword.lost_reset_password p {
  margin-bottom: 10px;
  width: 100%;
}

.entry-content #customer_login h2 {
  font-size: calc(var(--font-2xl) + 2px);
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.woocommerce-page .entry-content .woocommerce-LostPassword a {
  text-decoration: none;
}

body.woocommerce form.checkout_coupon,
body.woocommerce form.login,
body.woocommerce form.register {
  border: none;
}

.woocommerce-page .entry-content .woocommerce-LostPassword a:focus,
.woocommerce-page .entry-content .woocommerce-LostPassword a:focus-visible {
  outline: none;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
  background: var(--text-color-white);
}

.woocommerce-account .woocommerce-form-login .form-row label.woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

p.woocommerce-LostPassword.lost_password {
  text-align: end;
  font-weight: 600;
}

.admin-bar p.demo_store {
  z-index: 1;
}

.mobile-header .mobile-header-popup .mbl-header-top {
  margin: 20px auto 20px;
}

.woocommerce-product-gallery .flex-viewport {
  height: 550px !important;
}

.yith-wcwl-wishlistaddedbrowse .feedback {
  font-size: 0;
}

.woocommerce ul.products li.product .product-meta .yith-wcwl-wishlistaddedbrowse {
  transform: translateX(0%);
}

.archive.woocommerce ul.products li.product .product-meta .yith-wcwl-wishlistaddedbrowse {
  transform: translateX(0%);
}

.edit-link {
  margin-top: 15px;
}

p.woocommerce-store-notice.demo_store {
  display: block !important;
  z-index: 1;
}

.ht-products .ht-product .ht-product-inner {
  border: none;
}

.woocommerce form.register p {
  font-size: calc(var(--font-sm) + 1px);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--border-color-1);
  border-radius: 4px;
  background: var(--text-color-white);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  font-size: calc(var(--font-sm) + 2px);
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child a {
  border-radius: 5px 5px 0 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: var(--primary-color);
  color: var(--text-color-white);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  text-transform: capitalize;
  font-size: calc(var(--font-md) + 2px);
  font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 15px 20px;

  color: var(--heading-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: none;
}

.woocommerce table.my_account_orders tr th {
  padding: 0;

  font-size: var(--font-base);
}

.woocommerce-page .entry-content a.view {
  font-size: calc(var(--font-xs) + 1px);
  padding: 10px 25px;
  margin-top: 0px;
}

body.woocommerce-invalid #terms {
  outline: none;
  outline-offset: 0;
}

body.woocommerce form .form-row .input-checkbox {
  margin: -2px 5px 0 0;
}

/* SUCCESS notices (added to cart, updated, etc.) */
.woocommerce-message[role="success"],
.woocommerce-notices-wrapper .woocommerce-message {
  background: #e6f9e7;
  color: #1b5e20;
  font-size: calc(var(--font-sm) + 1px);
}

.woocommerce-message[role="alert"]::before {
  color: #1b5e20;
}

/* ERROR notices (checkout errors, validation errors) */
.woocommerce-error li {
  margin-bottom: 0;
}

.woocommerce-error[role="alert"],
.woocommerce-notices-wrapper .woocommerce-error {
  background: #fdecea;
  color: #b71c1c;
  font-size: calc(var(--font-sm) + 1px);
}

/* STATUS notices (info, stock notifications, etc.) */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info[role="status"] {
  background: #e8f4fd;
  color: #0d47a1;
  display: flex;
  font-size: calc(var(--font-sm) + 1px);
  justify-content: space-between;
  align-items: center;
}

.woocommerce-info[role="status"],
.woocommerce-notices-wrapper .woocommerce-info {
  background: #e8f4fd;
  color: #0d47a1;
  font-size: var(--font-base);
}

.woocommerce-account .addresses .title .edit {
  float: none;
  color: var(--heading-color);
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.woocommerce-account .addresses .title .edit:hover {
  color: var(--accent-color);
}

.woocommerce-Address-title.title h2 {
  font-size: calc(var(--font-xl) + 2px);
}

fieldset legend {
  font-weight: 600;
  font-size: calc(var(--font-lg) + 1px);
}

.woocommerce-Address address {
  font-size: calc(var(--font-sm) + 2px);
  margin-bottom: 0;
}

.woocommerce table.shop_table.woocommerce-MyAccount-orders {
  border: none;
  margin: 0;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th.woocommerce-orders-table__cell {
  border-top: 1px solid var(--heading-color);
  padding: 10px 0;
}

.woocommerce-account .woocommerce-MyAccount-content p {
  font-size: calc(var(--font-sm) + 3px);

  margin-bottom: 10px;
  font-weight: 400;
  color: var(--heading-color);
}

/* my account style end*/
/* blog styling */
.related_post_wrap .sec_titl a {
  font-size: 22px;
}

.sec_titl a {
  font-size: 40px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 600;
}

.sec_titl a:hover {
  color: var(--primary-color);
}

/* cart styling */
/* default cart style */
.woocommerce .offCanvas_cart div.product {
  margin-bottom: 0;
}

.woocommerce table.shop_table td a.remove {
  font-weight: 600;
  color: var(--heading-color) !important;
  border: 1px solid var(--border-color-1);
  border-radius: 50%;
  height: 25px;
  width: 25px;
  line-height: 22px;
  font-size: calc(var(--font-xl) - 1px);
  margin: 0 auto;
}

.woocommerce-cart table.cart .product-thumbnail img {
  width: 55px;

  border: 1px solid var(--border-color-1);
}

.woocommerce table.shop_table th {
  font-weight: 600;
  padding: 12px;
  font-size: calc(var(--font-base) + 2px);
  line-height: 1.5em;
}

.woocommerce table.shop_table td a.remove:hover {
  color: var(--heading-color) !important;
  background-color: #ff4b3138;
  border-color: var(--accent-color);
}

.woocommerce table.shop_table a {
  color: var(--heading-color);
  font-weight: 700;
}

.woocommerce table.shop_table a:hover {
  color: var(--primary-color);
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  margin-top: 0;
}

.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  padding: 20px 10px;
}

.woocommerce table.shop_table .cart_totals td,
.woocommerce table.shop_table .cart_totals th {
  padding: 10px;
}

.woocommerce table.woocommerce-cart-form__contents td.product-quantity {
  background-color: var(--text-color-white);
  text-align: justify;
  height: 100%;
  display: revert;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  border: 1px solid var(--border-color-1);
  width: 250px;
  padding: 12px 15px;
  font-size: calc(var(--font-sm) + 2px);
  line-height: 1.2em;
  border-radius: 4px;
  margin-right: 10px;
  background-color: var(--text-color-white);
}

.woocommerce table.cart td.actions .coupon {
  margin-right: 15px;
}

.woocommerce table.cart td.actions .button,
.shipping-calculator-form button.button {
  padding: 12px 30px;
  line-height: 1.2em;
  background: var(--heading-color);
  text-transform: uppercase;
  font-weight: 600;
  color: var(--text-color-white);
}

.woocommerce table.cart td.actions .button:hover,
.shipping-calculator-form button.button:hover {
  background-color: var(--primary-color);
  color: var(--text-color-white);
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 100%;
  padding: 0;
}

.woocommerce .cart-collaterals table.shop_table td[data-title="Shipping"] strong {
  font-weight: normal;
}

.woocommerce .cart-collaterals table.shop_table td[data-title="Subtotal"],
.woocommerce .cart-collaterals table.shop_table td[data-title="Total"] {
  font-weight: 500;
  font-size: calc(var(--font-lg) + 1px);
}

.woocommerce .cart-collaterals table.shop_table td[data-title="Subtotal"],
.woocommerce .cart-collaterals table.shop_table td[data-title="Total"],
.woocommerce .cart-collaterals table.shop_table .cart-discount td {
  font-weight: 600;
  font-size: calc(var(--font-lg) + 1px);
  color: var(--heading-color);
}

.woocommerce .cart-collaterals .woocommerce-remove-coupon {
  font-size: calc(var(--font-sm) + 1px);
  color: var(--para-color);
  font-weight: 400;
}

.woocommerce .cart-collaterals table.shop_table th {
  font-weight: 500;
  font-size: calc(var(--font-base) + 2px);
}

.woocommerce .cart-collaterals table.shop_table td,
.woocommerce .cart-collaterals table.shop_table th {
  padding: 10px 15px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form {
  padding-bottom: 15px;
}

/* cart styling*/
div.wc-block-components-product-metadata {
  font-size: calc(var(--font-sm) + 1px);
}

.wc-block-cart-item__product .wc-block-components-product-details.wc-block-components-product-details li {
  margin-bottom: 0;
}

.wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__form {
  display: block;
}

.wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button {
  font-size: var(--font-base);

  font-weight: 600;
}

div.wc-block-components-quantity-selector {
  width: 90px;
}

div.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  min-width: 20px;
}

div.wc-block-components-quantity-selector:after {
  border-color: var(--heading-color);
  opacity: 1;
  border-radius: 30px;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap .wc-block-components-sale-badge {
  margin-top: 4px;
  background: var(--accent-color);
  color: var(--text-color-white);
  border: none;
  padding: 5px 10px;
  line-height: 1.3em;
}

table.wc-block-cart-items,
.wc-block-cart__sidebar,
.wc-block-checkout__main,
.wp-block-woocommerce-checkout-order-summary-block {
  position: relative;
  color: var(--heading-color);
  z-index: 2;
  padding: 30px;
}

.wp-block-woocommerce-checkout-order-summary-block {
  padding: 10px;
}

div.wc-block-cart__sidebar {
  padding: 20px;
}

.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
  padding: 0 25px 0 0;
}

div.wp-block-woocommerce-checkout {
  margin: 0;
  padding-top: 0;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  border: 1px solid hsl(0deg 0% 7%);
  box-shadow: none;
  min-width: 20px;
  padding: 2px 5px;
  font-size: calc(var(--font-xs) - 1px);
  right: 2px;
}

table.wc-block-cart-items::before,
.wc-block-cart__sidebar::before,
.wc-block-checkout__main::before,
.wp-block-woocommerce-checkout-order-summary-block::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--border-color-1);
  left: 0;
  top: 0;
  margin: 8px;
  z-index: -1;
  background-color: var(--bg-color-1);
}

table.wc-block-cart-items::after,
.wc-block-cart__sidebar::after,
.wc-block-checkout__main::after,
.wp-block-woocommerce-checkout-order-summary-block::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 1px solid var(--border-color-1);
  left: 0;
  top: 0;
  background-color: var(--bg-color-1);
  z-index: -1;
}

div.alignwide {
  margin: 0 auto;
}

div.wc-block-cart__main .wc-block-cart-items th {
  padding: 15px 20px;
  white-space: nowrap;
  font-size: var(--font-lg);
}

div.wc-block-cart__main .wc-block-cart-items th span {
  font-weight: 600;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th,
table.wc-block-cart-items .wc-block-cart-items__header th {
  font-weight: 600;
}

.wc-block-cart h2.wc-block-cart__totals-title {
  font-size: var(--font-lg);
  font-weight: 600;
  color: var(--heading-color);
  padding-top: 0;
  padding-bottom: 12px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  border: 1px solid var(--border-color-1);
}

a.wc-block-components-product-name,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row a.wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row a.wc-block-components-product-name {
  color: var(--heading-color);
  font-size: calc(var(--font-lg) + 1px);
  font-weight: 600;
}

.wc-block-components-product-price {
  color: var(--heading-color);
  font-size: calc(var(--font-base) + 2px);
  font-weight: 600;
}

h2.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  background-color: var(--primary-color);
}

h2.wc-block-cart__empty-cart__title.with-empty-cart-icon {
  font-size: calc(var(--font-xl) + 2px);
}

.wc-block-grid.wp-block-product-new {
  padding-top: 20px;
}

.wc-block-components-product-price del,
.wc-block-grid__product-price.price del {
  opacity: 0.5;
}

.wc-block-grid__product-price.price ins {
  text-decoration: none;
}

a.wc-block-components-product-name:hover {
  color: var(--primary-color);
}

table.wc-block-cart-items .wc-block-cart-items__row div.wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 600;
}

table.wc-block-cart-items .wc-block-cart-items__row div.wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  color: var(--accent-color);
}

.wc-block-components-product-details.wc-block-components-product-details {
  display: flex;
  gap: 20px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap div.wc-block-cart-item__quantity {
  display: flex;
  align-items: center;
  gap: 15px;
}

.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap div.wc-block-cart-item__quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row;
}

table.wc-block-cart-items .wc-block-cart-items__row div.wc-block-components-quantity-selector {
  margin-bottom: 0;
}

table.wc-block-cart-items .wc-block-cart-items__row div.wc-block-components-quantity-selector {
  margin-bottom: 0;
  font-size: calc(var(--font-sm) + 1px);
}

form.wc-block-components-form .wc-block-components-checkout-step,
form.wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
  margin-bottom: 20px;
}

div.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  border-top: 1px solid var(--border-color-1);
  padding-top: 15px;
  margin-bottom: 40px;
}

form.wc-block-components-form .wc-block-components-text-input input[type="email"],
form.wc-block-components-form .wc-block-components-text-input input[type="number"],
form.wc-block-components-form .wc-block-components-text-input input[type="password"],
form.wc-block-components-form .wc-block-components-text-input input[type="tel"],
form.wc-block-components-form .wc-block-components-text-input input[type="text"],
form.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-blocks-components-select select.wc-blocks-components-select__select,
div.wc-block-checkout__add-note .wc-block-components-textarea,
div.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"],
div.wc-block-components-text-input input[type="text"],
.wc-block-components-totals-coupon__form div.wc-block-components-text-input input[type="text"]:focus {
  background: var(--bg-color-1);
}

.wc-block-components-totals-coupon__form div.wc-block-components-text-input input[type="text"] {
  border-radius: 4px;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
div.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  border: 1px solid var(--border-color-1);
  box-shadow: none;
}

div.wc-block-checkout__actions {
  padding: 0 0 20px;
}

.wc-block-components-sidebar-layout {
  margin-bottom: 80px;
}

div.wc-block-checkout__sidebar .wc-block-components-product-name {
  color: var(--heading-color);
  font-weight: 600;
  font-size: calc(var(--font-sm) + 2px);
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
  width: 60px;
}

div.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
  display: block;
  padding-top: 0;
  font-size: calc(var(--font-sm) + 1px);
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image img {
  border: 1px solid var(--border-color-1);
  min-width: 60px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item {
  border-bottom: 1px solid var(--bg-color-1);
}

div.wc-block-checkout__shipping-method .wc-block-checkout__shipping-method-container {
  background-color: #efebdc;
  border: 1px solid #ccc9bd;
}

div.wc-block-checkout__shipping-method-option {
  border: 1px solid #ccc9bd00;
}

div.edit-post-visual-editor .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,
div.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,
div.wc-block-checkout__shipping-method-option:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  border: 1px solid var(--border-color-1);
}

.wc-block-components-formatted-money-amount {
  font-weight: 600;
}

div.wc-block-components-radio-control--highlight-checked:after {
  border: 1px solid transparent;
}

div.wc-block-components-radio-control .wc-block-components-radio-control__input:focus,
div.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:focus {
  outline: none;
}

div.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
div.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e5e5dc;
}

div.wc-block-components-radio-control input.wc-block-components-radio-control__input {
  background: var(--bg-color-1);
  border: 1px solid var(--border-color-1);
}

.wc-block-components-radio-control__label,
.wc-block-components-radio-control__secondary-label {
  font-weight: 600;
  font-size: calc(var(--font-sm) + 2px);
}

div.wc-block-components-radio-control-accordion-content {
  font-size: calc(var(--font-sm) + 1px);
}

.wc-block-components-checkbox input.wc-block-components-checkbox__input[type="checkbox"]:checked {
  background-color: var(--bg-color-1);
}

.woocommerce a.remove {
  content: none;
}

.woocommerce .product-remove a:before {
  content: none;
}

.footer_widget.widget_block h2 {
  font-size: 350px;

  letter-spacing: -0.03em;
  text-align: center;
  color: #212121bd;
  font-family: var(--heading-font);
  text-transform: uppercase;
  margin: 0;
  margin-bottom: -50px;
  line-height: 1;
}

.footer_top .container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 100%;
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg {
  fill: var(--text-color-white);
}

.elementor-widget-n-tabs div.e-n-tabs-heading {
  background: #eee !important;
  padding: 12px;
  width: fit-content;
  margin: 0 auto;
  border-radius: 50px;
}

i.bi.bi-chevron-double-right {
  font-size: 12px;
  /* margin-bottom: 6px !important; */
}

.contact-page .map_box {
  width: 100%;
  height: 926px;
}

body.conveywp_body .team a {
  cursor: pointer;
  color: var(--heading-color);
  font-weight: 600;
  padding-top: 10px;
  display: block;
}

body.conveywp_body .team a:hover {
  color: var(--primary-color);
}

/* .read-text{
  display: inline;
} */

/* error page styling */

.error404 header,
.error404 footer {
  display: none;
}

img.error_img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}

.offcanvas-body .nav-link {
  position: relative;
}

.offcanvas-body span.caret {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  right: 0;
  padding: 5px;
  width: 30px;
  display: block;
  line-height: inherit;
  text-align: center;
  height: 100%;
  z-index: 1;
  border: none;
}

.offcanvas-body span.caret:after {
  content: "";
  margin: 0;
  border: 0;
  border-left: 1px solid var(--heading-color);
  border-top: 1px solid var(--heading-color);
  width: 8px;
  height: 8px;
  transform: rotate(225deg);
  position: relative;
  display: inline-block;
  transition: 0.5s ease all;
}

.offcanvas-body li.opened > a span.caret:after {
  transform: rotate(45deg);
  top: 3px;
}

button.btn-close.text-reset {
  font-size: 20px;
}

.woocommerce table.shop_table td.product-subtotal {
  font-weight: 700;
  color: var(--heading-color);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  color: var(--text-color-white);
  background-color: var(--primary-color);
  font-size: calc(var(--font-xl) + 1px);
  font-family: var(--heading-font);
  width: max-content;
  padding: 20px 50px;
  margin-top: 10px;
  margin: 20px 0 0 auto;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: var(--accent-color);
}

.woocommerce .cart-collaterals table.shop_table th {
  font-weight: 600;
}

.location-list li,
.location-list li span,
.location-list li a,
.list a {
  display: inline !important;
}

.get-link {
  color: var(--heading-color) !important;
  font-weight: 600 !important;
}

.get-link:hover {
  color: var(--primary-color) !important;
}

.location .map_box {
  width: 100%;
  height: 900px;
}

body.woocommerce p.stars a::before {
  font-size: 18px;
  background: transparent;
}

body.woocommerce p.stars a {
  height: 1em;
  width: 15px;
  margin-top: 0px;
}

.woocommerce #review_form #respond p.stars {
  margin: 0px;
  line-height: 1.2em;
}

.single p.woocommerce-noreviews {
  margin-bottom: 0;
}

.comment-reply-title {
  margin-bottom: 5px;
}

.woocommerce #reviews #comments h2.woocommerce-Reviews-title {
  font-family: var(--body-font);
  margin-bottom: 25px;
  font-weight: 700;
}

.comment-reply-title {
  font-weight: 700;
  color: var(--heading-color);
  font-size: 20px;
  display: block;
  padding-bottom: 5px;
}

.woocommerce #review_form #respond p {
  margin: 0 0 5px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 20px;
  margin-bottom: 5px;
  color: var(--heading-color);
  line-height: 1.3em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
  font-size: 15px;
  color: var(--para-color);
}

body.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 80px;
}

body.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 70px;
}

ol.commentlist {
  padding-left: 0;
}

.woocommerce .star-rating,
.woocommerce .star-rating::before {
  color: var(--primary-color);
}

.woocommerce .star-rating span {
  color: var(--primary-color);
}

form#commentform {
  width: 70%;
  border: 1px solid var(--border-color-1);
  padding: 20px;
  border-radius: 4px;
}

.woocommerce #review_form #respond p.form-submit {
  margin-top: 20px;
}

body.conveywp_body a.woocommerce-review-link {
  color: var(--para-color);
}

body.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 10px;
}

.pf-product-size-guide__tabs {
  box-shadow: none;
  border-bottom: 1px solid var(--border-color-1);
}

.pf-product-size-guide__tab {
  border: none;
  padding: 0 0 5px 0;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  background-color: transparent !important;
  margin-right: 40px;
}

.pf-product-size-guide__tab.pf-product-size-guide__tab--active {
  border: none;
  border-bottom: 2px solid var(--primary-color);
  color: var(--primary-color);
}

body .pf-size-guide-modal__content h4 {
  font-family: var(--body-font);
}

.single .pf-size-guide-modal__content p {
  margin-bottom: 5px;
}

li.pf-size-guide-modal-size-chart__tab.pf-size-guide-modal-size-chart__tab--active {
  box-shadow: inset 0 -3px var(--primary-color);
  font-weight: bold;
  color: var(--primary-color);
}

div.pf-size-guide-modal__content,
.pf-size-guide-modal__header {
  padding: 20px;
}

.pf-size-guide-modal__header {
  padding-bottom: 0;
}

.woocommerce-cart .woocommerce .return-to-shop a {
  background: var(--primary-color);
  font-size: 15px;
  border-radius: 4px;
  font-family: var(--heading-color);
}

.woocommerce-cart .woocommerce .return-to-shop a:hover {
  background: var(--accent-color);
}

.woocommerce .woocommerce-result-count {
  font-weight: 600;
  font-family: var(--heading-font);
  color: var(--heading-color);
  margin-top: 10px;
}

table.pf-size-guide-modal-size-chart__table td {
  font-size: 14px;
}

.woocommerce .woocommerce-message a.button.wc-forward {
  background-color: transparent !important;
  padding: 5px 0 0;
}

.offcanvas-body .navbar-nav > li.opened > ul.dropdown-menu,
.offcanvas-body .navbar-nav li.opened > ul.dropdown-submenu {
  max-height: 100vh;
  opacity: 1;
}

.offcanvas-body .navbar-nav > li:hover .dropdown-menu,
.offcanvas-body .navbar-nav li:hover > .dropdown-submenu {
  opacity: 0;
  top: 15px;
}

.offcanvas-body .navbar-nav > li .dropdown-menu,
.offcanvas-body .navbar-nav li .dropdown-submenu {
  visibility: visible;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease all;
  top: 0;
  opacity: 0;
  max-height: 0;
  left: 0;
  padding: 0;
}

.offcanvas-body span.caret {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}

.woocommerce .checkout_coupon.woocommerce-form-coupon button.button {
  background: var(--primary-color);
  text-transform: uppercase;
  padding: 17px 50px;
  font-size: calc(var(--font-xl) - 2px);
  color: var(--text-color-white);
}

.woocommerce .checkout_coupon.woocommerce-form-coupon button.button:hover {
  background-color: var(--accent-color);
  color: var(--text-color-white);
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 49%;
}

.woocommerce .checkout_coupon.woocommerce-form-coupon .form-row-first,
.woocommerce-page .checkout_coupon.woocommerce-form-coupon .form-row-first {
  width: calc(100% - 220px);
}

.woocommerce .checkout_coupon.woocommerce-form-coupon .form-row-last,
.woocommerce-page .checkout_coupon.woocommerce-form-coupon .form-row-last {
  width: fit-content;
}

.comment-form label,
.checkout_coupon.woocommerce-form-coupon p {
  margin-bottom: 10px;
  font-size: 16px;
}

.pf-size-guide-modal-size-chart__table tr {
  display: masonry;
}

.elementor .elementor-element.elementor-widget-n-accordion > .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title[aria-expanded="true"] {
  padding-bottom: 10px;
}

.single-post .blog_desc {
  text-align: center;
  padding: 0 10% 30px;
}

.single-post .panel-body {
  padding: 0;
}

.no-results.not-found {
  text-align: center;
}

.search .col-md-9.content-left,
.archive .col-md-9.content-left {
  width: 100%;
}

.highlight-text {
  color: var(--primary-color);
}

.step-icon .elementor-icon-list-icon {
  position: relative;
  background-color: var(--primary-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  border-radius: 3px;
}

.step-icon .elementor-icon-list-icon::before {
  content: "1";
  transform: translate(-50%);
  position: absolute;
  left: 50%;
  font-size: 22px;
  color: var(--text-color-white);
}

.step-icon.icon-two .elementor-icon-list-icon::before {
  content: "2";
}

.step-icon.icon-three .elementor-icon-list-icon::before {
  content: "3";
}

.step-icon.icon-four .elementor-icon-list-icon::before {
  content: "4";
}

.product_slider .swiper_nav {
  display: none;
}

.admin-bar .vbox-close {
  top: 62px;
  right: 30px;

  font-size: 35px;
}

.vbox-close {
  top: 30px;
  right: 30px;

  font-size: 35px;
}

.add_cart .loading .add_cart_loader {
  display: flex;
  justify-content: center;
  align-items: center;
}

.add_cart .loading .add_cart_loader {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #000000 0deg, #646a6c 270deg, rgba(180, 254, 221, 0) 320deg, rgba(180, 254, 221, 0) 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 5px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
  animation: spin 1s linear infinite;
  right: 15px;
  top: 15px;
}

/* Rotation keyframes */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.woocommerce a.button.loading.add_to_cart_button::after {
  top: 12px;
  right: 10px;
}

.woocommerce a.button.add_to_cart_button {
  margin-right: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr td[data-title="Subtotal"],
.woocommerce .cart-collaterals table.shop_table td[data-title="Total"] {
  font-size: 20px;
}

/* order received  */
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-weight: 600;
  font-size: calc(var(--font-xl) + 5px);
  text-align: center;
  margin-bottom: 20px;
  color: var(--heading-color);
}

.woocommerce-order {
  margin-bottom: 20px;

  border-radius: 5px;
}

h2.woocommerce-order-details__title,
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
  font-size: calc(var(--font-xl) + 2px);
  margin-bottom: 20px;
}

.woocommerce ul.order_details li {
  float: none;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed var(--heading-color);
  padding-right: 0;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;

  text-align: left;
  width: 100%;
}

.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid var(--heading-color);
  border-bottom-width: 1px;
  border-right-width: 1px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: calc(var(--font-md) + 2px);
  line-height: 1.5em;
  color: var(--para-color);
}

.woocommerce table.shop_table {
  border-radius: 5px;
  padding: 20px 0 10px;
}

.woocommerce table.shop_table {
  border-radius: 5px;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-color: var(--border-color-1);
}

.woocommerce ul.order_details {
  margin: 0 0 25px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  background: #ffe5d8;
  padding: 20px;
  color: var(--heading-color);
  border-radius: 5px;
}

div.woocommerce ul.woocommerce-thankyou-order-details li {
  margin-bottom: 0;
}

.woocommerce .woocommerce-order-details .product-total {
  text-align: end;
}

.woocommerce .woocommerce-order-details tfoot tr td {
  text-align: end;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  width: 50%;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  color: var(--heading-color);
}

.product-quantity {
  padding: 0;
  background-color: transparent;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-color: var(--heading-color);
  background-color: var(--text-color-white);
}

.woocommerce .woocommerce-order-details tfoot tr th {
  font-weight: 600;
}

.woocommerce .woocommerce-order-details tfoot tr td {
  font-weight: 400;
  font-size: calc(var(--font-sm) + 2px);
}

.woocommerce table.shop_table td {
  border-top: 1px solid var(--heading-color);
  background-color: var(--text-color-white);
}

.woocommerce table.shop_table.wishlist_table tr td {
  background-color: var(--text-color-white);
  font-size: calc(var(--font-sm) + 2px);
}

.woocommerce table.shop_table td a {
  font-weight: 600;
  color: var(--heading-color);
  font-size: var(--font-base);
}

.woocommerce table.shop_table td a:hover {
  color: var(--main-color);
}

.woocommerce table.shop_table td strong {
  display: inline;
  font-weight: 600;
}

div.woocommerce ul.order_details li {
  color: var(--heading-color);
  padding-right: 25px;
}

.woocommerce-Price-amount.amount {
  font-weight: 600;

  color: var(--heading-color);
}

.shop-s-column .wc-block-featured-product__wrapper .woocommerce-Price-amount.amount {
  font-size: var(--font-lg);
  color: var(--white);
}

.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-Price-amount.amount {
  font-size: calc(var(--font-lg) + 1px);
}

.cart_totals h2 {
  font-size: calc(var(--font-lg) + 1px);
}

.product_card .woocommerce-Price-amount.amount {
  font-weight: 600;
  font-size: calc(var(--font-base) + 2px);
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 0.4;
  display: inline-block;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb {
  color: var(--heading-color);
  font-weight: 500;
}

.woocommerce table.shop_table.woocommerce-table--order-details thead tr th {
  padding: 10px 10px;
  font-size: calc(var(--font-lg) + 1px);
  font-size: 20px;
  font-weight: 700;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  padding: 10px 10px;
}

/* order received end */
/* order traker */
form.woocommerce-form.woocommerce-form-track-order.track_order {
  padding: 40px;
  border: 1px solid var(--heading-color);
  background: var(--bg-color-1);
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 70%;
  margin: 0 auto;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100%;
  overflow: visible;
}

.woocommerce form .form-row label {
  font-weight: 600;
  font-size: calc(var(--font-sm) + 2px);
  color: var(--heading-color);
  line-height: 1.6em;
  margin: 0 0 8px 0;
}

.woocommerce .woocommerce-form-track-order .form-row .input-text {
  margin-top: 5px;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  border: 1px solid var(--border-color-1);
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  border: 1px solid var(--heading-color);
  font-size: calc(var(--font-sm) + 2px);
  padding: 12px 20px;
  border-radius: 5px;
  color: var(--text-color);
  background-color: var(--bg-color-1);
}

.woocommerce form .form-row .input-text:focus-visible,
.woocommerce form .form-row select:focus-visible {
  outline: none;
  border: 1px solid var(--heading-color);
}

h2.wc-bacs-bank-details-heading {
  font-size: calc(var(--font-2xl) + 3px);
}

h3.wc-bacs-bank-details-account-name {
  font-size: calc(var(--font-xl) - 1px);
}

/* order traker */
.cart-wrap a.open_cart {
  font-size: calc(var(--font-lg) + 1px);
}

.cart-wrap a.open_cart i {
  font-size: calc(var(--font-lg) + 1px);
}

.cart-wrap .cart_body {
  top: calc(100% + 1px);
  right: 0;
  background-color: var(--bg-color-1);
  min-width: 380px;
  border: 1px solid var(--heading-color);
}

.cart-wrap .cart_body:before {
  content: "";
  width: 14px;
  height: 14px;
  top: -7px;
  right: 32px;
  position: absolute;
  display: block;
  background-color: var(--white);
  transform: rotate(45deg);
}

/* When removing */
.mini_cart_item.is-removing {
  opacity: 0.3;
}
.page-privacy-policy-website p{
  margin-bottom: 10px;
}
