/*Info pages design add code here -- Transpacific Software PVT LTD*/

.separate-containers .inside-article{
    padding: 0px !important;
}

.woocommerce-cart .inside-article,
.woocommerce-checkout .inside-article{
	padding:20px 0px;	
}
.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;
}
.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-text-black-color);
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Poppins';
    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: var(--site-color-8);
    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: #fff0;
    border-radius: 0;
    background-position: -125px -391px;
}
.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: 80px;
    padding-inline: 5px;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table tbody td.product-thumbnail img {
    width: 80px;
    height: 80px;
    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-black-color);
    font-weight: 600;
    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: 600;
}
.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: 600;
}
.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: 600;
}
.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: 16px;
    line-height: 16px;
    color: var(--site-white-color) !important;
    font-family: 'Athiti' !important;
    font-weight: 500;
    background-color: var(--secondry-site-color);
    border: 1px solid var(--secondry-site-color);
    border-radius: 0px !important;
    max-width: 232px;
    transition: 0.5s ease;
    text-transform: capitalize;
}
.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: 106px !important;
    font-size: 16px;
    font-family: 'Athiti' !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: var(--site-color-8) !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(--secondry-site-color);
    text-decoration: none;
}
.woocommerce-checkout .woocommerce-info {
    color: var(--site-text-black-color);
}
.woocommerce-info::before {
    color: var(--secondry-site-color) !important;
}
.woocommerce-info {
    border-top-color: var(--secondry-site-color);
}
.woocommerce-info::before {
    top: 11px;
}
.woocommerce-checkout .woocommerce-info a {
    position: relative;
    color: var(--secondry-site-color);
    font-weight: 600;
}
.woocommerce-checkout .woocommerce-info a::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--secondry-site-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2px;
    transition: width 0.5s ease;
}
.woocommerce-checkout .woocommerce-info {
    padding: 10px 0 10px 48px;
}
.woocommerce-checkout .woocommerce-error a{
    color: var(--secondry-site-color);
    font-size: 16px;
}
.woocommerce-checkout .checkout_coupon input[name="coupon_code"]{
    font-size: 16px;
    padding: 6px 10px 10px;
    font-family: 'Athiti';
    color: var(--site-text-black-color);
}
.woocommerce-checkout .checkout_coupon input[name="coupon_code"]::placeholder{
    text-transform: capitalize;
}
.woocommerce-checkout .checkout_coupon button[name="apply_coupon"]{
    height: 43px;
}
.woocommerce-checkout .checkout_coupon > p{
    font-size: 18px;
    font-family: 'Athiti';
    color: var(--site-text-black-color);
    font-weight: 600;
    margin-bottom: 10px;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details {
    width: 58%;
    float: left;
}
.woocommerce-checkout .checkout.woocommerce-checkout h3 {
    width: 100%;
    font-family: 'Poppins';
    text-transform: uppercase;
    margin-bottom: 0px !important;
    padding: 15px 20px 18px !important;
    color: var(var(--site-text-black-color)) !important;
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 400;
    background-color: var(--primary-site-color) !important;
    text-align: center !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.woocommerce-checkout .checkout.woocommerce-checkout #order_review_heading, 
.woocommerce-checkout .checkout.woocommerce-checkout #order_review {
    width: 40%;
    float: right;
    margin-left: auto;
    background-color: var(--site-white-color);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border-radius: 10px;
    padding: 0px;
}
.woocommerce-checkout .checkout.woocommerce-checkout #order_review_heading {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1, 
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 {
    width: 100%;
    background-color: var(--site-white-color);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border-radius: 10px;
    padding: 0px;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 {
    margin-top: 30px;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper {
    padding: 20px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields__field-wrapper {
    padding: 20px 20px 20px 20px;
}
.woocommerce-checkout .checkout.woocommerce-checkout #order_review {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 20px;
}
.woocommerce-checkout .woocommerce form .form-row label {
    font-size: 16px;
    line-height: 16px;
    color: var(--site-text-black-color) !important;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 500;
}
.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: 13px 10px 13px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: var(--site-text-black-color) !important;
    border: 1px solid var(--site-color-5) !important;
    border-radius: 5px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
    margin: 0 0 25px;
}
.woocommerce-checkout form .form-row, 
.woocommerce-checkout form .form-row, 
.woocommerce-checkout form .form-row, 
.woocommerce-checkout form .form-row {
    width: 100%;
    padding: 0;
}
.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: 49%;
}
.woocommerce-checkout .woocommerce-checkout .select2-container--default .select2-selection--single {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-radius: 0px !important;
    height: 48px;
    border-bottom: none !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--primary-site-color);
    color: var(--site-white-color);
}
.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: 26px;
}
.woocommerce-checkout .checkout.woocommerce-checkout #order_review table.shop_table th, 
.woocommerce-checkout .checkout.woocommerce-checkout #order_review table.shop_table td {
    border-bottom: none !important;
}
.woocommerce-checkout .checkout.woocommerce-checkout #order_review table.shop_table th:nth-last-child(1), 
.woocommerce-checkout .checkout.woocommerce-checkout #order_review table.shop_table td:nth-last-child(1){
    border-right: none !important;
}
.woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label, 
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 #ship-to-different-address .woocommerce-form__label, 
.woocommerce-checkout .checkout.woocommerce-checkout #order_review li {
    position: relative;
}
.woocommerce-checkout .checkout.woocommerce-checkout #order_review li.payment_method_bacs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label .woocommerce-form__input, 
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 #ship-to-different-address .woocommerce-form__label .woocommerce-form__input, 
.woocommerce-checkout .checkout.woocommerce-checkout #order_review li .input-radio {
    width: 20px;
    height: 20px;
    z-index: 9;
    opacity: 0;
    margin: 0 5px 0 0;
    position: relative;
    cursor: pointer;
}
.woocommerce-checkout .woocommerce-account-fields .woocommerce-form__label .woocommerce-form__input:visible+span::before, 
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 #ship-to-different-address .woocommerce-form__label .woocommerce-form__input:visible+span::before, 
.woocommerce-checkout .checkout.woocommerce-checkout #order_review li .input-radio+label:visible::before {
    content: '';
    cursor: pointer;
    display: block;
    opacity: 1;
    position: absolute;
    transition: opacity .2s;
    background-image: none;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    left: 0;
    top: -2px;
    border: 1px solid var(--site-text-black-color);
}
.woocommerce-checkout .checkout.woocommerce-checkout #order_review li .input-radio {
    border-radius: 50%;
}
.woocommerce-checkout .checkout.woocommerce-checkout #order_review li .input-radio:visible+label::before {
    top: 4px;
    border-radius: 50%;
}
.woocommerce-checkout .checkout.woocommerce-checkout #order_review li .input-radio[checked="checked"]+label:before {
    background-color: var(--site-primary-color);
    border-color: var(--site-primary-color);
}
.woocommerce-checkout .checkout.woocommerce-checkout #order_review li.wc_payment_method.payment_method_authnet #payment_method_authnet {
    margin: 4px 5px 0 0;
}
.woocommerce-checkout .checkout.woocommerce-checkout #order_review li .input-radio:visible+label:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 5px;
    top: 8.5px;
    background-color: #fff0;
    border-radius: 50%;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    width: 100%;
    max-width: 100%;
}
.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: 600;
}
.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: 600;
    text-transform: capitalize;
}
.woocommerce-order-received .tps-bacs-instructions {
    margin-bottom: 2px;
    font-weight:600;
}
.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:500;
    letter-spacing: 1px;
}
.woocommerce-order-received ul.order_details + p{
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
}
.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-text-black-color);
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Poppins';
    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: var(--site-color-8);
}
.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 var(--site-color-8);
}
.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: 600;
}
.woocommerce-order-received .woocommerce-customer-details address{
    padding: 20px;
    font-size: 16px;
    line-height: 23px;
    color: var(--site-text-black-color);
    font-weight: 500;
}
.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: 500;
    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-black-color) !important;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 500;
}
.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-black-color) !important;
    border: 1px solid var(--site-color-5) !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;
}
.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;
}
.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-black-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), #819683;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px;
    border-color: var(--secondry-site-color);
}
.tps-my-account #customer_login .woocommerce-LostPassword a{
    position: relative;
    color: var(--secondry-site-color);
    font-weight: 600;
    font-size: 16px;
    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(--secondry-site-color);
    font-weight: 600;
    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(--secondry-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: 600;
}
.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-black-color );
    font-weight: 600;
    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: 15px;
    line-height: 22px;
    color: var(--site-text-black-color );
    font-weight: 600;
}
.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-color-8);
    color: var(--site-text-black-color);
    font-size: 16px;
    line-height: normal;
    border-bottom: 1px solid var(--site-white-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-text-black-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-black-color);
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Poppins';
    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(--secondry-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 var(--site-color-8);
    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: 22px;
    line-height: 32px;
    text-align: center;
}
.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: 500;
}
.woocommerce-account .woocommerce-MyAccount-content form label,
.woocommerce-account .woocommerce-MyAccount-content form legend {
    font-size: 16px;
    line-height: 20px;
    color: var(--site-text-black-color) !important;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 500;
}
.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-black-color);
    height: 43px;
    font-family: 'Athiti';
}
.select2-container .select2-selection--single .select2-selection__rendered{
    height: 40px;
    padding: 11px 8px 8px 8px;
}
.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder{
    font-size: 16px;
    line-height: 16px;
    color: var(--site-text-black-color);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm  #account_display_name_description em{
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
    font-family: 'Poppins';
    color: var(--site-text-black-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: 'Athiti';
}
.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: 600;
}
.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-black-color);
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Poppins';
    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: 600;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address{
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
}
.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-black-color);
    font-family: 'Athiti';    
}

.tps-about-top-section .elementor-widget-text-editor .elementor-widget-container{
    font-size: 18px;
    line-height: 28px;
    color: var(--site-text-black-color);
    font-family: 'Athiti';    
      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;
    text-transform:uppercase;
}
.tps-about-left-right-section h2:after{
     content: "";
    width: 80%;
    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-black-color);
    font-family: 'Athiti';
    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: space-between;
    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;
    font-weight: 700;
    letter-spacing: 10px;
}
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-color-5) !important;
    font-size: 12px !important;
    line-height: 22px;
}
body.search-results h1.woocommerce-products-header__title{
    text-align: center;
    text-transform: capitalize;
}
body.search-results.woocommerce .woocommerce-result-count{
    font-size: 16px;
    line-height: 16px;
    color: var(--site-text-black-color) !important;
    font-family: var(--font-body-family);
    font-weight: 500;
    cursor: default;
    margin-bottom: 0px;
}
body.search-results .woocommerce-ordering select{
    font-size: 14px;
    line-height: 20px;
    color: var(--site-text-black-color);
    padding: 0px 25px 5px 5px;
    border-radius: 0px;
    font-family: var(--font-body-family);
    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: 100% 2px;
    font-weight: 500;
    border-bottom: 1px solid var(--site-text-black-color);
    text-transform: capitalize;
}
body.search-results ul.products{
    border-top: 1px solid var(--site-color-5);
    padding-top: 15px;
    display: flex;
    grid-row-gap: 20px;
    grid-column-gap: 1.3%;
    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: 24% !important;
    cursor: pointer !important;
    transition: .3s;
    border: 1px solid var(--site-color-4);
    position: relative;
    margin: 0 !important;
}
body.search-results ul.products li a img{
    height: 253px !important;
    width: 100% !important;
    object-fit: scale-down;
    margin-bottom: 0px !important;
}
body.search-results .woocommerce-ordering{
    margin-bottom: 15px;
}
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: 30px;
    color: var(--site-text-black-color);
    font-family: var(--font-body-family);
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px !important;
    background-color: var(--site-white-color);
}
body.search-results ul.products li a h2{
    font-size: 16px;
    line-height: 26px !important;
    color: var(--site-text-black-color);
    margin: 0px 0px 0px;
    font-family: var(--font-body-family);
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--site-white-color);
    padding: 20px 15px 5px 15px !important;
}
body.search-results ul.products li a .price{
    padding: 0px 15px 10px 15px !important;
}
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(--secondry-site-color);
    color: var(--site-white-color) !important;
    border-color: var(--secondry-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-our-process-heading h2.elementor-heading-title{
    font-size:30px;
    color:var(--site-color-5);
}
.tps-our-process-heading p a{
    font-weight:600;
    color:var(--primary-site-color);
}
.tps-process-container .tps-process-col{
    position:relative;  
}
.tps-process-container .tps-process-col:not(:last-child):after{
    content:"";
    width:1px;
    height:100%;
    position:absolute;
    right: -20px;
    background-color:var(--primary-site-color)
}

.tps-process-container .tps-process-col .elementor-widget-text-editor p{
    max-width: 189px;
}
.tps-faq-section .e-n-accordion-item-title{
    border:none;
    padding-inline:0px;
}
.tps-faq-section .e-n-accordion-item-title .e-n-accordion-item-title-text{
    font-weight:500;
    color:var(--site-text-black-color );
}
.tps-faq-section .e-n-accordion-item{
     border-bottom:1px solid var(--site-color-5);
}
.tps-faq-section .e-n-accordion-item .elementor-widget-text-editor div,
.tps-faq-section .e-n-accordion-item .elementor-widget-text-editor div p{
    font-size:14px;
  line-height:24px;
    color:var(--site-white-color );
    font-weight:500;
}
.tps-faq-section .e-n-accordion-item-title-icon{
    margin-left:auto;
    margin-right: 15px;
}
.tps-faq-section .e-n-accordion-item-title + div[role="region"]{
    padding: 15px;
  background: #819683;
    border:none;
}
.tps-faq-section .e-n-accordion-item-title-icon .e-opened,
.tps-faq-section .e-n-accordion-item-title-icon .e-closed{
    width:20px;
    height:20px;
    background-image:url('/wp-content/themes/generatepress_child/images/down_arrow.svg');
    background-repeat:no-repeat;
    background-position:center center;
}
.tps-faq-section .e-n-accordion-item-title-icon .e-opened i,
.tps-faq-section .e-n-accordion-item-title-icon .e-closed i{
    display:none;
}
.tps-faq-section .e-n-accordion-item-title-icon .e-opened{
    transform: rotate(180deg);
}
.tps-faq-section .e-n-accordion-item .elementor-widget-text-editor div p a{
    color:var(--primary-site-color);
    font-weight:600;
}
.tps-our-process-bottom .elementor-widget-heading:nth-child(2) h2{
    font-size: 30px;
    color: var(--site-color-5);
}
.tps-our-process-bottom .elementor-widget-text-editor p{
    font-weight: 500;
}

/****** engagment page *******/

.elementor-element.tps-engagment-banner{
    padding: 0px !important;
    position: relative;
}

.elementor-element.tps-engagment-banner .tps-banner-txt-eng{
    position: absolute;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.elementor-element.tps-engagment-banner .tps-banner-txt-eng h2{
    font-family: 'Poppins';
    font-size: 35px;
    font-weight: 600;
    line-height: normal;
}

.elementor-element.tps-engagment-banner .tps-banner-txt-eng p{
    font-family: 'Lato' !important;
    font-size: 16px;
    line-height: normal;
    max-width: 350px;
    font-weight: normal !important;
}

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

.elementor-element.tps-eng-hed-tx h2{
    font-family: 'Poppins';
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.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-family: 'Poppins';
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.elementor-element.tps-youtubr-blog p,
.elementor-element.tps-sign-dia-eng p,
.elementor-element.tps-conflict-blog p,
.elementor-element.tps-gide-block p{
    font-family: 'Athiti';
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.elementor-element.tps-gide-block p{
    margin-bottom: 0px;
}

.elementor-element.tps-youtubr-blog p a,
.elementor-element.tps-sign-dia-eng p a,
.elementor-element.tps-conflict-blog p a,
.elementor-element.tps-gide-block p a{
text-decoration: underline !important;
}

.elementor-element.tps-conflict-blog p{margin-bottom: 0px;}

.elementor-element.tps-sign-dia-eng ul,
.elementor-element.tps-conflict-blog ul,
.elementor-element.tps-gide-block ul{
    margin-left: 30px;
    list-style-type: auto;
    margin-bottom: 0px;
}

.elementor-element.tps-sign-dia-eng ul,
.elementor-element.tps-conflict-blog ul{
    list-style-type: inherit;
}

.elementor-element.tps-sign-dia-eng ul li,
.elementor-element.tps-conflict-blog ul li,
.elementor-element.tps-gide-block ul li{
    font-family: 'Athiti';
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

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

.elementor-element.tps-youtubr-blog{
    margin-top: 50px;
    margin-bottom: 80px;
}
.tps-on-banner-text-section{
    position: relative;
}
.tps-on-banner-text-section .tps-banner-text-box{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tps-on-banner-text-section .tps-banner-text-box .elementor-widget-text-editor .elementor-widget-container{
    margin: 5px 0px 13px 0px;
    font-weight: 400;
}
.tps-info-shop-by-metal .elementor-widget-image .elementor-widget-container{
    width: 158px;
    height: 158px;
    border-radius: 50%;
    background-color: var(--site-color-4);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-inline: auto;
}
.tps-info-shop-by-metal .elementor-widget-image .elementor-widget-container img{
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.tps-info-gabriel-section ul.elementor-icon-list-items li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.tps-info-gabriel-section ul.elementor-icon-list-items li::before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: var(--site-text-black-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}
.tps-info-gabriel-section ul.elementor-icon-list-items li b{
    font-weight: normal;
    text-decoration: underline;
}
.tps-shop-by-style-slider .elementor-widget-heading p.elementor-heading-title,
.tps-info-best-selller .slider-item-text{
    font-size: 16px;
    line-height: 26px;
    color: var(--site-text-black-color);
    font-weight: 500 !important;
    text-align: center;
    display: block;
    max-width: 260px;
    font-family: 'Athiti' !important;
    margin-inline: auto;
}
.tps-shop-by-style-slider .swiper-wrapper{
    flex-direction: unset !important;
    flex-wrap: unset !important;
    justify-content: unset !important;
    grid-gap: 0px !important;
}
.tps-shop-by-style-slider .swiper-wrapper .swiper-slide{
    flex-shrink: 0 !important;
}   
.tps-info-best-selller .swiper-slide-content-cr,
.tps-shop-by-style-slider .swiper-slide-content-cr{
    display: flex;
    align-items: center;
    justify-content: center;
}
.tps-shop-by-style-slider .swiper-slide-content-cr{
    margin-right: 0%;
}
.tps-info-best-selller .swiper-slide-content-cr .swiper-button-prev,
.tps-shop-by-style-slider .swiper-slide-content-cr .swiper-button-prev,
.tps-info-best-selller .swiper-slide-content-cr .swiper-button-next,
.tps-shop-by-style-slider .swiper-slide-content-cr .swiper-button-next{
    position: unset !important;
    background-image: url(/wp-content/themes/generatepress_child/images/Arrow.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    content: "";
    cursor: pointer;
    height: 84px;
    margin-top: 0px;
    max-width: 33%;
    transition: all .3s;
    width: 170px;
    background-position: center;
    webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tps-info-best-selller .swiper-slide-content-cr .swiper-button-prev,
.tps-shop-by-style-slider .swiper-slide-content-cr .swiper-button-prev{
    transform: rotate(180deg);
}
.tps-info-best-selller .swiper-slide-content-cr .swiper-button-prev::after,
.tps-shop-by-style-slider .swiper-slide-content-cr .swiper-button-prev::after,
.tps-info-best-selller .swiper-slide-content-cr .swiper-button-next::after,
.tps-shop-by-style-slider .swiper-slide-content-cr .swiper-button-next::after{
    display: none !important;
}
.tps-shop-by-style-slider .swiper-wrapper .swiper-slide img,
.tps-info-best-selller .swiper-wrapper .swiper-slide img{
    height: 250px;
    width: 100%;
    object-fit: scale-down;
}
.tps-info-best-selller .swiper-slide-content-cr .swiper-active-content .swiper-active-title,
.tps-shop-by-style-slider .swiper-slide-content-cr .swiper-active-content .swiper-active-title{
    font-size: 16px;
    line-height: 26px;
    color: var(--site-text-black-color);
    font-weight:600 !important;
    text-align: center;
    display: block;    
    max-width: 260px;
    font-family: 'Athiti' !important;
}
.tps-info-best-selller .swiper-wrapper .swiper-slide-active .slider-item-text,
.tps-shop-by-style-slider .swiper-wrapper .swiper-slide-active .elementor-widget-heading{
    display: none !important;
}
.tps-shop-by-style-slider{
    margin-left: -34px;
}

.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-email-cont::before,
.tps-call-cnt::before,
.tps-contact-hr-cols::before,
.tps-contact-address-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-email-cont,
.tps-call-cnt,
.tps-contact-hr-cols,
.tps-contact-address-cols{
    display:flex;
    padding-left: 28px;
    position:relative;
}
.tps-email-cont::before{
    background-position:-15px -471px;
}
.tps-call-cnt::before{
background-position:-69px -470px;
}
.tps-contact-hr-cols::before{
    background-position:-247px -392px;
}
.tps-contact-address-cols::before{
    background-position:-295px -392px;
}
.tps-contact-form-section .elementor-shortcode{
     max-width:800px;
     margin-inline:auto;
     margin-top:0px;
}
.tps-contact-form-section .tps-form-row label{
    font-size:14px;
    line-height:16px;
    display:block;
    margin-bottom:10px;
    font-weight:600;
    font-family: 'Athiti';
    color:var(--site-text-black-color);
    text-transform:capitalize;
}
.tps-contact-form-section .tps-form-row{
    margin-bottom:7px;
    width:100%;
}
.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: 14px;
  line-height: 16px;
    color:var(--site-text-black-color);
    padding: 7px 15px !important;
}
.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;
    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 var(--site-text-black-color);
}
.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(--secondry-site-color);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:85%;
    border-color:var(--secondry-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:transparent  !important; 
    color:var(--site-text-black-color)  !important;
    border-color:var(--site-text-black-color); 
    height:45px;
}
.tps-contact-form-section .tps-form-row.tps-row-btn .tps-common-custome-btn{
    max-width: 100%;
    width: 100%;
    text-transform: capitalize;
}

.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: 30px;
}
.tps-contact-form-section textarea.tps-input-filed {
    height: 100px !important;
}
.tps-info-para p{
    margin-bottom: 10px;
}
.tps-info-para li{
    margin-bottom: 10px !important;
}
.tps-info-para .elementor-icon-list-icon{
    margin-top: 10px;
}
.tps-info-para .elementor-icon-list-text{
    font-size: 16px;
    line-height: 22px;
    color: var(--site-text-black-color);
}
.tps-our-passion span.elementor-heading-title{
    font-size: 25px;
    line-height: 30px;
}
.tps-origins span.elementor-heading-title{
    font-size: 25px;
    line-height: 35px;
}
.elementor-lightbox{
    z-index: 99999999999 !important;
}
.tps-gallery-section p{
    max-width: 420px;
    margin-inline: auto;
    line-height: 25px !important;
}

.elementor-element.tps-faq-banner{
    padding: 0px;
    position: relative;
}

.elementor-element.tps-faq-banner .tps-faq-hed-txt.elementor-widget-heading{
    position: absolute;
    top: 80%;
    left: auto;
    width: 100%;
    text-align: center;
    background-color: var(--site-white-color);
    right: auto;
    margin: auto;
    display: block;
    padding: 5px 0px 9px;
}

.elementor-element.tps-faq-marg p{
  margin-top: 20px;
}

.elementor-element.tps-faq-txt-bx summary.e-n-accordion-item-title{
    border: 0px !important;
    border-bottom: 1px solid var(--site-color-7) !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.elementor-element.tps-faq-txt-bx .elementor-element{
    border-top: 0px !important;
}

.elementor-element.tps-faq-txt-bx .e-n-accordion-item-title-text{
    font-size: 20px;
}

.elementor-element.tps-faq-txt-bx summary.e-n-accordion-item-title span.e-n-accordion-item-title-icon i.fas{
    font-weight: 500;
}

.elementor-element.tps-faq-txt-bx .elementor-widget-button a.elementor-button{
    font-size: 16px;
    line-height: 16px;
    color: var(--site-text-black-color) !important;
    font-family: 'Athiti' !important;
    font-weight: 500;
    background-color: var(--site-transparant-color);
    border: 1px solid var(--site-text-black-color);
    border-radius: 0px !important;
    max-width: 245px;
    transition: 0.5s ease;
    padding: 10px 11px;
}

.tps-privacy-bx .tps-commom-txt-bx.elementor-widget-text-editor{
border-bottom: 1px solid #ccc;
padding-bottom: 30px;
margin-bottom: 20px;
}

.tps-privacy-bx .e-con-inner,
.tps-privacy-bordr .e-con-inner{
    border-bottom: 1px solid #ccc;
}

.tps-privacy-bx ul{
    margin: 0 !important;
    padding-left: 25px;
}
.tps-ul-list-section ul {
    margin: 0 0 0 25px !important;
}
.tps-ul-list-section p {
    margin-bottom: 15px !important;
}
.tps-ul-list-section p:last-child {
    margin-bottom: 5px !important;
}
.tps-ul-list-section ul li {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
}
.tps-sidemenu-content-list li.elementor-icon-list-item {
    padding: 8px 20px !important;
}
.tps-sidemenu-content-list li.elementor-icon-list-item.active {
    background-color: #F7CAB7;
}
.tps-list-text-section ul {
    margin: 0 0px 10px 30px !important;
}
.tps-text-buttons {
    width: 100%;
    display: block;
}
.tps-text-buttons .elementor-button-link {
    width: 100%;
}
.tps-list-text-section strong{
    font-weight: 600 !important;
}
.tps-list-text-section b, .tps-ul-list-section  b{
    font-weight: 600 !important;
}
.tps-sidemenu-bar.tps_sticky {
    position: relative;
}
.tps-sidemenu-bar.tps_sticky .tps-sidemenu-content-list {
    position: fixed;
    width: 100%;
    max-width: 315px !important;
}
.tps-matter-most-section .tps-icon-text-info-section svg{
    margin-left:auto;
    margin-right: auto;
}
.tps-repair-form .tps-custom-form .form-group.field p {
    margin-bottom: 7px;
    width: 100%;
}
.tps-repair-form .tps-custom-form .tps_fm_ctrl{
    width: 100%;
    background: var(--site-white-color);
    border-color: #ddd8d8;
    border-radius: 3px;
    font-size: 14px;
    line-height: 16px;
    color: var(--site-text-black-color);
    padding: 10px 15px !important;
}
.tps-repair-form .tps_bttn_sub p {
    margin-bottom: 10px;
}
.tps-repair-form .tps_submit_btn {
    background-color: transparent !important;
    color: var(--site-text-black-color) !important;
    border-color: var(--site-text-black-color);
    height: 45px;
    max-width: 100% !important;
    width: 100% !important;
    text-transform: capitalize
}
.tps-repair-form form.wpcf7-form.init {
    display: block;
    margin: auto;
    width: 100%;
    padding: 0 15px;
}
.tps-repair-form .tps-custom-form .form-group.field.tps-row-email {    
    display: inline-block;
    width: 49%;
    margin-right: 0.55%;
}
.tps-repair-form .tps-custom-form .form-group.field.tps-row-phone-number {
    display: inline-block;
    width: 49%;
    margin-left: 0.55%;
}
.tps-repair-form .screen-reader-response,
.tps-contact-form .screen-reader-response {
    display: none;
}
.tps-contact-form-section .tps-form-row span.wpcf7-not-valid-tip {
    color: #ff0000 !important;
}
h1.elementor-heading-title {
    font-size: 35px !important;

}

/*media query start here*/
@media(hover:hover){
    .tps-repair-form .tps_submit_btn:hover{
         background-color: var(--secondry-site-color) !important;
        color: var(--site-white-color) !important;
        border-color: var(--secondry-site-color) !important;
}
    .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: var(--secondry-site-color) !important;
        color: var(--site-white-color) !important;
        border-color: var(--secondry-site-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-black-color) !important;
        border-color: var(--site-text-black-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-text-black-color) !important;
    }
    .woocommerce-breadcrumb a:hover{
       color: var(--secondry-site-color) !important;
    }
    body.search-results ul.products li:hover{
        border-color: var(--site-text-black-color);
    }
    body.search-results.woocommerce nav.woocommerce-pagination ul li .page-numbers:not(.prev):not(.next):hover{
        background-color: var(--secondry-site-color);
        color: var(--site-white-color) !important;
        border-color: var(--secondry-site-color) !important;
    }
    .tps-our-process-heading p a:hover,
    .tps-faq-section .e-n-accordion-item .elementor-widget-text-editor div p a:hover{
        text-decoration:underline !important;
    }
    .elementor-element.tps-faq-txt-bx .elementor-widget-button a.elementor-button:hover{
        background-color: var(--secondry-site-color) !important;
        color: var(--site-white-color) !important;
        border-color: var(--secondry-site-color) !important;
}
}
@media(max-width:1440px){
    .tps-shop-by-style-slider .swiper-slide-content-cr {
        margin-right: 0%;
    }
    .tps-contact-info-section{
        padding-inline: 35px !important;
    }
}
@media(max-width:1280px){
    .elementor-element.tps-eng-hed-tx h2{
        font-size: 28px;   
       }
       .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: 22px;
       }
       .tps-shop-by-style-slider{
            margin-left:-10px;
        }
        .tps-shop-by-style-slider .swiper-slide-content-cr {
            margin-right: 0%;
        }
        .tps-contact-address-cols .elementor-widget-text-editor p br{
            display: none;
        }
        .tps-our-passion span.elementor-heading-title,
        .tps-origins span.elementor-heading-title{
            font-size: 22px;
            line-height: 32px;
        }
}
@media(max-width:1200px){
    .tps-contact-info-section{
        padding-inline:15px !important;
    }
    .tps-contact-address-cols a.elementor-button{
        padding-inline: 10px;
    }
}

@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: 500;
    }
    .tps-about-us-section h2.elementor-heading-title {
        max-width: 324px;
    }
    .tps-about-us-section .e-con-inner .tps-about-btn{
        max-width: 400px;
    }   
    .tps-about-us-section .tps-common-btn a{
        padding: 12px 10px;
    }
    .tps-our-process-heading h2.elementor-heading-title{
        font-size: 25px;
    }
    .tps-our-process-bottom .elementor-widget-heading:nth-child(2) h2{
        font-size: 22px;
    }
    .tps-custom-process-video p br{
        display: none !important;
    }
    .elementor-element.tps-eng-hed-tx h2{
     font-size: 25px;   
    }
    .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: 20px;
    }
    .tps-info-shop-by-metal .elementor-widget-image .elementor-widget-container{
      width: 120px;
      height: 120px;
      padding: 5px;
    }
    .tps-our-passion span.elementor-heading-title,
    .tps-origins span.elementor-heading-title{
      font-size: 20px;
      line-height: 30px;
    }
    .tps-sidemenu-bar{
    /*display: none !important;*/
    padding: 0 !important;
}
h1.elementor-heading-title {
    font-size: 28px !important;

}

}
@media(max-width:1024px){
    .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;
    }
    body.search-results ul.products li a img{
        height: 230px !important;
    }
    .tps-process-container{
        grid-column-gap: 20px !important;       
    }
    .tps-process-container .tps-process-col:not(:last-child):after{
        right: -10px;
    }
    .tps-contact-form-section > .e-con-inner{
        padding-inline: 15px !important;
    }
    .tps-text-heading-title .elementor-heading-title {
    font-size: 20px !important;
}
.tps-sidemenu-bar.tps_sticky .tps-sidemenu-content-list {
    max-width: 250px !important;
}

}

@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;
    }
    body.search-results ul.products li {
        width: 49.3% !important;
    }
    header.site-header nav .inside-header.grid-container{
        max-width: 100% !important;
        padding-inline: 0px !important;
    }
    .tps-process-container{
        grid-column-gap: 20px !important;
        grid-gap: 30px !important;
        flex-wrap: wrap;
    }
    .tps-process-container .tps-process-col:not(:last-child):after{
        right: -10px;
    }
    .tps-process-container .tps-process-col:nth-child(2):after{
        display: none !important;
    }
    .tps-process-container .tps-process-col {
        width: 47.5% !important;
    }
    .tps-process-container .tps-process-col:not(:last-child):after {
        right: -14px;
    }
    .tps-process-container .tps-process-col .elementor-widget-text-editor p,
    .tps-process-container .tps-process-col p.elementor-heading-title{
        text-align: center;
        max-width: 100%;
    }
    .tps-shop-by-style-slider .elementor-widget-heading p.elementor-heading-title, .tps-info-best-selller .slider-item-text,
    .tps-info-best-selller .swiper-slide-content-cr .swiper-active-content .swiper-active-title, 
    .tps-shop-by-style-slider .swiper-slide-content-cr .swiper-active-content .swiper-active-title{
        font-size: 14px;
        line-height: 24px;
        max-width: 200px;
    }
    .tps-shop-by-style-slider .swiper-slide-content-cr {
        margin-right: -2%;
    }
    .tps-info-gabriel-section > .e-con-inner{
        flex-direction: column !important;
        grid-row-gap: 25px;
    }
    .tps-info-gabriel-section ul.elementor-icon-list-items li{
        width: fit-content;
    }
    .tps-info-gabriel-section ul.elementor-icon-list-items{
         width: fit-content;
         margin-inline: auto;
    }
    .tps-info-gabriel-section  h2.elementor-heading-title{
        text-align: center;
    }
    .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-why-chrysella-sec-section > .e-con-inner{
        flex-direction: column !important;
        text-align: center;
    }
    .tps-why-chrysella-sec-section > .e-con-inner img{
        margin-bottom: 30px;
    }
    .tps-contact-address-cols a.elementor-button {
        padding-inline: 10px;
        font-size: 14px;
        line-height: 16px;
    }
    .elementor-element.tps-faq-txt-bx .e-n-accordion-item-title-text {
    font-size: 18px;
   }
   .tps-repair-form .tps-custom-form .form-group.field.tps-row-email,
   .tps-repair-form .tps-custom-form .form-group.field.tps-row-phone-number {
    width: 100%;
}

}

@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 var(--site-color-8) !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: 500;
        text-transform: uppercase;
        font-family: 'Athiti' !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-on-banner-text-section .tps-banner-text-box{
            position: unset;
            transform: none;
            margin-top: 30px;
            text-align: center;
       }
       .tps-shop-by-metal-col{
          justify-content: center;
          grid-row-gap: 45px;
       }
       .tps-shop-by-metal-col > .e-con-full.e-flex.e-con.e-child{
          width: 31.33% !important;
       }
        .tps-shop-by-style-slider .elementor-widget-heading p.elementor-heading-title, .tps-info-best-selller .slider-item-text, .tps-info-best-selller .swiper-slide-content-cr .swiper-active-content .swiper-active-title, .tps-shop-by-style-slider .swiper-slide-content-cr .swiper-active-content .swiper-active-title {
            font-size: 14px;
            line-height: 24px;
            max-width: 260px;
        }
            .tps-shop-by-style-slider {
            margin-left: 0px;
        }
        .tps-shop-by-style-slider .swiper-slide-content-cr {
            margin-right: 0%;
        }
        .tps-info-shop-by-metal .elementor-widget-image .elementor-widget-container{
            width: 100px;
           height: 100px;
        }
        .tps-info-gabriel-section ul.elementor-icon-list-items li .elementor-icon-list-text,
        .tps-on-banner-text-section .tps-banner-text-box .elementor-widget-text-editor .elementor-widget-container{
            font-size: 16px;
            line-height: 26px;
        }
        .tps-contact-address-cols{
            margin-bottom:0px;
        }
        .tps-on-banner-text-section {
            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-call-cnt .tps-contact-heading::before{
               background-position: -69px -470px;
        }
        .tps-email-cont .tps-contact-heading::before{
         background-position: -15px -471px;
        }
        .tps-email-cont:before,
        .tps-call-cnt:before{
            display: none;
        }
        .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{
            display: none;
        }
        .tps-contact-address-cols a.elementor-button {
            padding-inline: 30px;
        }
        .tps-contact-form-section p.elementor-heading-title{
            line-height: 24px !important;
            text-align: center;
        }
        .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;
        }
        .tps-info-para .elementor-icon-list-text{
            font-size: 14px;
            line-height: 24px;
        }
        .tps-col-revers > .e-con-inner{
            flex-direction: column-reverse !important;
        }
        .tps-info-para ul.elementor-icon-list-items{
            max-width: 600px;
            margin-inline: auto;
        }
        .tps-our-passion span.elementor-heading-title {
            font-size: 18px;
            line-height: 28px;
        }
        .mb-0 p{
            margin-bottom: 0px !important;
        }
        .tps-origins  > .e-con-inner{
            flex-direction: column !important;
        }
        .tps-origin-flex > .e-con-inner{
            flex-direction: column-reverse !important;
        }
        .tps-origin-flex > .e-con-inner img,
        .tps-origins  > .e-con-inner img{
            margin-bottom: 30px;
        }
        .tps-origins .tps-origins-col{
            grid-row-gap: 5px !important;
        }
        .tps-origins .elementor-widget-text-editor{
            max-width: 400px !important;
            margin-inline: auto;
        }
        .tps-origins .elementor-widget-text-editor p{
            margin-bottom: 0px !important;
        }

        .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-privacy-bx .tps-commom-txt-bx.elementor-widget-text-editor {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
 .tps-text-heading-title .elementor-heading-title {
   
    font-size: 20px !important;
    text-align: center;
}
.tps-matter-most-section .elementor-widget-container {
    padding: 0 !important;
}
.tps-list-image-section .elementor-widget-container {
    text-align: center !important;
}
.tps-mobile-image-order .tps-first-image{
    order: 2;
}
.tps-sub.tps-mobile-image-order .e-con-inner .tps-first-image{
    order: 2;
}
.tps-mobile-image-order {
    flex-direction: column !important;
}
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin-top: 0 !important;
}
.tps-showroom-section {
    padding-top: 25px;
}
.tps-showroom-section .tps-text-heading-title .elementor-widget-container {
    padding: 0px 0px 17px 0px !important;
}
.tps-4c-page .tps-text-heading-title .elementor-heading-title {
    text-align: left !important;
}
.tps-matter-most-section .tps-icon-text-info-section {
    flex-wrap: nowrap !important;
}
.tps-matter-most-section {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}
.tps-sidemenu-bar.tps_sticky .tps-sidemenu-content-list {
    position: unset;
    width: 100%;
    max-width: 100% !important;
}
.tps-sidemenu-bar ul.elementor-icon-list-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.tps-sidemenu-content-list li.elementor-icon-list-item {
    padding: 8px 5px !important;
    width: 50%;
    text-align: center;
    justify-content: center;
    border-bottom: 1px solid var(--e-global-color-secondary);
}
.tps-sidemenu-content-list li.elementor-icon-list-item a {
    justify-content: center;
}
.tps-sidemenu-content-list li.elementor-icon-list-item:last-child {
    border-bottom-color: transparent;
}
.tps-sidemenu-bar.tps_sticky {
    top: 0 !important;
}
h1.elementor-heading-title {
    font-size: 22px !important;

}

}

@media(max-width:680px){
    .tps-process-container .tps-process-col {
        width: 100% !important;
    }
}
@media(max-width:639px){
    .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;
    }
    .woocommerce form.checkout_coupon, 
    .woocommerce form.login, 
    .woocommerce form.register{

    }
}
@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 img {
        height: 200px !important;
    }
    body.search-results ul.products li a h2{
        padding: 15px 15px 5px 15px !important;
    }
    .tps-info-shop-by-metal .elementor-widget-image .elementor-widget-container {
        width: 90px;
        height: 90px;
    }
    .tps-info-best-selller .swiper-slide-content-cr .swiper-button-prev, .tps-shop-by-style-slider .swiper-slide-content-cr .swiper-button-prev, 
    .tps-info-best-selller .swiper-slide-content-cr .swiper-button-next, .tps-shop-by-style-slider .swiper-slide-content-cr .swiper-button-next{
        height: 30px;
        background-size: 100%;
        width: 60px;
    }
    .tps-info-best-selller .swiper-slide-content-cr .swiper-active-content, 
    .tps-shop-by-style-slider .swiper-slide-content-cr .swiper-active-content{
        margin-inline: 10px;
    }
    .tps-info-best-selller .swiper-wrapper .swiper-slide .slider-item-text, 
    .tps-shop-by-style-slider .swiper-wrapper .swiper-slide .elementor-widget-heading {
        display: none !important;
    }
    .tps-info-best-selller .swiper-slide-content-cr, .tps-shop-by-style-slider .swiper-slide-content-cr{
        justify-content: space-between;
    }
    .tps-on-banner-text-section .tps-banner-text-box .elementor-widget-text-editor .elementor-widget-container br{
        display: none;
    }
    .tps-shop-by-metal-col > .e-con-full.e-flex.e-con.e-child {
        width: 30.33% !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%;
    }
    .elementor-element.tps-faq-txt-bx .e-n-accordion-item-title-text {
    font-size: 18px;
   }
}
@media(max-width:480px){
    body.search-results ul.products li {
        width: 100% !important;
    }
    body.search-results ul.products li a img{
        height: auto !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;
    }

}
@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;
    }
}