.post-inner-content {
  background-color: #f3ffff;
}

.post-inner-content header {
  background-color: unset;
}

.post-inner-content h1 {
  text-align: center;
}

.post-inner-content .entry-content  {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 90px 0px;

}

.post-inner-content .entry-content .cart-flx {
  display: flex;
  
}

.post-inner-content .entry-content .cart-flx form {
  width: 100%;
  max-width: 899px;
}

.post-inner-content .entry-content .cart-flx form .cart-tab {
  border: 1px solid #d3d3d3;
  border-radius: 12px;
  padding: 25px 31px;
  background-color: #fff;
  margin-bottom: 35px;
}

.post-inner-content .entry-content .cart-flx form .cart-tab table {
  border: none;
}

/* .post-inner-content .entry-content .cart-flx form .cart-tab table thead {
  display: none;
} */

.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td {
  border: none;
}

.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td:first-of-type a {
    height: 115px;
    width: 115px;
    border-radius: 8px;
    border: 1px solid #d3d3d3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td > a img {
    width: 100%;
    height: 83px;
    -o-object-fit: contain;
    object-fit: contain;
}

.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-name a {
    font: 18px / 25px "Inter-Medium";
    color: #000000;
    display: block;
    padding-bottom: 11px;
}

.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-name .product-price {
    font: 16px / 24px "Inter-SemiBold";
    color: #000000;
}

.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-quantity .quantity input {
    height: 40px;
    width: 40px;
    text-align: center;
    font: 16px / 24px "Inter-Regular";
    color: #222222;
    border: none;
}

.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-quantity button {
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    font: 18px / 24px "Inter-Regular";
    color: #fff;
    cursor: pointer;
    border: none;
    transition: 0.2s ease-in-out

}

.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-quantity button:hover {
  background-color: #d86202;
}

.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-remove a {
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 23px / 31px "Inter-SemiBold";
    color: #fff !important;
    background-color: #000000;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.1s ease-in-out;
}

.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-remove a:hover {
  background-color: #d86202;
}

.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-subtotal span {
    font: 20px / 29px "Inter-SemiBold";
    color: #222222;
}

.post-inner-content .entry-content .cart-flx form .coupon-code {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.post-inner-content .entry-content .cart-flx form .coupon-code .coupon button,
.post-inner-content .entry-content .cart-flx form .coupon-code button {
    font: 16px / 26px "Inter-Regular";
    color: #000000;
    padding: 11px 36px;
    border: 1px solid #000000;
    border-radius: 34px;
    background-color: transparent;

}

.post-inner-content .entry-content .cart-flx form .coupon-code button {
  opacity: unset;
}

.post-inner-content .entry-content .cart-flx form .coupon-code .coupon button:hover,
.post-inner-content .entry-content .cart-flx form .coupon-code button:hover {
  background-color: #d86202;
  color: #fff;
  border-color: transparent;
}

.post-inner-content .entry-content .cart-flx form .coupon-code .coupon input[type="text"] {
    background-color: #00696c;
    border-radius: 25px;
    padding: 12px 25px;
    color: #fff;
    font: 16px / 26px "Inter-Regular";
    max-width: 250px;
    width: 100%;
}

.post-inner-content .entry-content .cart-flx form .coupon-code .coupon input[type="text"]::placeholder {
    color: #fff;
    font: 16px / 26px "Inter-Regular";
}

/* .post-inner-content .entry-content .cart-flx form .coupon-code .coupon button.button {
  color: rgb(255,0,0);
} */
.post-inner-content .entry-content .cart-flx .cart-collaterals {
    width: 100%;
    max-width: 433px;
    margin-left: 27px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 12px;
}

.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals {
  float: unset;
  width: 100%;
}

.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals h2 {
    text-align: center;
    font: 30px / 43px Inter-SemiBold;
    color: #222222;
    display: block;
    padding: 25px 31px 0px 31px;
}

.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table {
    width: 100%;
    background-color: #fbefe5;
    border: none;
    border-radius: 0;

}

.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr th,
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr td {
    font: 16px / 24px "Inter-Regular";
    color: #222222;
    width: 50%;
    border: none;
}

.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr:last-of-type th,
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr:last-of-type td {
    font: 23px / 31px "Inter-SemiBold";
    color: #222222;
    padding-bottom: 30px;
}

.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr th {
  padding-left: 31px;
  vertical-align: text-top;
}

.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr td {
  padding-right: 31px;
}

.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr:first-of-type th,
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr:first-of-type td {
  padding-top: 30px;
}


.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr td {
  text-align: end;
}

.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td ul li {
    padding-left: 0;
    background: unset;
    color: #00696c;
}

.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form a {
    background-color: #00696c;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 7px 0px 15px 0px;
    text-align: center;
}

.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  text-align: center;
  margin-bottom: 20px;
}

.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  background-color: #d86202;
  color: #fff;
  border-radius: 25px;
  margin: 0 auto;
  padding: 12px 111px;
}

.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form {
  margin-top: 15px;
}

.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form section p label {
    font: 16px / 24px "Inter-Regular";
    color: #222222;
    border: none;
    margin-bottom: 5px;
    text-align: start;
}

.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form section p span.select2 {
  /* background-color: #d3d3d3; */
  border: none;
  outline: none;
  border-radius: 10px;
}

.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form section p span.select2-selection__rendered {
  width: 250px;
  text-align: start;
}

.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form section p button[type="submit"] {
    background-color: #00696c;
    color: #fff;
}

.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form section p button[type="submit"]:hover {
    background-color: #d86202;
}

/*17-05-2025 */

/* log in page */
.post-inner-content .entry-content .woocommerce:has(.login) {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

.post-inner-content .entry-content .woocommerce h2 {
    color: #00696c;
    text-align: center;
}

.post-inner-content .entry-content .woocommerce .login p label {
    font: 16px / 24px "Inter-Regular";
    color: #222222;
    margin-bottom: 5px;
}

.post-inner-content .entry-content .woocommerce .login {
    padding: 40px;
}

.post-inner-content .entry-content .woocommerce .login .form-row span input,
.post-inner-content .entry-content .woocommerce .login .form-row input {
    border: 1px solid #999999;
    padding: 10px 25px;
    width: 100%;
    background-color: #eeeff1;
    border: none;
    outline: none;
    /* border-radius: 25px; */
}

.post-inner-content .entry-content .woocommerce .login .form-row:has(input[type="checkbox"]) {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}

.post-inner-content .entry-content .woocommerce .login .form-row:has(input[type="checkbox"]) label {
    margin-left: auto;
}

.post-inner-content .entry-content .woocommerce .login .form-row button[type="submit"] {
    background-color: #00696c;
    color: #fff;
    transition: 0.3s ease-in;
}

.post-inner-content .entry-content .woocommerce .login .form-row:not(:last-of-type) {
    margin-bottom: 20px;

}


.post-inner-content .entry-content .woocommerce .login .form-row label button[type="submit"]:hover {
    background-color: #d86202;
}

.post-inner-content .entry-content .woocommerce .login .form-row label input[type="checkbox"] {
    top: 7px;
    border: 1px solid #999999;
    padding: 10px;
    width: unset;
    
}

.post-inner-content .entry-content .woocommerce .login .form-row label input[type="checkbox"]::before {
    content: "";
    position: absolute;
    display: block;
    left: 6px;
    width: 8px;
    height: 15px;
    border: solid;
    visibility: hidden;
    border-width: 0px 3px 3px 0;
    border-color: #fff;
    top: 2px;
    border-radius: 3px;
    transform: rotate(35deg);
}

.post-inner-content .entry-content .woocommerce .login .form-row label input[type="checkbox"]:checked {
    background-color: #00696c;
}

.post-inner-content .entry-content .woocommerce .login .form-row label input[type="checkbox"]:checked::before {
    visibility: visible;
}

.post-inner-content .entry-content .woocommerce .login .lost_password a {
    color: #d86202;
    font: 15px / 23px "Inter-Regular";
}
/* log in end */

/* dashboard start */

.post-inner-content .entry-content .woocommerce:has(.woocommerce-MyAccount-navigation) {
    max-width: 1350px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 80px;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
    margin-right: 20px;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #d86202;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
    font: 16px / 24px "Inter-Regular";
    color: #fff;
    margin-bottom: 30px;
    background-color: #00696c;
    border-radius: 5px;
    padding: 12px 21px;
    transition: 0.3s ease-in;
    margin-bottom: 0;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #d86202;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content p {
    font: 18px / 26px "Inter-Bold";
    color: #000;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content p a {
    color: #d86202;
    font: 18px / 26px "Inter-Bold";
}
/* dashboard end */

/* order start */
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content table {
    border-top: 3px solid #d86202;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content table thead tr th,
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content table tbody tr td,
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content table tbody tr th  {
    padding: 15px 20px;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content table thead tr th,
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content table tbody tr th {
    font: 16px / 24px "Inter-Medium";
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content table tbody tr td {
    font: 15px / 23px "Inter-Regular";
    color: #666666;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content table tbody tr th {
    color: #000;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content table tbody tr td a.view {
    background-color: #d86202;
    color: #fff;
    padding: 5px 20px;
    font: 16px / 24px "Inter-Medium";
    transition: 0.3s ease-in;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content table tbody tr td a.view:hover {
    background-color: #00696c;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
    margin-top: 50px;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column address {
    font: 16px / 24px "Inter-Regular";
    color: #666666;
    border: none;
    /* background-color:  #f6f5f8; */
    border-radius: 7px;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column {
    background-color:  #f6f5f8;
    border-radius: 7px;
    height: 280px;
    padding: 30px 20px;
    
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column address p:first-of-type {
    margin-top: 10px;
}
 /* orders end */

/* downloads start */
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
    border-top: 3px solid #d86202;
    font: 16px / 24px "Inter-Regular";
    color: #666666;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-info a.wc-forward {
    font: 15px / 23px "Inter-Bold";
    color: #fff;
    background-color: #d86202;
    transition: 0.3s ease-in;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-info a.wc-forward:hover {
    background-color: #00696c;
}
/* downloads end */

/* address start */
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content > p {
    /* text-align: center; */
    font: 18px / 26px "Inter-Bold";
    color: #666666;
    margin-bottom: 10px;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
    margin-top: 50px;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .title h2 {
    text-align: start;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .title a {
    font: 16px / 24px "Inter-Regular";
    color: #d86202;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address {
    font: 16px / 24px "Inter-Regular";
    color: #666666;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1,
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .u-column2 {
    background-color: #f6f5f8;
    border-radius:10px;
    padding: 30px 20px;
}
/* address end */
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account {
    background-color: #f2f2f2;
    padding: 30px;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p label {
    font: 16px / 24px "Inter-Medium";
    color: #000000;
    margin-bottom: 10px;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p input {
    border: none;
    outline: none;
    border-radius: 7px;
    height: 50px;
    padding: 0px 10px;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p span em {
    color: rgb(255,0,0);
    margin-top: 10px;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p {
    margin-bottom: 20px;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p button[type="submit"] {
    background-color: #00696c;
    color: #fff;
    transition: 0.3s ease-in;
    font: 18px / 26px "Inter-Bold";
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p button[type="submit"]:hover {
    background-color: #d86202;
}

 /* account-detail */

/* accoutn-detail end */

/* log in page end */

/*17-05-2025 */

/* 16-05-2025 */
/* contact us start */
.contact-pg .cont-blk {
    background-color: #f3ffff;
    padding: 100px 0px;
}

.contact-pg .cont-blk .cont-blk-flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft {
    width: 33%;
    padding-right: 80px;
}

.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft h1 {
  margin-bottom: 7px;
}

.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft p {
    font: 16px/24px "Inter-Regular";
    color: #666666;
    margin-bottom: 30px;
}

.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft .our-cont .addr-blk {
    display: flex;
    align-items: center;
}

.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft .our-cont .addr-blk:not(:last-of-type) {
    margin-bottom: 25px;
}

.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft .our-cont .addr-blk .addr-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    max-width: 60px;
    width: 100%;
    border-radius: 50%;
    background-color: #00696c;

}

.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft .our-cont .addr-blk .addr-img img {
    height: 25px;
    width: 25px;
    object-fit: contain;
}

.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft .our-cont .addr-blk .addr-txt {
    margin-left: 15px;
    padding-right: 40px;
}

.contact-pg .cont-blk .cont-blk-flx .cont-flx-rgt {
    width: 67%;
}

.contact-pg .cont-blk .cont-blk-flx .cont-flx-rgt img {
    width: 100%;
    height: 520px;
    border-radius: 20px;
    object-fit: cover;
}

.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft .our-cont .addr-blk .addr-txt b {
    font: 18px/26px "Inter-Bold";
    color: #000000;
}

.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft .our-cont .addr-blk .addr-txt p {
    margin-bottom: 0;
}

.contact-pg .cont-frm-blk .frm-flx {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.contact-pg .cont-frm-blk {
    background-color: #f3ffff;
    padding-bottom: 100px;
    position: relative;
}

.contact-pg .cont-frm-blk::after {
    content: "";
    position: absolute;
    background: url(../images/cont-form-side.png) no-repeat;
    top: -90px;
    right: 0;
    height: 157px;
    width: 87px;
    background-size: contain;
}

.contact-pg .cont-frm-blk .frm-flx {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 10;
}

.contact-pg .cont-frm-blk .frm-flx .frm-rgt {
    width: 50%;
}

.contact-pg .cont-frm-blk .frm-flx .frm-rgt img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.contact-pg .cont-frm-blk .frm-flx .frm-lft {
    width: 50%;
    padding: 43px 50px;
}

.contact-pg .cont-frm-blk .frm-flx .frm-lft strong {
    font: 35px/43px "Inter-SemiBold";
    color: #000000;
    margin-bottom: 15px;
}

.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .int-fld {
    width: 100%;
}

.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .int-fld b {
    font: 16px/24px "Inter-Medium";
    color: #000000;
    display: block;
    margin-bottom: 10px;
}

.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .int-fld input {
    width: 100%;
    background-color: #eeeff1;
    border-radius: 25px;
    padding: 16px 25px;

}

.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .int-fld input::placeholder {
    font: 13px/21px "Inter-Regular";
    color: #999999;
}

.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .int-fld {
    margin-bottom: 10px;
}

.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .dbl-int {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 18px;
}

.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .dbl-int .int-fld {
    width: 49%;
    margin-bottom: 0;
}

.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .int-fld textarea {
    height: 120px;
    width: 100%;
    border-radius: 25px;
    background-color: #eeeff1;
    padding: 25px;
}

.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .int-fld textarea::placeholder {
    font: 13px/21px "Inter-Regular";
    color: #999999;
}

.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .int-fld textarea::-webkit-scrollbar {
    background-color: #eeeff1;
    height: 7px;
    width: 3px;
}

.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .int-fld textarea::-webkit-scrollbar-thumb {
    background-color: #d86202;
    width: 3px;
}

.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .chk-box {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}

.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .chk-box p {
    font: 15px/23px "Inter-Regular";
    color: #666666;
}

.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .chk-box p a {
    color: #00696c;
}
.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .chk-box input[type="checkbox"] {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #d9d9d9;
    position: relative;
}

.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .chk-box input[type="checkbox"]::before {
    content: "";
    position: absolute;
    left: 7px;
    bottom: 0px;
    top: 2px;
    width: 7px;
    height: 14px;
    border: solid #fff;
    border-width: 0px 3px 3px 0;
    transform: rotate(45deg);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
}

.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .chk-box input[type="checkbox"]:checked {
    background-color: #227d80;
}

.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .chk-box input[type="checkbox"]:checked::before {
    visibility: visible;
    opacity: 1;
}

.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk input.sub {
    background-color: #000000;
    color: #fff;
    font: 15px/23px "Inter-Medium";
    border-radius: 25px;
    padding: 14px 38px;
}

.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk input.sub:hover {
  background-color: #00696c;
}

.contact-pg .cont-btm-blk {
  padding: 100px 0px;
  background: url(../images/prod-btm-bg.png) no-repeat center center/cover fixed;
  position: relative;
}

.contact-pg .cont-btm-blk::before {
    content: "";
    position: absolute;
    background: url(../images/prod-btm-side.png) no-repeat;
    top: -90px;
    left: 0;
    height: 222px;
    width: 251px;
    background-size: contain;
}

.contact-pg .cont-btm-blk .cont-btm-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-lft {
    width: 51.4%;
    padding-right: 60px;
}

.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-lft h2 {
  margin-bottom: 15px;
}

.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-lft p {
    font: 17px/25px "Inter-Regular";;
    color: #666666;
    margin-bottom: 20px;
}

.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-lft ul li {
    font: 17px/25px "Inter-Regular";;
    color: #666666;
    background: url(images/cart-li.png) no-repeat left 0px top 5px;
    padding-left: 18px;
}


.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-lft ul li:not(:last-of-type) {
    margin-bottom: 15px;
}

.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-rgt {
    width: 49.6%;
}

.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-rgt img {
    width: 100%;
    height: 519px;
    object-fit: cover;
    border-radius: 25px;
    box-shadow: 0px 35px 30px rgba(0, 0, 0, 0.2);
}

/* contact us end */

/* our company page */
.our-com .more-alpha {
  background-color: #f3ffff;
  padding: 100px 0px 145px;
}

.our-com .more-alpha .more-flx {
  display: flex;
  align-items: center;
}

.our-com .more-alpha .more-flx .more-lft {
  width: 52%;
  text-align: end;
  position: relative;
  z-index: 10;
}

.our-com .more-alpha .more-flx .more-lft::before {
  content: "";
  position: absolute;
  background: url(../images/our-top-side.png) no-repeat;
  height: 303px;
  width: 269px;
  background-size: contain;
  bottom: 65px;
  left: 0;

}

.our-com .more-alpha .more-flx .more-lft > img {
  height: 500px;
  max-width: 555px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  z-index: 10;
}

.our-com .more-alpha .more-flx .more-lft .mini-img {
  position: absolute;
  bottom: -45px;
  left: 0;
  background-color: #f3ffff;
  border-top-right-radius: 35px;
  z-index: 15;
}

.our-com .more-alpha .more-flx .more-lft .mini-img img {
  height: 232px;
  max-width: 245px;
  object-fit: cover;
  border-radius: 40px;
  padding: 10px 10px 0px 0px;
}

.our-com .more-alpha .more-flx .more-rgt {
  width: 48%;
  padding-left: 90px;
}

.our-com .more-alpha .more-flx .more-rgt h1,
.our-com .aliq-blk .aliq-flx .aliq-lft h2 {
  margin-bottom: 10px
}

.our-com .more-alpha .more-flx .more-rgt p {
  color: #666666;
}

.our-com .more-alpha .more-flx .more-rgt .abt-alpha {
  display: flex;
  align-items: center;
  margin: 23px 0px;
}

.our-com .more-alpha .more-flx .more-rgt .abt-alpha .steps {
  width: 100%;
  text-align: center;
}

.our-com .more-alpha .more-flx .more-rgt .abt-alpha .steps .step-img {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-com .more-alpha .more-flx .more-rgt .abt-alpha .steps .step-img img {
  height: auto;
  width: auto;
  object-fit: contain;
}

.our-com .more-alpha .more-flx .more-rgt .abt-alpha .steps .step-txt b {
  font: 18px/26px "Inter-Bold";
}

.our-com .more-alpha .more-flx .more-rgt .abt-alpha .steps:not(:last-of-type) {
  border-right: 1px solid #dae5e5;
}

.our-com .more-alpha .more-flx .more-rgt .browse {
  color: #000000;
  font: 15px/23px "Inter-Medium";
  border: 1px solid #000;
  border-radius: 25px;
  padding: 12.5px 30px;
  margin-top: 22px;
  transition: 0.3s ease-in;
}

.our-com .more-alpha .more-flx .more-rgt .browse:hover {
  background-color: #000;
  color: #fff;
}

.our-com .aliq-blk {
  background-color: #e8ffff;
  padding: 100px 0px 200px;
  position: relative;
}

.our-com .aliq-blk::after {
    content: "";
    position: absolute;
    background: url(../images/cont-form-side.png) no-repeat;
    bottom: -70px;
    right: 0;
    height: 232px;
    width: 130px;
    background-size: contain;
}

.our-com .aliq-blk .aliq-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.our-com .aliq-blk .aliq-flx .aliq-lft {
    width: 52%;
    padding-right: 40px;
}

.our-com .aliq-blk .aliq-flx .aliq-lft p {
  color: #666666;
  margin-bottom: 25px;
}

.our-com .aliq-blk .aliq-flx .aliq-lft ul li {
  font: 17px / 25px "Inter-Regular";
  color: #666666;
  background: url(images/cart-li.png) no-repeat left 0px top 5px;
  padding-left: 18px;
}

.our-com .aliq-blk .aliq-flx .aliq-lft ul li:not(:last-of-type) {
  margin-bottom: 5px;
}

.our-com .aliq-blk .aliq-flx .aliq-rgt {
  width: 48%;
  position: relative;
  text-align: end;
}

.our-com .aliq-blk .aliq-flx .aliq-rgt img {
  height: 365px;
  max-width: 460px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.our-com .aliq-blk .aliq-flx .aliq-rgt .aliq-mini {
  position: absolute;
  bottom: -100px;
  left: 55px;
}

.our-com .aliq-blk .aliq-flx .aliq-rgt .aliq-mini img {
  height: 265px;
  max-width: 315px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.our-com .vest-blk {
  background-color: #f3ffff;
  padding: 100px 0px;
}


.our-com .vest-blk .vest-flx {
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-com .vest-blk .vest-flx .vest-lft {
  width: 50%;
}

.our-com .vest-blk .vest-flx .vest-lft img {
  height: 485px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.our-com .vest-blk .vest-flx .vest-rgt {
  width: 50%;
  padding-left: 85px;
}

.our-com .vest-blk .vest-flx .vest-rgt p {
  color: #666666
}

.our-com .vest-blk .vest-flx .vest-rgt p:not(:last-of-type) {
  margin-bottom: 33px;
}

.our-com .vest-blk .vest-flx .vest-rgt p:last-of-type {
  margin-bottom: 25px;
}

.our-com .vest-blk .vest-flx .vest-rgt strong {
  font: 23px/31px "Inter-SemiBold";
  color: #000000;
}

.our-com .usp_blk {
  padding: 0px;
}
/* our company end */


/* header */
/* header .menu_hd .men_rgt {
    width: 28%;
} */
header .menu_hd .men_rgt ul {
    justify-content: center;
}
header .menu_hd .men_rgt ul li a img {
    margin-right: 7px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p span em {
    font-family: "Inter-Regular";
}
/* 16-05-2025 */

/* 19-05-2025 */
.post-inner-content .entry-content .woocommerce  h2.woocommerce-order-details__title {
    margin-top: 30px;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: unset;
}
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr:last-of-type th,
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr:last-of-type td {
    font: 25px/33px "Inter-Bold";
}
.select2-container .select2-selection--single .select2-selection__arrow b {
    top: 45%;
}
.product-overview ul.products li span.price span.woocommerce-Price-amount {
    font: 20px/28px "Inter-Bold";
}
.over_wid_two .list_of_prod .woocommerce-ordering select {
    max-width: 178px;
    width: 100%;
}
/* span.xoo-wsch-text {
    font: 25px/33 "Inter-Bold";
    color: #000;
}  */
.xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-img-col > a {
    border: 1px solid #666666;
    border-radius: 5px;
}

.xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-img-col > a img {
    padding: 10px;

}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
    background-color: #00696c;
    color: #fff;
    font: 17px / 25px "Inter-Regular";
    border-radius: 7px;
    outline: none;
    border: 1px solid transparent !important;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn:hover {
    background-color: #d86202;
    border-color: transparent;
}

.xoo-wsc-cart-active .xoo-wsc-container {
    max-width: 450px;
} 

span.xoo-wsch-close {
    font-size: 35px;
    line-height: 43px;
}

.xoo-wsc-products:not(.xoo-wsc-pattern-card) a {
    font: 17px/25px "Inter-Bold";
    color: #000;
}

.xoo-wsc-product dl.variation dt {
    font: 15px/22px "Inter-Bold";
    color: #666666;

}

.xoo-wsc-product dl.variation p {
    font: 15px/23px "Inter-Regular";
}

.xoo-wsc-qty-price {
    font: 16px/22px "Inter-Regular";
    color: #666666;
}

span.xoo-wsc-smr-del {
    font-size: 25px;
    line-height: 33px;
}

.xoo-wsc-ft-amt {
    font: 18px/26px "Inter-Bold";
    color: #000;
}

span.xoo-wsc-footer-txt {
    font: 15px/23px "Inter-Regular";
    color: #666666;
}
/* 19-05-2025 */

/* 03-06-25 */
.our-com .more-alpha .more-flx {
    align-items: flex-start;
}
.our-com .aliq-blk .aliq-flx .aliq-lft div{
font: 17px / 27px Inter-Regular;
    color: #666666;
    padding-bottom: 13px;
}
.our-com .aliq-blk .aliq-flx .aliq-lft div strong{
font: 18px / 27px Inter-Medium;
    color: #000000;
}
.our-com .vest-blk .vest-flx {
    align-items: flex-start;
}

.our-com .vest-blk .vest-flx .vest-rgt strong{
font: 18px / 27px Inter-Medium;
    color: #000000;
}

.our-com .vest-blk .vest-flx .vest-rgt ul li{
background: url(images/privcay-li-bg.svg) no-repeat top 4px left;
    padding-left: 33px;
    display: block;
}

/* 03-06-25 */

/* 04-07-25 */
.woocommerce-MyAccount-navigation ul li{
    background: unset !important;
    padding-left: 0px !important;
    display: unset !important;
}
.woocommerce-MyAccount-content p strong{
    display: inline-block !important;
    padding: 0px !important;
}
.woocommerce-MyAccount-content p{
padding-bottom: 8px !important;
margin-bottom: 0px !important;
}
/* 04-07-25 */

/* 22-07-25 */
.cart-flx .cart_totals table tr th {
    width: 30% !important;
}
.cart-flx .cart_totals table tr td {
    width: 70% !important;
}
.cart-flx .cart_totals table tr td ul li{
padding-bottom: 6px !important;
margin-bottom: 0px !important;
cursor: pointer;
}
.cart-flx .cart_totals table tr td ul li input[type="radio"]{
margin-top: 5px !important;
}
.cart-flx .cart_totals table tr td p strong{
display: inline-block;
}
.cart-flx .cart_totals table tr td p{
padding-bottom: 0px !important;
}
.cart-flx .cart_totals table tr td form.woocommerce-shipping-calculator{
margin-top: 0px !important;
}
.cart-flx .cart_totals table tr td form.woocommerce-shipping-calculator a{
margin-bottom: 4px !important;
}
/* 22-07-25 */

/* responsive start */

@media screen and (max-width: 1400px) {
/* contact us page */
.contact-pg .cont-blk .cont-blk-flx .cont-flx-rgt {
    width: 63%;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft {
    width: 37%;
}
.contact-pg .cont-frm-blk::after {
    top: -70px;
}
.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-rgt img {
    height: 470px;
}
.contact-pg .cont-btm-blk::before {
    height: 145px;
    width: 190px;
    top: -50px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-rgt img {
    height: 500px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft .our-cont .addr-blk .addr-txt {
    padding-right: 65px;
}
/* contact us end */

/* our company */
.our-com .more-alpha .more-flx .more-rgt {
    padding-left: 60px;
}
.our-com .more-alpha .more-flx .more-lft > img {
    height: 475px;
    max-width: 520px;
}
.our-com .more-alpha .more-flx .more-lft .mini-img img {
    height: 220px;
    max-width: 225px;
}
.our-com .more-alpha .more-flx .more-lft .mini-img {
    bottom: -35px;
}
.our-com .more-alpha .more-flx .more-lft::before {
    left: 15px;
}
.our-com .more-alpha {
    padding: 90px 0px 125px;
}
.our-com .aliq-blk {
    padding: 90px 0px 190px;
}
.our-com .aliq-blk .aliq-flx .aliq-lft {
    width: 56%;
    padding-right: 30px;
}
.our-com .aliq-blk .aliq-flx .aliq-rgt {
  width: 46%;
}
.our-com .aliq-blk .aliq-flx .aliq-rgt img {
    height: 355px;
    max-width: 450px;
}
.our-com .aliq-blk .aliq-flx .aliq-rgt .aliq-mini img {
    height: 255px;
    max-width: 305px;
}
.our-com .aliq-blk .aliq-flx .aliq-rgt .aliq-mini {
    left: -15px;
}
.our-com .vest-blk .vest-flx .vest-lft img {
    height: 460px;
}
.our-com .vest-blk .vest-flx .vest-rgt p:not(:last-of-type) {
    margin-bottom: 25px;
}
.our-com .vest-blk .vest-flx .vest-rgt p:last-of-type {
    margin-bottom: 20px;
}
.our-com .vest-blk .vest-flx .vest-lft {
  width: 48%;
}
.our-com .vest-blk .vest-flx .vest-rgt {
    width: 52%;
}
/* our company end */  

/* 17-05-2025 */

/* log-in */
.post-inner-content .entry-content {
    padding: 0 0 70px 0px;
}
.post-inner-content .entry-content .woocommerce:has(.login) {
    max-width: 630px;
    padding: 0px 10px;
}
.post-inner-content .entry-content .woocommerce:has(.woocommerce-MyAccount-navigation) {
    padding: 0px 10px;
}
 
/* header */
/* header .menu_hd .men_rgt {
    width: 30%;
} */
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content p {
    font-size: 16px;
    line-height: 24px;
}

/* cart page */
.post-inner-content .entry-content {
    padding: 0px 10px;
}
/* 17-05-2025 */

/* 19-05-2025 */
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr:last-of-type th, .post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr:last-of-type td {
    font-size: 24px;
    line-height: 32px;
}
/* 19-05-2025 */
}

@media screen and (max-width: 1300px) {
/* contact us */
  .contact-pg .cont-blk {
  background-color: #f3ffff;
  padding: 80px 0px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft {
    width: 40%;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-rgt {
    width: 60%;
}
.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .int-fld textarea {
    height: 100px;
}
.contact-pg .cont-frm-blk::after {
    top: -55px;
}
.contact-pg .cont-btm-blk::before {
    height: 140px;
    width: 175px;
    top: -40px;
}
.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-lft {
  width: 50%;
}
.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-rgt {
  width: 50%;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft h1,
.contact-pg .cont-frm-blk .frm-flx .frm-lft strong, 
.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-lft h2 {
  font-size: 37px;
  line-height: 50px;
}
.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-rgt img {
    height: 450px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft p {
    margin-bottom: 20px;
}
.contact-pg .cont-frm-blk,
.contact-pg .cont-btm-blk {
    padding-bottom: 90px;
}
/* contact us end */

/* our-company */
.our-com .more-alpha .more-flx .more-lft .mini-img {
    bottom: -10px;
}
.our-com .more-alpha .more-flx .more-lft::before {
    left: -5px;
    bottom: 90px;
}
.our-com .more-alpha .more-flx .more-rgt p,
.our-com .aliq-blk .aliq-flx .aliq-lft p,
.our-com .aliq-blk .aliq-flx .aliq-lft ul li,
    .our-com .vest-blk .vest-flx .vest-rgt p {
  font-size: 16px;
  line-height: 24px;
}
.our-com .aliq-blk::after {
    height: 225px;
    width: 125px;
}
.our-com .vest-blk .vest-flx .vest-rgt {
    padding-left: 75px;
}
.our-com .vest-blk .vest-flx .vest-lft img {
    height: 430px;
}
.our-com .more-alpha .more-flx .more-lft > img {
    height: 435px;
}
.our-com .more-alpha {
    padding: 90px 0px 100px;
}
/* our-company end */

/* 17-05-2025 */

/* header */
/* .customize-support header .menu_hd .men_rgt {
    width: 30% !important;
} */
/* .customize-support header .menu_hd .men_lft {
    width: 70% !important;
} */
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p {
    margin-bottom: 15px;
}

/* cart page */
.post-inner-content .entry-content .cart-flx form .coupon-code .coupon input[type="text"],
.post-inner-content .entry-content .cart-flx form .coupon-code .coupon button, .post-inner-content .entry-content .cart-flx form .coupon-code button {
    padding: 10px 20px;
}
.post-inner-content .entry-content .cart-flx form .coupon-code .coupon button, .post-inner-content .entry-content .cart-flx form .coupon-code button {
    font-size: 15px;
    line-height: 25px;
}
.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-name a {
    font-size: 17px;
    line-height: 24px;
}
.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-quantity button {
    height: 35px;
    width: 35px;
    min-width: 35px;
}
.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-quantity .quantity input {
    height: 35px;
    width: 35px;
}
.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-subtotal span {
    font-size: 18px;
    line-height: 26px;
}
.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-remove a {
    height: 38px;
    width: 38px;
}
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr:last-of-type th, .post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr:last-of-type td {
    font-size: 21px;
    line-height: 30px;
}
/* cart end */

/* prod overview  */
.overview-page .clearfix .prod-left  {
    width: 25%;
}
.overview-page .clearfix .prod-right .list_of_prod .woocommerce ul li {
    padding-left: 0;
    background: unset;
    width: 31% !important;
}
.product-overview ul.products li a.add_to_cart_button {
    background: #d86202 url(images/cart-icn.png) no-repeat center left 35px;
}
.product-overview ul.products li a.woocommerce-LoopProduct-link img {
    padding: 19px 0px;
    height: 234px;
}
/* prod end */
/* 17-05-2025 */

/* 19-08-2025 */
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    padding: 12px 80px;
}
.xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-img-col {
    width: 23%;
}
/* 19-05-2025 */
}

@media screen and (max-width: 1200px) {
/* contact us page */
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft {
    padding-right: 60px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft .our-cont .addr-blk .addr-img {
    height: 55px;
    max-width: 55px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft .our-cont .addr-blk .addr-img img {
    height: 23px;
    width: 23px;
    object-fit: contain;
}
.contact-pg .cont-frm-blk .frm-flx .frm-lft {
    padding: 35px 40px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-rgt img {
    height: 430px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft h1,
.contact-pg .cont-frm-blk .frm-flx .frm-lft strong,
.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-lft h2 {
    font-size: 33px;
    line-height: 45px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft p {
    font-size: 15px;
    line-height: 23px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft .our-cont .addr-blk .addr-txt b {
    font-size: 17px;
    line-height: 25px;
}
.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .int-fld input,
.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .int-fld textarea {
    padding: 14px 23px;
}
.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk input.sub {
    padding: 12px 35px;
}
.contact-pg .cont-frm-blk, 
.contact-pg .cont-btm-blk,
.contact-pg .cont-blk {
    padding-bottom: 70px;
}

.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .int-fld b {
    font-size: 15px;
    line-height: 23px;
}
.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-lft p,
.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-lft ul li {
  font-size: 16px;
  line-height: 24px;
}
.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-rgt img {
    height: 430px;
}
.contact-pg .cont-btm-blk::before {
    height: 130px;
    width: 165px;
    top: -40px;
}
.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-lft ul li:not(:last-of-type) {
    margin-bottom: 10px;
}
.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .dbl-int {
    margin-bottom: 10px;
}
.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .chk-box {
    margin-bottom: 18px;
}
/* contact us end */

/* our company */
.our-com .more-alpha .more-flx .more-lft > img {
    height: 415px;
    max-width: 450px;
}
.our-com .more-alpha .more-flx .more-lft .mini-img img {
    height: 210px;
    max-width: 210px;
}
.our-com .more-alpha .more-flx .more-lft::before {
    left: 20px;
    bottom: 105px;
    height: 240px;
    width: 214px;
}
.our-com .more-alpha .more-flx .more-rgt h1, 
.our-com .aliq-blk .aliq-flx .aliq-lft h2,
.our-com .vest-blk .vest-flx .vest-rgt h3 {
  font-size: 37px;
  line-height: 48px;
}
.our-com .more-alpha .more-flx .more-rgt .abt-alpha .steps .step-img img {
  height: 50px;
  width: 50px;
  object-fit: contain;
}
.our-com .aliq-blk .aliq-flx .aliq-rgt .aliq-mini img {
    height: 215px;
    max-width: 255px;
}
.our-com .aliq-blk .aliq-flx .aliq-rgt .aliq-mini {
    left: -15px;
    bottom: -85px;
}
.our-com .aliq-blk::after {
    height: 210px;
    width: 115px;
}
.our-com .vest-blk .vest-flx .vest-rgt {
    padding-left: 45px;
}
.our-com .aliq-blk {
    padding: 80px 0px 160px;
}
.our-com .vest-blk {
    padding: 80px 0px;
}
.our-com .more-alpha .more-flx .more-rgt .abt-alpha .steps .step-txt b {
    font-size: 17px;
    line-height: 25px;
}
/* our company end */  

/* 17-05-2025 */

/* dashboard */
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul {
    padding-bottom: 70px;
}

/* header */
.customize-support header .menu_hd .men_lft ul li:not(:last-child) {
    margin-right: 30px;
}
.customize-support header .menu_hd .men_rgt ul li a {
    padding: 0 12px;
}
.post-inner-content .entry-content {
    padding: 0 10px 60px 10px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content > p,
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content p a {
    font-size: 17px;
    line-height: 25px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1, .post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .u-column2 {
    padding: 20px 20px;
}

/* cart */
.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td > a img {
    height: 75px;

}
.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td:first-of-type a {
    height: 100px;
    width: 100px;
}
.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-quantity button {
    height: 30px;
    width: 30px;
    min-width: 30px;
}
.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-remove a {
    height: 35px;
    width: 35px;
    font-size: 21px;
    line-height: 28px;;
}
.post-inner-content .entry-content .cart-flx .cart-collaterals {
    max-width: 385px;
}
.post-inner-content .entry-content .cart-flx form .coupon-code .coupon input[type="text"] {
    max-width: 200px;
}
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals h2 {
    font-size: 27px;
    line-height: 38px;
}

/* cart - end */

/* prod over page */
.product-overview .clearfix .prod-left .wpfMainWrapper {
    padding: 20px 15px;
}
.prod-ovr-btm .manu-flx .manu-rgt img {
    height: 400px;
}
.overview-page ul.products li a.woocommerce-LoopProduct-link img {
    background-color: #caf0f0;
    padding: 30px 0px;
    position: relative;
    width: 100%;
    height: 175px;
    object-fit: contain;
    border-radius: 6px;
    margin-bottom: 0px;
}
/* prod ovr end */
/* 17-05-2025 */

/* 19-05-2025 */
/* .customize-support header .menu_hd .men_rgt ul li:first-of-type a {
    padding-left: 0;
}
    .customize-support header .menu_hd .men_rgt ul li:last-of-type a {
        padding-right: 0;
    } */

/* 19-05-2025 */

.overview-page ul.products li a.woocommerce-LoopProduct-link img {
    padding: 13px 0px;
    height: 210px;
}

}

@media screen and (max-width: 1100px) {
/* contact us page */
.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .int-fld textarea {
    height: 90px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft .our-cont .addr-blk .addr-img {
    height: 50px;
    max-width: 50px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft .our-cont .addr-blk .addr-img img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft {
    padding-right: 55px;
}
.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-lft {
    padding-right: 34px;
}
.contact-pg .cont-btm-blk::before {
    height: 115px;
    width: 150px;
    top: -30px;
}
.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk input.sub {
    padding: 10px 35px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-rgt img,
.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-rgt img {
    height: 400px;
}
/* contact us end */

/* our company page */
.our-com .more-alpha .more-flx .more-lft > img {
    height: 380px;
    max-width: 410px;
}
.our-com .more-alpha .more-flx .more-lft .mini-img img {
    height: 190px;
    max-width: 190px;
}
.our-com .more-alpha .more-flx .more-lft .mini-img {
    bottom: 5px;
    left: 25px;
}
.our-com .more-alpha .more-flx .more-lft::before {
    left: 30px;
    bottom: 104px;
    height: 225px;
    width: 190px;
}
.our-com .more-alpha .more-flx .more-rgt h1, .our-com .aliq-blk .aliq-flx .aliq-lft h2, .our-com .vest-blk .vest-flx .vest-rgt h3 {
    font-size: 35px;
    line-height: 46px;
}
.our-com .more-alpha .more-flx .more-rgt {
    padding-left: 37px;
}
.our-com .more-alpha .more-flx .more-rgt p, .our-com .aliq-blk .aliq-flx .aliq-lft p, .our-com .aliq-blk .aliq-flx .aliq-lft ul li, .our-com .vest-blk .vest-flx .vest-rgt p {
    font-size: 15px;
    line-height: 23px;
}
.our-com .more-alpha .more-flx .more-rgt .abt-alpha .steps .step-img {
    height: 80px;
}
.our-com .aliq-blk .aliq-flx .aliq-rgt img {
    height: 330px;
    max-width: 405px;
}
.our-com .aliq-blk .aliq-flx .aliq-rgt .aliq-mini img {
    height: 190px;
    max-width: 230px;
}
.our-com .aliq-blk .aliq-flx .aliq-rgt .aliq-mini {
    left: -25px;
    bottom: -60px;
}
.our-com .aliq-blk::after {
    height: 190px;
    width: 100px;
}

.our-com .more-alpha .more-flx .more-rgt .browse {
    padding: 10.5px 30px;
}
.our-com .more-alpha {
    padding: 80px 0px 80px;
}
/* our company end */

/* 17-05-2025 */

/* log-in */
.post-inner-content .entry-content {
    padding: 0 10px 60px 10px;
}
.customize-support header .menu_hd .men_lft ul li:not(:last-child) {
    margin-right: 19px;
}
.customize-support header .menu_hd .men_rgt ul li a {
    padding: 0 8px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p button[type="submit"] {
    font-size: 17px;
    line-height: 25px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 20px
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p label {
    font-size: 15px;
    line-height: 23px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p input {
    height: 45px;
}

/* cart page */
.post-inner-content .entry-content .cart-flx form .cart-tab {
    padding: 25px 5px;
}
/* cart end */

/* prod over view */
.prod-ovr-btm .manu-flx .manu-rgt img {
    height: 380px;
}
/* prod overview end */
/* 17-05-2025 */

/* 19-05-2025 */
.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-name a {
    font-size: 15px;
    line-height: 23px;
}
.post-inner-content .entry-content .cart-flx .cart-collaterals {
    max-width: 320px;
}
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr th {
    padding-left: 15px;
}
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr td {
    padding-right: 15px;
}
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr th, .post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr td {
    font-size: 14px;
    line-height: 22px;
}
.product-overview ul.products li span.price span.woocommerce-Price-amount {
    font-size: 19px;
    line-height: 27px;
}
/* 19-05-2025 */
}

@media screen and (max-width: 1024px) {
/* contact us page */
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft .our-cont .addr-blk:not(:last-of-type) {
    margin-bottom: 15px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft {
    padding-right: 50px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft h1, .contact-pg .cont-frm-blk .frm-flx .frm-lft strong, .contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-lft h2 {
    font-size: 31px;
    line-height: 43px;
}
.contact-pg .cont-frm-blk, .contact-pg .cont-btm-blk, .contact-pg .cont-blk {
    padding-bottom: 65px;
}
.contact-pg .cont-frm-blk::after {
    top: -40px;
}
/* contact us end */

/* our company*/
.our-com .more-alpha .more-flx .more-rgt .browse {
    margin-top: 15px;
}
.our-com .more-alpha .more-flx .more-rgt .abt-alpha .steps .step-img {
    height: 70px;
}
.our-com .more-alpha .more-flx .more-rgt .abt-alpha .steps .step-img img {
    height: 45px;
    width: 45px;
}
.our-com .more-alpha .more-flx .more-rgt .abt-alpha .steps .step-txt b {
    font-size: 16px;
    line-height: 24px;
}

.our-com .aliq-blk {
    padding: 80px 0px 140px;
}
.our-com .vest-blk .vest-flx .vest-rgt p:not(:last-of-type) {
    margin-bottom: 20px;
}
.our-com .more-alpha .more-flx .more-lft::before {
    left: 20px;
    bottom: 104px;
    height: 225px;
    width: 190px;
}
/* our company end */  

/* 17-05-2025 */

/* log in */
.post-inner-content .entry-content .woocommerce:has(.login) {
    max-width: 610px;
}

.customize-support header .menu_hd .men_lft ul li:not(:last-child) {
    margin-right: 14px;
}
header .menu_hd .men_rgt ul {
    padding: 8.5px 9.5px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 15px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p button[type="submit"] {
    font-size: 16px;
    line-height: 24px;
}
/* cart page */
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form section p span.select2-selection__rendered {
    width: 200px;
}
.post-inner-content .entry-content .cart-flx .cart-collaterals {
    max-width: 330px;
}
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form section p label {
    font-size: 15px;
    line-height: 23px;

}
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr:last-of-type th, .post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr:last-of-type td {
    font-size: 21px;
    line-height: 29px;

}
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form section p button[type="submit"] {
    font-size: 15px;
    line-height: 23px;
}
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr td {
    padding-right: 8px;
}
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr th {
    padding-left: 8px;
}
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr:last-of-type th, .post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr:last-of-type td {
    padding-bottom: 25px;
}
.post-inner-content .entry-content .cart-flx form .coupon-code .coupon input[type="text"], .post-inner-content .entry-content .cart-flx form .coupon-code .coupon button, .post-inner-content .entry-content .cart-flx form .coupon-code button {
    padding: 7px 15px;
}
.post-inner-content .entry-content .cart-flx form .coupon-code .coupon button, .post-inner-content .entry-content .cart-flx form .coupon-code button {
    font-size: 14px;
    line-height: 22px;
}
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form a {
    font-size: 15px;
    line-height: 23px;
}
/* cart end */
/* 17-05-2025 */

/* 19-08-2025 */
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr:last-of-type th, .post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr:last-of-type td {
    font-size: 20px;
    line-height: 28px;
}
.customize-support header .menu_hd .men_rgt ul li a {
    padding: 0 6px;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn,
.xoo-wsc-products:not(.xoo-wsc-pattern-card) a {
    font-size: 16px;
    line-height: 22px;
}
.xoo-wsc-qty-price {
    font-size: 15px;
    line-height: 23px;
}
.our-com .more-alpha .more-flx .more-rgt h1, .our-com .aliq-blk .aliq-flx .aliq-lft h2, .our-com .vest-blk .vest-flx .vest-rgt h3 {
    font-size: 28px;
    line-height: 39px;
}
/* 19-05-2025 */
}

@media screen and (max-width: 991px) {
/* contact us page */
.contact-pg .cont-blk .cont-blk-flx,
.contact-pg .cont-btm-blk .cont-btm-flx {
    flex-direction: column-reverse;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-rgt,
.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-rgt {
    width: 100%;
    max-width: 700px;
    margin-bottom: 30px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft,
.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-lft {
    padding-right: 0;
    width: 100%;
}
.contact-pg .cont-frm-blk .frm-flx .frm-lft {
    padding: 20px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft .our-cont .addr-blk .addr-txt {
  padding-right: 0;
}
/* contact us end */

/* our company  */
.our-com .more-alpha .more-flx {
    flex-direction: column;
}
.our-com .more-alpha .more-flx .more-lft {
  max-width: 700px;
  width: 100%;
  padding-bottom: 100px;
}
.our-com .more-alpha .more-flx .more-lft > img {
  max-width: 650px;
}
.our-com .more-alpha .more-flx .more-rgt {
    padding-left: 0;
    width: 100%;
}
.our-com .more-alpha .more-flx .more-lft .mini-img {
    bottom: 45px;
    left: -30px;
}
.our-com .more-alpha .more-flx .more-lft::before {
    left: -30px;
    bottom: 150px;
    height: 225px;
    width: 190px;
}
.our-com .more-alpha .more-flx .more-rgt .abt-alpha {
    justify-content: center;
}
.our-com .aliq-blk .aliq-flx {
  flex-direction: column-reverse;
}
.our-com .aliq-blk .aliq-flx .aliq-rgt {
    width: 100%;
    max-width: 700px;
    padding-bottom: 90px;
}
.our-com .aliq-blk .aliq-flx .aliq-rgt img {
    height: 330px;
    max-width: 650px;
}
.our-com .aliq-blk .aliq-flx .aliq-rgt .aliq-mini {
    left: -15px;
    bottom: 35px;
}
.our-com .aliq-blk .aliq-flx .aliq-lft {
    width: 100%;
    padding-right: 0;
}
.our-com .aliq-blk {
    padding: 80px 0px;
}
.our-com .vest-blk .vest-flx {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.our-com .vest-blk .vest-flx .vest-lft {
    width: 100%;
    max-width: 700px;
    margin-bottom: 30px;
}
.our-com .vest-blk .vest-flx .vest-lft img {
    height: 430px;
}
.our-com .vest-blk .vest-flx .vest-rgt {
    padding-left: 0;
    width: 100%;
}
/* our company end */ 

/* 17-05-2025 */
/* .customize-support header .menu_hd .men_rgt {
    width: unset !important;
} */
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content > p {
    font-size: 16px;
    line-height: 24px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content table thead tr th, .post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content table tbody tr td, .post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content table tbody tr th {
    padding: 12px 15px;
}

/* cart page */
.post-inner-content .entry-content .cart-flx {
    flex-direction: column;
}
.post-inner-content .entry-content .cart-flx .cart-collaterals {
    max-width: unset;
    width: 100%;
    margin-left: 0;
}
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form section p span.select2-selection__rendered {
    max-width: 400px;
    width: 100%;
}
.post-inner-content .entry-content .cart-flx form .coupon-code {
    margin-bottom: 30px;
}
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form section p span.select2 {
    width: 100%;
}

.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form section p span {
    width: 100%;
}

.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form section p span.select2-selection__arrow b {
    right: 0;
    left: unset;
    top: 17px;
}
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form section p button[type="submit"] {
    font-size: 14px;
    line-height: 22px;
}

.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form section p label span {
    width: unset;
}
/* cart page end */
/* 17-05-2025 */

/* 19-05-2025 */
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column {
    height: 250px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content table.my_account_orders thead tr th,
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content table.my_account_orders tbody tr td,
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content table.my_account_orders tbody tr th {
    width: 20%;
}
.our-com .more-alpha .more-flx .more-lft {
    margin: 0 auto;
}
/* 19-05-2025 */
}

@media screen and (max-width: 880px) {
/* contact us page */
.contact-pg .cont-blk .cont-blk-flx .cont-flx-rgt img, .contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-rgt img {
    height: 380px;
}
.contact-pg .cont-frm-blk .frm-flx {
    flex-direction: column;
    align-items: flex-start;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.contact-pg .cont-frm-blk .frm-flx .frm-rgt {
    width: 100%;
}
.contact-pg .cont-frm-blk .frm-flx .frm-lft {
    width: 100%;
}

.contact-pg .cont-frm-blk .frm-flx .frm-rgt img {
  height: 380px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 20px;
}
/* contact us end */

/* our company */
.our-com .more-alpha .more-flx .more-rgt h1, .our-com .aliq-blk .aliq-flx .aliq-lft h2, .our-com .vest-blk .vest-flx .vest-rgt h3 {
    font-size: 33px;
    line-height: 42px;
}
/* our company end */  

/* 17-05-2025 */
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 23px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
    margin-right: 12px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1 {
    margin-bottom: 25px;
}

/* cart page */
.woocommerce table.shop_table_responsive tr td, 
.woocommerce-page table.shop_table_responsive tr td {
    display: inline-block;
    text-align: unset!important;
}
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    content: none;
}
.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td:first-of-type {
    display: inline-block;
}
.woocommerce table.shop_table_responsive tr,
 .woocommerce-page table.shop_table_responsive tr {
    display: flex;
 }
 .post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr th {
    display: block;
 }

 .post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr td {
    text-align: end !important;
 }

.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form section p span.select2 {
    line-height: 0;
}
.post-inner-content .entry-content .cart-flx form .cart-tab table {
    margin-bottom: 0;
}
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form section p button[type="submit"] {
    padding: 6px 25px;
}
/* cart page end */

/* 17-05-2025 */

/* 19-05-2025 */
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column:first-of-type {
    margin-bottom: 30px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content table.my_account_orders tbody tr td {
    width: 25%;
}
.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-thumbnail,
.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-remove {
    width: 15%;
}
.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td {
    width: 25%;
}
.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td.product-name {
    width: 30%;
} 
.our-com .more-alpha .more-flx .more-rgt h1, .our-com .aliq-blk .aliq-flx .aliq-lft h2, .our-com .vest-blk .vest-flx .vest-rgt h3 {
    font-size: 25px;
    line-height: 36px;
}
.our-com .more-alpha .more-flx .more-lft > img {
    max-width: 100%;
    height: 390px;
}
.our-com .aliq-blk .aliq-flx .aliq-rgt img {
    height: 375px;
    max-width: 100%;
}
/* 19-05-2025 */
}
@media screen and (max-width: 767px) {

/* our company */
.our-com .more-alpha .more-flx .more-lft .mini-img {
    bottom: 65px;
    left: 0px;
}
.our-com .more-alpha .more-flx .more-lft > img {
    max-width: 545px;
}
.our-com .more-alpha .more-flx .more-lft .mini-img img {
    height: 180px;
    max-width: 180px;
}
.our-com .more-alpha .more-flx .more-lft::before {
    left: 0px;
    bottom: 150px;
    height: 225px;
    width: 190px;
}
.our-com .more-alpha {
    padding: 70px 0px;
}
.our-com .aliq-blk .aliq-flx .aliq-rgt img {
    height: 330px;
    max-width: 545px;
}
.our-com .aliq-blk .aliq-flx .aliq-rgt .aliq-mini img {
    height: 160px;
    max-width: 200px;
}
.our-com .aliq-blk .aliq-flx .aliq-rgt .aliq-mini {
    left: 0px;
    bottom: 40px;
}
.our-com .vest-blk .vest-flx .vest-lft img {
    height: 350px;
}
.our-com .more-alpha {
    padding: 70px 0px 50px;
}
/* our company end */ 

/* 17-05-2025 */
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 7px 11px;
    font-size: 14px;
    line-height: 22px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
    margin-right: 10px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul {
    padding-bottom: 60px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account {
    padding: 20px;
}
/* 17-05-2025 */

/* 19-05-2025 */
.post-inner-content .entry-content .cart-flx form .cart-tab {
    overflow-x: auto;
}
.post-inner-content .entry-content .cart-flx form .cart-tab table {
    width: 780px;
}
.xoo-wsc-cart-active .xoo-wsc-container {
    max-width: 380px;
}
.xoo-wsc-product dl.variation p {
    font-size: 14px;
    line-height: 22px;
}
.xoo-wsc-ft-amt {
    font-size: 17px;
    line-height: 25px;
}
/* 19-05-2025 */
}
@media screen and (max-width: 650px) {
/* contact us page */
.contact-pg .cont-blk .cont-blk-flx .cont-flx-rgt img,
.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-rgt img,
.contact-pg .cont-frm-blk .frm-flx .frm-rgt img {
    height: 350px;
}
/* contact us end */

/* our company  */
.our-com .more-alpha .more-flx .more-lft > img,
.our-com .aliq-blk .aliq-flx .aliq-rgt img {
    max-width: 450px;
}
.our-com .more-alpha .more-flx .more-lft .mini-img img {
    height: 170px;
    max-width: 170px;
}
.our-com .more-alpha .more-flx .more-lft::before {
    left: 15px;
    bottom: 130px;
    height: 205px;
    width: 165px;
}
.our-com .more-alpha .more-flx .more-lft .mini-img {
    bottom: 50px;
    left: 0px;
}
.our-com .more-alpha .more-flx .more-lft {
    padding-bottom: 80px;
}
.our-com .aliq-blk .aliq-flx .aliq-rgt .aliq-mini {
    left: 0px;
    bottom: 45px;
}
.our-com .aliq-blk::after {
    height: 170px;
    width: 80px;
}
.our-com .vest-blk .vest-flx .vest-lft img {
    height: 330px;
}
/* our company end */ 

/* 17-05-2025 */
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul {
    flex-direction: column;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li {
   max-width: 300px;
   width: 100%;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
    width: 100%;
    text-align: center;
    padding: 10px 10px;
}

.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content > p,
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content p a {
    font-size: 15px;
    line-height: 23px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p input {
    height: 40px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p {
    margin-bottom: 10px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content p {
    font-size: 15px;
    line-height: 23px;
}
/* cart page */
.post-inner-content .entry-content .cart-flx form .cart-tab {
    overflow-x: auto;
}
.post-inner-content .entry-content .cart-flx form .cart-tab table {
    width: 650px
}
.post-inner-content .entry-content .cart-flx form .coupon-code .coupon input[type="text"] {
    font-size: 14px;
    line-height: 22px;
}
.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td > a img {
    height: 60px;
}
.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr td:first-of-type a {
    height: 80px;
    width: 80px;
}
/* cart page end */
/* 17-05-2025 */

/* 19-05-2025 */
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn, .xoo-wsc-products:not(.xoo-wsc-pattern-card) a {
    font-size: 15px;
    line-height: 21px;
}
.our-com .more-alpha .more-flx .more-rgt h1, .our-com .aliq-blk .aliq-flx .aliq-lft h2, .our-com .vest-blk .vest-flx .vest-rgt h3 {
    font-size: 22px;
    line-height: 32px;
}
.our-com .aliq-blk {
    padding: 55px 0px;
}
/* 19-05-2025 */
}

@media screen and (max-width: 550px) {
/* contact us page */
.contact-pg .cont-frm-blk, .contact-pg .cont-btm-blk, .contact-pg .cont-blk {
    padding-bottom: 50px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-rgt img, .contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-rgt img, .contact-pg .cont-frm-blk .frm-flx .frm-rgt img {
    height: 325px;
}
/* contact us end */

/* our company */
.our-com .more-alpha .more-flx .more-lft > img, .our-com .aliq-blk .aliq-flx .aliq-rgt img {
    max-width: 400px;
    height: 315px;
}
.our-com .more-alpha .more-flx .more-lft::before {
    left: 5px;
    bottom: 120px;
    height: 188px;
    width: 120px;
}
.our-com .more-alpha .more-flx .more-rgt h1, .our-com .aliq-blk .aliq-flx .aliq-lft h2, .our-com .vest-blk .vest-flx .vest-rgt h3 {
    font-size: 32px;
    line-height: 40px;
}
.our-com .more-alpha .more-flx .more-lft .mini-img {
    bottom: 35px;
    left: 0px;
}
.our-com .aliq-blk .aliq-flx .aliq-rgt .aliq-mini img {
    height: 150px;
    max-width: 180px;
}
.our-com .aliq-blk::after {
    height: 140px;
    width: 55px;
}
.our-com .aliq-blk {
    padding: 70px 0px;
}
/* our company end */  

/* 17-05-2025 */

/* log in */
.post-inner-content .entry-content .woocommerce .login {
    padding: 30px;
}
.post-inner-content .entry-content {
    padding: 0 10px 50px 10px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content > p, .post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content p a {
    font-size: 14px;
    line-height: 22px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content table {
    border-collapse: collapse;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
    margin-bottom: 0;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p label {
    font-size: 14px;
    line-height: 22px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p button[type="submit"] {
    font-size: 15px;
    line-height: 23px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p {
    margin-bottom: 10px;
    width: 100%;
}
/* cart page */
.post-inner-content .entry-content .cart-flx form .coupon-code .coupon input[type="text"] {
    max-width: 170px;
}
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr:last-of-type th, .post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr:last-of-type td {
    font-size: 19px;
    line-height: 27px;
}

/* cart end */
/* 17-05-2025 */

/* 19-08-2025 */
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .addresses .woocommerce-column address {
    font-size: 15px;
    line-height: 23px;
}
.post-inner-content .entry-content .woocommerce h2.woocommerce-column__title {
    margin-bottom: 10px;
}
.customize-support .post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content {
    overflow-x: auto;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content table.account-orders-table {
    width: 550px;
}
header .menu_hd .men_rgt ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.customize-support header .menu_hd .men_rgt ul li a {
   border-right: 0;
   padding: 10px 6px;
}
.customize-support header .menu_hd .men_rgt ul li:not(:last-of-type) {
    border-bottom: 1px solid #000;
    width: 100%;
}
header .menu_hd .men_rgt ul {
    width: 100%;
}
.xoo-wsc-cart-active .xoo-wsc-container {
    max-width: 350px;
}
.our-com .more-alpha .more-flx .more-rgt .abt-alpha {
    flex-wrap: wrap;
    row-gap: 15px;
}
.our-com .more-alpha .more-flx .more-rgt .abt-alpha .steps:not(:last-of-type) {
    border-right: unset;
}
.our-com .aliq-blk {
    padding: 50px 0px;
}
.our-com .more-alpha .more-flx .more-rgt h1, .our-com .aliq-blk .aliq-flx .aliq-lft h2, .our-com .vest-blk .vest-flx .vest-rgt h3 {
    font-size: 21px !important;
    line-height: 31px !important;
}
.our-com .more-alpha {
    padding: 50px 0px 50px;
}
.our-com .vest-blk {
    padding: 50px 0px;
}
/* 19-08-2025 */
}

@media screen and (max-width: 480px) {
/* contact us page */
.contact-pg .cont-blk .cont-blk-flx .cont-flx-rgt img, .contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-rgt img, .contact-pg .cont-frm-blk .frm-flx .frm-rgt img {
    height: 300px;
}
.contact-pg .cont-btm-blk::before {
    height: 90px;
    width: 100px;
    top: -20px;
}

.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .int-fld input, .contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .int-fld textarea {
    padding: 10px 20px;
}
.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk input.sub {
    padding: 8px 30px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft h1, 
.contact-pg .cont-frm-blk .frm-flx .frm-lft strong, 
.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-lft h2 {
    font-size: 30px;
    line-height: 42px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft .our-cont .addr-blk .addr-img {
    height: 40px;
    max-width: 40px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft .our-cont .addr-blk:not(:last-of-type) {
    margin-bottom: 10px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft .our-cont .addr-blk .addr-txt b {
    font-size: 16px;
    line-height: 24px;
}
.contact-pg .cont-blk .cont-blk-flx .cont-flx-lft p,
.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk .int-fld b,
.contact-pg .cont-frm-blk .frm-flx .frm-lft .form-blk input.sub {
    font-size: 14px;
    line-height: 22px;
}
.contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-lft p, .contact-pg .cont-btm-blk .cont-btm-flx .cont-btm-lft ul li {
    font-size: 15px;
    line-height: 23px;
}
.contact-pg .cont-frm-blk::after {
    height: 110px;
    width: 60px;
}
/* contact us end */

/* our company */
.our-com .more-alpha .more-flx .more-lft > img, .our-com .aliq-blk .aliq-flx .aliq-rgt img {
    max-width: 315px;
    height: 300px;
}
.our-com .more-alpha .more-flx .more-lft .mini-img img {
    height: 150px;
    max-width: 150px;
}
.our-com .more-alpha .more-flx .more-lft::before {
    left: 0px;
    bottom: 85px;
    height: 188px;
    width: 120px;
}
.our-com .more-alpha .more-flx .more-rgt h1, .our-com .aliq-blk .aliq-flx .aliq-lft h2, .our-com .vest-blk .vest-flx .vest-rgt h3 {
    font-size: 30px;
    line-height: 38px;
}
.our-com .aliq-blk .aliq-flx .aliq-rgt .aliq-mini img {
    height: 140px;
    max-width: 140px;
}
.our-com .aliq-blk .aliq-flx .aliq-rgt .aliq-mini {
    left: 0px;
    bottom: 55px;
}
.our-com .vest-blk .vest-flx .vest-rgt p:not(:last-of-type) {
    margin-bottom: 15px;
}
.our-com .vest-blk .vest-flx .vest-rgt p:last-of-type {
    margin-bottom: 15px;
}

.our-com .vest-blk .vest-flx .vest-lft img {
    height: 300px;
}
/* our company end */ 

/* 17-05-2025 */
.post-inner-content .entry-content .woocommerce .login {
    padding: 20px 10px;
}
.post-inner-content .entry-content .woocommerce .login p label,
.post-inner-content .entry-content .woocommerce .login .form-row button[type="submit"] {
    font-size: 15px;
    line-height: 23px;
}
.post-inner-content .page-header h1{
    margin-bottom: 0;
}
.post-inner-content .entry-content .woocommerce .login .form-row:has(input[type="checkbox"]) button[type="submit"] {
    padding: 5px 15px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-navigation ul {
    padding-bottom: 50px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-info a.wc-forward {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1, .post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .u-column2 {
    padding: 10px 10px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address {
    font-size: 15px;
    line-height: 23px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .title h2 {
    margin-bottom: 10px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
    margin-top: 30px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account {
    padding: 10px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content .edit-account p input {
    height: 35px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content p {
    font-size: 13px;
    line-height: 21px;
}

/* cart page */
.post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr {
    justify-content: unset;
}
.post-inner-content .entry-content .cart-flx form .coupon-code {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.post-inner-content .entry-content .cart-flx form .coupon-code .coupon {
    margin-bottom: 14px;
}
/* cart end */
/* 17-05-2025 */

/* 19-05-2025 */
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form a {
    font-size: 14px;
    line-height: 22px;
}
    .post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form section p span {
    font-size: 12px;
    line-height: 20px;
}
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form section p span.select2-selection__arrow b {
    top: 13px;
}
.over_wid_two .list_of_prod .woocommerce-result-count {
    width: 100%;
}
.over_wid_two .list_of_prod .woocommerce-ordering select {
    max-width: 155px;
    padding: 8px 15px;
}
.over_wid_two .list_of_prod .woocommerce-result-count {
    font: 15px/23px "Inter-Regular";
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content p {
    font-size: 13px;
    line-height: 26px;
}
.xoo-wsc-products:not(.xoo-wsc-pattern-card) span.amount {
    font-size: 13px;
    line-height: 25px;
}
span.xoo-wsc-smr-del {
    font-size: 20px;
    line-height: 28px;
}
.xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-product {
    padding: 10px 10px;
    margin: 10px 10px;
}
.xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-img-col {
    width: 30%;
}
.our-com .aliq-blk .aliq-flx .aliq-lft div {
    font: 16px / 25px Inter-Regular;
    padding-bottom: 11px;
}
.our-com .aliq-blk .aliq-flx .aliq-lft div strong {
    font: 16px / 25px Inter-Medium;
}.our-com .vest-blk .vest-flx .vest-rgt strong {
    font: 17px / 25px Inter-Medium;
    color: #000000;
}
/* 19-05-2025 */
}

@media screen and (max-width: 380px) {
 /*our company  */
 .our-com .more-alpha .more-flx .more-lft > img, .our-com .aliq-blk .aliq-flx .aliq-rgt img {
    max-width: 310px;
    height: 240px;
}
.our-com .more-alpha .more-flx .more-lft .mini-img img {
    height: 125px;
    max-width: 125px;
    border-radius: 30px;
}
.our-com .more-alpha .more-flx .more-lft::before {
    left: 0px;
    bottom: 55px;
    height: 188px;
    width: 120px;
}
.our-com .more-alpha .more-flx .more-lft .mini-img {
  border-radius: 25px;
}
.our-com .more-alpha .more-flx .more-rgt .abt-alpha .steps .step-txt b {
    font-size: 15px;
    line-height: 23px;
}
.our-com .more-alpha .more-flx .more-rgt .browse {
  font-size: 14px;
  line-height: 22px;
  padding: 8.5px 30px;
}
.our-com .more-alpha .more-flx .more-rgt .abt-alpha .steps .step-img img {
    height: 40px;
    width: 40px;
}
.our-com .vest-blk .vest-flx .vest-lft img {
    height: 280px;
}
/* our company */

/* cart page */
/* .post-inner-content .entry-content .cart-flx form .cart-tab table tbody tr {
    display: unset;
} */
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals table tr.shipping td form a {
    font-size: 14px;
    line-height: 22px;
}
.post-inner-content .entry-content .woocommerce .woocommerce-MyAccount-content p {
    font-size: 13px;
    line-height: 26px;
}
/* cart end */

/* 19-05-2025 */
.post-inner-content .entry-content .cart-flx .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    padding: 12px 59px;
}
.xoo-wsc-cart-active .xoo-wsc-container {
    max-width: 300px;
}
.xoo-wsc-ft-amt {
    font-size: 16px;
    line-height: 24px;
}
span.xoo-wsc-footer-txt {
    font-size: 14px;
    line-height: 22px;
}
/* 19-05-2025 */
}


