/*#*#*#*#*#*#*#*#*########## Aria Tejarat Css #########*#*#*#*#*#*#*#*#****/

/* Configs */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.pl-1 {
  padding-left: 1rem;
}
.pr-1 {
  padding-right: 1rem;
}

/* Configs */
.ml-0 {
  margin-left: 0;
}
.mr-0 {
  margin-right: 0;
}
.ml-1 {
  margin-left: 1rem;
}
.mr-1 {
  margin-right: 1rem;
}

.w-80 {
  width: 80%;
}
.w-20 {
  width: 20%;
}
:root {
  --primary: #253b8e;
  --primary--hover: #1e3073;
  --aria-third-color-01: #fed128;

  --DimGray-200: #e0e0e0;
  --DimGray-500: #b3b3b3;
  --DimGray-DimGray: #666;
  --Secondary-40: #adadad;
  --Secondary-60: #747474;
  --Secondary-80: #808080;

  --aria-secendary-gray-color-01: #e1e1e1;
  --aria-secendary-gray-color-03: #ededed;

  --border-color-main: #ffffff40; /* rgba(255, 255, 255, 0.25) */
  --bg-white-02: #ffffff33; /* rgba(255, 255, 255, 0.2) */
  --bg-white-07: #ffffffc4; /* rgba(255, 255, 255, 0.77) */
  --bg-white-09: #ffffffe6; /* rgba(255, 255, 255, 0.9) */

  --font-family-main: "PeydaWebFaNum";
}
a {
  text-decoration: none;
  color: #3e3e3e;
}

ul,
li,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mark,
mark {
  padding: 0.2em;
  background-color: var(--DimGray-200, #e0e0e0);
  border-radius: 5px;
  padding: 2px 5px;
  margin: 0 4px;
}
.aria-button-secondary-white {
  display: block;
  padding: 12px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid var(--DimGray-200, #e0e0e0);
  background: #fff;
  color: #717171;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
.aria-button-secondary-white:hover {
  background: #fff;
  color: #5e5e5e;
  border: 1px solid var(--DimGray-200, #c7c7c7);
}

.aria-button-secondary-blue {
  border-radius: 8px;
  background: var(--primary, #253b8e);
  display: block;
  padding: 9px 9px 9px 9px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: unset;
  transition: all 0.3s ease-in-out;
}
.aria-button-secondary-blue:hover {
  background: var(--primary--hover, #1e3073);
  color: #fff;
}

.aria-button-secondary-gray {
  border-radius: 8px;
  background: #d3d3d3;
  display: block;
  padding: 9px 9px 9px 9px;
  text-align: center;
  color: #787878;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: unset;
  transition: all 0.3s ease-in-out;
}
.aria-button-secondary-gray:hover {
  background: #787878;
  color: #fff;
}
.aria-button-secondary-small {
  color: rgba(121, 121, 121, 0.72);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;

  transition: all 0.3s ease-in-out;
}
.aria-button-secondary-small:hover {
  color: rgba(121, 121, 121, 0.904);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
button.aria-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.aria-button {
  cursor: pointer;
  border-radius: 500px;
  background: var(--primary, #253b8e);
  display: block;
  padding: 12px 24px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: unset;
  transition: all 0.3s ease-in-out;
}
.aria-button:hover {
  background: var(--primary--hover, #1e3073);
  color: #fff;
}
.aria-button-secondary {
  border-radius: 50px;
  display: block;
  padding: 12px 24px;
  color: var(--primary, #253b8e);
  border: 1px solid var(--primary, #253b8e);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
.aria-button-secondary.aria-button-sm {
  padding: 8px 14px;
}
.aria-button-secondary:hover {
  background: var(--primary--hover, #1e3073);
  color: #fff;
}

.at-border {
  border: 1px solid var(--border-color-main);
}

.aria-txt-field {
  border-radius: 12px;
  border: 1px solid #eee;
  background: #fff;
  height: 55px;
  outline: 0px solid #eee !important;
  padding: 12px 10px;
}
.aria-txtarea-field {
  border-radius: 12px;
  border: 1px solid #eee;
  background: #fff;
  outline: 0px solid #eee !important;
  padding: 12px 10px;
}

.aria-form-label {
  color: #737373;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.woocommerce form .form-row label {
  color: #737373;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
input:focus-visible {
  outline: 1px solid #c9c9c9 !important;
  transition: all 0.3s ease-in-out;
}

.at-txt-dark {
  color: #222;
}

.at-txt-gray {
  color: #6b6b6b;
}

.at-borded-16 {
  border-radius: 16px;
}
.at-borded-14 {
  border-radius: 14px;
}

.at-font-18 {
  font-size: 18px;
}
/* wrapper style */
.aria-wrapper-ws1 {
  border-radius: 16px !important;
  border: 1px solid var(--aria-secendary-gray-color-03, #ededed) !important;
  background: #fafafa !important;
}
.aria-wrapper-ws2 {
  border-radius: 12px !important;
  background: #f5f5f5 !important;
  padding: 24px !important;
}
/* Global Classes */

.aria-highline-tf {
  color: #fff;
  background: #fed128;
  border-radius: 4px;
  padding: 0 3px;
}
.swiper-slide.at-product-slider-item-li
  .woo-at-card-price-holder
  .add_to_cart_button.ajax_add_to_cart.loading::before {
  position: absolute;
  content: "";
  bottom: 16px;
  right: 13px;
  width: 35px;
  height: 35px;
  --c: radial-gradient(farthest-side, #ffffff 92%, #0000);
  background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%,
    var(--c) 0 50%;
  background-size: 6.4px 6.4px;
  background-repeat: no-repeat;
  animation: spinner-kh173p 1s infinite;
}

.aria-highline-tb {
  color: rgba(37, 59, 142, 0.58);
}
/* Animations */

/*.add_to_cart_button.ajax_add_to_cart.loading is use in woocommerce loading ajax add to cart*/
/* 01 Spiner */
.add_to_cart_button.ajax_add_to_cart.loading::before {
  position: absolute;
  content: "";
  bottom: 4px;
  right: 3px;
  width: 35px;
  height: 35px;
  --c: radial-gradient(farthest-side, #ffffff 92%, #0000);
  background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%,
    var(--c) 0 50%;
  background-size: 6.4px 6.4px;
  background-repeat: no-repeat;
  animation: spinner-kh173p 1s infinite;
}

@keyframes spinner-kh173p {
  to {
    transform: rotate(0.5turn);
  }
}

/* 02 rotate-vert-center */

@keyframes rotate-vert-center {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}

/**
 * ----------------------------------------
 * animation aria-blink-2
 * ----------------------------------------
 */
@-webkit-keyframes aria-blink-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes aria-blink-2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.aria-blink-2 {
  -webkit-animation: aria-blink-2 1s 1s 2 both;
  animation: aria-blink-2 1s 1s 2 both;
}

/* -------------- End Animations ---------------------- */

.aria-item-label {
  color: #757575;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}
.aria-item-value {
  color: #2b2b2b;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}
.aria-tabel---header {
  color: #313131;
  text-align: right;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
}
.aria-tabel---footer {
  color: #313131;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.aria-woocommerce-page---header,
.aria-inner-page-section---header {
  width: calc(100% + 40px) !important;
  border-bottom: 1px solid #d7d7d7;
  margin-right: -20px;
  padding: 0px 30px 10px 15px;
  position: relative;
}
.aria-woocommerce-page---header:before,
.aria-inner-page-section---header:before {
  content: "";
  width: 4px;
  height: 14px;
  position: absolute !important;
  top: 2px;
  right: 18px;
  background: #fed128;
}

.aria-woocommerce-page---header h6,
.aria-woocommerce-page---header h5,
.aria-woocommerce-page---header h4,
.aria-woocommerce-page---header h3,
.aria-woocommerce-page---header h2,
.aria-woocommerce-page---header h1,
.aria-inner-page-section---header h6,
.aria-inner-page-section---header h5,
.aria-inner-page-section---header h4,
.aria-inner-page-section---header h3,
.aria-inner-page-section---header h2,
.aria-inner-page-section---header h1 {
  color: #313131;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.aria-inner-page---header {
  width: 100%;
  margin-right: 0;
  padding: 0 15px;
  position: relative;
  margin: 15px 0;
}

.aria-inner-page---header:before {
  content: "";
  width: 4px;
  height: 14px;
  position: absolute !important;
  top: 6px;
  right: 3px;
  background: #fed128;
}

.aria-inner-page---header h6,
.aria-inner-page---header h5,
.aria-inner-page---header h4,
.aria-inner-page---header h3,
.aria-inner-page---header h2,
.aria-inner-page---header h1 {
  color: #313131;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.aria-inner-page-section-wrapper {
  border-radius: 24px;
  border: 1px solid #fff;
  background: #fafafa;
  padding: 24px;
}

.aria-inner-page-section-content-style {
  color: var(--DimGray-DimGray, #666);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5; /* 200% */
}

/* ajax saerch */

.is-form-style input.is-search-input {
  background: unset;
  color: #fff;
  border: unset !important;
  font-family: var(--font-family-main);
}
.is-form-style input.is-search-input::placeholder {
  color: var(--bg-white-07);
}
.is-form-style.is-form-style-3 label {
  color: #fff;
}
form.is-search-form {
  text-align: right;
  font-family: var(--font-family-main);
  background-color: var(--bg-white-02);
  color: var(--bg-white-07);
  padding: 5px 30px 5px 10px !important;
  border: 1px solid var(--border-color-main);
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
}
.is-form-style button.is-search-submit {
  position: absolute;
  right: 5px;
}
.is-form-style input.is-search-submit,
.is-search-icon {
  background: unset;
  color: var(--bg-white-07);
  border: unset;
  font-size: 18px !important;
}
.is-form-style .is-search-submit path {
  fill: var(--bg-white-07);
}

.is-search-icon svg {
  width: 25px;
  display: inline;
  fill: var(--bg-white-07);
}
.is-ajax-search .is-loader-image {
  height: 21px !important;
  left: -30px;
  right: unset !important;
}

.is-search-icon:hover,
form.is-form-style input.is-search-submit:hover {
  background: unset !important;
}
div.is-ajax-search-details,
div.is-ajax-search-result {
  border-radius: 16px;
  margin-top: 5px;
  margin-left: 0px;
  background: #fff !important;
  border: 1px solid var(--border-color-main);
  color: var(--bg-white-07);
  text-align: right !important;
}
.is-ajax-search-post,
.is-ajax-search-post-details {
  clear: both;
  padding: 0;
  text-align: right;
  border-bottom: 1px solid #eceff1;
}
.is-ajax-search-post-details span,
.is-ajax-search-post-details div {
  text-align: right;
}
.is-ajax-term-label {
  text-align: right;
  display: block;
  font-style: unset;
  font-size: 12px !important;
  text-transform: unset !important;
  color: #7b7b7b;
  line-height: 23px !important;
  letter-spacing: 0 !important;
}

.is-ajax-search-details,
.is-ajax-search-details *,
.is-ajax-search-result,
.is-ajax-search-result * {
  text-align: right !important;
}

.is-ajax-search-details a,
.is-ajax-search-result a {
  color: #1a2e77 !important;
  font-weight: 500;
}
.is-ajax-search-post,
.is-ajax-search-post-details {
  clear: both;
  padding: 5px 15px !important;
  border-bottom: 1px solid #eceff1;
  border-radius: 12px !important;
}
.is-ajax-search-categories {
  background: #e1e1e1 !important;
  border-radius: 16px !important;
  padding: 8px !important;
  margin-bottom: 10px !important;
}

.is-ajax-search-categories .is-ajax-search-post {
  background: #fff;
  margin-bottom: 8px;
  border: unset;
}

.is-ajax-search-categories .is-ajax-search-post:hover {
  background: #fff !important;
}
.is-ajax-search-categories .is-ajax-search-post:last-child {
  margin-bottom: 0;
}
.is-show-more-results-text {
  text-align: center !important;
}

aside#aria-shop-sidebar form.is-search-form {
  border-radius: 16px;
  background: #f6f6f6;
  color: #707070;
}
aside#aria-shop-sidebar .is-form-style .is-search-submit path {
  fill: #707070;
}
aside#aria-shop-sidebar .is-form-style input.is-search-input::placeholder {
  color: #707070 !important;
}

aside#aria-shop-sidebar .is-form-style input.is-search-input {
  color: #707070;
}
/** aria page pagination*/
.aria--pagination {
  margin-top: 40px;
}
.aria--pagination .pagination {
  justify-content: center;
}
.aria--pagination .pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.aria--pagination .pagination .nav-links a.page-numbers {
  border-radius: 100px;
  border: 1px solid rgba(37, 59, 142, 0.32);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aria--pagination .pagination .nav-links span.page-numbers.current {
  width: 50px;
  display: flex;
  height: 50px;
  border-radius: 100px;
  border: 1px solid var(--primary, #253b8e);
  background: var(--primary, #253b8e);
  color: #fff;
  align-items: center;
  justify-content: center;
}

/* page titles */
.aria-page-title h1,
.aria-page-title h2,
.aria-page-title h3,
.aria-page-title h4,
.aria-page-title h5,
.aria-page-title h6 {
  font-size: 24px;
}

.woocommerce-loop-product__title,
.woocommerce-loop-product__title a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.at-product-loop-item-li .woo-at-card-price-holder .woo-at-price {
  text-align: left;
  line-height: 0;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  text-align: center;
  display: block;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
  /* margin: 15px 0; */
  width: 83%;
  height: 170px;
  /* padding: 5px; */
}
.woo-at-stock-price-holder {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.add_to_cart_button {
  display: inline-flex;
  padding: 13px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #1a2e77;
  color: #fff;
  line-height: 12px;
  transition: all 0.3s ease;
  font-size: 16px;
}

.add_to_cart_button:hover,
.added_to_cart:hover {
  background: var(--aria-third-color-01, #fed128);
  color: #fff;
}
.added_to_cart {
  /* display: none; */
  display: inline-flex;
  padding: 10px 7px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 50px;
  background: #1a2e77;
  color: #fff;
  line-height: 22px;
  transition: all 0.3s ease;
}

.at-product-loop-item-li .woo-at-card-price-holder {
  position: relative;

  border-top: 2px dashed #f0f0f0;
  padding-top: 12px;
}

span.woo-at-all-sale-price bdi {
  color: var(--DimGray-500, #b3b3b3);
  font-weight: 400;
  line-height: 12px;
  text-decoration-line: line-through;
}

span.woo-at-all-sale-price bdi .woocommerce-Price-currencySymbol {
  display: none;
}

span.woo-at-reg-price {
  color: var(--primary, #253b8e);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

span.woo-at-reg-price span.woocommerce-Price-currencySymbol {
  color: #b3b3b3;
  text-align: right;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  margin: 0 2px 0 0;
}
.woo-at-price.woo-at-pvariable-price-holder {
  display: none;
}

.woo-at-pvariable-price-holder .product_type_variable {
  width: 100%;
  text-align: center;
}

/* Card Actions */

.at-card-action-buttons {
  position: absolute;
  top: 15px;
  left: -50px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.at-card-action-buttons .action-button {
  float: left;
  margin-top: 5px;
}
.at-card-action-buttons .action-button:first-child {
  margin-top: 0;
}
.at-card-action-buttons .action-button:after {
  clear: both;
  display: table;
}

.action-button {
  display: block;
  position: relative;
  height: 30px;
}

.action-button:hover .action-button-primary {
  box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.1);
}
.action-button:hover .action-button-secondary-content {
  transform: translate3d(0, 0, 0);
}

.action-button-primary {
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;

  left: 0;
  top: 50%;
  margin-top: -15px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(181, 181, 181, 0.25);
}

.action-button-icon {
  display: block;
  color: #242424;
  position: absolute;
  width: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-top: 1px;
}

.action-button-secondary {
  overflow: hidden;
  margin-left: 20px;
  height: 30px;
}

.action-button-secondary-content {
  cursor: default;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(37, 59, 142, 0.12);
  color: #5c5c5c;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  display: block;
  height: 26px;
  text-align: center;
  padding-left: 8px;
  margin: 2px 0 0 0;
  padding-right: 8px;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s ease;
}
.action-button:hover .action-button-secondary {
  margin-left: 38px;
}
/* breadcrumb  */

nav.woocommerce-breadcrumb a {
  color: var(--Secondary-40, #adadad);
  text-align: right;
  font-size: 14px;
  font-style: normal;
}

span.aria-woo-breadcrumb-icon {
  color: var(--Secondary-40, #adadad);
  text-align: right;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;

  margin: 0 7px;
}
nav.woocommerce-breadcrumb {
  color: var(--Secondary-60, #747474);
  text-align: right;

  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
/** wishlist */

.action-button-primary .woosw-btn,
.action-button-primary .woosc-btn,
.action-button-primary .woosq-btn {
  color: var(--Secondary-80, #808080);
  border: unset;
  background: unset;
  margin: 6px 1px 0 0;
}

.at-product-slider-item-li .woo-at-card-price-holder .woosw-btn,
.at-product-slider-item-li .woo-at-card-price-holder .woosc-btn,
.at-product-slider-item-li .woo-at-card-price-holder .woosq-btn {
  display: none;
}

.at-product-slider-item-li {
  padding: 10px;
  border-radius: 24px;
}
.at-product-slider-item-li .star-rating {
  display: none;
}

.at-product-slider-item-img {
  position: relative;
}

.at-product-slider-item-img a img {
  border-radius: 16px;
}

.at-product-slider-item-li span.onsale {
  position: absolute;
  z-index: 1;
  padding: 2px 3px;
  background: var(--aria-third-color-01, #fed128);
  color: #fff;
  min-width: 33px;
}
/* Woo Product Slider Type 1 */
.at-product-slider-item-li-s1 {
  overflow-x: hidden;
}
.at-product-slider-item-li-s1:hover .at-card-action-buttons {
  left: 0px;
}

.at-product-slider-item-li-s1 {
  border: 2px solid #fff;
  background: linear-gradient(180deg, #f5f6f7 0%, #fff 100%);
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  min-height: 334px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.at-product-slider-item-li-s1 span.onsale {
  right: 0px;
  top: 15px;
  border-radius: 4px;
  box-shadow: 0px 4px 8px 0px rgba(254, 209, 40, 0.17);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

/* Woo Product Slider Type 2 */

.at-product-slider-item-li-s2 {
  overflow: unset;
}
.at-product-slider-item-li-s2 span.onsale {
  right: 10px;
  top: 10px;
}

.at-product-slider-item-li-s2 .at-product-slider-item-img {
  position: relative;
  margin-top: -45px;
  overflow: hidden;
  border-radius: 16px;
  background: #f6f6f6;
}

.at-product-slider-item-li-s2:hover .at-card-action-buttons {
  left: 10px;
  top: 10px;
}

.at-product-slider-item-li-s2 {
  border-radius: 24px;
  border: 1px solid var(--aria-secendary-gray-color-03, #ededed);
  background: #fff;
  min-height: 330px;
  box-shadow: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 35px;
}
.at-product-slider-item-li-s2 .woocommerce-loop-product__title {
  margin-bottom: 0;
  margin-top: 10px;
}
.at-product-slider-item-li-s2 span.onsale {
  right: 10px;
  top: 10px;
  border-radius: 4px;
  box-shadow: 0px 4px 8px 0px rgba(254, 209, 40, 0.17);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.at-product-slider-item-li-s2
  img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  width: 75%;
  height: 170px;
  margin: 15px 0;
}

.at-product-categories a {
  text-align: center;
  color: #848484;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 0 5px;
}

.at-product-categories {
  text-align: center;
  color: #cccccc33;
}

/** Shop page pagination*/
.aria-shop-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.aria-shop-pagination ul li {
  border-radius: 100px;
  border: 1px solid rgba(37, 59, 142, 0.32);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aria-shop-pagination ul li a.page-numbers {
  display: block;
  width: 100%;
}

.aria-shop-pagination ul li span.page-numbers.current {
  width: 100%;
  display: flex;
  height: 100%;
  border-radius: 100px;
  border: 1px solid var(--primary, #253b8e);
  background: var(--primary, #253b8e);
  color: #fff;
  align-items: center;
  justify-content: center;
}

select.aria-orderby {
  border: unset;
  overflow: unset;
  height: 45px;
  background: unset;
}
select.aria-orderby:focus {
  border: unset !important;
  box-shadow: unset !important;
}
option.aria-orderby-option:checked {
  background: var(--aria-third-color-01, #fed128) !important;
  color: #373737;
}

option.aria-orderby-option {
  display: inline-block;
  margin: 0 10px;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 8px;
  color: #6b6b6b;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
}

.aria-order-holder {
  flex-wrap: wrap;
  flex-direction: row;
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: #f6f6f6;
  padding: 5px 15px;
}
.aria-col-icon {
  display: flex;
  align-content: center;
  align-items: center;
}
.aria-col-icon span {
  color: #6b6b6b;
  text-align: right;
}
.aria-col-icon span.aria-order-icon {
  font-size: 22px;
  margin-left: 13px;
}

.aria-col-icon span.aria-order-txt {
  font-size: 14px;
}

/* Shop siedebar */

aside#aria-shop-sidebar > div {
  border-radius: 16px;
  border: 1px solid var(--aria-secendary-gray-color-03, #ededed);
  background: #fff;
  margin-bottom: 25px;
  padding: 15px;
}
aside#aria-shop-sidebar .dgwt-wcas-widget input {
  border-radius: 16px;
  background: #f6f6f6;
  color: #707070;
}
aside#aria-shop-sidebar .dgwt-wcas-widget input::placeholder {
  color: #707070;
}
aside#aria-shop-sidebar
  .dgwt-wcas-widget
  .dgwt-wcas-search-wrapp
  .dgwt-wcas-search-form
  .dgwt-wcas-sf-wrapp
  input:hover {
  background: #f6f6f6 !important;
}

aside#aria-shop-sidebar
  .dgwt-wcas-widget
  .dgwt-wcas-search-wrapp
  .dgwt-wcas-search-form
  .dgwt-wcas-sf-wrapp
  .dgwt-wcas-preloader
  svg
  path {
  color: #707070;
  fill: #707070 !important;
}
aside#aria-shop-sidebar
  .dgwt-wcas-widget
  .dgwt-wcas-search-wrapp
  .dgwt-wcas-search-form
  .dgwt-wcas-sf-wrapp
  button.dgwt-wcas-search-submit
  svg
  path {
  color: #707070;
  fill: #707070 !important;
}

.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp {
  border-radius: 16px;
  margin-top: 5px;
  margin-left: 0px;
  background: #f6f6f6 !important;
  border: 1px solid var(--border-color-main);
  color: var(--bg-white-07);
  text-align: right;
}
.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp a {
  text-align: right;
}

.dgwt-wcas-open-pirx
  .dgwt-wcas-open
  .dgwt-wcas-suggestions-wrapp
  .dgwt-wcas-suggestion-nores {
  color: #707070;
}

aside#aria-shop-sidebar .wcapf-form .wcapf-filter {
  border-radius: 16px;
  background: #f6f6f6;
  color: var(--Secondary-70, #707070);
  text-align: right;
  font-size: 13px;
  padding: 16px;
}
.wcapf-reset-filters .wcapf-filter {
  margin-bottom: 0;
}
button.wcapf-filter-clear-btn.wcapf-btn.wcapf-btn-secondary {
  width: 100%;
  text-align: center;
  color: #707070;
  border-color: #707070;
  border-radius: 8px;
  padding: 12px;
}
.wcapf-filter
  .wcapf-list-wrapper
  ul.wcapf-filter-options
  li.wcapf-filter-option
  label {
  display: flex;
  gap: 10px;
}

span.wcapf-filter-item-label {
  font-size: 16px;
}

.stylish-checkbox-radio input[type="checkbox"]:checked {
}
.stylish-checkbox-radio input[type="checkbox"] {
  border-radius: 5px;

  padding: 10px !important;
}
.wcapf-filter-item {
  padding: 0 !important;
}

.aria-woocommerce-loop {
  padding-right: 15px;
}

.aria-shop-total-products {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  gap: 5px;
  align-items: start;
}

.aria-woo-form-order .aria-shop-archive-title {
  flex-direction: row-reverse;
  align-items: center;
}

.woocommerce-products-header__title.page-title {
  font-size: 24px;
}

.wcapf-active-filter-items .wcapf-reset-filters-btn-wrapper {
  margin-right: 10px;
}

/** Project Archive Card **/
.aria-project-archive-card {
  position: relative;
}

.aria-project-archive-item {
  position: relative;
}
.aria-project-archive-card .at-project-slider-item-filler:before {
  content: "";
  top: 0;
  right: 0;
  background: rgba(37, 59, 142, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 24px;
  z-index: 2;
  border: 0px solid #fff;
}
.woo-at-stock-nop-price-holder {
  display: flex;
  flex-direction: row-reverse;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.aria-project-archive-card .at-project-slider-contents {
  margin-top: -145px;
  padding: 5px 15px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.aria-project-archive-card span.at-read-more-icon {
  display: flex;
  background: bisque;
  padding: 5px;
  font-size: 16px;
  width: 40px;
  line-height: 0;
  height: 40px;
  transition: all 0.5s ease-in-out;
  border-radius: 100px;
  background: #fed128;

  align-items: center;
  align-content: center;
  justify-content: center;
}
.aria-post-slider {
  position: relative;
}
.aria-archive-post-card {
  padding: 0 10px;
  margin-bottom: 20px;
}
.aria-first-post-archive {
  width: 100%;
}

/* Aria Single Project Styles 
* aria-single-project-gallery-swiper-slide => aria-single-project-gss
*
*/
.aria-single-project-gallery {
  position: relative;
}

.aria-single-project-gss {
  width: 100%;
  height: 600px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.aria-single-project-gss img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.aria-single-project-gss .gss-img-desc p {
  margin: 0;
}
.aria-single-project-gss .gss-img-desc {
  z-index: 2;
  color: #fff;
  background: #0000006b;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.gss-swiper-button-icon i {
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  border: 1px solid #fff;
  background: linear-gradient(180deg, #f5f6f7 0%, #fff 100%);
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  padding: 10px 7px 7px 7px;
  width: 40px;
  display: block;
  height: 40px;
  text-align: center;
}
.gss-swiper-button-icon:hover i,
.gss-swiper-button-icon:hover i {
  border-radius: 500px;
  border: 1px solid #fff;
  background: linear-gradient(180deg, #253b8e 0%, #7e6af0 100%), #fff;
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  color: #fff;
}
.gss-swiper-button-icon i {
  color: var(--primary, #253b8e);
}
.gss-swiper-button-prev {
  left: -10px;
  top: 40%;
  position: absolute;
}

.gss-swiper-button-next {
  right: -10px;
  position: absolute;
  top: 40%;
}

.gsss-swiper-button-prev {
  left: -55px;
  top: 40%;
  position: absolute;
}

.gsss-swiper-button-next {
  right: -55px;
  position: absolute;
  top: 40%;
}

.aria-single-project-details {
  border-radius: 18px;
  background: #f6f6f6;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.aria-project-details {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  align-content: center;
  gap: 15px;
  padding: 35px 0;
  width: 25%;
  justify-content: center;
  position: relative;
}

.project-details-img {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff;
}

.project-details-desc p {
  margin: 0;
}

.project-details-title p {
  color: #737373;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
}

.project-details-description p {
  color: var(--primary, #253b8e);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.aria-project-details:not(:last-child):before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 35px;
  background: #dedede;
  left: 0px;
}

.single-project-content {
  border-radius: 18px;
  background: #f6f6f6;
  padding: 20px 25px;
  color: #535353;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.comment-form-rating select {
  padding: 5px;
  font-size: 14px;
}

.aria-rating-icons {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 5px;
  cursor: pointer;
}

.aria-rating-icons li {
  font-size: 24px; /* Adjust size as needed */
  color: #ccc; /* Default color for unselected hearts */
  transition: color 0.3s ease;
}

.aria-rating-icons li.selected,
.aria-rating-icons li:hover,
.aria-rating-icons li:hover ~ li {
  color: #fed128; /* Highlighted color for selected hearts */
}

.icon-comment-rate {
  color: #fed128;
}

.aria-comment-rate-holder {
  border-radius: 24px;
  border: 1px solid var(--aria-secendary-gray-color-03, #ededed);
  background: #fafafa;
}

.aria-comment-rate-holder ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  padding: 20px;
  gap: 15px;
}

.aria-comments {
  border-radius: 24px;
  border: 1px solid var(--aria-secendary-gray-color-03, #ededed);
  background: #fafafa;
  padding: 20px 25px;
}

.aria-single-post-section-title h6,
.aria-single-post-section-title h5,
.aria-single-post-section-title h4,
.aria-single-post-section-title h3,
.aria-single-post-section-title h2,
.aria-single-post-section-title h1 {
  color: var(--primary, #253b8e);
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--aria-third-color-01, #fed128);
  padding-left: 20px;
}

.aria-widget .aria-widget-title  {
  color: var(--primary, #253b8e);
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--aria-third-color-01, #fed128);
  padding-left: 20px;
}



.aria-wdashbord-section-title h6,
.aria-wdashbord-section-title h5,
.aria-wdashbord-section-title h4,
.aria-wdashbord-section-title h3,
.aria-wdashbord-section-title h2,
.aria-wdashbord-section-title h1,
.aria-wdashbord-section-title span {
  color: #555;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--aria-third-color-01, #fed128);
  padding-left: 3px;
  padding-right: 3px;
}

span.comment-avg-rates {
  color: var(--primary, #253b8e);
  text-align: right;
  font-size: 28px;
  font-weight: 800;
  line-height: normal;
}

span.aria-txt-sep,
.comment-full-rate {
  color: #8b8b8b;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
li.comment-rate-item.post-comment-star-rate.d-flex {
  gap: 3px;
  font-size: 20px;
  color: #8b8b8b;
}
.aria-conments-rate {
  padding-right: 20px;
}

li.omment-rate-item.aria-add-comment-txt {
  color: #5c5c5c;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.aria-add-comment-btn a {
  border-radius: 500px;
  background: var(--primary, #253b8e);
  display: block;
  padding: 11px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.comment-list .depth-1.aria-li-comment {
  border-radius: 12px;
  border: 1px solid var(--aria-secendary-gray-color-03, #ededed);
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}

.comment-list .children {
  border-radius: 12px;
  border: 1px solid var(--aria-secendary-gray-color-03, #ededed);
  background: #fff;
  padding: 15px;
  margin: 20px 70px 30px 0;
  position: relative;
}
ol.children .depth-2::before {
  width: 50px;
  height: 80px;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 0 0 40px 0px;
  content: " ";
  position: absolute;
  right: -62px;
  top: 0;
}
.comment-content p {
  margin: 0;
}
.aria-comment-author {
  display: flex;
  gap: 15px;
}
.comment-details.aria-comment-details .comment-auther-name {
  color: #5f5f5f;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.comment-details.aria-comment-details span.theme_comment_date {
  color: #b4b4b4;
  text-align: right;
  font-family: Peyda(FaNum);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.auther-image.aria-auther-image {
  width: 58px;
  height: 58px;
  border-radius: 50px;
}

.auther-image.aria-auther-image img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.comment-content.aria-comment-content {
  margin-top: 15px;
  color: #686868;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.aria-comment-body {
  position: relative;
}

.aria-comment-reply a.comment-reply-link {
  color: #fff;
  text-align: right;

  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.reply.aria-comment-reply span {
  color: #fff;
  font-size: 18px;
}

.reply.aria-comment-reply {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  background: var(--primary, #253b8e);
  box-shadow: 0px 4px 8px 0px rgba(168, 168, 168, 0.25);
  padding: 0px 12px;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  gap: 5px;
}

.aria-comment-details .comment-rating.aria-comment-rating {
  display: inline-block;
  margin-right: 10px;
  color: var(--aria-third-color-01, #fed128);
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.aria-comment-fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  gap: 15px;
}

.aria-comment-fields .comment-field-holder input {
  width: 100%;
}

/* Aria related project syle */
.aria-relate-posts-title .title-text {
  color: var(--primary, #253b8e);
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
}
.at-project-rel-slider-item-holder {
  transition: width 0.3s ease-in;
}

.aria-related-project-slider-swiper .at-project-slider-swiper-wrapper {
  padding: 35px 0;
}

/* Aria Share Button Style */

.aria-share-post {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(181, 181, 181, 0.25);
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 10px;
  padding: 0 10px;
  align-items: center;
}
.share-post-wraper {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  gap: 10px;
}

.aria-share-post {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(181, 181, 181, 0.25);
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 10px;
  padding: 7px 13px 4px 13px;
  align-items: flex-start;
}

.aria-share-post.share-post-toggle a {
  color: var(--Secondary-80, #808080);
  font-size: 20px;
}
a.aria-share-post-toggle {
  border-right: 1px solid rgba(225, 225, 225, 0.33);
  padding-right: 10px;
  padding-top: 3px;
  line-height: 24px;
  cursor: auto;
  font-size: 17px;
}
#copy-single-post-share {
  cursor: pointer;
}

/** Aria Single Project Styles */
.aria-single-post-content {
  padding: 20px 25px;
}

/* .aria-sidebar {
  border-radius: 24px;
  border: 1px solid   var(  --aria-secendary-gray-color-03, #ededed);
  background: #fafafa;
  padding-top: 20px;
} */

.aria-sidebar {
  padding-top: 20px;
}

.aria-single-post-feature-image,
.aria-single-post-feature-image img {
  border-radius: 16px;
}

.aria-single-post-meta {
  border-radius: 16px;
  border: 1px solid var(--DimGray-200, #e0e0e0);
  padding: 17px 30px;
}

.the-mata-meta-value {
  color: var(--DimGray-DimGray, #666);
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.post-meat-icon {
  color: var(--primary, #253b8e);
}

.aria-post-themata {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}
.aria-post-content {
  color: var(--DimGray-DimGray, #666);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

.aria-post-themata:not(:first-of-type)::before {
  width: 1px;
  height: 20px;
  content: " ";
  background: var(--DimGray-200, #e0e0e0);
  right: -65px;
  position: absolute;
  top: 5px;
}
.aria-inner-single-post-section {
  border-radius: 16px;
  border: 1px solid var(--DimGray-200, #e0e0e0);
  padding: 17px 30px;
  text-align: justify;
}

.aria-author-image {
  width: 15%;
  min-width: 100px;
}
.aria-author-image img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.aria-inner-section {
  border-radius: 16px;
  /* border: 1px solid #fff; */
  border: 1px solid var(--aria-secendary-gray-color-03, #ededed);
  background: #fafafa;
}

.aria-author-box {
  padding: 20px 25px;
}

.aria-author-name {
  color: #3d3d3d;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.aria-author-bio {
  color: #686868;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: justify;
}
.aria-author-info {
  width: 100%;
}
.aria-author-info-role {
  color: #b3b3b3;
  text-align: right;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

ul.aria-author-links {
  display: flex;
  flex-direction: row-reverse;
  align-content: center;
  align-items: center;
  gap: 15px;
}

.aria-auther-button-follow-other {
  color: #b3b3b3;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}

/*** Aria  wordpress widget styles : new posts */
.aria-newposts-image img {
  width: 75px;
  height: 75px;
  border-radius: 8px;
}

li.aria-newposts-widget {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: #fafafa;
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  padding: 12px;
  transition: all 0.3s ease-in-out;
}
li.aria-newposts-widget:hover {
  box-shadow: 0px 16px 32px 0px rgb(43 55 66 / 20%);
}

.aria-newposts-title a {
  color: var(--DarkGray-DarkGray, #333);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.aria-newposts-excerpt p {
  margin: 0;
}

.aria-newposts-excerpt {
  color: var(--DimGray-DimGray, #666);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
}

/* Aria Woocommerce Notice */
.aria-woocommerce-message {
  border-radius: 16px;
  border: 1px solid var(--aria-secendary-gray-color-03, #ededed);
  background: #fafafa;
  padding: 15px 35px 15px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
  font-size: 15px;
  line-height: 25px;
}
.aria-woocommerce-message a {
  transition: all 0.3s ease-in-out;
}

.aria-woocommerce-message.aria-woocommerce-message--success::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #4a934a;
  right: 15px;
  top: 23px;
  border-radius: 50px;
}
.aria-woocommerce-message.aria-woocommerce-message--success a {
  color: #4a934a;

  border-radius: 50px;
  padding: 5px 7px;
  font-size: 14px;
  position: absolute;
  left: 15px;
}
.aria-woocommerce-message.aria-woocommerce-message--success a:hover {
  color: #3c773c;
}
.aria-woocommerce-message.aria-woocommerce-message--info {
  flex-direction: row;
}
.aria-woocommerce-message.aria-woocommerce-message--info::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--primary, #253b8e);
  right: 16px;
  top: 23px;
  border-radius: 50px;
}
.aria-woocommerce-message.aria-woocommerce-message--info a {
  color: var(--primary, #253b8e);

  background-color: unset;
  padding: 7px 10px;
  font-size: 14px;
}
.aria-woocommerce-message.aria-woocommerce-message--info a:hover {
  color: #1f3379;
  background-color: unset;
}
.aria-woocommerce-message.aria-woocommerce-message--error::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fed128;
  right: 16px;
  top: 23px;
  border-radius: 50px;
}
.aria-woocommerce-message.aria-woocommerce-message--error {
  justify-content: start;
}
.aria-woocommerce-message.aria-woocommerce-message--error a {
  border-radius: 50px;
  font-size: 14px;
  color: #3e3e3e;
}
.aria-woocommerce-message.aria-woocommerce-message--error a:hover {
  color: #ebc025;
  border: 1px solid #ebc025;
}
/* Aria Woocommerce Single Product */
.aria-single-product-wraper {
  justify-content: space-between;
  display: flex;
  padding: 30px;
  flex-wrap: wrap;
  position: relative;
  /* overflow: hidden; */
}

.aria-single-product-onsale {
  position: absolute;
  z-index: 1;
  padding: 2px 3px;
  background: var(--aria-third-color-01, #fed128);
  color: #fff;
  min-width: 33px;
  right: 10px;
  top: 10px;
  border-radius: 4px;
  box-shadow: 0px 4px 8px 0px rgba(254, 209, 40, 0.17);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.aria-product-gallery-wrapper {
  height: fit-content;
}

.aria-single-pct {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.aria-summray-wraper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}

.aria-single-pct img.wp-post-image {
  height: 300px !important;
  width: 300px;
  padding: 20px;
}

.aria-single-product-price-form-wrapper {
  border-radius: 16px;
  border: 1px solid var(--aria-secendary-gray-color-03, #ededed);
  background: #fff;
  box-shadow: 0px 8px 12px 0px rgba(184, 184, 184, 0.1);
  padding: 20px;

  display: flex;
  flex-direction: column;
  height: fit-content;
}

.aria-quantity input {
  width: 100% !important;
  border-radius: 50px;
  background: #f0f0f0;
  border: unset;
  height: 48px;
  text-align: center;
  padding-left: 15px;
}

button.aria-single-product-addtocard-button {
  border-radius: 500px;
  background: var(--primary, #253b8e);
  border: unset;
  padding: 0 12px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 48px;
}
.aria-variat-single-product-addtocard-button button {
  width: 100%;
}
.aria-single-variation-addtocard,
.aria-simple-single-product-form {
  padding-top: 20px;
  border-top: 2px solid #f2f2f2;
  justify-content: space-between;
}
.aria-single-product-addtocard-button {
  width: 100%;
}
.button.aria-single-product-addtocard-button {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.button.aria-single-product-addtocard-button span {
  font-size: 18px;
}

.aria-single-product-variation-wrap .woocommerce-variation.single_variation {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 15px;
}

.aria-single-product-variation-wrap
  .woocommerce-variation.single_variation
  .woocommerce-variation-price {
  width: 100%;
}
.aria-single-product-variation-price
  .price
  .woo-at-card-price-holder
  .woo-at-price {
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.aria-single-product-variation-price
  .price
  .woo-at-card-price-holder
  .woo-at-price
  span.woo-at-single-all-sale-price
  .woo-at-single-sale-price
  .woocommerce-Price-amount
  bdi {
  color: var(--DimGray-500, #b3b3b3);
  font-weight: 400;
  line-height: 14px;
  text-decoration-line: line-through;
}
.aria-single-product-variation-price
  .price
  .woo-at-card-price-holder
  .woo-at-price
  span.woo-at-single-all-sale-price
  .woo-at-single-sale-price
  .woocommerce-Price-amount
  bdi
  .woocommerce-Price-currencySymbol {
  display: none;
}
.aria-single-product-variation-price
  .price
  .woo-at-card-price-holder
  .woo-at-price
  .woo-at-single-reg-price {
  color: var(--primary, #253b8e);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.aria-single-product-variation-price
  .price
  .woo-at-card-price-holder
  .woo-at-price
  .woo-at-single-reg-price
  span.woocommerce-Price-currencySymbol {
  color: #b3b3b3;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin: 0 2px 0 0;
}
.aria-single-product-variation-price
  .price
  .woo-at-card-price-holder
  .woo-at-price
  span.woo-at-single-all-sale-price
  .woo-at-single-discount {
  border-radius: 4px;
  background: var(--aria-third-color-01, #fed128);
  box-shadow: 0px 4px 8px 0px rgba(254, 209, 40, 0.17);
  padding: 4px 2px 0 2px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  right: 0px;
  line-height: 20px;
}
.aria-item-insock {
  display: inline-block;
  border-radius: 500px;
  background: var(--primary, #253b8e);
  border: unset;
  padding: 4px 10px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.aria-variations-item-label,
.aria-single-product-meta-label {
  color: #a7a7a7;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.aria-single-product-meta-value {
  color: #404040;
  text-align: right;

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.value.position-relative.aria-variations-item,
.aria-single-product-meta-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.aria-variations-item-value {
  min-width: 103px;
  margin-top: 8px;
}

.aria-variations-item-value select {
  width: 100%;
  border-radius: 500px;

  padding: 10px 8px;
  color: #3e3e3e;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.variations-body.aria-variations-body {
  position: relative;
}
a.aria-reset_variations {
  position: absolute;
  left: 0;
}
span.single-quantity-off-aria-woocomerce {
  color: #828282;
  font-size: 18px;
  position: absolute;
  left: 15px;
  top: 15px;
}
.single-quantity-add-aria-woocomerce {
  color: rgb(130, 130, 130);
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 10px;
  background: #f0f0f0;
  padding: 5px 10px 0 0;
}

.at-product-slider-item-li .woo-at-price {
  text-align: left;
}

.aria--single-product-price-simple,
.aria--single-product-price-default,
.aria--single-product-price-grouped,
.aria--single-product-price-external {
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 15px;
}

.aria--single-product-price-simple
  span.woo-at-single-all-sale-price
  .woo-at-single-sale-price
  .woocommerce-Price-amount
  bdi,
.aria--single-product-price-default
  span.woo-at-single-all-sale-price
  .woo-at-single-sale-price
  .woocommerce-Price-amount
  bdi
  .aria--single-product-price-grouped
  span.woo-at-single-all-sale-price
  .woo-at-single-sale-price
  .woocommerce-Price-amount
  bdi
  .aria--single-product-price-external
  span.woo-at-single-all-sale-price
  .woo-at-single-sale-price
  .woocommerce-Price-amount
  bdi {
  color: var(--DimGray-500, #b3b3b3);
  font-weight: 400;
  line-height: 14px;
  text-decoration-line: line-through;
}

.aria--single-product-price-simple .woo-at-single-reg-price,
.aria--single-product-price-default .woo-at-single-reg-price,
.aria--single-product-price-grouped .woo-at-single-reg-price,
.aria--single-product-price-external .woo-at-single-reg-price {
  color: var(--primary, #253b8e);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.aria--single-product-price-simple
  span.woo-at-single-all-sale-price
  .woo-at-single-discount,
.aria--single-product-price-external
  span.woo-at-single-all-sale-price
  .woo-at-single-discount,
.aria--single-product-price-default
  span.woo-at-single-all-sale-price
  .woo-at-single-discount,
.aria--single-product-price-grouped
  span.woo-at-single-all-sale-price
  .woo-at-single-discount {
  border-radius: 4px;
  background: var(--aria-third-color-01, #fed128);
  box-shadow: 0px 4px 8px 0px rgba(254, 209, 40, 0.17);
  padding: 4px 2px 0 2px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  right: 0px;
  line-height: 20px;
}

.aria--single-product-price-simple
  .woo-at-single-reg-price
  span.woocommerce-Price-currencySymbol,
.aria--single-product-price-default
  .woo-at-single-reg-price
  span.woocommerce-Price-currencySymbol,
.aria--single-product-price-grouped
  .woo-at-single-reg-price
  span.woocommerce-Price-currencySymbol,
.aria--single-product-price-external
  .woo-at-single-reg-price
  span.woocommerce-Price-currencySymbol {
  color: #b3b3b3;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin: 0 2px 0 0;
}

.aria-single-product-meta-item-simple,
.aria-single-product-meta-item-default,
.aria-single-product-meta-item-grouped,
.aria-single-product-meta-item-external {
  display: block !important;
}

.aria-addtocard-quantity-field {
  cursor: pointer;
}

.aria-addtocard-quantity-field span:hover {
  color: var(--primary, #253b8e);
}
/* Single Product Content Styles */
.aria-sp-title {
  color: #292929;
  text-align: right;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 200% */
}

span.aria-spc-count,
span.aria-spc-count a {
  color: #afafaf;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.aria-spr-holder .icon-rating {
  font-size: 22px;
  color: #fed128;
  margin-top: -4px;
}

span.aria-single-product-rating-number {
  color: #636363;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.aria-spf-the-title {
  color: #3a3a3a;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
li.aria-spf-the-ftur {
  border-radius: 12px;
  background: #f0f0f0;
  padding: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
ul.aria-spf-the-fturs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
span.aria-spf-title {
  color: #9b9b9b;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
span.aria-spf-value {
  color: #3a3a3a;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.aria-sp-more-featurs {
  text-align: center;
  margin: 30px 20px;
  position: relative;
}
a.aria-spf-the-title {
  border-radius: 40px;
  background: #fff;
  padding: 12px 20px;
  color: #283f96;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
a.aria-spf-the-title {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
  z-index: 1;
  position: relative;
}

span.aria-sp-more-dvider {
  width: 100%;
  border-top: 2px dashed #d9d9d9;
  display: block;
  position: absolute;
  top: 23px;
}

/* Single Product - image Gallery */
.wpa-product-gallery {
  margin-bottom: 5px !important;
  margin-top: 0px;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  background: #fff;
}
.slick-slider .slick-slide.slick-current .wpawg-image-popup,
.slick-slider .slick-slide.slick-current .wpawg-video-popup {
  visibility: visible;
  opacity: 1;

  background: #fff;
  padding: 7px;
  line-height: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(181, 181, 181, 0.25);
}

figure.wpa-woocommerce-product-gallery__wrapper.wpa-product-gallery-thumbs
  .slick-list
  .slick-track
  .aria-single-pct-tumb
  img {
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  background: #fff;
}
figure.wpa-woocommerce-product-gallery__wrapper.wpa-product-gallery-thumbs {
  margin: 25px 15px 0 15px;
}

/* single product Actions */
.aria-single-product-action-button {
  position: absolute;
  right: 40px;
  top: 40px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.single-product-action-button {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 7px;
  transition: all 0.3s ease-in-out;
}

.single-product-action-button-primary {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(181, 181, 181, 0.25);
}

.single-product-action-button-icon {
  display: block;
  color: #242424;
  position: absolute;
  width: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-top: 1px;
}
.aria-single-product-meta-content {
  padding-left: 0px;
}
.single-product-action-button-secondary {
  overflow: hidden;
  height: 29px;
  box-shadow: 0px 0px 8px 0px rgba(37, 59, 142, 0.12);
  border-radius: 6px;
  background: #fff;
  padding: 0 7px;
  transition: all 0.3s ease-in-out;
  display: none;
}
.single-product-action-button:hover .single-product-action-button-secondary {
  display: block;
}

.single-product-action-button-secondary-content {
  cursor: default;
  color: #5c5c5c;
  font-size: 13px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
  display: block;
  height: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}
.single-product-action-button-primary .woosw-btn,
.single-product-action-button-primary .woosc-btn,
.single-product-action-button-primary .woosq-btn {
  color: var(--Secondary-80, #808080);
  border: unset;
  background: unset;
  margin: 6px 1px 0 0;
}

.slick-slider .slick-slide.slick-current .wpawg-image-popup {
  right: 45px;
  top: 9px;
}

.aria-single-product-meta-content .woosc-btn,
.aria-single-product-meta-content .woosw-btn {
  display: none;
}
.mfp-image-holder .mfp-close {
  right: 45% !important;
  top: 100%;
}

.aria-product-gallery-wrapper-plugin {
  padding-left: 30px;
}
.aria-single-product-short-description,
.aria-single-product-short-description p {
  color: #4a4a4a;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  text-align: justify;
}

/* Single Product - Tabs */
a.aria-button.aria-woocommerce-tabs-button {
  padding: 12px 15px;
}

.aria-woocommerce-tabs-panel {
  padding: 20px;
}
.aria-woocommerce-tabs-panel {
  color: #4a4a4a;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}
.aria-woocommerce-tabs-panel .aria-single-post-section-title {
  margin-bottom: 15px;
}
.aria-woocommerce-tabs-button {
  width: max-content;
  border-radius: 500px;
  background: #f0f0f0;
  display: block;
  padding: 12px 15px;
  text-align: center;
  color: #818181;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: unset;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.aria-woocommerce-tabs-button:hover {
  border-radius: 500px;
  background: #d4d4d4;
  color: #818181;
}
.aria-woocommerce-tabs-button:hover a {
  color: #818181;
}

.aria-woocommerce-tabs-button-li.active a {
  border-radius: 500px;
  background: var(--primary, #253b8e);
  padding: 12px 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: unset;
  transition: all 0.3s ease-in-out;
}

/* Addional details tab styel  */
.woocommerce-product-attributes-item__label {
  color: #727272;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.aria-woocommerce-product-attributes-item__value {
  border-radius: 8px;
  border: 1px solid #f5f5f5;
  background: #fff;
  padding: 10px 12px;
}
.aria-woocommerce-product-attributes-item__value * {
  margin: 0;
}

/* Single-product-review */
.comment-list .depth-1 > .aria-li-comment {
  border-radius: 12px;
  border: 1px solid var(--aria-secendary-gray-color-03, #ededed);
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
.woocommerce-review__author {
  color: #5f5f5f;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

time.woocommerce-review__published-date {
  color: #b4b4b4;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

ol.children .depth-2::before,
ul.children .depth-2::before {
  width: 50px;
  height: 80px;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 0 0 40px 0px;
  content: " ";
  position: absolute;
  right: -62px;
  top: 0;
}
.aria-woocomerce-conments-tabs-rate {
  display: none;
}
p.stars {
  display: none;
}
/* .aria-woocommerce-single-produc-stars {
  position: absolute;
  right: -4px;
  font-size: 20px;
  z-index: 1;
} */

.aria-woocommerce-single-produc-stars span {
  cursor: pointer;
}

.aria-woocommerce-single-produc-stars span.star-select {
  color: #ffcc00;
}
.aria-rating-label-holder {
  margin: 0 10px;
}
.comment-form .form-submit .submit {
  border-radius: 500px;
  background: var(--primary, #253b8e);
  display: block;
  padding: 12px 24px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: unset;
  transition: all 0.3s ease-in-out;
}
.comment-form .form-submit .submit:hover {
  background: var(--primary--hover, #1e3073);
  color: #fff;
}
p.form-submit {
  margin: 0;
  text-align: left;
}

/* Woocommerce My Account */
.woocommerce-MyAccount-content,
.aria-woocommerce-myaccount-sidebar {
  border-radius: 24px;
  background: #f5f5f5;
  padding: 20px;
}

.aria-woocommerce-myaccount-sidebar-wrapper {
  padding-left: 25px;
}
.aria-woocommerce-myaccount-nid-detials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.aria-woocommerce-myaccount-user-data-id-label {
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  text-align: right;
  text-decoration-skip-ink: none;
  color: #ffffffa4;
}
.aria-woocommerce-myaccount-user-data-name,
.aria-woocommerce-myaccount-user-data-id-value {
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  text-align: right;
  text-decoration-skip-ink: none;
  color: #fff;
}
.aria-woocommerce-myaccount-user-data-name {
  font-size: 15px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.aria-woocommerce-myaccount-user-data {
  background: var(--primary, #253b8e);
  width: calc(100% + 40px);
  position: relative;
  right: -20px;
  top: -20px;
  border-radius: 24px 24px 00 0;
  padding: 23px 30px;
}
.aria-woocommerce-myaccount-user-img img {
  border-radius: 50px;
}

.aria-woocommerce-myaccount-user-img::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 70px;
  color: #fff;
  fill: rgba(255, 255, 255, 0.28);
  filter: blur(50px);
  width: 100px;
  height: 100px;
  z-index: 0;
  background: #ffffff8a;
}
.aria-woocommerce-myaccount-user-img::after {
  content: " ";
  position: absolute;
  top: 11px;
  right: 60px;
  width: 110px;
  height: 120px;
  background: url(assets/img/aria-bg-fream-40.svg) no-repeat center center;
  z-index: 0;
  background-size: contain;
}

nav.woocommerce-MyAccount-navigation {
  width: 100%;
}

li.aria-myaccount-menu-item:hover {
  background: var(--primary, #253b8e);
  color: #fff;
}
li.aria-myaccount-menu-item:hover a {
  color: #fff;
}

li.aria-myaccount-menu-item {
  margin-bottom: 10px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  padding: 5px 10px;
  color: #9a9a9a;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
  letter-spacing: -0.32px;
}
li.aria-myaccount-menu-item:last-child {
  background: #9a9a9a;
  color: #fff;
}
li.aria-myaccount-menu-item:last-child a {
  color: #fff;
}

li.aria-myaccount-menu-item a {
  color: #9a9a9a;
  font-size: 16px;
}
li.aria-myaccount-menu-item.is-active {
  background: var(--primary, #253b8e);
  color: #fff;
}

li.aria-myaccount-menu-item.is-active a {
  color: #fff;
}

.aria-wma-icon {
  font-size: 20px;
}

.aria-iconbox-parent {
  border-radius: 12px;
  background: #fff;
  padding: 15px 20px;
  margin-left: 10px;
}

.aria-iconbox-parent-col:nth-child(3n) .aria-iconbox-parent {
  margin: 0;
}
.aria--iconbox-icon {
  width: 55px;
  height: 55px;
}
span.aria--iconbox-content-label {
  color: #7c7c7c;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.32px;
}
span.aria--iconbox-content-value {
  color: #515151;
  text-align: right;
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: -0.4px;
}
.aria-dashbord-information-wraper {
  border-radius: 16px;
  background: #fff;
  padding: 15px 20px;
}

.aria-dashbord-information-inputs-col {
  padding-left: 10px;
}
.aria-dashbord-information-inputs-col:nth-child(3n) input {
  margin: 0;
}

.aria-dashbord-wishlist {
  border-radius: 16px;
  background: #fff;
  padding: 15px 20px;
  margin-left: 15px;
}

.aria-dashbord-wishlist-col:nth-child(2n) .aria-dashbord-wishlist {
  margin-left: 0;
}

.aria-dro-item-img {
  border-radius: 8px;
  background: #d9d9d9;
}

.aria-dro-item-img img {
  border-radius: 8px;
  height: 50px;
  background: #d9d9d9;
}
.aria-dro-wrapper-item {
  border-radius: 8px;
  background: #f8f8f8;
  padding: 8px;
}
.aria-dro-item-name a {
  margin: 0;
  color: #696969;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
.aria-dro-item-name a:hover {
  color: #4e4e4e;
}
.aria-dro-item-price {
  color: var(--primary, #253b8e);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.aria-dro-item-symbol {
  color: #b3b3b3;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.aria-dro-wish-item-img {
  border-radius: 8px;
  background: #d9d9d9;
  width: 92px;
  height: 91px;
}

.aria-dro-wish-item-img img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  background: #d9d9d9;
}
.aria-dro-wish-item-name a {
  color: #5c5c5c;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  transition: all 0.3s ease-in-out;
}
.aria-dro-wish-item-name a:hover {
  color: #1d1d1d;
}
.aria-dro-wish-item-actions {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(181, 181, 181, 0.25);
  padding: 4px 6px;
  min-width: 40px;
  gap: 12px !important;
}

.woosw-btn {
  color: var(--Secondary-80, #808080);
  border: unset;
  background: unset;
  margin: 6px 1px 0 0;
}

.aria-dro-item-action--h .woosw-btn {
  color: var(--primary, #253b8e);
  font-size: 23px;
  border: unset;
  background: unset;
  margin: 5px -3px 0 0;
}
.aria-dro-item-action--h {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
  width: 30px;
}
.aria-dro-item-action--l span {
  font-size: 23px;
  border: unset;
  background: unset;
  margin: 6px 1px 0 0;
  color: var(--Secondary-80, #808080);
  transition: all 0.3s ease-in-out;
}
.aria-dro-item-action--l span:hover {
  color: #5c5c5c;
}

.aria-woocommerce-dashbord-header {
  width: calc(100% + 40px) !important;
  border-bottom: 1px solid #d7d7d7;
  margin-right: -20px;
  padding: 0px 30px 5px 15px;
  position: relative;
}
.aria-woocommerce-dashbord-header:before {
  content: "";
  width: 4px;
  height: 14px;
  position: absolute !important;
  top: 6px;
  right: 20px;
  background: #fed128;
}

.aria-woocommerce-dashbord-header h6 {
  color: #313131;
  text-align: right;

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.aria-woocommerce-single-product-tabs {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
/* woocommerce inputs */
.input-text,
span.select2-container {
  border-radius: 12px !important;
  border: 1px solid #eee !important;
  background: #fff;
  outline: 0px solid #eee !important;
  padding: 12px 10px !important;
  color: #707070 !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.woocommerce-form-row label {
  color: #393939;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding-right: 5px;
}
span.select2-selection.select2-selection--single {
  border: unset;
  padding: 0;
}
.select2-selection__rendered {
  padding: 0 !important;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 7px;
  right: auto;
  top: 10px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 50%;
}

.aria-wd-adress-title {
  color: #373737;
  text-align: right;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.36px;
}

.aria-woocommerce-order-details-address {
  border-radius: 16px;
  background: #fff;
}
.aria-woocommerce-subt-address {
  margin-bottom: 0;
  margin-top: 5px;
  color: #6c6c6c;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.aria-woocommerce-myac-address a {
  border-radius: 50px;
  background: #d3d3d3;
  display: block;
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 10px 35px 9px 35px;
}
p#billing_address_2_field {
  display: none !important;
}

p#billing_country_field,
p#billing_address_2_field,
p#billing_address_1_field,
p#billing_state_field,
p#billing_city_field,
p#billing_phone_field,
p#billing_postcode_field {
  width: 50%;
  display: inline-block;
}

p#shipping_address_2_field,
p#shipping_address_1_field,
p#shipping_state_field,
p#shipping_city_field,
p#shipping_postcode_field {
  width: 50%;
  display: inline-block;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper ul li {
  background: #fff;
}

/* orders dashboard */
.aria-woocomerce-myac-tabel-head {
  border-radius: 12px;
  background: var(--primary, #253b8e);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px 10px 10px;
  color: #fff;
}

.aria-woocomerce-myac-account-orders-table-tbody {
  margin-top: 20px;
}

.woocommerce-orders-table__row,
.aria-woocomerce-dashboard-download-tabel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px 15px 15px;
  border-radius: 16px;
  border: 1px solid #e7e7e7;
  margin-bottom: 10px;
  color: var(--DarkGray-DarkGray, #333);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}
.woocommerce-orders-table__row a {
  color: var(--DarkGray-DarkGray, #333);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

.woocommerce-orders-table__row:nth-child(2n) {
  background: #fff;
}
.woocommerce-orders-table__row:nth-child(2n + 1) {
  background: #f5f5f5;
}

.aria-order-status-on-hold {
  color: var(--Warning, #ffa500);
  font-style: normal;
  font-weight: 500;
}

.aria-order-status-refunded {
  color: #333;
  font-style: normal;
  font-weight: 500;
}
.aria-order-status-completed {
  color: var(--success, #28a745);
  font-style: normal;
  font-weight: 500;
}
.aria-order-status-failed {
  color: #b22222;
  font-style: normal;
  font-weight: 500;
}
.aria-order-status-cancelled {
  color: #dc2f02;
  font-style: normal;
  font-weight: 500;
}

.aria-order-status-processing {
  color: var(--primary, #253b8e);
  font-style: normal;
  font-weight: 500;
}

.aria-order-status-on-hold::before,
.aria-order-status-refunded::before,
.aria-order-status-completed::before,
.aria-order-status-failed::before,
.aria-order-status-cancelled::before,
.aria-order-status-processing::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;

  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 6px;
}

.aria-order-status-on-hold::before {
  background: var(--Warning, #ffa500);
}
.aria-order-status-refunded::before {
  background: #333;
}
.aria-order-status-completed::before {
  background: var(--success, #28a745);
}
.aria-order-status-failed::before {
  background: #b22222;
}
.aria-order-status-cancelled::before {
  background: #dc2f02;
}
.aria-order-status-processing::before {
  background: var(--primary, #253b8e);
}
.woocommerce-orders-table__cell-order-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-content: center;
}
.woocommerce-orders-table__cell-order-actions a {
  color: #fff;
  margin-bottom: 4px;
}

.woocommerce-pagination.woocommerce-Pagination {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-pagination.woocommerce-Pagination a {
  min-width: 90px;
}

/* download dashboard */
.download-product.aria-woocomerce-download-td-dlarchive {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
}

.download-product.aria-woocomerce-download-td-dlarchive
  .aria-woocomerce-product-dl-img {
  width: 60px;
  height: 60px;
  border-radius: 6px;
}
.download-product.aria-woocomerce-download-td-dlarchive
  .aria-woocomerce-product-dl-img
  img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.aria-woocomerce-download-tit-and-linka-dl {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

a.aria-woocomerce-download-atag.aria-button-secondary-white {
  line-height: 0;
}

.aria-woocomerce-dashboard-download-table-tbody {
  margin-top: 20px;
}
.aria-woocomerce-download-download-expires {
  padding-right: 10px;
}
.aria-woocomerce-order-downloads-thead {
  padding: 10px 20px 10px 10px;
}
.w-25.download-file {
  padding-right: 30px;
}

.aria-woocomerce-download-download-remaining {
  padding-right: 10px;
}

/* Whislist page */
.woosw-list table.woosw-items {
  width: 100%;
}

tr.woosw-item {
  display: flex;
  flex-direction: column;
  width: 32%;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid #e1e1e1;
  background: #fff;
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  justify-content: space-between;
  align-items: center;
}

tr.woosw-item:hover {
  border: 1px solid #ebebeb;
}
tr.woosw-item td {
  background: unset !important;
}
tr.woosw-item:hover td {
  background: unset !important;
}

.woosw-item--atc p.product.woocommerce.add_to_cart_inline {
  display: none;
}
table.woosw-items tbody {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 10px;
  justify-content: start;
}

td.woosw-item--remove span {
  position: absolute;
  top: 5px;
  right: 10px;
}

td.woosw-item--info .woosw-item--name a {
  color: var(--DarkGray-DarkGray, #333);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.woosw-item--stock {
  text-align: left;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
}
.woosw-item--stock p {
  font-size: 12px;
  border-radius: 8px 0 8px 0;
}
td.woosw-item--actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  justify-content: center;
}

.woosw-item--atc a.add_to_cart_button {
  display: inline-flex;
  padding: 13px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #1a2e77;
  color: #fff;
  line-height: 12px;
  transition: all 0.3s ease;
  font-size: 14px;
}

.woosw-item--atc a.add_to_cart_button:hover {
  background: var(--aria-third-color-01, #fed128);
  color: #fff;
}

.woosw-item--atc
  a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading:after {
  display: none;
  padding: 0;
}

.woosw-item--atc
  a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading {
  padding: 13px;
}
.woosw-item--atc .added_to_cart {
  /* display: none; */
  display: inline-flex !important
;
  width: 130px;
  text-align: center;
  padding: 10px 7px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 50px;
  background: #1a2e77;
  color: #fff;
  transition: all 0.3s ease;
  line-height: unset;
}
.woosw-item--time {
  display: none;
}

td.woosw-item--image {
  max-width: 150px;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--image img {
  width: 160px;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--image {
  width: 160px;
}
.woosw-item--price {
  position: relative;
}
.woosw-item--price .woo-at-card-price-holder .woo-at-price {
  text-align: left;
  line-height: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

/* .woo-at-card-price-holder
  .woo-at-price
  span.woo-at-single-all-sale-price
  .woo-at-single-discount {
  display: none;
} */
.woosw-item--price
  .woo-at-card-price-holder
  .woo-at-price
  .woo-at-single-reg-price
  span.woocommerce-Price-currencySymbol {
  color: #b3b3b3;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin: 0 2px 0 0;
}
.woosw-item--price
  .woo-at-card-price-holder
  .woo-at-price
  .woo-at-single-reg-price {
  color: var(--primary, #253b8e);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.woosw-item--price
  .woo-at-card-price-holder
  .woo-at-price
  span.woo-at-single-all-sale-price
  .woo-at-single-sale-price
  .woocommerce-Price-amount
  bdi
  .woocommerce-Price-currencySymbol {
  display: none;
}
.woosw-item--price
  .woo-at-card-price-holder
  .woo-at-price
  span.woo-at-single-all-sale-price
  .woo-at-single-sale-price
  .woocommerce-Price-amount
  bdi {
  color: var(--DimGray-500, #b3b3b3);
  font-weight: 400;
  line-height: 14px;
  text-decoration-line: line-through;
}
.woosw-item--price span.woo-at-single-sale-price span.woocommerce-Price-amount {
  display: none;
}
.woosw-item--price
  span.woo-at-single-sale-price
  span.woocommerce-Price-amount
  .woocommerce-Price-currencySymbol {
  display: none;
}
.woosw-list table.woosw-items tr td {
  vertical-align: middle;
  padding: 0 0 10px 0;
}

.woosw-item--price span.woocommerce-Price-amount {
  color: var(--primary, #253b8e);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}

.woosw-item--price
  span.woocommerce-Price-amount
  .woocommerce-Price-currencySymbol {
  color: #b3b3b3;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin: 0 2px 0 0;
}

/* View order style */
.aria-woocommerce-customer-details span.aria-icon {
  font-size: 20px;
}
.aria-order-status-notif {
  border-radius: 16px;
  background: #fff;
  padding: 20px;
}
.aria-order-status-notif span.aria-icon {
  font-size: 18px;
  background: #fed128;
  border-radius: 50px;
  padding: 8px;
}
p.aria-order-status-notif-text {
  color: #373737;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.aria-woocommerceflex-tabel {
  border-radius: 16px;
  background: #fff;
  padding: 20px;
}
.aria-woocomerce-order-details-pitem {
  border-radius: 12px;

  padding: 15px 10px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  align-content: center;
  border: 1px solid #e7e7e7;
  background: #fff;

  align-items: center;
}
.aria-woocommerceorder-details-thead {
  padding: 10px 15px;
  border-radius: 12px;
  background: var(--primary, #253b8e);
  color: #fff;
}
.w-75.aria-order-item a {
  color: #292929;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.aria-woocomerce-order-details-pitem .woocommerce-Price-amount {
  color: var(--primary, #253b8e);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.aria-woocomerce-order-details-pitem
  .woocommerce-Price-amount
  .woocommerce-Price-currencySymbol {
  color: #b3b3b3;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  margin: 0 2px 0 0;
}

.aria-order-item a {
  color: #373737;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.aria-woocomerce-order-details-footer {
  padding: 10px 15px;
  border-radius: 12px;
  background: var(--primary, #253b8e);
  color: #fff;
}
.aria-woocomerce-order-details-footer-label {
  color: #fff;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.aria-woocomerce-order-details-footer-value {
  color: #fff;
  text-align: right;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.aria-woocomerce-tkpage {
  border-radius: 24px;
  background: #f5f5f5;
  padding: 24px;
}

/* User norice in dahboard */

.aria-user-dashboard-notice-wrapper {
}
.user-notice-icon .aria-icon {
  border-radius: 50px;
  background: var(--primary, #253b8e);
  padding: 5px;
  color: #fff;
  font-size: 20px;
}

p.user-notice-title {
  color: #373737;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.user-notice-envol {
  position: absolute;
  left: -5px;
  top: -5px;
  font-size: 22px;
}

.user-notice-envol .aria-icon {
  background: #d3d3d3;
  color: #fff;
  border-radius: 7px;
  padding: 3px;
}

.user-norice-body p {
  color: #555;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}

.user-norice-body a {
  color: #1a2e77;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.user-dashboard-notice {
  border-radius: 16px;
  background: #fff;
  padding: 20px;
}
.user-dashboard-notice-single-wrapper {
  border-radius: 16px;
  background: #fff;
  padding: 20px;
}
.user-norice-single-header {
  border-bottom: 1px solid #9e9e9e;
  color: #373737;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.user-norice-single-content {
  color: #555;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
}

/* WOOCOMMERCE CART STYLES */
.aria-woocomerce-cart-tbody {
  border-radius: 16px;
  background: #f5f5f5;
  padding: 24px;
  margin-left: 30px;
}

.aria-woocomerce-cart-items {
  border-radius: 16px;
  background: #fff;
  padding: 22px;
}

.aria-woocomerce-cart-items .product-remove {
  width: 75px;
  border-right: 1px solid #e3e3e3;
  text-align: left;
}
.aria-woocomerce-cart-items .product-remove a.aria-woocomerce-cart-remove-item {
  color: #888888;
  font-size: 24px;
}
.aria-woocomerce-cart-items .aria-addtocard-quantity-field {
  width: 100%;
}
.aria-woocomerce-cart-items
  .aria-addtocard-quantity-field
  .aria-quantity
  input {
  width: 100% !important;
}
.aria-woocomerce-cart-items .product-thumbnail {
  border-radius: 8px;
  background: #d9d9d9;
  padding: 5px;
}
.aria-woocomerce-cart-items .product-name a {
  color: #212529;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}

.aria-html-price-wrapper {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: right;
  align-items: center;
}

.aria-html-price-regular-price {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.aria-html-price-regular-price bdi {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
  gap: 5px;
}
.aria-html-price-regular-price-offer bdi .woocommerce-Price-currencySymbol {
  display: none !important;
}
.aria-html-price-regular-price-offer bdi {
  padding-left: 10px;
}
.aria-html-price-regular-price bdi .woocommerce-Price-currencySymbol {
  display: block;
}

.aria-html-price-regular-price-offer {
  color: var(--DimGray-500, #b3b3b3);
  text-decoration: line-through;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
}

.aria-html-price-present-discount {
  border-radius: 4px;
  background: var(--aria-third-color-01, #fed128);
  box-shadow: 0px 4px 8px 0px rgba(254, 209, 40, 0.17);
  padding: 5px 4px 2px 4px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  left: 35px;
  line-height: 14px;
  top: 0px;
}

.aria-html-price-sale-price bdi {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: right;

  align-items: center;

  gap: 5px;
}

.aria-html-price-sale-price bdi .woocommerce-Price-currencySymbol {
  display: block;
}

.aria-html-price-sale-price bdi {
  color: var(--primary, #253b8e);

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.product-subtotal .woocommerce-Price-amount bdi {
  color: var(--primary, #253b8e);

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

a.shipping-calculator-button {
  display: block;
  text-align: left;
  padding-bottom: 15px;
  margin-top: -25px;
}

.woocommerce ul#shipping_method {
  margin-top: 10px;
}
.woocommerce ul#shipping_method li label {
  display: inline;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  color: #757575;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  gap: 10px;
}

.woocommerce ul#shipping_method li label .woocommerce-Price-amount {
  color: #2b2b2b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.coupon-aria-holder-all-cop {
  border-radius: 16px;
  background: #f5f5f5;
  padding: 24px;
}

.coupon.coupon-aria-holder-all-cop {
  border-radius: 16px;
  background: #f5f5f5;
  padding: 20px 24px;
  width: 100%;
  margin-top: 25px;
}
.aria-dropdown {
  overflow: hidden;
  width: 100%;
}

.aria-dropdown-title {
  background-color: #f4f4f4;

  cursor: pointer;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.aria-dropdown-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.dropdown-icon {
  transition: transform 0.3s ease;
  font-size: 20px;
}

.aria-dropdown-open .aria-dropdown-title .dropdown-icon {
  transform: rotate(180deg);
}
.aria-dropdown-open .aria-dropdown-content {
  max-height: 150px;
}
.aria-dropdown-open .aria-dropdown-content {
  padding: 25px 2px 2px 2px;
}

.aria-dropdown-content-coupon {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.aria-woocomerce-btn-coponupdate {
  position: absolute;
  left: 10px;
  padding: 7px;
}
span.aria-dropdown-the-title {
  color: #717171;

  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
input#coupon_code {
  height: 55px;
}

.aria-customer-details {
  border-radius: 12px;
  background: #f5f5f5;
  padding: 24px;
}

/* Aria Woocommerce checkout style */

.aria-woocomerce-checkout-fields-wrapper {
  padding-left: 20px;
}
.aria-woocommerce-checkout-review-order-table {
  border-radius: 12px;
  background: #f5f5f5;
  padding: 24px;
}

.aria-ship-to-different-address {
  color: #343434;
  text-align: right;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #e9e6ed;
  border-radius: 5px;
  border-radius: 12px;
  background: #f5f5f5;
  padding: 24px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0 00;
  line-height: 32px;

  color: #515151;
  border-radius: 12px;
  background: #fff;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}
.aria-woocomerce-payment-merg-header
  input[type="radio"]
  + label
  span.aria-payment-methods-item-toggle:before {
  width: 19px;
  height: 19px;
  background: #ccc;
  border-radius: 50px;
  content: " ";
  position: absolute;
  left: 2px;
  top: 2px;
  transition: all 0.3s ease;
}

.aria-woocomerce-payment-merg-header
  input[type="radio"]:checked
  + label
  span.aria-payment-methods-item-toggle:before {
  width: 19px;
  height: 19px;
  background: var(--primary, #253b8e);
  border-radius: 50px;
  content: " ";
  position: absolute;
  left: 26px;
  top: 2px;
  transition: all 0.3s ease;
}
span.aria-payment-methods-item-toggle {
  width: 50px;
  position: relative;
  border-radius: 50px;
  height: 25px;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.aria-woocomerce-payment-merg-header input[type="radio"] {
  display: none;
}
/* .aria-woocomerce-payment-merg-header input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  border-radius: 500px;
  background: #ccc;
  padding: 12px 8px 12px 24px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: unset;
  transition: all 0.3s ease-in-out;
}

.aria-woocomerce-payment-merg-header input[type="radio"]:checked + label {
  cursor: pointer;
  border-radius: 500px;
  background: var(--primary, #253b8e);
  padding: 12px 24px 12px 24px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: unset;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
} */

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  margin: 10px 0;
  position: relative;
}
ul.wc_payment_methods {
  padding: 0;
}
span.aria-gt-counter {
  background: #fff;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 50px;
  color: #333;
  padding: 2px;
  font-size: 14px;
  display: inline-flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0px 0 0 5px;
}

.woocommerce-privacy-policy-text {
  line-height: 32px;
  color: #515151;
  text-align: justify;
}

.aria-button-checkout-payment {
  font-size: 17px;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 1em 1em 0 1em;
}
/* Aria Memnu mobile  */

.aria-menu-mobile-menu-item {
  text-align: center;
  padding: 5px;
  color: #555;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
  width: 20%;
}

.aria-menu-mobile-menu-item:hover,
.aria-menu-mobile-menu-item.active {
  color: var(--primary, #253b8e);
}

.aria-menu-mobile-menu-item i {
  font-size: 22px;
  display: block;
  margin-bottom: 4px;
}

/* Tab Content Box */
.aria-menu-mobile-tab-content {
  width: 100%;
  background: #f8f9fa;
  margin-bottom: 10px;

  width: 95%;
  padding: 10px 15px;
  border-radius: 12px;
  border: 2px solid #fff;
  background: linear-gradient(180deg, #f5f6f7 0%, #fff 100%);
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  display: none;
  max-height: 450px;
  overflow: scroll;
  /* opacity: 0; */
  /* visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease; */
}

/* Show Tab Content */
.aria-menu-mobile-tab-content.active {
  /* opacity: 1;
  visibility: visible;
  transform: translateY(0); */
  display: block;
}
.aria-menu-mobile-wrapper {
  z-index: 10;
  position: relative;
}
/* .aria-menu-mobile-bottom-menu {
  width: 95%;
  display: flex;
  padding: 10px 0;
  justify-content: space-around;
  border-radius: 12px;
  border: 2px solid #fff;
  background: linear-gradient(180deg, #f5f6f7 0%, #fff 100%);
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
} */
.aria-menu-mobile-bottom-menu {
  width: 100%;
  padding: 10px 0;

  background: #fff;
  box-shadow: 0px -5px 12px 0px rgba(204, 204, 204, 0.25);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aria-menu-mobile-bottom-menu-links {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.aria-menu-mobile-wrapper {
  z-index: 10;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 10px 0 0 0;
  flex-direction: column;
  align-items: center;
}
.aria-menu-mobile-wrapper-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .aria-menu-mobile-menu-item.mm-have-content:before {
  content: " ";
  width: 1px;
  height: 30px;
  background: #e1e1e1;
  position: absolute;
  left: -5px;
  top: 12px;
} */

.aria-menu-mobile-menu-item.mm-have-content:last-child:before {
  content: unset;
  display: none;
}
.aria-menu-mobile-linkk {
  color: #fff;
}
.aria-menu-mobile-featureitem {
  border-radius: 100px;
  border: 4px solid #fff;
  background: var(--primary, #253b8e);
  width: 65px;
  height: 65px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  line-height: 0;
  position: absolute;
  top: -20px;
  right: auto;
}

/* Thank you page style */
.woocommerce ul.order_details {
  margin: 2em 0;
  list-style: none;
  width: calc(100% + 40px) !important;
  border-bottom: 1px solid #d7d7d7;
  /* border-top: 1px solid #d7d7d7; */
  margin-right: -20px;
  padding: 40px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.woocommerce ul.order_details li {
  display: flex;
  gap: 12px;
  text-align: right;
  margin-left: 0;
  text-transform: unset;
  font-size: 0.715em;
  line-height: 1;
  border-left: 1px solid #dcdcdc;
  padding-left: 5em;
  margin-right: 0;
  padding-right: 0;
  list-style-type: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.aria-woocomerce-order-details-pitem .product-quantity {
  color: #333;
  font-weight: 400;
}
/* Woocomerce Quick view */
div#woosq-popup .aria-sp-more-featurs {
  display: none;
}
div#woosq-popup .aria-single-product-price-form-wrapper {
  width: 100%;
  max-width: unset;
  margin: 20px 0;
}
div#woosq-popup .woosq-product > .product .summary .summary-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding: 20px;
}
div#woosq-popup .woocommerce div.product div.summary {
  padding: 20px;
}

.woosq-sidebar .woosq-close {
  font-size: 25px;

  top: 10px;
  left: 10px;
  color: #555;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  z-index: 9;
  cursor: pointer;
}
.woosq-product .thumbnails .slick-arrow.slick-prev {
  left: 10px !important;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.woosq-product .thumbnails .slick-arrow.slick-prev:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.384);
  border: 1px solid #e1e1e1;
}
.woosq-product .thumbnails .slick-arrow.slick-next {
  right: 10px !important;
  transition: all 0.3s ease;
  border-radius: 12px;
}
.woosq-product .thumbnails .slick-arrow.slick-next:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.384);
  border: 1px solid #e1e1e1;
}

.woosq-product .thumbnails .slick-dots li button:before {
  border: 1px solid #fff;
  background: linear-gradient(180deg, #253b8e 0%, #7e6af0 100%), #fff;
  box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
  width: 10px;
  height: 10px;
  margin: 0 3px !important;
}
.woosq-product .thumbnails .slick-slide {
  padding: 50px;
}

.woosq-product .thumbnails .slick-arrow:before {
  font-size: 20px;
  line-height: 35px;
}
.woosq-product .thumbnails .slick-arrow {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.woosq-sidebar .woosq-close {
  width: 35px;
  height: 35px;
  line-height: 33px;
}

/* woocommerce login / regester */

.woocommerce form.login,
.woocommerce form.register {
  margin: 1em 0;
}
.woocommerce-password-strength {
  margin: 10px 0;

  font-size: 14px;
  border-radius: 8px;

  color: #fff;
  margin: 20px 0 5px 0;
  font-weight: 200;
}
.woocommerce-password-strength.short {
  background-color: #dc2f02;
  border-color: #dc2f02;
  width: 50%;
}
.woocommerce-password-strength.bad {
  background-color: #ffa500;
  border-color: #ffa500;

  width: 65%;
}

.woocommerce-password-strength.good {
  background-color: #253b8e;
  border-color: #253b8e;

  width: 80%;
}

.woocommerce-password-strength.strong {
  background-color: #28a745;
  border-color: #28a745;

  width: 100%;
}

small.woocommerce-password-hint {
  background-color: #28a745;
  border-color: #28a745;
  margin: 10px 0;
  width: 100%;
  font-size: 14px;
  border-radius: 8px;
  padding: 10px;
  color: #fff;
  font-weight: 300;
  -webkit-animation: aria-blink-2 1s 1s 2 both;
  animation: aria-blink-2 1s 1s 2 both;
}
.woocommerce-password-strength:before {
  width: 100%;
  content: "";
  border: 1px solid #e1e1e1;
  position: absolute;
  left: -2px;
  top: 101px;
  height: 29px;
  border-radius: 8px;
}

.woocommerce-form-login-toggle
  .aria-woocommerce-message.aria-woocommerce-message--info::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--primary, #253b8e);
  right: 16px;
  top: 28px;
  border-radius: 50px;
}

/* Archive card pre row styles */

.product_archive_cpr---two
  li
  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link
  img {
  height: 250px;
  width: 70%;
  padding: 21px;
}
.product_archive_cpr---two li {
  min-height: 400px;
}

.product_archive_cpr---three
  li
  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link
  img {
  width: 80%;
  height: 190px;
  padding: 10px;
}
ِ
/* sticky header */
.aria-stiky-header {
  transition: all 0.3s ease;
  visibility: hidden;
  height: 0;
}
.aria-stiky-header {
  display: none;
}
.aria-is-sticky {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white; /* Change as needed */
  visibility: visible;
  height: auto;
  z-index: 999;
}

.aria-is-sticky .aria-sticky-hidden-item {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: all 0.3s ease;
  height: 0;
}
/* .aria-is-sticky .e-con-inner {
  padding: 5px 0 !important;
} */
.aria-is-sticky .aria-sticky-p0-item {
  padding: 0 !important;
}
.aria-is-sticky .aria-sticky-m0-item {
  margin: 0 !important;
}

/* Additional Css */
a.button.product_type_external {
  display: inline-flex;
  padding: 13px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #1a2e77;
  color: #fff;
  line-height: 12px;
  transition: all 0.3s ease;
  font-size: 16px;
}

span.wcapf-range-start input,
span.wcapf-range-end input {
  height: 40px;
  text-align: center;
  border-radius: 50px;
  background: rgb(223, 222, 222);
  border: unset;
  color: var(--Secondary-70, #707070);
  font-size: 15px;
}
.woocommerce ul#shipping_method li {
  margin: 0 0 1em;
  line-height: 1.5em;
  list-style: none outside;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.aria-shipping-methods-item label {
  width: 100%;
  transition: all 0.3s ease;
  /* cursor: pointer; */
}

.aria-shipping-methods-item input[type="radio"] {
  display: none;
}

.aria-shipping-methods-item
  input[type="radio"]
  + label
  span.aria-shipping-methods-item-toggle:before {
  width: 19px;
  height: 19px;
  background: #ccc;
  border-radius: 50px;
  content: " ";
  position: absolute;
  left: 2px;
  top: 2px;
  transition: all 0.3s ease;
}

.aria-shipping-methods-item
  input[type="radio"]:checked
  + label
  span.aria-shipping-methods-item-toggle:before {
  width: 19px;
  height: 19px;
  background: var(--primary, #253b8e);
  border-radius: 50px;
  content: " ";
  position: absolute;
  left: 26px;
  top: 2px;
  transition: all 0.3s ease;
}
span.aria-shipping-methods-item-toggle {
  width: 50px;
  position: relative;
  border-radius: 50px;
  height: 25px;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.woocommerce-form-coupon-toggle.aria-checkout-coupon-toggle {
  border-radius: 16px;
  border: 1px solid var(--aria-secendary-gray-color-03, #ededed);
  background: #fafafa;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  font-size: 15px;
  line-height: 25px;
  gap: 15px;
}
.aria-checkout-coupon-toggle-action {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
.woocommerce-form-coupon-toggle.aria-checkout-coupon-toggle .aria-icon {
  border-radius: 50px;
  background: var(--primary, #253b8e);
  padding: 5px;
  color: #fff;
  font-size: 20px;
  margin-left: 7px;
  margin-bottom: 3px;
}
.aria-checkout-coupon-toggle-wrapper {
  padding-left: 20px;
}

.woocommerce form.checkout_coupon {
  padding: 0;
  border: unset;
  margin: 0;
}
.aria-woocomerce-btn-coponupdate-checkout {
  left: 10px;
  top: 10px;
  padding: 7px;
  position: absolute;
}

/* menu icon style */
.menu-item img._before,
.rtl .menu-item img._after {
  margin-left: 0.5em;
  margin-right: unset;
}
.aria-single-sidebar-wrapper {
  padding-left: 0;
}
.aria-single-content-wrapper {
  padding-right: 0;
}

nav.navbar.navbar-expand-lg.aria-shop-sidebar-navbar {
  border-radius: 12px;
  background: #f6f6f6;
  padding: 10px;
  align-items: stretch;
}
.aria-shop-sidebar-navbar-toggler {
  padding: 0;
}
.aria-shop-sidebar-navbar-collapse > div {
  border-radius: 16px;
  border: 1px solid var(--aria-secendary-gray-color-03, #ededed);
  background: #fff;
  margin-bottom: 10px;
  padding: 15px;
}
.aria-shop-sidebar-navbar-collapse {
  margin-top: 20px;
}
a.navbar-brand.aria-shop-sidebar-navbar-brand {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  color: #6b6b6b;
  text-align: right;
  font-size: 14px;
}
a.navbar-brand.aria-shop-sidebar-navbar-brand .aria-icon {
  margin-left: 5px;
  font-size: 18px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.9em 1em;
  font-weight: 700;
  border-radius: 3px;
  right: auto;

  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;

  text-decoration: none;
  background-image: none;

  background: #1a2e77;
  color: #fff;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 300;
}
.aria-related-post-slider-swiper {
  padding: 0 20px;
}

.aria-iconbox-parent-col {
  margin-bottom: 10px;
}

input#reg_email::placeholder {
  text-align: right;
}
.woocommerce-NoticeGroup {
  width: 100%;
}

.htmobile-menu-wrap .htmobile-navigation .htmega-megamenu li a img {
  background: var(--primary, #253b8e);
  padding: 1px;
  border-radius: 4px;
}
.htmobile-menu-wrap .htmobile-navigation .htmega-megamenu li .sub-menu {
  padding-left: unset;
  padding-right: 30px;
}

.htmobile-menu-wrap .htmobile-navigation .htmega-megamenu li {
  display: block;
  position: relative;
  width: 100%;
  margin: 5px 0;
}
.htmega-menu-container .htmobile-navigation ul.htmega-megamenu {
  display: block !important;
  padding: 0 15px;
}

.aria-sticky-addto-cart-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aria-sticky-addto-cart-wrapper-content {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.aria-satc-product-img img {
  max-width: 50px;
  height: auto;
  margin-right: 15px;
}

.aria-satc-product-content a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.aria-satc-product-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}

.aria-satc-product-actions-price {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  min-width: 130px;
}

.aria-sticky-add-to-cart-button {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
}

.aria-sticky-add-to-cart-button:hover {
  background: #005177;
}

.aria-single-product-price-form-wrapper{
  margin-right: 30px;
}
div#woosq-popup .aria-single-product-price-form-parent{
  width: 100% !important;
  max-width: unset;
}
/* Css Media Query */
@media screen and (max-width: 375px) {
  .at--ring {
    width: 70%;
    height: 70%;
    top: 30px;
    left: 0;
  }
}

@media screen and (max-width: 425px) {
  .aria-inner-page---header h6,
  .aria-inner-page---header h5,
  .aria-inner-page---header h4,
  .aria-inner-page---header h3,
  .aria-inner-page---header h2,
  .aria-inner-page---header h1 {
    color: #313131;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
  }
  .aria-woocommerce-dashbord-header h6 {
    font-size: 16px;
  }
  .aria-woocommerce-dashbord-header {
    padding: 10px 30px 0px 15px;
  }
  .aria-woocomerce-btn-coponupdate-checkout {
    margin-top: 10px !important;
    padding: 7px;
    width: 100%;
    position: unset;
  }
  .aria-woocommerce-page---header h6,
  .aria-woocommerce-page---header h5,
  .aria-woocommerce-page---header h4,
  .aria-woocommerce-page---header h3,
  .aria-woocommerce-page---header h2,
  .aria-woocommerce-page---header h1,
  .aria-inner-page-section---header h6,
  .aria-inner-page-section---header h5,
  .aria-inner-page-section---header h4,
  .aria-inner-page-section---header h3,
  .aria-inner-page-section---header h2,
  .aria-inner-page-section---header h1 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .aria-tabel---header {
    font-size: 14px;
  }
  .aria-tabel---footer {
    font-size: 16px;
  }
  .add_to_cart_button {
    display: inline-flex;
    padding: 13px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #1a2e77;
    color: #fff;
    line-height: 18px;
    transition: all 0.3s ease;
    font-size: 14px;
  }
  .aria-satc-product-actions-price {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    min-width: 100px;
  }
  .aria-satc-product-actions-price .aria--single-product-price-simple {
    margin-top: 0;
  }
  .aria--single-product-price-simple
    span.woo-at-single-all-sale-price
    .woo-at-single-discount,
  .aria--single-product-price-external
    span.woo-at-single-all-sale-price
    .woo-at-single-discount,
  .aria--single-product-price-default
    span.woo-at-single-all-sale-price
    .woo-at-single-discount,
  .aria--single-product-price-grouped
    span.woo-at-single-all-sale-price
    .woo-at-single-discount {
    border-radius: 4px;
    background: var(--aria-third-color-01, #fed128);
    box-shadow: 0px 4px 8px 0px rgba(254, 209, 40, 0.17);
    padding: 4px 2px 0 2px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    position: absolute;
    right: 0px;
    line-height: 20px;
  }
  .aria--single-product-price-simple .woo-at-single-reg-price,
  .aria--single-product-price-default .woo-at-single-reg-price,
  .aria--single-product-price-grouped .woo-at-single-reg-price,
  .aria--single-product-price-external .woo-at-single-reg-price {
    color: var(--primary, #253b8e);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
  }
  .woocommerce-password-strength.short {
    width: 100%;
  }
  .woocommerce-password-strength.bad {
    width: 100%;
  }

  .woocommerce-password-strength.good {
    width: 100%;
  }

  .woocommerce-password-strength.strong {
    width: 100%;
  }
  .htmobile-navigation {
    padding: 30px 0;
    overflow: hidden;
  }
  .aria-related-product-slider-swiper,
  .aria-related-post-slider-swiper {
    padding: 0 25px !important;
  }
  .aria-woocommerce-single-product-tabs {
    overflow: scroll;
    padding-bottom: 15px;
  }
  .aria-single-product-action-button {
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
  }
  .aria-single-product-meta-content {
    padding-left: 0px;
  }
  .aria-single-sidebar-wrapper {
    padding-left: 10px;
  }
  .aria-single-content-wrapper {
    padding-right: 10px;
  }
  .aria-comments,
  .single-project-content,
  .aria-author-box,
  .aria-single-post-content {
    padding: 15px 20px;
  }
  span.at-swiper-navigation-button-next {
    right: -5px;
    position: absolute;
    top: 45%;
    z-index: 2;
  }
  span.at-swiper-navigation-button-prev {
    left: -5px;
    top: 45%;
    position: absolute;
    z-index: 2;
  }
  .aria-timeline-holder .aria-the-timeline:nth-child(odd) {
    margin-right: 0;
  }
  .aria-timeline-holder .aria-the-timeline:nth-child(even) {
    flex-direction: row-reverse;
    margin-right: 0;
  }
  .menu-cart-widget-total {
    display: none;
  }
  .htmobile-aside-button {
    text-align: left;
    color: #fff;
  }
  .htmega-menu-area {
    border: unset;
  }
  .at--ring {
    width: 67%;
    height: 67%;
    top: 10px;
    left: 36px;
  }
  .aria-timeline-img {
    display: none !important;
  }

  .timeline-content-excerpt {
    color: #888;
    text-align: justify;
    font-size: 13px;
    font-weight: 200;
    line-height: 28px;
  }
  .timeline-content-heading {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
  }
  .aria-timeline-content {
    width: 75%;
  }
  .aria-timeline-counter-hd {
    margin: 0;
    width: 80px;
    min-height: 80px;
    /* height: auto; */
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    transition: all 0.3sease-in-out;
  }
  .aria-the-timeline {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    border-radius: 24px;
    border: 2px solid #fff;
    background: linear-gradient(180deg, #f5f6f7 0%, #fff 100%);
    box-shadow: 0px 16px 32px 0px rgba(43, 55, 66, 0.1);
    padding: 11px;
  }
  .aria-timeline-holder::before {
    right: 45px;
  }
  .aria-timeline-holder .aria-the-timeline:nth-child(even) {
    flex-direction: row;
    margin-right: 0;
  }

  li.menu-item-depth-0 div.htmegamenu-content-wrapper {
    max-height: 480px;
    overflow: scroll;
  }
  /* single project */
  .aria-single-project-gss {
    width: 100%;
    height: 405px !important;
  }
  .gss-swiper-button-next {
    right: 50px;
    position: absolute;
    top: unset;
    bottom: -5px;
    z-index: 2;
  }
  .gss-swiper-button-prev {
    left: 50px;
    top: unset;
    position: absolute;
    bottom: -5px;
    z-index: 5;
  }
  .aria-single-project-gallery-swiper {
    padding: 0 0px 0 40px !important;
  }
  .aria-single-project-gss {
    margin: 0 10px 0 0;
  }

  /* related project  */
  .gsss-swiper-button-prev {
    left: 5px;
    top: 40%;
    position: absolute;
    z-index: 2;
  }
  .gsss-swiper-button-next {
    right: 5px;
    position: absolute;
    top: 40%;
    z-index: 2;
  }
  .aria-project-details {
    width: 50%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .aria-project-details:nth-child(2n)::before {
    display: none;
  }
  .project-details-desc {
    width: 100%;
    text-align: center;
  }

  .project-details-title p {
    text-align: center;
  }
  .project-details-description p {
    text-align: center;
  }
  .aria-single-project-details {
    padding: 20px 0;
  }
  .aria-conments-rate {
    padding-right: 10px;
    order: -1;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .aria-woocommerce-tabs-panel {
    padding: 10px;
  }
  ol.children .depth-2::before,
  ul.children .depth-2::before {
    width: 25px;
    height: 60px;

    right: -28px;
  }
  .comment-list .children {
    margin: 20px 30px 30px 0;
  }

  select.aria-orderby {
    overflow-x: scroll;
    height: 45px;
    padding: 0.375rem 0rem 0.375rem 0rem;
  }
  .aria-project-archive-card {
    position: relative;
    width: 100%;
  }
  .aria-author-box {
    flex-wrap: wrap;
    align-items: center !important;
    flex-direction: column !important;
  }
  .aria-post-themata {
    width: 48%;
  }
  .aria-post-themata:not(:first-of-type)::before {
    display: none;
  }
  .aria-single-post-meta {
    padding: 15px;
  }
  .aria-author-info-name {
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 5px !important;
    align-items: flex-start !important;
  }
  .aria-author-links {
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 5px !important;
    align-items: flex-end !important;
  }
  .aria-shop-sidebar {
    width: 100%;
  }
  .aria-woocommerce-loop {
    padding-right: 0;
    margin-top: 15px;
  }
  .aria-shop-sidebar-navbar-toggler:focus {
    box-shadow: unset;
    color: var(--primary, #253b8e);
  }
  .aria-order-holder,
  .aria-orderby-title-wrapper {
    width: 100%;
  }
  .woocommerce-ordering nav {
    padding: 0;
  }
  .aria-order-holder {
    padding: 10px;
  }
  .aria-shop-total-products {
    display: none;
  }
  .aria-woocommerce-order-filter {
    margin-bottom: 10px !important;
  }
  form.aria-woocommerce-ordering.woocommerce-ordering {
    width: 50%;
  }
  form.aria-woocommerce-ordering.woocommerce-ordering select {
    width: 100%;

    border-radius: 500px;
    background: #fff;
    border: unset;
    padding: 10px 8px;
    color: #3e3e3e;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .aria-product-gallery-wrapper-plugin {
    padding-left: 0px;
    width: 100%;
  }
  .aria-single-product-wraper {
    display: flex;
    padding: 12px;
  }
  .slick-slider .slick-slide.slick-current .wpawg-image-popup {
    right: 43px;
    top: 8px;
  }
  .aria-single-product-onsale {
    padding: 3px 4px;

    min-width: 33px;
    right: 92px;
    top: 23px;
  }
  ul.aria-spf-the-fturs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .aria-woocomerce-cart-tbody {
    padding: 12px;
    margin-left: 0px;
  }
  .woocommerce-cart-form {
    flex-wrap: wrap;
  }
  .aria-woocomerce-cart-table-wrapper {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
  }
  /* woo cart */
  .aria-woocomerce-cart-items .product-thumbnail {
    width: 25%;
  }
  .aria-woocomerce-cart-items {
    justify-content: flex-start;
    padding: 10px;
    position: relative;
  }
  .aria-woocomerce-cart-items .product-name {
    width: 70%;
  }
  .aria-woocomerce-cart-items .product-price,
  .aria-woocomerce-cart-items .product-quantity {
    width: 45%;
  }
  .aria-woocomerce-cart-items .product-subtotal {
    display: none;
  }
  .aria-woocomerce-cart-items .product-remove {
    width: 75px;
    border-right: unset;
    text-align: left;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .aria-woocomerce-cart-items .product-name a {
    color: #212529;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
  }
  .aria-woocomerce-cart-items
    .product-remove
    a.aria-woocomerce-cart-remove-item {
    color: #888888;
    font-size: 18px;
  }
  .coupon-aria-holder-all-cop {
    padding: 12px;
  }
  /* check out */
  .aria-checkout-coupon-toggle-wrapper,
  .aria-woocomerce-checkout-fields-wrapper {
    padding-left: 0;
  }
  .aria-woocomerce-checkout-fields-wrapper {
    overflow: hidden;
  }
  .aria-customer-details {
    padding: 12px;
  }
  .aria-woocommerce-checkout-review-order-table {
    padding: 12px;
    margin-top: 10px;
    overflow: hidden;
  }
  #add_payment_method #payment,
  .woocommerce-cart #payment,
  .woocommerce-checkout #payment {
    padding: 12px;

    overflow: hidden;
  }
  .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
  }

  .woocommerce #payment #place_order {
    margin: 0;
  }
  .woocommerce-NoticeGroup {
    width: 100%;
  }
  p#billing_country_field,
  p#billing_address_2_field,
  p#billing_address_1_field,
  p#billing_state_field,
  p#billing_city_field,
  p#billing_phone_field,
  p#billing_postcode_field {
    width: 100%;
    display: inline-block;
  }
  .aria-woocomerce-tkpage {
    padding: 12px;
    overflow: hidden;
  }
  .woocommerce ul.order_details {
    margin: 2em 0;
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    margin-right: unset;
    padding: 15px 0;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .woocommerce ul.order_details li {
    display: flex;
    width: 50%;
    margin-bottom: 10px;
    gap: 12px;
    text-align: right;
    margin-left: 0;
    text-transform: unset;
    font-size: 0.715em;
    line-height: 1;
    border-left: unset;
    padding-left: unset;
    margin-right: 0;
    padding-right: 0;
    list-style-type: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .aria-woocommerceflex-tabel {
    padding: 10px;
  }
  .aria-woocomerce-order-details-footer {
    flex-wrap: wrap;
    align-content: flex-start !important;
    flex-direction: row;
    align-items: flex-start !important;
  }
  .aria-woocomerce-order-details-footer-items {
    width: 50% !important;
  }
  .aria-woocomerce-order-details-footer-value {
    font-size: 12px;

    font-weight: 400;
  }
  .aria-woocomerce-order-details-footer-label {
    font-size: 13px;
  }
  .aria-woocommerceorder-details-thead span {
    font-size: 14px;
  }
  .aria-order-item a {
    font-size: 12px;
  }
  .aria-woocomerce-order-details-pitem .product-quantity {
    color: #333;
    font-weight: 400;
    font-size: 13px;
  }
  .aria-woocomerce-order-details-pitem .woocommerce-Price-amount {
    font-size: 13px;
  }
  .aria-woocomerce-order-details-pitem
    .woocommerce-Price-amount
    .woocommerce-Price-currencySymbol {
    font-size: 13px;
  }
  .woocommerce .woocommerce-customer-details,
  .woocommerce .woocommerce-order-details,
  .woocommerce .woocommerce-order-downloads {
    margin-bottom: 0em;
  }
  /* my acc */
  .woocommerce-MyAccount-content {
    margin-top: 10px;
    padding: 12px;
    overflow: hidden;
  }
  .aria-woocommerce-myaccount-sidebar {
    margin-top: 0;
    padding: 12px;
    overflow: hidden;
    border-radius: 0;
    min-height: 100%;
  }
  .aria-woocommerce-myaccount-user-data {
    border-radius: 0;
  }
  .aria-dashbord-wishlist {
    margin-left: 0;
    margin-bottom: 10px;
    padding: 12px;
  }
  .aria-woocommerce-myaccount-sidebar-wrapper {
    width: 100%;
    padding: 0;
  }

  .aria-sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    width: 0;
    z-index: 999;
  }

  .aria-sidenav a:hover {
    color: #f1f1f1;
  }

  .aria-sidenav .closebtn {
    position: absolute;

    font-size: 36px;
    margin-left: 0px;
    z-index: 2;
    border: 1px solid #fff;
    top: 10px;
    padding: 15px 8px;
    border-radius: 50%;
    left: 10px;
    line-height: 0;
    font-size: 25px;

    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  .aria-myaccount-navmenu-button {
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: -45px;
    border-radius: 100px;
    border: 4px solid #fff;
    background: var(--primary, #253b8e);
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 5px;
  }
  .aria-iconbox-parent-col {
    width: 100%;
  }
  .aria-iconbox-parent {
    width: 100%;
  }
  .aria-dashbord-information-inputs-col {
    width: 48%;
  }
  .aria-dro-wish-item-img {
    width: 50px;
    height: 50px;
  }
  .aria-dro-wish-item-name a {
    font-size: 12px;
    font-weight: 400;
  }
  .aria-dashbord-wishlist-col {
    width: 100%;
  }
  .aria-dro-item-action--l span,
  .aria-dro-item-action--h span {
    font-size: 16px;
  }
  .aria-dro-item-name a {
    font-size: 12px;
    font-weight: 400;
  }
  .aria-dro-item-price {
    font-size: 13px;
  }
  .aria-dro-item-symbol {
    font-size: 10px;
    font-weight: 400;
  }
  .aria-dro-item-action--h .woosw-btn {
    margin: 5px 2px 0 0;
  }
  /* view order my acc */
  .woocommerce-orders-table__cell-order-actions {
    width: 100%;
    font-size: 12px;
  }
  .woocommerce-orders-table__cell-order-actions a {
    font-size: 12px;
  }
  .woocommerce-orders-table__cell-order-date {
    width: 50%;
    margin-bottom: 13px;
    font-size: 14px;
  }
  .woocommerce-orders-table__cell-order-number {
    width: 50%;
    margin-bottom: 13px;
  }
  .woocommerce-orders-table__cell-order-status {
    width: 50%;
    margin-bottom: 13px;
    font-size: 12px;
  }
  .woocommerce-orders-table__cell-order-total {
    width: 50%;
    margin-bottom: 13px;
    font-size: 12px;
  }
  .woocommerce-orders-table__row,
  .aria-woocomerce-dashboard-download-tabel {
    padding: 10px;
  }
  .aria-woocomerce-myac-rders-table-header.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {
    display: none;
    font-size: 14px;
  }
  p.aria-order-status-notif-text {
    font-size: 13px;
  }
  .aria-order-status-notif {
    padding: 10px;
  }
  .aria-wd-adress-title {
    font-size: 14px;
  }
  p.aria-woocommerce-subt-address.mb-2.mt-2 {
    font-size: 13px;
  }
  .aria-woocommerce-customer-details span.aria-icon {
    font-size: 16px;
  }
  span.woocommerce-customer-details-phone,
  span.woocommerce-customer-details-email {
    font-size: 14px;
  }
  .aria-woocommerce-myac-address.text-center {
    width: 100%;
    margin-top: 15px;
  }
  .aria-woocomerce-myac-passfiled {
    flex-wrap: wrap;
  }
  .aria-woocomerce-myac-passfiled p.form-row {
    width: 100%;
  }
  .woocommerce-EditAccountForm fieldset {
    margin-top: 15px !important;
  }
  tr.woosw-item {
    width: 100%;
  }
  .aria-project-details:not(:last-child):before {
    display: none;
  }
  .aria-single-product-meta-content {
    width: 100%;
  }
  .aria-single-product-price-form-wrapper {
    width: 100%;

  }
  .quantity.aria-quantity {
    min-width: 90px;
  }
  .aria-holder-order-filter {
    width: 100%;
  }
  .htmobile-menu-wrap .htmobile-aside-close {
    font-size: 13px;
    height: 30px;
    left: 10px;
    line-height: 33px;
    top: 10px;
    width: 30px;
    z-index: 9;
    border-radius: 50px;
    cursor: pointer;
  }
  div.is-ajax-search-result {
    max-width: 93%;
    left: unset !important;
    right: 6px;
  }
  .aria-satc-product-actions-price .woo-at-single-discount {
    top: -2px;
    padding: 2px 2px 0 2px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  div.is-ajax-search-result {
    max-width: 93%;
    left: unset !important;
    right: 6px;
  }
  .at-image-container-b {
    
    display: none;
}
}


@media screen and (max-width: 910px) {
  .aria-single-product-price-form-wrapper{
    margin-right:0px;
  }
  .aria-single-product-meta-content{
    padding-left: 0;
  }
  .htmobile-menu-wrap .htmobile-aside-close {

    font-size: 16px;
    height: 33px;
    left: 7px;
    line-height: 37px;
 
    top: 5px;
    width: 33px;

}
  .htmega-menu-area {
    border: unset;
 
}
.htmobile-aside-button{
  color: #fff;
}
  .aria-timeline-holder .aria-the-timeline:nth-child(odd) {
    margin-right: 145px;
}.aria-timeline-holder .aria-the-timeline:nth-child(even) {
  flex-direction: row-reverse;
  margin-right: -145px;
}.aria-the-timeline {
  width: 75%;
}
  div.is-ajax-search-result {
    max-width: 93%;
    left: unset !important;
    right: 6px;
  }
}

@media screen and (max-width: 1024px) {
  .aria-single-product-price-form-wrapper{
    margin-right:0px;
  }
  .aria-sidenav .closebtn {
    position: absolute;
    font-size: 36px;
    margin-left: 0px;
    z-index: 2;
    border: 1px solid #fff;
    top: 10px;
    padding: 15px 8px;
    border-radius: 50%;
    left: 10px;
    line-height: 0;
    font-size: 25px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  .aria-woocommerce-myaccount-sidebar {
    margin-top: 0;
    padding: 12px;
    overflow: hidden;
    border-radius: 0;
    min-height: 100%;
  }
  .aria-woocommerce-myaccount-sidebar-wrapper {
    width: 100%;
    padding: 0;
  }
  .aria-sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    width: 0;
    z-index: 999;
  }

  ul.aria-spf-the-fturs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .aria-newposts-image img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
  }
  .aria-single-sidebar-wrapper {
    padding-left: 10px;
    padding-right: 0;
  }
  nav.navbar.navbar-expand-lg.aria-shop-sidebar-navbar {
    flex-direction: column;
  }
  .aria-shop-sidebar-navbar-brand {
    display: none !important;
  }
  .aria-shop-sidebar-navbar-collapse {
    flex-direction: column;
  }
  .gss-swiper-button-next {
    right: 50px;
    position: absolute;
    top: unset;
    bottom: -5px;
    z-index: 2;
  }
  .gss-swiper-button-prev {
    left: 50px;
    top: unset;
    position: absolute;
    bottom: -5px;
    z-index: 5;
  }
  /* related project  */
  .gsss-swiper-button-prev {
    left: 5px;
    top: 40%;
    position: absolute;
    z-index: 2;
  }
  .gsss-swiper-button-next {
    right: 5px;
    position: absolute;
    top: 40%;
    z-index: 2;
  }
  span.at-swiper-navigation-button-next {
    right: -5px;
    position: absolute;
    top: 45%;
    z-index: 2;
  }
  span.at-swiper-navigation-button-prev {
    left: -5px;
    top: 45%;
    position: absolute;
    z-index: 2;
  }
}

@media screen and (max-width: 1440px) {

}
.checkout-inline-error-message {
  display: none;
}