/*Info pages design add code here -- Transpacific Software PVT LTD*/
:root {
  --site-grey-color: #cccccc; 
}
h1, h2, h3, h4,h5, h6{
  word-break: keep-all;
   white-space: normal;
}
.woocommerce-cart .inside-article,
.woocommerce-checkout .inside-article {
  padding: 20px 0px;
  background-color: var(--site-white-color);
}

.woocommerce-cart .site.grid-container,
.woocommerce-checkout .site.grid-container {
  max-width: 1440px;
  padding-inline: 15px;
}

.woocommerce-cart h1.entry-title,
.woocommerce-checkout h1.entry-title {
  text-align: center;
  font-weight: 400;
  text-transform: capitalize;
}

.woocommerce-cart .woocommerce {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
} 

.woocommerce-cart .woocommerce .woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}

.woocommerce-cart .woocommerce .cart-collaterals {
  width: 30%;
  background-color: var(--site-white-color);
  box-shadow: 0 1px 3px rgb(0 0 0 / .12), 0 1px 2px rgb(0 0 0 / .24);
  border-radius: 10px;
  height: fit-content;
}

.woocommerce-cart .cart_totals h2 {
  display: none;
}

.woocommerce-cart .woocommerce td,
.woocommerce-cart .woocommerce th,
.woocommerce-cart .woocommerce table {
  border: none !important;
}

.woocommerce-cart .woocommerce table {
  border-radius: 10px;
}

.woocommerce-cart .woocommerce table {
  margin-bottom: 0;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table thead {
  background-color: var(--primary-site-color);
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table thead th {
  font-size: 16px;
  line-height: 16px;
  color: var(--site-white-color);
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Maison Neue';
  padding: 15px 5px 18px 5px;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table thead th:nth-child(1) {
  border-top-left-radius: 10px;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table thead th:nth-last-child(1) {
  border-top-right-radius: 10px;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr.cart_item {
  position: relative;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr.cart_item::after {
  content: '';
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  bottom: 0;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td {
  padding: 15px 5px;
  vertical-align: top;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-remove {
  width: 40px;
  padding-inline: 0;
  padding-left: 10px;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-remove a.remove {
  width: 25px;
  height: 25px;
  background-image: url(../images/heade-footer-sprite.svg);
  font-size: 0;
  line-height: 0;
  color: var(--site-white-color)0;
  border-radius: 0;
  background-position: -125px -391px;
  background-color: transparent;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td {
  padding: 15px 5px;
  vertical-align: top;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-thumbnail {
    width: 23%;
    padding-inline: 5px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-thumbnail .tps-main-img-wrapper-div {
    position: relative;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-thumbnail .tps-main-img-div.active{
      height: 100%;
    display: block;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-thumbnail .tps-main-img-wrapper-div .tps-main-img-div:not(.active) {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #0000004a;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 3px 6px #00000029;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-thumbnail .tps-main-img-wrapper-div .tps-main-img-div.inactive-2:not(.active) {
  left: 30%;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-thumbnail img {
  width: 100%;
  height: 100% !important;
  object-fit: scale-down;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody .product-name {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 19px;
  color: var(--site-text-color);
  font-weight: 700;
  grid-row-gap: 5px;
  max-width: 350px;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody .product-name br {
  display: none;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody .product-name a {
  font-size: 16px;
  line-height: 19px;
  color: var(--primary-site-color);
  text-decoration: none;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody .product-name .tps-cart-product-info {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody .product-name .tps-cart-product-info b {
  font-weight: 700;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody .product-quantity .tps-fixed-qty-cart,
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody .product-quantity input {
  border: none !important;
  padding: 0;
  font-size: 16px;
  line-height: 19px;
  color: var(--site-black-color);
  font-weight: 700;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-price .woocommerce-Price-amount,
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-subtotal .woocommerce-Price-amount {
  font-size: 16px;
  line-height: 19px;
  color: var(--site-black-color);
  font-weight: 700;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: 68%;
  margin-right: auto;
  background-color: var(--site-white-color);
  box-shadow: 0 1px 3px rgb(0 0 0 / .12), 0 1px 2px rgb(0 0 0 / .24);
  border-radius: 10px;
  height: fit-content;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100% !important;
  padding: 10px 15px;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.actions .button,
.woocommerce-cart .woocommerce .cart-collaterals .checkout-button,
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form button,
.woocommerce-cart #place_order,
body.error404 .tps-error-go-home,
.woocommerce-checkout .checkout_coupon button[name="apply_coupon"],
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.tps-my-account #customer_login .tps-button-group button,
.tps-my-account #customer_login .woocommerce-form-register__submit,
.tps-my-account .lost_reset_password .woocommerce-Button.button,
.woocommerce-cart .return-to-shop a,
.woocommerce-account .woocommerce-MyAccount-content .button {
  font-size: 14px;
  line-height: 24px;
  color: var(--site-white-color) !important;
  font-family: 'Maison Neue' !important;
  font-weight: 400;
  background-color: var(--primary-site-color);
  border: 1px solid var(--primary-site-color);
  border-radius: 0px !important;
  max-width: 232px;
  transition: 0.5s ease;
  text-transform: capitalize;
  padding: 5px 10px;
}

.woocommerce-cart .woocommerce .cart-collaterals .checkout-button,
./*woocommerce #payment #place_order,
.woocommerce-page #payment #place_order*/ {
  max-width: 100%;
  margin-bottom: 0px;
}

.woocommerce-cart #coupon_code {
  width: 125px !important;
  font-size: 14px;
  line-height: 24px ;
  font-family: 'Maison Neue' !important;
}

.woocommerce-cart #coupon_code::placeholder {
  text-transform: capitalize;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  line-height: 24px;
}

.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form {
  border-color: #cccccc !important;
  padding: 8px 7px;
  font-size: 16px;
  line-height: 20px;
}

.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form p {
  margin-bottom: 10px;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding-bottom: 0px;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody .product-name a {
  font-size: 16px;
  line-height: 19px;
  color: var(--primary-site-color);
  text-decoration: none;
}

.woocommerce-checkout .woocommerce-info {
  color: var(--site-text-color);
}

.woocommerce-info::before {
  color: var(--primary-site-color) !important;
}

.woocommerce-info {
  border-top-color: var(--primary-site-color);
}

.woocommerce-info::before {
  top: 11px;
}

div#cfw-customer-info-action .previous-button a {
    background-color: transparent !important;
    color: var(--site-text-black-color) !important;
    padding: 0 !important;
    position: relative;
    border: 0 !important;
}
.woocommerce table.shop_table td{
  font-size: 14px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  width: 100%;
  float: left;
}
.woocommerce-checkout-review-order {
    display: flex;
    grid-gap: 10px 2%;
}

.woocommerce-checkout .site.grid-container {
  margin-bottom: 40px;
}

.woocommerce-order-received .woocommerce-notice,
.woocommerce-order-received .woocommerce-notice--success,
.woocommerce-order-received .woocommerce-thankyou-order-received,
.woocommerce-order-received .tps-bacs-instructions,
.woocommerce-order-received .tps-bacs-sub-instructions {
  text-align: center;
  margin-bottom: 15px;
}

.woocommerce-order-received .woocommerce-notice,
.woocommerce-order-received .woocommerce-notice--success,
.woocommerce-order-received .woocommerce-thankyou-order-received {
  font-weight: 700;
}

.woocommerce-order-received ul.order_details {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  background-color: #ededed;
  padding: 30px 0px;
  border-radius: 5px;
}

.woocommerce-order-received ul.order_details li {
  text-align: center;
}

.woocommerce-order-received ul.order_details li strong {
  margin-top: 5px;
  font-weight: 700;
  text-transform: capitalize;
}

.woocommerce-order-received .tps-bacs-instructions {
  margin-bottom: 2px;
  font-weight: 700;
}

.woocommerce-order-received .tps-bacs-sub-instructions {
  max-width: 700px;
  margin-inline: auto;
  font-weight: 700;
}

.woocommerce-order-received .woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title {
  text-align: center;
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 700;
  margin-top: 20px;
}

.woocommerce-order-received ul.order_details+p {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

.woocommerce-order-received .woocommerce-order-details table,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column.woocommerce-column--1 address,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column.woocommerce-column--2 address {
  background-color: var(--site-white-color);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: none !important;
  border-radius: 10px;
}

.woocommerce-order-received .woocommerce-order-details table thead {
  background-color: var(--primary-site-color);
}

.woocommerce-order-received .woocommerce-order-details table thead th {
  font-size: 16px;
  line-height: 16px;
  color: var(--site-white-color);
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Maison Neue';
  padding: 15px 15px 18px 15px;
}

.woocommerce-order-received .woocommerce-order-details table thead th:nth-child(1) {
  border-top-left-radius: 10px;
  border-right: 1px solid var(--site-white-color);
}

.woocommerce-order-received .woocommerce-order-details table thead th:nth-last-child(1) {
  border-top-right-radius: 10px;
}

.woocommerce-order-received table.shop_table td {
  border-color: #cccccc;
}

.woocommerce-order-received .woocommerce-order-details table,
.woocommerce-order-received .woocommerce-order-details td,
.woocommerce-order-received .woocommerce-order-details th {
  border: none;
}

.woocommerce-order-received .woocommerce-order-details table tbody th,
.woocommerce-order-received .woocommerce-order-details table tfoot th,
.woocommerce-order-received .woocommerce-order-details table tbody td.woocommerce-table__product-name {
  border-right: 1px solid #cccccc;
}

.woocommerce-order-received .woocommerce-order-details table tbody th,
.woocommerce-order-received .woocommerce-order-details table tfoot th,
.woocommerce-order-received .woocommerce-order-details table tbody td.woocommerce-table__product-name,
.woocommerce-order-received table.shop_table td {
  font-size: 16px;
}

.woocommerce-order-received table.shop_table strong,
.woocommerce-order-received table.shop_table b,
.woocommerce-order-received .woocommerce table.shop_table tbody th,
.woocommerce-order-received .woocommerce table.shop_table tfoot td,
.woocommerce-order-received .woocommerce table.shop_table tfoot th {
  font-weight: 700;
}

.woocommerce-order-received .woocommerce-customer-details address {
  padding: 20px;
  font-size: 16px;
  line-height: 23px;
  color: var(--site-text-color);
  font-weight: 400;
}

.woocommerce-order-received .woocommerce-customer-details address p {
  margin-top: 10px !important;
  margin-bottom: 6px;
}

.woocommerce-account .grid-container {
  max-width: 1440px;
  padding-inline: 15px;
}

.woocommerce-account .grid-container .inside-article {
  padding: 0px;
}

.tps-my-account #customer_login {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tps-my-account #customer_login .u-column1,
.tps-my-account #customer_login .u-column2,
.tps-my-account .lost_reset_password {
  max-width: 550px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  box-shadow: 0 0 7px 3px rgb(0 0 0 / .12);
  padding: 30px 40px;
  border-radius: 20px;
  margin: 50px 0px 40px;
}

.tps-my-account .lost_reset_password {
  margin-inline: auto;
}

.tps-my-account #customer_login h2 {
  text-align: center;
  font-weight: 700;
  text-align: center;
  font-size: 25px;
}

.tps-my-account #customer_login .woocommerce-form {
  padding: 0px;
  border: none;
  margin-bottom: 0px;
}

.tps-my-account #customer_login form label,
.tps-my-account .lost_reset_password label {
  font-size: 16px;
  line-height: 16px;
  color: var(--site-text-color) !important;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 400;
}

.tps-my-account #customer_login form .woocommerce-Input,
.tps-my-account .lost_reset_password .woocommerce-Input {
  padding: 13px 10px 13px !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: var(--site-text-color) !important;
  border: 1px solid var(--site-text-color) !important;
}

.tps-my-account #customer_login form .form-row-wide:nth-child(1) {
  margin-bottom: 15px;
}

.tps-my-account #customer_login .tps-button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tps-my-account #customer_login .tps-button-group button,
.tps-my-account #customer_login .woocommerce-form-register__submit,
.tps-my-account .lost_reset_password .woocommerce-Button.button {
  width: 100%;
  max-width: 100%;
  margin: 15px 0px 20px 0px;
  padding: 15px 10px;
}

.tps-my-account #customer_login .g-recaptcha,
.tps-my-account #customer_login .g-recaptcha,
.tps-my-account .lost_reset_password .g-recaptcha {
  margin-top: 21px;
  margin-left: 3px;
}

.tps-my-account #customer_login .tps-button-group .woocommerce-LostPassword {
  margin: 0px 0px 0px auto;
}

.tps-my-account .lost_reset_password .woocommerce-Button.button {
  margin: 20px 0px 0px 0px;
}

.tps-my-account #customer_login .tps-button-group .woocommerce-form__label {
  margin-bottom: 0px;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.tps-my-account #customer_login .tps-button-group .woocommerce-form__label input {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  z-index: 9;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}

.tps-my-account #customer_login .tps-button-group .woocommerce-form__label input[type="checkbox"]+span:before {
  content: '';
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  transition: opacity .2s;
  content: " ";
  left: 0%;
  background-image: none;
  background-repeat: no-repeat;
  width: 20px;
  border: 1px solid var(--site-text-color);
  height: 20px;
  background-color: var(--site-white-color);
  transform: translateY(-50%);
}

.tps-my-account #customer_login .tps-button-group .woocommerce-form__label input[type="checkbox"]:checked+span:before {
  background: url(../images/white-check-mark.svg), #14213D;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
  border-color: var(--primary-site-color);
}

.tps-my-account #customer_login .woocommerce-LostPassword a {
  position: relative;
  color: var(--primary-site-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
}

.tps-my-account #customer_login .woocommerce-form-register.register .woocommerce-privacy-policy-text p a,
.tps-my-account #customer_login .tps-login-btns p a,
.woocommerce-account .woocommerce-MyAccount-content p a {
  position: relative;
  color: var(--primary-site-color);
  font-weight: 700;
  text-transform: capitalize;
}

.tps-my-account #customer_login .woocommerce-LostPassword a::after,
.tps-my-account #customer_login .woocommerce-form-register.register .woocommerce-privacy-policy-text p a::after,
.tps-my-account #customer_login .tps-login-btns p a::after,
.woocommerce-account .woocommerce-MyAccount-content p a::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--primary-site-color);
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
  transition: width 0.5s ease;
}

.tps-my-account #customer_login .woocommerce-form-register.register p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
}

.tps-my-account #customer_login .woocommerce-form-register.register .woocommerce-privacy-policy-text p {
  font-weight: 400;
  margin-top: 10px;
}

.tps-my-account #customer_login .woocommerce-form-register__submit {
  margin: 0px;
}

.tps-my-account #customer_login .woocommerce-form-register.register .form-row-wide+p {
  margin-bottom: 10px;
}

.tps-my-account #customer_login .tps-login-btns {
  width: 100%;
}

.tps-my-account #customer_login .tps-login-btns p {
  font-size: 16px;
  color: var(--site-text-color);
  font-weight: 400;
  max-width: 550px;
  margin-inline: auto;
  text-align: center;
}

.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  outline: none !important;
  box-shadow: none !important;
}

.tps-my-account #customer_login .u-columns ::before {
  display: none;
}

.tps-my-account .lost_reset_password .woocommerce-form-row {
  width: 100%;
}

.tps-my-account .lost_reset_password p {
  font-size: 14px;
  line-height: 24px;
  color: var(--site-text-color);
  font-weight: 400;
}

.wc-empty-cart-message {
  width: 100%;
}

.wc-empty-cart-message .woocommerce-info::before {
  top: 19px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
  margin-bottom: 50px;
  margin-top: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 73%;
  margin-bottom: 50px;
  margin-top: 30px;
  padding: 40px 20px 20px 20px;
  box-shadow: 0 1px 3px rgb(0 0 0 / .12), 0 1px 2px rgb(0 0 0 / .24);
  border-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0 0;
  list-style-type: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  padding: 15px 20px;
  background-color: var(--site-faint-bg-color);
  color: var(--site-text-color);
  font-size: 16px;
  line-height: normal;
  border-bottom: 1px solid var(--site-grey-color);
  display: block;
  text-transform: capitalize;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: var(--primary-site-color) !important;
  color: var(--site-white-color) !important;
}

.woocommerce-account .woocommerce-MyAccount-content p {
  margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
  display: inline-block;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::before {
  top: 18px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table {
  border: none !important;
  border-radius: 10px;
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead {
  background-color: var(--primary-site-color);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead th {
  font-size: 14px;
  line-height: 14px;
  color: var(--site-text-color);
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Maison Neue';
  padding: 15px 10px 15px 10px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead th:nth-child(1) {
  border-top-left-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead th:nth-last-child(1) {
  border-top-right-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody th {
  border-left: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody th a {
  color: var(--primary-site-color);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody th,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody td,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead th {
  text-align: center;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-Address {
  border: 1px solid #cccccc;
  padding: 20px;
  border-radius: 5px;
  width: 49%;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-Address .woocommerce-Address-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.addresses {
  display: flex;
  justify-content: space-between;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.addresses::after,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.addresses::before {
  display: none;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-Address .woocommerce-Address-title h2 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 32px;
}

.woocommerce-account.woocommerce-edit-address h2,
.woocommerce-account .woocommerce-order-details h2,
.woocommerce-account .woocommerce-customer-details h2 {
  text-transform: capitalize;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 30px;
}

.woocommerce-account .woocommerce-order-details h2,
.woocommerce-account .woocommerce-customer-details h2 {
  text-align: left;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-Address .edit {
  width: 40px;
  height: 40px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin-left: auto;
  background: url(../images/edit-icon.svg) no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.woocommerce-MyAccount-content .addresses address {
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.woocommerce-account .woocommerce-MyAccount-content form label,
.woocommerce-account .woocommerce-MyAccount-content form legend {
  font-size: 16px;
  line-height: 20px;
  color: var(--site-text-color) !important;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 400;
}

.woocommerce-account .woocommerce-MyAccount-content form legend {
  margin: 1px 0px 15px 5px;
  padding-top: 8px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row {
  width: 49.5%;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .clear {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row#billing_address_2_field,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row#shipping_address_2_field {
  padding-top: 28px;
}

.woocommerce-account .woocommerce-MyAccount-content button[name="save_address"],
.woocommerce-account .woocommerce-MyAccount-content button[name="save_account_details"] {
  margin: 20px auto 0px auto;
  display: block;
  max-width: 260px;
  width: 100%;
  padding: 15px 10px;
}

.woocommerce-account input,
.woocommerce-account select,
.woocommerce-account textarea,
.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  line-height: 16px;
  color: var(--site-text-color);
  height: 38px;
  font-family: 'Maison Neue';
}

.select2-container .select2-selection--single .select2-selection__rendered {
  height: 36px;
  padding: 8px 8px 8px 8px;
}

.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-size: 16px;
  line-height: 16px;
  color: var(--site-text-color);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm #account_display_name_description em {
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  font-family: 'Maison Neue';
  color: var(--site-text-color);
  display: block;
  margin-top: 5px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm p:last-child {
  width: 100%;
}

.woocommerce-password-hint {
  line-height: 16px;
  font-family: 'Maison Neue';
}

.woocommerce-account .woocommerce-MyAccount-content mark.order-number,
.woocommerce-account .woocommerce-MyAccount-content mark.order-date,
.woocommerce-account .woocommerce-MyAccount-content mark.order-status {
  font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table {
  border: none !important;
  border-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table thead {
  background-color: var(--primary-site-color);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table thead th {
  font-size: 16px;
  line-height: 16px;
  color: var(--site-text-color);
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Maison Neue';
  padding: 15px 5px 18px 5px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table tbody td,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table tbody th,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table tfoot td,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table tfoot th {
  border-top: none;
  font-size: 16px;
  line-height: 22px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table th:nth-child(1),
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table td:nth-child(1) {
  border-left: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table b,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table tfoot td,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table tfoot th {
  font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-customer-details--phone {
  margin-bottom: 6px;
  margin-top: 6px;
}

.tps-about-top-section .elementor-widget-text-editor .elementor-widget-container {
  font-size: 18px;
  line-height: 28px;
  color: var(--site-text-color);
  font-family: 'Maison Neue';
}

.tps-about-top-section .elementor-widget-text-editor .elementor-widget-container {
  font-size: 18px;
  line-height: 28px;
  color: var(--site-text-color);
  font-family: 'Maison Neue';
  max-width: 845px;
}

.tps-about-top-section .elementor-widget-text-editor {
  display: flex;
  justify-content: center;
}

.tps-about-left-right-section h2 {
  width: fit-content;
  position: relative;
  font-size: 32px;

}

.tps-about-left-right-section h2:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--primary-site-color);
    position: absolute;
    left: 0;
    bottom: -3px;
}

.tps-about-left-right-section .elementor-widget-text-editor .elementor-widget-container {
  font-size: 16px;
  line-height: 26px;
  color: var(--site-text-color);
  font-family: 'Maison Neue';
  max-width: 463px;
}

.tps-about-us-section h2.elementor-heading-title {
  max-width: 400px;
}

.tps-about-us-section .e-con-inner .tps-about-btn {
    display: flex;
    flex-direction: unset;
    justify-content: center;
    max-width: 450px;
}

.tps-about-us-section .tps-common-btn {
  width: 49%;
  max-width: 49%;
}

.tps-about-us-section .tps-common-btn a {
  max-width: 100%;
  width: 100%;
}

.page-id-25 .tps-home-google-reivew h2.elementor-heading-title {
  text-transform: uppercase !important;
}

.tps_error_page h1.elementor-heading-title:before {
  content: "404";
  font-size: 140px;
  line-height: 140px;
  color: var(--primary-site-color);
  display: block;
  margin-bottom: 20px;
}

.tps_error_page {
  text-align: center;
}

.tps_error_page .section .error {
  font-size: 150px !important;
  color: var(--primary-site-color);
  text-shadow: 1px 1px 1px var(--site-text-color), 2px 2px 1px var(--site-text-color), 3px 3px 1px var(--site-text-color), 4px 4px 1px var(--site-text-color), 5px 5px 1px var(--site-text-color), 6px 6px 1px var(--site-text-color), 7px 7px 1px var(--site-color-6), 8px 8px 1px var(--site-color-6);
  display: contents;
}

.tps-page {
  margin: 2rem 0;
  font-family: 'Maison Neue';
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: var(--site-text-color);
}

.tps-page-not-found-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 15px 1%;
}

.tps-page-not-found-button a.tps-btn {
  border: 1px solid var(--site-text-color);
  padding: 10px 35px;
  position: relative;
  display: flex;
  align-items: center;
}

.tps-page-not-found-button a.tps-btn span.back-icn-hp,
.tps-page-not-found-button a.tps-btn span.brow-icn-col,
.tps-page-not-found-button a.tps-btn span.cont-icn-sup{
  width: 25px;
  height: 25px;
  display: inline-flex;
  left: 5px;
  background-image: url(../images/contact_sprite.svg);
  top: 10px;
  margin-right: 5px;
}

.tps-page-not-found-button a.tps-btn span.back-icn-hp {
  background-position: -8px -56px;
}

.tps-page-not-found-button a.tps-btn span.brow-icn-col {
  background-position: -64px -56px;
}

.tps-page-not-found-button a.tps-btn span.cont-icn-sup {
  background-position: -120px -56px;
}

body.search-results .grid-container {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 15px;
}

body.search-results .grid-container .inside-article {
  padding: 0px;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb {
  color: var(--site-text-color) !important;
  font-size: 15px !important;
  line-height: 25px;
}

body.search-results h1.woocommerce-products-header__title {
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 35px;
}

body.search-results.woocommerce .woocommerce-result-count {
  font-size: 16px;
  line-height: 16px;
  color: var(--site-text-color) !important;
  font-family: 'Maison Neue';
  font-weight: 400;
  cursor: default;
  margin-bottom: 0px;
}

body.search-results .woocommerce-ordering select {
  font-size: 14px;
  line-height: 20px;
  color: var(--site-text-color);
  padding: 0px 25px 5px 5px;
  border-radius: 0px;
  font-family: 'Maison Neue';
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background: transparent;
  background-image: url(../images/down_arrow.svg);
  background-repeat: no-repeat;
  background-position-x: 94%;
  background-position-y: 18px;
  cursor: pointer;
  border: none;
  width: fit-content;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  background-position: 98% 7px;
  font-weight: 400;
  border-bottom: 1px solid var(--site-text-color);
  text-transform: capitalize;
}

body.search-results ul.products {
  border-top: 1px solid var(--site-grey-color);
  padding-top: 12px;
  display: flex;
  grid-gap: 20px 1.5%;
  flex-wrap: wrap;
}

body.search-results ul.products::before,
body.search-results ul.products::after {
  display: none;
}

body.search-results ul.products li {
  padding: 0px !important;
  width: 23.86% !important;
  cursor: pointer;
  transition: .3s;
  border: 1px solid var(--site-grey-color);
  position: relative;
  margin: 0 !important;
}
.woocommerce ul.products li.product .woocommerce-placeholder{
  border: 0;
}
body.search-results ul.products li a img {
  height: 334px;
  width: 100% !important;
  object-fit: cover;
  margin-bottom: 0px !important;
  position: relative;
  filter: brightness(0.94);
}
body.search-results ul.products li a small.woocommerce-price-suffix{
  font-size: 10px !important;
  line-height: 10px !important;
  color: var(--site-text-color);
  font-family: 'Maison Neue';
  font-weight: 400;
}

body.search-results .woocommerce-ordering {
  margin-bottom: 10px;
}

body.search-results ul.products li a .price,
body.search-results ul.products li a .price span,
body.search-results ul.products li a .price bdi {
  font-size: 18px;
  line-height: 28px;
  color: var(--site-text-color);
  font-family: 'Maison Neue';
  text-align: center;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0px !important;
  background-color: var(--site-white-color);
}

body.search-results ul.products li a h2,
body.search-results ul.products li a span.woocommerce-loop-product__title{
  font-size: 16px !important;
  line-height: 23px !important;
  color: var(--site-text-color);
  margin: 0;
  font-family: 'Maison Neue';
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  padding:10px 5px 3px 5px !important;
  display: inline-block;
  width: 100%;
}
body.search-results ul.products li a .price {
  padding: 0px 15px 6px 15px !important;
  font-size: 18px;
  line-height: 28px;
  color: var(--site-text-color);
  font-family: 'Maison Neue';
  text-align: center;
  font-weight: 700;
}
.woocommerce nav.woocommerce-pagination ul li a{
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 15px;
    font-size: 15px;
    font-weight: 400;
    padding:10px 10px 7px 10px;
    min-width: 1em;
    display: block;
    border: 1px solid var(--site-text-color);
    align-items: center;
    text-align: center;
}
.woocommerce ul.products li.product .onsale {
    top: 3px;
    right: 4px;
    left: auto;
    margin: 0;
    width: 50px;
    height: 50px;
    padding: 0 !important;
    align-items: center;
    display: flex;
    justify-content: center;
    background: var(--site-color-6);
    font-size: 12px;
    color: var(--site-text-color);
}
body.search-results ul.products li .product_type_variable {
  display: none !important;
}

body.search-results ul.products li .tinvwl_add_to_wishlist_button {
  display: none;
}

body.search-results .woocommerce-pagination {
  margin-top: 50px;
}

body.search-results.woocommerce nav.woocommerce-pagination ul li,
body.search-results.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

body.search-results.woocommerce nav.woocommerce-pagination ul li .page-numbers:not(.prev):not(.next) {
  border: 1px solid var(--site-color-4);
  padding: 8px 5px;
  width: 34px;
  margin-inline: 5px;
}

body.search-results.woocommerce nav.woocommerce-pagination ul li .page-numbers.current:not(.prev):not(.next) {
  background-color: var(--primary-site-color);
  color: var(--site-white-color) !important;
  border-color: var(--primary-site-color) !important;
}

body.search-results.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev:hover,
body.search-results.woocommerce nav.woocommerce-pagination ul li .page-numbers.next:hover {
  background-color: transparent !important;
}

.tps-contact-hr-cols .elementor-widget-text-editor p:nth-child(1) {
  margin-bottom: 10px;
}

.tps-contact-address-cols .elementor-widget-text-editor p {
  margin-bottom: 20px;
}

.tps-contact-hr-cols::before,
.tps-contact-address-cols::before,
.tps-contact-cols::before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(/wp-content/themes/generatepress_child/images/heade-footer-sprite.svg)
}

.tps-contact-hr-cols,
.tps-contact-address-cols,
.tps-contact-cols {
  display: flex;
  padding-left: 28px;
  position: relative;
}

.tps-contact-hr-cols::before {
  background-position: -247px -392px;
}

.tps-contact-address-cols::before {
  background-position: -295px -392px;
}
.tps-contact-cols::before {
  background-position: -298px -478px;
}

.tps-contact-form-section .elementor-shortcode {
  max-width: 800px;
  margin-inline: auto;
  margin-top: 10px;
}

.tps-contact-form-section .tps-form-row label {
  font-size: 14px;
  line-height: 14px;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: 'Maison Neue';
  color: var(--site-text-color);
  text-transform: capitalize;
}

.tps-contact-form-section .tps-form-row {
  margin-bottom: 20px;
  width: 100%;
}
.tps-contact-form-section .tps-form-row.tps-row-btn{
  margin-bottom: 0;
}
.tps-contact-form-section .tps-form-row.tps-row-btn p {
    position: relative;
    max-width: 200px;
    width: 100%;
    margin-inline: auto;
}

.tps-contact-form-section .tps-form-row.tps-row-btn p .wpcf7-spinner{
      position: absolute;
    right: 0;
}

.tps-contact-form-section .tps-form-row .tps-input-filed {
  width: 100%;
  background: var(--site-white-color);
  border-color: #ddd8d8;
  border-radius: 3px;
  font-size: 16px;
  line-height: 16px;
  color: var(--site-text-color);
}

.tps-contact-form-section .tps-form-row br {
  display: none;
}

.tps-contact-form-section .tps-form-row p {
  margin-bottom: 0px;
}

.tps-contact-form-section form {
  display: flex;
  flex-wrap: wrap;
}

.tps-contact-form-section .tps-form-row.tps-row-email {
  width: 48.5%;
}

.tps-contact-form-section .tps-form-row.tps-row-ph {
  width: 48.5%;
  margin-left: auto;
}

.tps-contact-form-section .tps-form-row .tps-input-checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 17px;
  grid-row-gap: 10px;
  padding-left: 3px;
}

.tps-contact-form-section .tps-form-row .tps-input-checkbox .wpcf7-list-item {
  margin: 0px;
}

.tps-contact-form-section .tps-form-row .tps-input-checkbox label {
  font-weight: 400;
  position: relative;
  padding-left: 28px;
  display: flex;
  align-items: center;
  padding-top: 5px;
}

.tps-contact-form-section .tps-form-row .tps-input-checkbox label input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 3px;
  opacity: 0;
}

.tps-contact-form-section .tps-form-row .tps-input-checkbox label input[type="checkbox"]+.wpcf7-list-item-label:before {
  content: '';
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
  z-index: 99;
  position: absolute;
  left: 0;
  top: 3px;
  border: 1px solid #afafaf;
}

.tps-contact-form-section .tps-form-row .tps-input-checkbox label input[type="checkbox"]:checked+.wpcf7-list-item-label:before {
  background: url(/wp-content/themes/generatepress_child/images/white-check-mark.svg), var(--primary-site-color);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 85%;
  border-color: var(--primary-site-color);
}

.tps-contact-form-section .tps-form-row.tps-row-btn p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  grid-row-gap: 10px;
}

.tps-contact-form-section .tps-form-row.tps-row-btn .tps-common-custome-btn,
.tps-contact-address-cols a.elementor-button {
  background-color: var(--primary-site-color);
  color: var(--site-white-color) !important;
  border-color: var(--primary-site-color);
  height: 45px;
}

.tps-contact-form-section .tps-form-row.tps-row-btn .tps-common-custome-btn {
  max-width: 200px;
  width: 100%;
  text-transform: uppercase;
}

.tps-contact-form-section .wpcf7 form.sent .wpcf7-response-output,
.tps-contact-form-section .wpcf7 form .wpcf7-response-output {
  margin-inline: auto;
}

.tps-contact-form-section .wpcf7-not-valid-tip {
  font-size: 14px;
}

.tps-contactus-banner p {
  margin-bottom: 0px;
}

.tps-contactus-banner>.elementor-element {
  margin-bottom: 0px;
}

.tps-contact-form-section .tps-form-row .cf7sr-g-recaptcha,
.tps-contact-form-section .tps-form-row.tps_recaptcha {
  width: fit-content;
  margin-inline: auto;
}

.tps-contact-form-section .tps-form-row.tps_recaptcha {
  margin-bottom: 20px;
}

.tps-team-content {
    border: 0px none var(--site-property-loader-color);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #cccccc;
}
.tps-team-content .elementor-image-box-description{
  margin-bottom: 10px;
}
h2.elementor-image-box-title{
  font-family: 'Maison Neue';
}
.tps-team-content .elementor-image-box-description strong {
    margin: 10px 0px 0;
    display: block;
}
.tps-banner-bg {
    background-color: linear-gradient(90deg, var(--site-color-6) 0%, var(--primary-site-color) 100%);
}
.tps-para p{
  margin-bottom: 0 !important;
}
.tps-info-icon-emial-call p a {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
    display: block;
}
.tps-info-icon-emial-call p a:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    /* background: var(--site-text-color); */
    left: 0;
    top: 0;
    background-image: url(/wp-content/themes/generatepress_child/images/heade-footer-sprite.svg);
  }
  .tps-info-icon-emial-call p br{
    display: none;
  }
.tps-info-icon-emial-call p a:nth-child(1):after{
  background-position: -241px -473px;
}
.tps-info-icon-emial-call p a:nth-child(2):after, .tps-info-icon-emial-call p a:nth-child(3):after, .tps-info-icon-emial-call p a:nth-child(4):after{
  background-position: -294px -473px;
}
.tps-customer-care ul {
  background: var(--site-color-4);
}
.tps-customer-care ul li a {
    color: var(--site-text-color);
    width: 100%;
    display: block;
    padding: 10px;
}
.tps-customer-care ul li {
  margin-bottom: 0;
  padding: 0;    
}


.tps-customer-care ul li.active {
  background: #cccccc;
}
.tps-customer-care span.li-title {
    color: var(--site-text-color);
    font-family: 'Maison Neue';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 15px 0;
    display: block;
}
.tps-indo-customer-care-wrapper .e-con, .tps-indo-customer-care-wrapper.e-con>.e-con-inner {
    display: inline-block !important;
    float: left;
}

.tps-customer-care.sticky {
    position: sticky !important;
}
.tps-info-sidebar{
    height: fit-content;
    padding-top: 20px;
    position: sticky;
    top: 160px;
}

.woocommerce-order-received header.entry-header h1{
  margin-top: 50px;
}

.tps-wishlist-page .tinv-wishlist-clear .return-to-shop a.button.wc-backward{
      font-size: 16px;
    line-height: 16px;
    color: var(--site-white-color) !important;
    font-family: 'Maison Neue' !important;
    font-weight: 400;
    background-color: var(--primary-site-color);
    border: 1px solid var(--primary-site-color);
    border-radius: 0px !important;
    max-width: 232px;
    transition: 0.5s ease;
    text-transform: capitalize;
}
.tps-info-top-banner h1{
    text-transform: capitalize;
    font-weight: 400;
    line-height: 54px !important;
    word-break: keep-all;
   white-space: normal;
}
.tps-banner-meta{
  position: absolute;
  left: 50%;
  top: auto;
  transform: translateX(-50%);
  bottom: 50px;
}
.tps-info-top-banner p{
  margin-bottom: 0px;
  max-width: 1440px;
  margin-inline: auto;
}
.tps-info-top-banner.tps-banner-text-white p, .tps-info-top-banner.tps-banner-text-white h1{
  color: var(--site-white-color) !important;
}
.tps-breadcrumb-wrapper{
  position: absolute;
  max-width: 100%;
  padding: 8px 0px 0px 0px;
  width: 100%;
  z-index: 99;
}
.tps-breadcrumb-wrapper span,
.tps-breadcrumb-wrapper span a{
  font-size: 14px;
  line-height: 20px;
  color: var(--site-text-color);
  font-family: Maison Neue;
}
body.page-id-18504 .tps-breadcrumb-wrapper span,
body.page-id-18504 .tps-breadcrumb-wrapper span a,
/*body.page-id-18644 .tps-breadcrumb-wrapper span,
body.page-id-18644 .tps-breadcrumb-wrapper span a*/
{
  color: var(--site-white-color);
}
.tps-banner-white-content .tps-breadcrumb-wrapper span,
.tps-banner-white-content .tps-breadcrumb-wrapper span a{
  color: var(--site-white-color);
}
.tps-info-left-right-content p{
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  font-family: Maison Neue;
  color: var(--site-text-color);
}
.tps-info-left-right-content p strong{
  font-size: 16px;
  line-height: 22px;
  margin-top: 8px;
  display: block;
}
.tps-info-left-right-content ul{
  list-style: none;
  margin:14px 0px 8px 12px;
}
.tps-info-left-right-content .elementor-widget-container ul li{
  font-size: 16px;
  line-height: 26px;
  font-family: Maison Neue;
  color: var(--site-text-color);
  margin-bottom: 3px;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 15px;
}
.tps-info-left-right-content .elementor-widget-container ul li::before{
  content: '';
  width: 4px;
  height: 4px;
  background-color: var(--site-text-color);
  display: block;
  margin-right: 0px;
  margin-top: 0px;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
}
.tps-our-story .elementor-widget-button a{
  width: 100%;
  max-width: 100%;
}
.tps-our-story .elementor-widget-button{
  max-width: 225px !important;
  width: 100%;
}
.tps-our-story-ring{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
  width: 100%;
}
.tps-en-info .elementor-widget-text-editor{
  width: 100% !important;
  max-width: 800px !important;
  margin-inline: auto;
}
.tps-info-left-right-content .elementor-widget-text-editor p:nth-last-child(1){
  margin-bottom: 0px !important;
}
.tps-last-info-content p{
  max-width: 700px;
  margin-inline: auto;
  color: var(--site-white-color) !important;
}
.tps-last-info-content-medium p,
.tps-en-info.tps-last-info-content-medium .elementor-widget-text-editor{
  max-width: 900px !important;
}
.tps-info-left-right-content h2{
  line-height: 45px !important;
}
.tps-info-left-right-content p strong{
  margin-top: 15px;
  margin-bottom: -5px;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
}
.tps-info-left-right-content p a{
  position: relative;
  font-weight: 700;
  text-decoration: none;
  color: var(--site-text-color);
}
.tps-info-left-right-content p a::after{
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--site-text-color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.5s ease;
  bottom: 0;
}
.tps-info-left-right-content .tps-white-info-col p a{
  color: var(--site-white-color) !important;
}
.tps-info-left-right-content .tps-white-info-col p a::after{
  background-color: var(--site-white-color);
}

.tps-home-faq-section .e-n-accordion-item-title{
  justify-content: flex-start;
    padding:13px 10px 10px 10px;
    border: none;
    border-bottom: 1px solid #888888;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tps-home-faq-section .e-n-accordion-item-title::after{
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/down_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.tps-home-faq-section .e-n-accordion-item-title[aria-expanded="true"]::after{
  transform: rotate(180deg);
    margin-bottom: -5px;
}
.tps-home-faq-section .e-n-accordion-item div[role="region"]{
  border: none;
    border-color: #888;
    padding: 15px 10px;
    background-color: #f2f2f2;
}
.tps-home-faq-section .e-n-accordion-item div[role="region"] p{
  font-size: 14px;
  line-height: 24px;
  color:var(--site-text-color);
}
.tps-home-faq-section .elementor-widget-n-accordion{
  max-width: 1023px !important;
  margin-inline: auto;
}

.tps-strong-align p strong {
    display: inline-block !important;
}
.tps-ring-size-guide .elementor-widget-image {
  padding: 30px 20px;
  border: 1px solid var(--site-grey-color);
  border-radius: 5px;
}
.tps-faq-accordian{
  max-width: 100% !important;
}  
.tps-faq-accordian .e-n-accordion{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr.cart_item ul{
  margin-top: 13px;
  margin-bottom: 12px;
  margin-left: 30px;
}
.woocommerce .bespoke-customization {
    margin: 15px 0px 15px !important;
}
.bespoke-info-customization-wrapper > div span {
    font-weight: 700;
    color: var(--site-text-color);
}

.woocommerce .bespoke-customization ul li span:nth-child(2),
.woocommerce .hidden-birthstone ul li span:nth-child(2),
.woocommerce .ring-size span:nth-child(2),
.woocommerce .setting-style span:nth-child(2),
.woocommerce .prong-style span:nth-child(2),
.woocommerce .prong-shape span:nth-child(2),
.tps-ringbuilder-final-data-list.engraving span.tps-ringbuilder-final-data-value{
  font-weight: 400;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr.cart_item ul li:not(:last-child),
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr.cart_item .tps-ringbuilder-final-data-list,
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody .product-name .tps-cart-product-info{
  margin-bottom: 5px;
}
.woocommerce-checkout #order_review_heading{
  margin-top: 10px;
}
/*media query start here*/
@media(hover:hover) {

  .tps-info-left-right-content p a:hover::after{
    width: 0%;
  }
  .tps-customer-care ul li:hover {
  background: #cccccc;
}

  .tps-contact-hr-cols a:hover{
  border-bottom: 1px solid var(--site-text-color);
}
  .tps-page-not-found-button a.tps-btn:hover {
    background: var(--site-text-color);
    color: var(--site-white-color);
  }

 .tps-page-not-found-button a.tps-btn:hover span.back-icn-hp {
   background-position: -8px -107px;
}

.tps-page-not-found-button a.tps-btn:hover span.brow-icn-col {
  background-position: -64px -107px;
}

.tps-page-not-found-button a.tps-btn:hover span.cont-icn-sup {
  background-position: -120px -107px;
}

  .tps-contact-form-section .tps-form-row.tps-row-btn .tps-common-custome-btn:hover,
  .tps-contact-address-cols a.elementor-button:hover {
    background-color: transparent !important;
    color: var(--site-text-color) !important;
    border-color: var(--site-text-color) !important;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.actions .button:hover,
  .woocommerce-cart .woocommerce .cart-collaterals .checkout-button:hover,
  .woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form button:hover,
  .woocommerce-cart #place_order,
  body.error404 .tps-error-go-home:hover,
  .woocommerce-checkout .checkout_coupon button[name="apply_coupon"]:hover,
  .woocommerce #payment #place_order:hover,
  .woocommerce-page #payment #place_order:hover,
  .tps-my-account #customer_login .tps-button-group button:hover,
  .tps-my-account #customer_login .woocommerce-form-register__submit:hover,
  .tps-my-account .lost_reset_password .woocommerce-Button.button:hover,
  .woocommerce-cart .return-to-shop a:hover,
  .woocommerce-account .woocommerce-MyAccount-content .button:hover {
    background-color: var(--site-transparant-color);
    color: var(--site-text-color) !important;
    border-color: var(--site-text-color);
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-remove a.remove:hover {
    background-position: -189px -391px;
  }

  .woocommerce-checkout .woocommerce-info a:hover::after {
    width: 0%;
  }

  .tps-my-account #customer_login .woocommerce-LostPassword a:hover::after,
  .tps-my-account #customer_login .woocommerce-form-register.register .woocommerce-privacy-policy-text p a:hover:after,
  .tps-my-account #customer_login .tps-login-btns p a:hover::after,
  .woocommerce-account .woocommerce-MyAccount-content p a:hover::after {
    width: 0%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
    background-color: var(--primary-site-color) !important;
    color: var(--site-white-color) !important;
  }

  .woocommerce-breadcrumb a:hover {
    color: var(--primary-site-color) !important;
  }

  body.search-results ul.products li:hover {
    border-color: var(--site-text-color);
  }

  body.search-results.woocommerce nav.woocommerce-pagination ul li .page-numbers:not(.prev):not(.next):hover {
    background-color: var(--primary-site-color);
    color: var(--site-white-color) !important;
    border-color: var(--primary-site-color) !important;
  }

  .tps-wishlist-page .tinv-wishlist-clear .return-to-shop a.button.wc-backward:hover{
     background-color:var(--site-white-color);
    color:  var(--primary-site-color) !important;
    border-color: var(--primary-site-color);
  }
  body.search-results ul.products li:hover{
    border-color: var(--site-text-color);
  }

}
@media(max-width:1600px){
  .tps-breadcrumb-wrapper,
  .tps-banner-meta,
  .tps-info-left-right-content,
  .tps-common-space-container,
  body.search-results .grid-container{
    padding-inline: 35px !important;
  }
}
@media(max-width: 1500px){
  .tps-breadcrumb-wrapper,
  .tps-banner-meta,
  .tps-info-left-right-content,
  .tps-common-space-container,
  body.search-results .grid-container{
    padding-inline: 35px !important;
  }
  
}

@media(max-width:1440px) {
  .tps-contact-info-section,
  body.search-results .grid-container{
    padding-inline: 35px !important;
  }
}
@media(max-width:1350px){
  .tps-info-left-right-content h2{
    line-height: 45px !important;
  }
}
@media(max-width: 1300px){
  .tps-info-left-right-content h2 {
    line-height: 40px !important;
  }
  .tps-info-top-banner h1{
    line-height: 45px !important;
  }
}

@media(max-width:1280px) {
  .tps-contact-address-cols .elementor-widget-text-editor p br {
    display: none;
  }
  .tps-info-left-right-content h2 {
    line-height: 38px !important;
  }
  .tps-info-top-banner h1{
    line-height: 40px !important;
  }
}

@media(max-width:1200px) {
  .tps-contact-info-section {
    padding-inline: 15px !important;
  }

  .tps-contact-address-cols a.elementor-button {
    padding-inline: 10px;
  }
  .tps-info-left-right-content h2 {
    line-height: 35px !important;
  }
  .tps-info-top-banner h1{
    line-height: 38px !important;
  }
  .tps-info-left-right-content p strong{
    font-size: 16px;
    line-height: 26px;
  }
  .tps-info-left-right-content .e-con-inner .e-con-full:nth-child(1){
    padding-right: 20px;
  }
  .tps-info-left-right-content .e-con-inner .e-con-full:nth-child(2){
    padding-left: 20px;
  }
  
}

@media(max-width:1199px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form table thead th {
    font-size: 14px;
    line-height: 14px;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody .product-name {
    font-size: 15px;
    line-height: 18px;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody .product-name .tps-cart-product-info {
    font-size: 13px;
    line-height: 15px;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-price .woocommerce-Price-amount,
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-subtotal .woocommerce-Price-amount {
    font-size: 15px;
  }

  .woocommerce-order-received .woocommerce-order-details .woocommerce-order-details__title,
  .woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title {
    font-size: 22px;
  }

  .woocommerce-account.woocommerce-edit-address .woocommerce-Address .woocommerce-Address-title h2,
  .woocommerce-account.woocommerce-edit-address h2,
  .woocommerce-account .woocommerce-order-details h2,
  .woocommerce-account .woocommerce-customer-details h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }

  .tps-breadcrumb-wrapper,
  .tps-banner-meta,
  .tps-info-left-right-content,
  .tps-common-space-container,
  body.search-results .grid-container{
    padding-inline: 20px !important;
  }
  .tps-banner-meta .elementor-widget-container{
    margin-bottom: 5px !important;
  }
  .tps-banner-meta{
    bottom: 20px;
  }
}

@media(max-width:1024px) {
  .tps-contact-form-section .elementor-shortcode {
    max-width: 100%;
}
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses.addresses {
    flex-wrap: wrap;
    grid-row-gap: 20px;
  }

  .woocommerce-account.woocommerce-edit-address .woocommerce-Address {
    width: 100%;
  }

  body.search-results ul.products li {
    width: 32.43% !important;
  } 

  .tps-contact-form-section>.e-con-inner {
    padding-inline: 15px !important;
  }
  body.search-results ul.products li{
    width: 32.3% !important;
  }
  
  body.search-results.woocommerce .woocommerce-result-count{
    font-size: 14px;
    line-height: 14px;
  }
   .woocommerce-checkout-review-order {
      flex-wrap: wrap;
  }
}

@media(max-width:991px) {
 
  .woocommerce-cart .woocommerce {
    grid-row-gap: 30px;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form,
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
  }

  .woocommerce-checkout .checkout.woocommerce-checkout #customer_details,
  .woocommerce-checkout .checkout.woocommerce-checkout #order_review_heading,
  .woocommerce-checkout .checkout.woocommerce-checkout #order_review {
    width: 100%;
  }

  .woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 {
    margin-bottom: 30px;
  }

  .woocommerce-checkout .checkout_coupon>p {
    font-size: 16px;
  }

  .woocommerce-checkout .checkout.woocommerce-checkout #order_review table.shop_table th,
  .woocommerce-checkout .checkout.woocommerce-checkout #order_review table.shop_table td {
    font-size: 14px;
    padding: 10px 10px;
  }

  .woocommerce-checkout .checkout.woocommerce-checkout #order_review,
  .woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields__field-wrapper,
  .woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper {
    padding-inline: 10px;
  }

  .woocommerce-checkout .woocommerce-info,
  .woocommerce-order-received .woocommerce-order-details table thead th,
  .woocommerce-order-received .woocommerce-customer-details address p,
  .woocommerce-order-received .woocommerce-order-details table tbody th,
  .woocommerce-order-received .woocommerce-order-details table tfoot th,
  .woocommerce-order-received .woocommerce-order-details table tbody td.woocommerce-table__product-name,
  .woocommerce-order-received table.shop_table td,
  .woocommerce-order-received .woocommerce-customer-details address {
    font-size: 14px;
  }

  .woocommerce-order-received .woocommerce table.shop_table td {
    padding: 10px 12px;
  }

  .woocommerce-order-received .woocommerce-customer-details address {
    padding: 20px 12px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    padding: 10px 10px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 78%;
    padding: 30px 20px 30px 20px;
  }

  .woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 14px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead th {
    font-size: 13px;
    line-height: 13px;
    padding: 13px 10px 13px 10px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .button {
    font-size: 14px;
    line-height: 14px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody th,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody td,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead th {
    border-top: none;
    border-right: none;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .form-row {
    width: 100%;
  }

  .tps-about-us-section .tps-common-btn a {
    padding: 12px 5px;
  }

  header.site-header nav .inside-header.grid-container {
    max-width: 100% !important;
    padding-inline: 0px !important;
  }

  .tps-contact-info-section>.e-con-inner {
    flex-direction: column;
  }

  .tps-contact-info-section>.e-con-inner>.elementor-element {
    width: 100% !important;
  }

  .tps-contact-info-section>.e-con-inner>.elementor-element .elementor-widget-heading h2 {
    text-align: center;
  }

  .tps-contact-info-section>.e-con-inner>.elementor-element .elementor-widget-heading+.elementor-widget-text-editor[data-id="9a34303"] p {
    text-align: center;
  }

  .tps-contact-address-cols a.elementor-button {
    padding-inline: 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .tps-info-left-right-content .e-con-inner .elementor-element.e-con-full{
    width: 100% !important;
  }
  .tps-info-left-right-content:not(.tps-en-info) .e-con-inner{
    flex-direction: column !important;
    grid-row-gap: 25px;
  }
  .tps-info-left-right-content.tps-left-content .e-con-inner{
    flex-direction: column-reverse !important;
  } 
  .tps-banner-meta .elementor-widget-container{
    margin: 0px 0px 5px 0px !important;
  }
  .tps-breadcrumb-wrapper{
    padding-top: 5px !important;
  }
  .tps-info-btn-group{
    justify-content: left;
  }
  .tps-info-left-right-content .tps-info-col{
    padding-inline: 0px !important;
  }
  .tps-info-left-right-content .e-con-inner .e-con-full:nth-child(1){
    padding-right: 00px;
  }
  .tps-info-left-right-content .e-con-inner .e-con-full:nth-child(2){
    padding-left: 00px;
  }
  .tps-our-story-ring{
    bottom: 30px;
  }
  .tps-info-left-right-content.tps-our-story-ring .e-con-inner{
    grid-row-gap: 0px !important;
  }
  .tps-our-story .elementor-widget-button {
    max-width: 225px !important;
    width: 49%;
  }
  .tps-info-left-right-content .tps-info-btn-group{
    width: 100% !important;
    column-gap: 2% !important;
    display: flex;
  }
  .top-banner-only-content{
    margin-bottom: 10px !important;
  }
  .top-banner-only-without-title-para p{
    text-align: center !important;
  }
  .tps-faq-accordian .e-n-accordion{   
    grid-template-columns: 1fr;
  }

}
@media(max-width:825px){
  body.search-results ul.products li {
    width: 49.25% !important;
  }
}

@media(max-width:768px) {

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr.woocommerce-cart-form__cart-item:not(:last-child) td {
    border-bottom: none !important;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody .product-name {
    width: 100%;
    max-width: 100% !important;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-remove,
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-thumbnail {
    width: 100%;
    padding-inline: 20px;
    display: flex !important;
    justify-content: center;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-thumbnail::before {
    display: none;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-thumbnail img {
    width: 200px;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody .product-name {
    text-align: center !important;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr.woocommerce-cart-form__cart-item:not(:last-child) td {
    border-bottom: none !important;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr.woocommerce-cart-form__cart-item:not(:last-child) td.product-name {
    border-bottom: 1px solid #cccccc !important;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-price,
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-quantity,
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-subtotal {
    padding: 5px 10px;
    font-size: 14px;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-price {
    padding-top: 10px !important;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody .product-name::before {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Maison Neue' !important;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-quantity {
    display: flex;
    justify-content: space-between;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.actions .button[name="update_cart"] {
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td {
    padding: 15px 10px;
  }

  .woocommerce table.shop_table td {
    padding: 10px 0px;
  }

  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    padding: 10px 10px;
  }

  .woocommerce-cart .woocommerce .cart-collaterals td,
  .woocommerce-cart .woocommerce .cart-collaterals th,
  .woocommerce-checkout .woocommerce-checkout input,
  .woocommerce-checkout .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
  .woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields textarea {
    font-size: 14px !important;
  }

  .woocommerce-order-received ul.order_details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
  }

  .woocommerce-order-received ul.order_details li {
    padding-inline: 15px;
    margin-right: 0px;
  }

  .woocommerce-order-received ul.order_details li:nth-child(2) {
    border-right: none !important;
  }

  .woocommerce-order-received ul.order_details::before {
    display: none;
  }

  .woocommerce-order-received .woocommerce-order-details .woocommerce-order-details__title,
  .woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title {
    font-size: 18px;
  }

  .woocommerce-order-received ul.order_details {
    padding: 30px 0px 0px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 14px;
    margin-bottom: 20px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table tbody td,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table tbody th,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table tfoot td,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table tfoot th {
    padding: 10px 10px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table thead th {
    padding: 12px 10px 10px 10px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
    font-size: 14px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table tbody td,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table tbody th,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table tfoot td,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details table tfoot th {
    font-size: 14px;
    line-height: 20px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details {
    margin-bottom: 0px;
  }

  body.search-results .woocommerce-ordering {
    float: right;
  }
}

@media(max-width:767px) {
  .tps-my-account #customer_login h2 {
    font-size: 22px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    padding: 10px 20px;
  }

  .woocommerce-MyAccount-content .addresses address {
    font-size: 14px;
    line-height: 24px;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 30px 10px 30px 10px;
  }

  .woocommerce-account.woocommerce-edit-address .woocommerce-Address {
    padding: 20px 10px;
  }

  .woocommerce-account input,
  .woocommerce-account select,
  .woocommerce-account textarea,
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400 !important;
  }

  .tps-about-left-right-section>.e-con-inner,
  .tps-about-us-section>.e-con-inner {
    flex-direction: column-reverse !important;
    text-align: center;
  }

  .tps-about-left-right-section.tps-about-right-section>.e-con-inner {
    flex-direction: column !important;
  }

  .tps-about-top-section .elementor-widget-text-editor .elementor-widget-container {
    font-size: 16px;
    line-height: 26px;
  }

  .tps-about-left-right-section .tps-about-info-section,
  .tps-about-us-section .tps-about-info-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }

  .tps-about-us-section h2.elementor-heading-title {
    text-align: center;
    line-height: 32px !important;
  }

  .tps-chreysella-founder .elementor-widget-text-editor {
    margin: 25px auto 0px auto;
    max-width: 500px !important;
  }

  .tps-about-left-right-section h2:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .tps-about-left-right-section .elementor-widget-text-editor .elementor-widget-container {
    font-size: 14px;
    line-height: 24px;
  }

  .tps_error_page .elementor-widget-text-editor p {
    max-width: 300px;
    margin-inline: auto;
  }

  .tps-our-process-heading h2.elementor-heading-title,
  .tps-our-process-bottom .elementor-widget-heading:nth-child(2) h2 {
    font-size: 20px;
  }

  .tps-process-container .tps-process-col:not(:last-child):after {
    display: none;
  }

  .elementor-element.tps-engagment-banner .tps-banner-txt-eng {
    position: unset;
    transform: unset;
    text-align: center;
  }

  .elementor-element.tps-engagment-banner .tps-banner-txt-eng p {
    text-align: center;
    max-width: 100%;
    margin: auto;
  }

  .elementor-element.tps-youtubr-blog .e-con-inner,
  .elementor-element.tps-conflict-blog .e-con-inner {
    flex-direction: column-reverse !important;
    text-align: center;
  }

  .elementor-element.tps-youtubr-blog h3 {
    margin-top: 30px;
  }

  .elementor-element.tps-eng-hed-tx h2 {
    font-size: 22px;
  }

  .elementor-element.tps-youtubr-blog h3,
  .elementor-element.tps-sign-dia-eng h3,
  .elementor-element.tps-conflict-blog h3,
  .elementor-element.tps-gide-block h3 {
    font-size: 18px;
  }

  .elementor-element.tps-sign-dia-eng ul,
  .elementor-element.tps-conflict-blog ul,
  .elementor-element.tps-gide-block ul {
    display: inline-block;
    text-align: left;
  }

  .elementor-element.tps-youtubr-blog,
  .elementor-element.tps-conflict-blog {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .elementor-element.tps-eng-hed-tx {
    padding-top: 25px;
    padding-bottom: 5px;
  }

  .tps-contact-address-cols {
    margin-bottom: 40px;
  }

  .tps-contact-heading {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 27px;
    justify-content: center;
    width: fit-content;
    margin-inline: auto;
  }

  .tps-contact-heading::before {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    top: -5px;
    left: 0px;
    background-image: url(/wp-content/themes/generatepress_child/images/heade-footer-sprite.svg);
  }

  .tps-contact-hr-cols .tps-contact-heading::before {
    background-position: -247px -392px;
  }

  .tps-contact-address-cols .tps-contact-heading::before {
    background-position: -295px -392px;
  }
   .tps-contact-cols .tps-contact-heading::before {
    background-position: -298px -478px;
}

  .tps-contact-hr-cols,
  .tps-contact-address-cols {
    padding-left: 0px !important;
    text-align: center;
  }

  .tps-contact-hr-cols::before,
  .tps-contact-address-cols::before,
  .tps-contact-cols::before {
    display: none;
  }

  .tps-contact-address-cols a.elementor-button {
    padding-inline: 30px;
  }

  .tps-contact-form-section p.elementor-heading-title {
    line-height: 24px !important;
  }

  .tps-contact-form-section .tps-form-row .tps-input-checkbox {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-quantity .tps-quantity.quantity {
    margin-left: auto;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-price::before,
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-quantity::before,
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-subtotal::before {
    margin-right: auto !important;
  }

  .tps-contact-address-cols a.elementor-button {
    font-size: 16px;
    line-height: 16px;
  }
  .tps-breadcrumb-wrapper,
  .tps-banner-meta,
  .tps-info-left-right-content,
  .tps-common-space-container,
  body.search-results .grid-container{
    padding-inline: 15px !important;
  }
  .tps-banner-meta{
    position: unset;
    transform: none;
    text-align: center;
    margin-top: 15px;
  }
  .tps-banner-meta{
    top: 70%;
  }
  .tps-banner-text-white h1,
  .tps-banner-text-white p{
    color: var(--site-text-color) !important;
  }
  .tps-info-btn-group{
    grid-row-gap: 15px;
  } 
  .tps-info-left-right-content p,
  .tps-info-left-right-content .elementor-widget-container ul li{
    font-size: 14px;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody .product-name a,
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody .product-name .tps-cart-product-info,
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr.cart_item .tps-ringbuilder-final-data-list,
  .woocommerce-cart .woocommerce .woocommerce-cart-form table tbody tr.cart_item ul li{
    text-align: left;
  }
}

@media(max-width:639px) {
  .tps-page-not-found-button a.tps-btn {
    padding: 10px 10px 10px 35px;
    width: 64%;
    text-align: left;
  }

  .woocommerce-checkout form .form-row-first,
  .woocommerce-checkout form .form-row-last,
  .woocommerce-checkout form .form-row-first,
  .woocommerce-checkout form .form-row-last,
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_address_1_field,
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_address_2_field,
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_city_field,
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_state_field,
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_postcode_field,
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_phone_field,
  .woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row#shipping_address_1_field,
  .woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row#shipping_address_2_field {
    width: 100%;
  }

  .woocommerce-checkout .woocommerce-checkout input,
  .woocommerce-checkout .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
  .woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields textarea {
    padding: 10px 10px 10px !important;
  }

  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_address_2_field,
  .woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row#shipping_address_2_field {
    padding-top: 0px;
  }

  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
    margin: 0 0 15px;
  }
  .tps-ring-size-guide .elementor-widget-image{
    padding: 5px 5px;
  }
}
@media(max-width:580px) {
  .woocommerce-checkout .checkout_coupon button[name="apply_coupon"] {
    width: 100%;
    max-width: 100%;
  }

  .tps-my-account #customer_login .u-column1,
  .tps-my-account #customer_login .u-column2,
  .tps-my-account .lost_reset_password {
    padding: 30px 20px;
    margin: 30px 0px 30px;
  }

  .tps-my-account #customer_login .tps-button-group button {
    margin: 20px 0px 20px 0px;
  }

  .tps-my-account .lost_reset_password p {
    text-align: center;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button.wc-forward {
    float: left;
    display: block;
    margin-top: 12px;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row#billing_address_2_field,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row#shipping_address_2_field {
    padding-top: 3px;
  }

  .woocommerce-account.woocommerce-edit-address h2 {
    text-align: center;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    font-size: 17px;
  } 

  body.search-results ul.products li a h2 {
    padding: 15px 15px 5px 15px !important;
  }

  .tps-contact-form-section .tps-form-row .tps-input-checkbox {
    grid-template-columns: 1fr 1fr;
  }

  .tps-contact-form-section .tps-form-row.tps-row-email,
  .tps-contact-form-section .tps-form-row.tps-row-ph {
    width: 100%;
  }
  .tps-info-left-right-content h2,
  .tps-info-left-right-content p{
    text-align: left;
  }
  .tps-info-left-right-content .elementor-button-wrapper .elementor-button{
    display: block;
    width: 100%;
    max-width: 300px;
  }
  .tps-info-btn-group .tps-common-btn a{
    padding-inline: 5px !important;
  }

}

@media(max-width:480px) {
  body.search-results ul.products li {
    width: 100% !important;
  }  
  body.search-results.woocommerce .woocommerce-result-count {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 12px;
  }

  body.search-results .woocommerce-ordering {
    float: none;
  }

  body.search-results .woocommerce-ordering select {
    margin-inline: auto;
    display: block;
  }
  .tps-our-story-link-img img{
    height: 350px;
    object-fit: cover;
    object-position: bottom;
  }
  body.search-results .woocommerce-ordering select{
    background-position: 98% 10px;
  }
}

@media(max-width:425px) {
  .tps-about-us-section .tps-common-btn {
    width: 100%;
    max-width: 100%;
  }

  .tps-about-us-section .e-con-inner .tps-about-btn {
    max-width: 400px;
    flex-direction: column;
    grid-row-gap: 15px;
  }
}
