.divider {
  border: 0;
  border-bottom: 1px solid rgb(61 61 61 / 20%);
  margin-bottom: 80px;
}
.title-block-wrap .title-block-left [class*="heading-"] {
  margin-bottom: 0;
}
.inner-banner.inner-big-banner {
  align-items: center;
  min-height: 550px;
}
.inner-big-banner .service-usps-ul {
  column-count: 2;
  column-gap: 30px;
  margin: 30px 0 10px;
}
.inner-big-banner .service-usps-ul .usps-li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.inner-big-banner .service-usps-ul .usps-icon {
  width: 60px;
  height: 60px;
  background-color: var(--secondary);
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.inner-big-banner .service-usps-ul .usps-detail {
  width: calc(100% - 60px);
  padding-left: 20px;
  color: var(--white);
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.32px;
}
.inner-big-banner .inbanner-content {
  max-width: 500px;
}
.inner-banner img.bgimg {
  height: 100% !important;
}
/* ol styling */
main ol {
  list-style-type: none;
  margin-left: 0;
  counter-reset: li;
  margin: 40px 0;
}
main ol li {
  font-size: 15px;
  line-height: 24px;
  position: relative;
  padding-left: 2px;
  color: var(--black);
  letter-spacing: 0.32px;
  padding-left: 20px;
  font-family: var(--font-sora-family);
}
main ol li:before {
  counter-increment: li;
  content: counter(li) ".";
  color: #000000;
  margin-right: 0;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
main ol li:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(61 61 61 / 20%);
}
main ol li strong {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}
/**/
.button-border > img {
  margin-right: 0;
}
a.button:before,
input.button:before,
button.button:before,
[class*="button-"]:before {
  content: "";
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0, 1);
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
/*
.woocommerce a.button:hover:before,
.woocommerce input.button:hover:before,
.woocommerce button.button:hover:before,
[class*="button-"]:hover:before {
  transform: scale(1, 1);
  background-color: var(--secondary);
  margin-left: 0;
}
 */
.button-border:before {
  background-color: var(--theme);
}
.button-yellow:hover,
.button-border:hover {
  border-color: var(--theme);
  color: var(--white);
  background: var(--theme);
}
/********---------- product list---------*********/
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px -50px;
}
.woocommerce ul.products.slick-initialized {
  width: calc(100% + 20px);
  margin: 0 -10px;
  display: block;
}
.woocommerce ul.products li.product {
  text-align: center;
  width: 20%;
  margin: 0 0 50px 0;
  padding: 0 10px;
}
.woocommerce ul.products.columns-4 li.product {
  width: 25%;
}
.woocommerce ul.products.columns-3 li.product {
  width: 33.33%;
}
.woocommerce ul.products li.product .button {
  line-height: 1;
  margin: 0;
  font-size: 12px;
  padding: 15px 28px;
  display: inline-flex;
}
.woocommerce ul.products li.product .button img {
  margin: 0 0 0 8px;
}
.woocommerce ul.products li.product .product-img {
  border: 1px solid #e1ebf6;
  padding: 0px;
}
.woocommerce ul.products li.product .product-img > img {
  margin: auto;
  display: block;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  color: #000000;
  text-transform: inherit;
  padding: 0;
  max-width: 270px;
  margin: 0 auto;
}
.woocommerce ul.products li.product .plabel {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--black);
  margin-bottom: 12px;
}
.woocommerce ul.products li.product .price-wrap {
  margin-top: 14px;
}
.woocommerce ul.products li.product .prod-text {
  margin: 30px 0;
}
.woocommerce ul.products li.product a {
  display: block;
  width: 100%;
}
.woocommerce ul.products li.product .price {
  font-size: 14px;
  color: var(--black);
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0;
  opacity: 1;
  letter-spacing: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.woocommerce ul.products li.product .price del {
  font-size: 14px;
  color: var(--black);
  letter-spacing: 0;
  font-weight: bold;
  padding-right: 10px;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
/**/
.brand-category-ul {
  display: flex;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.brand-category-ul .brand-category-li {
  margin: 0 10px;
  width: calc(100% / 4);
  cursor: pointer;
  transition: width 750ms ease-in-out;
  transition-delay: 250ms;
  height: 600px;
  border-radius: 4px;
}
.brand-category-ul .brand-category-li:hover {
  width: 58%;
}
.brand-category-ul .brand-category-li .brandimg {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 4px;
}
.brand-category-ul .brand-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.brand-box-overlay {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  align-items: flex-start;
  flex-direction: column;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.brand-box-overlay:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgb(0 0 0 / 100%) 0%,
    rgb(0 17 29 / 0%) 100%
  );
  border-radius: 6px;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.brand-category-ul .brand-category-li:hover .brand-box-overlay:before {
  opacity: 0.6;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.brand-category-ul .brand-logo {
  display: flex;
  background-color: #ffffff;
  flex-wrap: wrap;
  padding: 6px 10px;
  border-radius: 4px;
  transform: translate(-50%, 40%);
  transition: 750ms ease-in-out;
  transition-delay: 250ms;
  left: 50%;
  top: 0;
  position: relative;
}
.brand-category-ul .brand-category-li:hover .brand-logo {
  left: 0;
  transform: translate(0%, 0%);
  margin-left: 20px;
  transition: 750ms ease-in-out;
  transition-delay: 250ms;
  transform: translate(0, 40%);
}
.brand-category-ul .brand-logo > img {
  display: block;
  width: auto;
}
.brand-category-ul .brand-bxinfo {
  margin-top: auto;
  padding: 20px;
  transition: 750ms ease-in-out;
  transition-delay: 250ms;
  transform: translate(-50%, 0%);
  transition: 750ms ease-in-out;
  transition-delay: 250ms;
  left: 50%;
  position: relative;
}
.brand-category-ul .brand-category-li:hover .brand-bxinfo {
  left: 0;
  transform: translate(0%, 0%);
  margin-left: 0px;
  transition: 750ms ease-in-out;
  transition-delay: 250ms;
  transform: translate(0, 0%);
}
.brand-category-ul .brand-bxinfo .b-title {
  font-size: 20px;
  letter-spacing: 0.4px;
  font-weight: bold;
  line-height: 22px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.brand-category-ul .brand-bxinfo .b-read {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.28px;
  line-height: 1;
}
.brand-category-ul .brand-bxinfo .b-read > img {
  margin-left: 8px;
}
/*---------*/
.common-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.common-block .cblock-title {
  width: calc(100% - 750px);
  padding-right: 20px;
}
.common-block .cblock-info {
  width: 750px;
}
/*--------------- content section ------------*/
.content-wrapper .ctent-img {
  width: 760px;
  position: sticky;
  top: 190px;
  align-self: flex-start;
}
.content-wrapper .ctent-img > img {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.content-wrapper .ctent-block {
  width: calc(100% - 760px);
  max-width: 620px;
  padding-right: 20px;
  margin: auto 0;
}
.content-wrapper .ctent-block-wr:not(:last-child) {
  margin-bottom: 80px;
}
.content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block {
  padding-left: 20px;
  padding-right: 0;
}
.content-wrapper .ctent-img iframe {
  width: 100%;
  height: 500px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.arrow-top .slick-next {
  right: 0;
  top: 0;
  margin-top: -62px;
  margin-right: 10px;
}
.arrow-top .slick-prev {
  right: 0;
  top: 0;
  margin-top: -62px;
  margin-left: -95px;
  left: 100%;
}
.slick-dots li button:before {
  width: 12px;
  height: 12px;
  line-height: 12px;
  display: none;
}
/* services css */
.service-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.service-ul .service-li {
  width: 33.33%;
  padding: 0 25px;
}
.service-ul .service-li .service-box {
  position: relative;
  overflow: hidden;
}
.service-ul .service-img {
  position: relative;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(0 0 0 / 20%) 100%
  );
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.service-ul .service-li:hover .service-img {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(0 0 0 / 50%) 100%
  );
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.service-ul .service-img > img {
  border-radius: 4px;
  display: block;
  width: 100%;
  mix-blend-mode: multiply;
}
.service-bottom {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  left: 0;
}
.service-title {
  font-size: 30px;
  color: #ffffff;
  font-weight: 500;
  line-height: 36px;
  text-shadow: 0px 10px 10px rgb(0 0 0 / 48%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transform: translateY(-40px);
  text-transform: uppercase;
  max-width: 320px;
  margin: 0 auto;
}
.service-more {
  font-size: 12px;
  color: var(--black);
  letter-spacing: 0.24px;
  font-weight: bold;
  line-height: 1;
  background-color: #ffc425;
  padding: 18px 20px;
  margin-top: auto;
  width: 100%;
  border-radius: 0 0 3px 3px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  height: 50px;
  position: absolute;
  bottom: 0;
  transform: translateY(50px);
}
.service-ul .service-li:hover .service-more {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transform: translateY(0px);
}
.service-more > img {
  margin-left: 10px;
}
.service-ul .service-li:hover .service-title {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  margin: 0 auto 40px;
}
ul.area-ul {
  list-style-type: none;
  margin-left: 0;
}
ul.area-ul li {
  position: relative;
  font-size: 15px;
  letter-spacing: 0.3px;
  padding-left: 30px;
}
ul.area-ul li:before {
  position: absolute;
  content: "";
  background-image: url("../images/icon/map-marker.svg");
  width: 16px;
  height: 21px;
  left: 0;
  top: 0;
  filter: invert(0) brightness(0);
  margin-top: 2px;
}
ul.area-ul li,
ul.area-ul li a {
  color: var(--black);
}
ul.area-ul li a {
  text-decoration: none;
}
ul.area-ul li a:hover,
ul.area-ul li.active {
  color: var(--theme);
}
.woocommerce ul.products.slick-initialized {
  display: block;
}
/*  Wp new css */
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  color: #2d2d2d;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0.3px;
  font-weight: normal;
  font-family: "Inter";
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form
  .wc-block-components-text-input
  input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"],
.wc-blocks-components-select .wc-blocks-components-select__select {
  font-weight: normal;
  font-family: "Inter" !important;
  color: var(--secondary) !important;
  border: 1px solid #c2c2c2 !important;
  border-radius: 0 !important;
}
.wc-block-components-checkbox label input[type="checkbox"] {
  padding: 0 !important;
}
.wp-block-woocommerce-checkout-actions-block
  .wc-block-checkout__actions_row
  .wc-block-components-checkout-place-order-button
  .wc-block-components-checkout-place-order-button__text {
  justify-content: center;
  width: 100%;
}
/* minicart css */
.header-ac-links .wc-block-mini-cart__button {
  padding: 0 !important;
  gap: 0 !important;
}
.wc-block-mini-cart__button svg path,
.wc-block-mini-cart__button svg circle {
  fill: #fff;
}
.wc-block-mini-cart__template-part
  .wp-block-woocommerce-mini-cart-title-block.wc-block-mini-cart__title {
  border-bottom: 1px solid #d4d4d4;
  margin: 0;
  padding: 20px;
  font-size: 30px;
  mask-image: none;
}
.wp-block-woocommerce-mini-cart-title-items-counter-block {
  font-size: 20px;
}
table.wc-block-cart-items.wc-block-mini-cart-items tr > td {
  border-right: 0 !important;
}
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__image
  img {
  background-color: #f4f4f4;
  border: 1px solid #d4d4d4;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
  width: 80px;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector__input {
  font-size: 14px !important;
  font-weight: normal !important;
  border-left: 1px solid #c2c2c2 !important;
  border-right: 1px solid #c2c2c2 !important;
  font-family: "Inter";
  color: var(--textcolor) !important;
}
.wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button {
  opacity: 1 !important;
  color: var(--textcolor) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.wc-block-cart-items.wc-block-mini-cart-items .wc-block-cart-item__remove-link,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link {
  color: var(--theme) !important;
  font-size: 12px !important;
}
.wc-block-components-quantity-selector:after {
  border-color: #c2c2c2 !important;
}
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name {
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: bold;
  color: var(--textcolor);
}
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link):focus {
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #23282c;
  outline: 0px solid transparent;
}
.wc-block-components-button.wp-block-woocommerce-mini-cart-checkout-button-block:hover {
  background-color: #fff;
  border-color: var(--theme);
  color: var(--theme);
}
.wc-block-components-drawer__close-wrapper
  .wc-block-components-button.wc-block-components-drawer__close {
  min-width: auto;
  margin: 0 !important;
}
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link):focus,
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link):focus {
  box-shadow: none !important;
  outline: none !important;
}
/* ***********  CART PAGE *********** */
table.wc-block-cart-items tr td:not(:last-child),
table.wc-block-cart-items tr th:not(:last-child) {
  border-right: 1px solid #d4d4d4;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input {
  padding: 0;
}
.shopping-detail-sec .wp-block-woocommerce-cart-order-summary-block {
  background: #f4f4f4;
  padding: 30px;
  margin-bottom: 20px;
}
.shopping-detail-sec .wp-block-woocommerce-cart-cross-sells-block {
  margin-top: 80px;
}
.is-large.wc-block-cart .wc-block-cart-items {
  border: 1px solid #d4d4d4;
}
.is-large.wc-block-cart .wc-block-cart-items th {
  padding: 15px 16px 15px !important;
  color: var(--black);
  line-height: 1.2;
  font-size: 14px;
}
.is-large.wc-block-cart .wc-block-cart-items td {
  padding: 20px !important;
}
.wc-block-components-checkout-order-summary__title
  .wc-block-components-checkout-order-summary__title-text {
  border-bottom: 1px solid #d4d4d4;
  margin: 0 !important;
  padding: 10px 20px 20px;
}
.wp-block-woocommerce-checkout-order-summary-block {
  border-color: #d4d4d4 !important;
}
.wc-block-components-totals-item__label,
.wc-block-components-formatted-money-amount,
.is-large.wc-block-cart .wc-block-cart__totals-title,
.wc-block-components-checkout-order-summary__title
  .wc-block-components-checkout-order-summary__title-text {
  font-size: 20px !important;
  font-family: var(--font-theme-family);
  font-weight: bold !important;
  color: #2d2d2d;
  line-height: 1.2;
}
.is-large.wc-block-cart .wc-block-cart__totals-title {
  padding: 10px 0 20px 0 !important;
}
.is-large.wc-block-cart .wc-block-cart-items th {
  text-align: center;
}
.is-large.wc-block-cart
  .wc-block-components-sidebar
  .wp-block-woocommerce-cart-order-summary-block {
  background-color: #f4f4f4;
  padding: 30px;
  margin-bottom: 20px;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__header
  .wc-block-cart-items__header-total,
table.wc-block-cart-items
  .wc-block-cart-items__header
  .wc-block-cart-items__header-total {
  text-align: center !important;
}
/*  MY ACCOUT PAGE CSS  */
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
  background: #f8f8f8;
  padding: 50px 40px;
  border-radius: 10px;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
  background: #f8f8f8;
  padding: 50px 40px;
}
.woocommerce-account .addresses .title h3 {
  float: left;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 22px;
}
.woocommerce-account .addresses header {
  background: transparent;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.enquiry_text,
.woocommerce form .form-row.woocommerce-validated select,
.select2-container--default .select2-selection--single {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #c2c2cc;
  border-radius: 0;
  font-family: "Inter";
  background: #fff;
  color: var(--secondary);
  font-size: 14px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  letter-spacing: 0.4px;
  text-align: left;
  font-weight: normal;
  margin-bottom: 10px;
}
.woocommerce form .form-row textarea {
  font-size: 16px;
}
.wc-block-components-button:not(.is-link).outlined:not(:focus) {
  box-shadow: none;
  outline: none;
}
.woocommerce form .form-row label {
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 16px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:not(.compare):hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
#yith-woocompare .added_to_cart:hover,
#yith-woocompare .button:hover,
.woocommerce a.button:not(.compare):hover {
  background-color: var(--secondary);
  color: var(--white);
}
.woocommerce-privacy-policy-text {
  margin-bottom: 30px;
}
#customer_login
  .login
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: block;
  margin: 10px 0 20px;
}
/*ACCOUNT*/
.woocommerce form.login,
.woocommerce form.register {
  margin-bottom: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  float: none;
}
nav.woocommerce-MyAccount-navigation ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: center;
}
nav.woocommerce-MyAccount-navigation ul li.is-active,
nav.woocommerce-MyAccount-navigation ul li:hover {
  background: var(--brown);
  color: #fff;
}
nav.woocommerce-MyAccount-navigation ul li {
  flex: 1;
  background: #fff;
  padding: 0;
  display: inline-block;
  border: 1px solid #e8e8e8;
  margin: 0 -1px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  letter-spacing: 0.3px;
}
nav.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 15px;
  font-weight: 500;
  width: 100%;
  font-size: 16px;
  white-space: nowrap;
  color: #4b4b4b;
  text-decoration: none;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a,
nav.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-info::before,
.wc-block-components-checkout-return-to-cart-button:hover {
  color: var(--theme);
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
  padding-top: 30px;
  text-align: left;
  background: #fff;
  padding: 30px 0;
}
.woocommerce-notices-wrapper {
  width: 100%;
}
nav.woocommerce-MyAccount-navigation ul li::before {
  content: none;
}
.woocommerce-account .woocommerce-MyAccount-content p {
  margin-bottom: 32px;
}
.woocommerce-account .woocommerce-MyAccount-content p a {
  font-weight: normal;
  text-decoration: none;
}
.woocommerce table.my_account_orders .button.view {
  white-space: nowrap;
  padding: 12px 20px;
  min-width: 100px;
}
.woocommerce-info {
  border-top-color: #2d2d2d;
}
.header-ac-links .wc-block-mini-cart__button .wc-block-mini-cart__icon {
  width: 35px;
  height: 35px;
}
.header-ac-links .wc-block-mini-cart__badge {
  color: var(--white);
  background: var(--theme);
  position: absolute;
  font-size: 10px;
  top: 5px;
  right: -2px;
  left: auto;
  width: 16px;
  height: 16px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
*:has(> .asset-path-error) {
  position: relative;
}
.asset-path-error {
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
  background: #888888;
  padding: 0 10px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.loading::after {
  top: 50%;
  right: 50%;
  margin-right: -10px;
  margin-top: -13px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.added::after {
  font-size: 7px;
  line-height: 14px;
  color: #fff;
  border-radius: 50%;
  background: green;
  height: 13px;
  width: 13px;
  position: absolute;
  top: 2px;
  right: 8px;
}
.movex-product-listing-grid li .pro-category {
  display: none;
}
/* media query */
@media (max-width: 1599.98px) {
  .service-ul .service-li {
    padding: 0 14px;
  }
  .service-ul {
    margin: 0 -14px;
  }
  .common-block .cblock-info {
    width: 850px;
  }
  .common-block .cblock-title {
    width: calc(100% - 850px);
    padding-right: 20px;
  }
  .content-wrapper .ctent-img {
    width: 680px;
  }
  .content-wrapper .ctent-block {
    width: calc(100% - 680px);
    max-width: 640px;
  }
}
@media (max-width: 1439.98px) {
  .common-block .cblock-info {
    width: 65%;
  }
  .common-block .cblock-title {
    width: 35%;
  }
  .brand-category-ul .brand-category-li {
    margin: 0 5px;
  }
  .brand-category-ul {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }
  .brand-category-ul .brand-category-li {
    height: 480px;
  }
  .service-ul .service-li {
    padding: 0 8px;
  }
  .service-ul {
    margin: 0 -8px;
  }
  .service-title {
    font-size: 24px;
    line-height: 30px;
    padding: 0 10px;
  }
  .woocommerce ul.products li.product {
    padding: 0 5px;
    margin: 0 0 30px 0;
  }
  .woocommerce ul.products {
    margin: 0 -5px -30px;
    width: calc(100% + 10px);
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
  }
  .woocommerce ul.products li.product .prod-text {
    margin: 20px 0;
  }
  .content-wrapper .ctent-img {
    width: 500px;
  }
  .content-wrapper .ctent-block {
    width: calc(100% - 500px);
    max-width: 100%;
  }
  .inner-big-banner .inbanner-content {
    max-width: 600px;
  }
  .inner-banner.inner-big-banner {
    min-height: 500px;
  }
  .content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block {
    padding-left: 50px;
  }
  .content-wrapper .ctent-block {
    padding-right: 50px;
  }
  .woocommerce ul.products li.product {
    width: 25%;
  }
}
@media (max-width: 1199.98px) {
  .brand-category-ul .brand-category-li {
    height: 380px;
  }
  .brand-category-ul .brand-bxinfo .b-title {
    font-size: 16px;
    letter-spacing: 0.2px;
  }
  .brand-category-ul .brand-bxinfo {
    padding: 20px 10px;
  }
  .service-ul .service-li {
    padding: 0 4px;
  }
  .service-ul {
    margin: 0 -4px;
  }
  .service-title {
    font-size: 20px;
    line-height: 24px;
  }
  .woocommerce ul.products li.product .plabel {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .content-wrapper .ctent-block-wr:not(:last-child) {
    margin-bottom: 60px;
  }
  .content-wrapper .ctent-img {
    width: 350px;
  }
  .content-wrapper .ctent-block {
    width: calc(100% - 350px);
    max-width: 100%;
  }
  .inner-banner.inner-big-banner {
    min-height: 450px;
  }
  .inner-big-banner .service-usps-ul {
    margin: 20px 0 10px;
    column-gap: 15px;
  }
  .inner-big-banner .service-usps-ul .usps-li {
    margin-bottom: 20px;
  }
  .inner-big-banner .service-usps-ul .usps-icon {
    width: 50px;
    height: 50px;
  }
  .inner-big-banner .service-usps-ul .usps-icon > img {
    padding: 10px;
  }
  .inner-big-banner .service-usps-ul .usps-detail {
    width: calc(100% - 50px);
    padding-left: 10px;
  }
  .content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block {
    padding-left: 30px;
  }
  .content-wrapper .ctent-block {
    padding-right: 30px;
  }
  .content-wrapper .ctent-img iframe {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .common-block .cblock-info {
    width: 100%;
  }
  .woocommerce .col2-set .col-2,
  .wc-block-components-sidebar,
  .woocommerce-MyAccount-content {
    margin-top: 30px;
  }
  .woocommerce form.login,
  .woocommerce form.register {
    margin: 0;
  }
  .common-block .cblock-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .common-block .cblock-title [class*="heading-"] {
    margin-bottom: 0;
  }
  .is-medium table.wc-block-cart-items,
  .is-mobile table.wc-block-cart-items,
  .is-small table.wc-block-cart-items {
    border: 1px solid #d4d4d4;
  }
  .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
  .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    padding: 0 !important;
    border-bottom: 1px solid #d4d4d4;
  }
  .is-medium table.wc-block-cart-items td,
  .is-mobile table.wc-block-cart-items td,
  .is-small table.wc-block-cart-items td {
    padding: 15px !important;
  }
  .wc-block-cart table.wc-block-cart-items {
    margin-bottom: 30px;
  }
  table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    border-bottom: 0;
  }
  .wc-block-cart-items .wc-block-cart-item__total {
    display: none;
  }
  .wc-block-cart table.wc-block-cart-items td {
    margin-bottom: 0 !important;
  }
  .wc-block-cart-item__total
    .wc-block-cart-item__total-price-and-sale-badge-wrapper
    .price
    .wc-block-components-product-price__value:is(:empty) {
    display: none;
  }
  .wc-block-cart-item__total
    .wc-block-cart-item__total-price-and-sale-badge-wrapper
    .price:has(.wc-block-components-product-price__value:is(:empty)) {
    padding: 0;
    display: none;
  }
  .is-medium .wc-block-cart__sidebar,
  .is-mobile .wc-block-cart__sidebar,
  .is-small .wc-block-cart__sidebar {
    margin-bottom: 0 !important;
    margin-top: 0;
  }
  .is-medium
    .wp-block-woocommerce-checkout-order-summary-block
    .wc-block-components-checkout-order-summary__title {
    border-bottom: 1px solid #d4d4d4;
  }
  .wc-block-components-checkout-order-summary__title
    .wc-block-components-checkout-order-summary__title-text {
    border-bottom: 0;
    padding: 0;
  }
  .brand-category-ul .brand-logo {
    width: 100px;
    height: 34px;
    padding: 5px;
  }
  .brand-category-ul .brand-logo > img {
    object-fit: contain;
    width: 100%;
    height: auto;
    max-height: 100%;
  }
  .brand-category-ul .brand-category-li {
    height: 320px;
    margin: 0 2px;
  }
  .brand-category-ul {
    width: calc(100% + 4px);
    margin: 0 -2px;
  }
  .service-title {
    font-size: 18px;
    line-height: 22px;
  }
  .service-more {
    height: 32px;
    padding: 10px 10px;
    font-size: 12px;
  }
  .service-ul .service-li:hover .service-title {
    margin: 0 auto 25px;
  }
  .service-title {
    transform: translateY(-20px);
  }
  .woocommerce ul.products.columns-4 li.product,
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce ul.products li.product {
    width: 33.33%;
  }
  .content-wrapper .ctent-img {
    width: 100%;
  }
  .content-wrapper .ctent-block {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block {
    padding-left: 0;
  }
  .content-wrapper .ctent-block ul:last-of-type {
    margin-bottom: 0;
  }
  .divider {
    margin-bottom: 60px;
  }
  .arrow-top .slick-next {
    right: 0;
    top: 100%;
    margin-top: 0px;
    margin-right: 0px;
  }
  .arrow-top .slick-prev {
    right: 0;
    top: 100%;
    margin-top: 0px;
    margin-right: 40px;
    left: auto;
  }
  .inner-big-banner .inbanner-content {
    max-width: 100%;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
    float: none;
    padding: 25px 30px;
  }
}
@media (max-width: 767.98px) {
  nav.woocommerce-MyAccount-navigation ul li {
    flex: none;
    width: 33.33%;
  }
  .brand-category-ul .brand-category-li {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .brand-category-ul .brand-category-li:hover {
    width: calc(50% - 10px);
  }
  .brand-category-ul {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 -10px;
  }
  .service-ul .service-li .service-box {
    height: 250px;
  }
  .service-ul .service-img {
    display: block;
    height: 100%;
  }
  .service-ul .service-img > img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
  }
  .service-title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .woocommerce ul.products.columns-4 li.product,
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce ul.products li.product {
    padding: 0 2px;
    margin: 0 0 22px 0;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    margin: 0 0 22px 0;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    padding: 20px;
  }
  .woocommerce ul.products {
    margin: 0 -2px -22px;
    width: calc(100% + 4px);
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 12px;
  }
  .woocommerce ul.products li.product .button {
    padding: 14px 18px;
  }
  .woocommerce ul.products li.product .plabel {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .woocommerce ul.products li.product .price-wrap {
    margin-top: 12px;
  }
  .woocommerce ul.products li.product .price {
    font-size: 12px;
    line-height: 1.2;
  }
  .woocommerce ul.products.slick-initialized {
    width: calc(100% + 4px);
    margin: 0 -4px;
  }
  .inner-banner.inner-big-banner {
    min-height: 400px;
  }
  .inner-big-banner .service-usps-ul .usps-detail {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 575.98px) {
  nav.woocommerce-MyAccount-navigation ul li {
    width: 50%;
  }
  .wc-block-components-totals-item__label,
  .wc-block-components-formatted-money-amount,
  .is-large.wc-block-cart .wc-block-cart__totals-title {
    font-size: 18px !important;
  }
  .is-mobile
    table.wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-cart-item__quantity {
    padding-right: 0 !important;
  }
  .brand-category-ul .brand-category-li {
    height: 220px;
    width: calc(50% - 4px);
    margin: 0 2px 4px;
  }
  .brand-category-ul .brand-bxinfo .b-title {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
  }
  .brand-category-ul .brand-bxinfo .b-read {
    font-size: 12px;
    letter-spacing: 0.2px;
  }
  .brand-category-ul .brand-bxinfo .b-read > img {
    margin-left: 2px;
    width: 10px;
  }
  .brand-category-ul .brand-category-li:hover {
    width: calc(50% - 4px);
  }
  .brand-category-ul .brand-category-li:hover .brand-logo {
    transform: translate(-50%, 40%);
    left: 50%;
    margin-left: 0;
  }
  .brand-category-ul .brand-category-li:hover .brand-bxinfo {
    left: 50%;
    transform: translate(-50%, 0%);
    margin-left: 0px;
  }
  .brand-category-ul .brand-bxinfo {
    text-align: center;
  }
  .service-ul .service-li {
    width: 100%;
    padding: 0;
  }
  .service-ul .service-li:not(:last-child) {
    margin-bottom: 10px;
  }
  .service-ul {
    margin: 0;
  }
  .woocommerce-info:has(.button.wc-forward) {
    position: relative;
    padding-bottom: 75px;
  }
  .woocommerce-info .button.wc-forward {
    position: absolute;
    bottom: 15px;
    left: 15px;
  }
  .woocommerce-MyAccount-content .woocommerce-info {
    margin-bottom: 0;
  }
  .woocommerce ul.products.columns-4 li.product,
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce ul.products li.product {
    width: 50%;
  }
  .woocommerce ul.products li.product .button {
    padding: 13px 14px;
  }
  .woocommerce ul.products li.product .button img {
    margin: 0 0 0 4px;
    width: 10px;
  }
  .woocommerce ul.products li.product .button {
    font-size: 11px;
  }
  main {
    margin-top: 36px;
  }
  .content-wrapper .ctent-block-wr:not(:last-child) {
    margin-bottom: 40px;
  }
  main ol li {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
  }
  main ol li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  main ol li strong {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
  }
  main ol {
    margin: 20px 0;
  }
  .divider {
    margin-bottom: 40px;
  }
  .inner-big-banner .service-usps-ul {
    column-gap: 5px;
  }
  .inner-big-banner .service-usps-ul .usps-icon {
    width: 40px;
    height: 40px;
  }
  .inner-big-banner .service-usps-ul .usps-detail {
    width: calc(100% - 40px);
    padding-left: 10px;
    font-size: 12px;
    line-height: 1.4;
  }
  .inner-big-banner .service-usps-ul .usps-icon > img {
    padding: 6px;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
  }
  ul.area-ul li {
    font-size: 14px;
    padding-left: 20px;
    line-height: 20px;
  }
  ul.area-ul li:before {
    width: 12px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 3px;
  }
  .content-wrapper .ctent-img iframe {
    height: 350px;
  }
  .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
  .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .is-medium table.wc-block-cart-items td,
  .is-mobile table.wc-block-cart-items td,
  .is-small table.wc-block-cart-items td {
    width: 100% !important;
  }
  table.wc-block-cart-items tr td:not(:last-child),
  table.wc-block-cart-items tr th:not(:last-child) {
    border-right: 0px solid #d4d4d4;
  }
  table.wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-cart-item__image {
    max-width: 150px;
    margin: 0 auto;
  }
  table.wc-block-cart-items
    .wc-block-cart-items__row
    .wc-block-components-product-name {
    max-width: 100% !important;
  }
  .wc-block-components-quantity-selector {
    margin: 0 auto !important;
  }
}
.is-large .wc-block-components-sidebar .wc-block-components-panel,
.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon {
  padding-left: 0;
  padding-right: 0;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  width: 100%;
}
.wp-block-woocommerce-checkout {
  padding-top: 0 !important;
}
.woocommerce form.login,
.woocommerce form.register {
  border: 0;
  padding: 0;
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
}
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  border-bottom: 1px solid #e1e1e1 !important;
}
.relative {
  position: relative;
}
.footer-signup-block form .wpcf7-spinner {
  background-color: #90969d;
}

table.dataTable > thead > tr > th:last-child {
  border-right: 1px solid #e1e1e1;
}
