header.site_hdr .uper_header p {
  text-align: center;
}

/* .banner.error_page {
  margin-bottom: 100px;
} */
.wc-block-checkout__payment-method#payment-method {
  display: none;
}

.error_page .dish_txt_wrap {
  padding: 100px 0;
  text-align: center;
  max-width: 100%;
}

.error_page_p {
  font-size: 30px;
}

/* .error_page .site_btn {
  z-index: 9999;
} */
.error_page .sec_side_headig {
  z-index: 9999;
}

.contact_frm_sec .contact_form {
  column-gap: 0px;
  flex-wrap: nowrap;
}

.cntct_btn {
  background-color: #c81e4d;
  border: none;
  background-image: url("../images/contact_us_btn_after.png");
  background-repeat: no-repeat;
  background-size: 48px;
  background-position: top -3px right -5px;
}

.frm_btn .site_btn {
  border: none;
  background-image: url(../images/butn_img.png);
  background-repeat: no-repeat;
  background-size: 48px;
  background-position: top -3px right -5px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2px 2px 0px;
  padding: 7px;
  border: 2px solid #00a0d2;
  position: absolute;
  bottom: 20px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  right: 0;
  margin: auto;
  left: 0;
  max-width: 288px;
}

.cntct_frm_wrap {
  padding-bottom: 70px;
}

/* .form-group input {
    right: 0;
    padding: 0;
    height: auto;
    width: 100%;
    margin-bottom: 0;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 1;
} */

input[type="checkbox"]:hover {
  opacity: 1;
}

input[type="checkbox"]:checked {
  background-color: #804a11;
  opacity: 1;
}

input[type="checkbox"] {
  position: relative;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  -webkit-appearance: none;
  opacity: 0.5;
  height: 20px;
  width: 20px;
  background-color: #fef2f4;
  border: 1px solid #804a11;
  border-radius: 4px;
}

input[type="checkbox"]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

/* .form-group input:checked after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 8px;
    width: 5px;
    height: 11px;
    border: solid #804A11;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
} */

.form-group input {
  display: flex;
}

.form-group label:before {
  display: none;
}

.chk_box label {
  color: rgb(102, 74, 38);
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
  align-items: center;
}

.page-template-template-contact_us .wpcf7 form .wpcf7-response-output {
  margin: 2px 2px 0px;
  padding: 7px;
  position: absolute;
  bottom: -30px;
  font-size: 12px;
  line-height: 1;
  max-width: 50%;
  left: 0;
}

.total_product .order_now a.site_btn {
  max-width: 400px;
  margin-left: auto;
}

.single-product .stars_img ul {
  display: flex;
  color: #ff9b0d;
}

.error_text_cls {
  color: red;
  font-size: 11px;
  display: none;
}

span.wc-block-components-button__text {
  padding: 20px 50px 20px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  border-radius: 200px;
  background-color: var(--butt_back_color);
  position: relative;
  transition: var(--transtn);
  text-align: center;
  text-transform: capitalize;
  background-image: url(../images/butn_img.png);
  background-repeat: no-repeat;
  background-size: 52px;
  background-position: top -3px right -5px;
  position: relative;
}

.wc-block-components-button {
  background: transparent;
}

.woocommerce-cart .wc-block-components-text-input input[type="text"] {
  background-color: transparent;
  border: 1px solid hsl(33.93deg 61.18% 53.53%);
}

.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  text-decoration: unset;
  font-size: 18px;
  color: #5a2914;
}

.woocommerce-cart .wc-block-cart-item__wrap a {
  color: #5a2914;
  font-size: 20px;
  font-family: var(--heading_font_medium);
}

.wc-block-cart-item__prices span.price.wc-block-components-product-price {
  display: flex;
  margin-bottom: 10px;
  color: #5a2914;
}

.wc-block-components-product-badge {
  font-size: 16px;
  color: #d19240;
}

.woocommerce-cart .wc-block-components-product-metadata__description {
  font-size: 15px;
  line-height: 23px;
}

.woocommerce-cart .wc-block-cart-item__remove-link {
  color: #fda7b4;
  text-decoration: unset;
}

span.wc-block-components-button__text {
  padding: 20px 50px 20px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  border-radius: 200px;
  background-color: var(--butt_back_color);
  position: relative;
  transition: var(--transtn);
  text-align: center;
  text-transform: capitalize;
  background-image: url(../images/butn_img.png);
  background-repeat: no-repeat;
  background-size: 52px;
  background-position: top -3px right -5px;
  position: relative;
  width: 100%;
}

.woocommerce-cart .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: 18px;
  text-transform: uppercase;
}

.woocommerce-cart button.wc-block-cart-item__remove-link {
  text-decoration: unset !important;
  color: #f13a57 !important;
  font-size: 16px !important;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  width: 100%;
  margin-top: 10px;
}

.woocommerce-cart .wc-block-components-product-details__quantity {
  font-size: 16px;
}

.success_cart {
  display: none;
  /* display: block; */
  color: green;
  border: 2px solid green;
  padding: 0 10px;
  font-size: 15px;
  margin-bottom: 10px;
}

.share_list_wrppr {
  margin: 10px 0;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  font-family: inherit;
  letter-spacing: normal;
  display: block;
  box-sizing: border-box;
  margin: 0;
  line-height: normal;
  height: auto;
  width: 100%;
  color: rgb(128, 74, 17);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 20px;
  border: 1px solid rgba(128, 74, 17, 0.15);
  border-radius: 90px;
  background: rgb(255, 255, 255);
  outline: none;
  min-width: 256px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: left;
  margin-right: 1em;
  border: none;
  background-image: url(../images/butn_img.png);
  background-repeat: no-repeat;
  background-size: 48px;
  background-position: top -3px right -5px;
  padding: 15px 50px 15px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  border-radius: 200px;
  background-color: var(--butt_back_color);
  position: relative;
  transition: var(--transtn);
  text-align: center;
  text-transform: capitalize;
  margin-top: 20px;
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  float: left;
  margin-right: 1em;
  border: none;
  background-image: url(../images/butn_img.png);
  background-repeat: no-repeat;
  background-size: 48px;
  background-position: top -3px right -5px;
  padding: 15px 50px 15px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  border-radius: 200px;
  background-color: var(--butt_back_color);
  position: relative;
  transition: var(--transtn);
  text-align: center;
  text-transform: capitalize;
  margin-top: 20px;
}

.woocommerce-account label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin-top: 30px;
}

.error_input_cls {
  border: 2px solid red;
}

.woocommerce-account.woocommerce .col2-set .col-2,
.woocommerce-account.woocommerce-page .col2-set .col-2 {
  height: 100%;
  float: unset;
  width: 50%;
  margin: 0px 20px;
}

.woocommerce-account.woocommerce .col2-set .col-2,
.woocommerce-account.woocommerce-page .col2-set .col-2 {
  height: 100%;
  float: unset;
  width: 50%;
}

.woocommerce-account.woocommerce .col2-set,
.woocommerce-account.woocommerce-page .col2-set {
  width: 100%;
  display: flex;
}

.woocommerce-account .woocommerce {
  display: flex;
  height: 100%;
  /* margin-bottom: 80px; */
}

.woocommerce-account .woocommerce form.checkout_coupon,
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
  max-height: 400px;
  height: 100% !important;
  position: relative;
  display: block;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
  opacity: 0.7;
  background-color: var(--butt_back_color);
  color: #fff;
  background-image: url(../images/butn_img.png);
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
  opacity: 0.7;
}

.woocommerce-notices-wrapper .woocommerce-error:focus-visible {
  outline: none;
}

.woocommerce-notices-wrapper .woocommerce-error {
  border-top-color: #b81c23;
  position: absolute;
  background-color: transparent;
  bottom: -60px;
  margin-bottom: 0;
  font-size: 16px;
}

.woocommerce-password-strength {
  font-size: 12px;
  margin-top: 10px;
}

.woocommerce-account .about_text .sec_side_headig {
  margin-bottom: 40px;
}

.woocommerce-account .about_para .woocommerce nav.woocommerce-MyAccount-navigation {
  position: relative;
}

.woocommerce-account.my_account_login_form_page_cls .about_page_sec {
  padding-bottom: 0;
}

.woocommerce-account .about_para .woocommerce nav.woocommerce-MyAccount-navigation::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 40px;
  height: 100%;
  width: 1px;
  background-color: #582815;
}

.woocommerce-info {
  border-top-color: #d19240;
}

.woocommerce-account .about_para .woocommerce nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {
  margin-bottom: 10px;
}

.woocommerce-account .about_para .woocommerce .woocommerce-MyAccount-content a {
  color: #d4943a;
}

.woocommerce-info {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #fee8eb;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  color: #5a2914;
}

span#account_display_name_description em {
  color: #d19240;
}

.woocommerce-account a.woocommerce-Button.wc-forward.button {
  background-color: #d19240;
  color: #fff !important;
}

.woocommerce-info::before {
  color: #d19240;
}

.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button {
  padding: 20px 50px 20px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  border-radius: 200px;
  background-color: var(--butt_back_color);
  position: relative;
  transition: var(--transtn);
  text-align: center;
  text-transform: capitalize;
  margin-top: 10px;
  background-image: url(../images/butn_img.png);
  background-repeat: no-repeat;
  background-size: 48px;
  background-position: top -3px right -5px;
}

.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button:hover {
  opacity: 0.7;
}

.woocommerce-account.woocommerce-edit-address h2 {
  font-size: 20px;
  line-height: 50px;
}

.woocommerce-account.woocommerce-edit-address .addresses .title .edit {
  float: left;
}

.woocommerce-account.woocommerce-edit-address .u-columns.woocommerce-Addresses.col2-set.addresses {
  border: 1px solid #5a2914;
  padding: 20px;
  margin-top: 20px;
}

.woocommerce-account .woocommerce nav li.woocommerce-MyAccount-navigation-link.is-active {
  color: #fda7b4;
}

legend {
  font-size: 18px;
}

.woocommerce-edit-account span#account_display_name_description {
  margin-top: 10px;
}

.woocommerce-lost-password button.woocommerce-Button.button {
  border: none;
  background-image: url(../images/butn_img.png);
  background-repeat: no-repeat;
  background-size: 48px;
  background-position: top -3px right -5px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  border-radius: 200px;
  background-color: var(--butt_back_color);
  position: relative;
  transition: var(--transtn);
  text-align: center;
  text-transform: capitalize;
  padding: 14px 60px 15px 20px;
}

.woocommerce-lost-password button.woocommerce-Button.button:hover {
  opacity: 0.7;
}

.woocommerce-cart .is-large.wc-block-cart {
  margin-bottom: 0;
}

/* Thank you page Start  */
.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 20px;
  font-weight: 600;
  padding: 30px 0;
}

.woocommerce-order-received .woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
  float: unset;
}

.woocommerce-order-received .about_para p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.woocommerce-order-received .woocommerce-order-overview__total.total .woocommerce-Price-amount.amount {
  padding-left: 20px;
}

.woocommerce-order-received ul.order_details li strong {
  display: block;
  padding-top: 5px;
}

.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  border: 1px solid black;
  padding: 10px;
}

.woocommerce-order-received h2.woocommerce-order-details__title {
  margin: 10px 0;
}

.woocommerce-order-received .woocommerce-table__product-name.product-name a {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.woocommerce-order-received ul.order_details li:last-of-type {
  border: none;
  padding-top: 15px;
}

/* Thank you page end */
.woocommerce-address-fields__field-wrapper .form-row .input-text,
.woocommerce-address-fields__field-wrapper .form-row select {
  min-width: unset !important;
  width: 100% !important;
}

.woocommerce-address-fields__field-wrapper .form-row-first,
.woocommerce-address-fields__field-wrapper .form-row-last,
.woocommerce-address-fields__field-wrapper .form-row-first,
.woocommerce-address-fields__field-wrapper .form-row-last {
  width: 50% !important;
  overflow: visible;
}

.woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
}

.woocommerce-address-fields__field-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--wc-form-color-text, #444);
  font-family: inherit;
  letter-spacing: normal;
  display: block;
  box-sizing: border-box;
  margin: 0;
  line-height: normal;
  height: auto;
  width: 100%;
  color: rgb(128, 74, 17);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 20px 20px;
  border: 1px solid rgba(128, 74, 17, 0.15);
  border-radius: 90px;
  background: rgb(255, 255, 255);
  outline: none;
  min-width: unset;
}

.woocommerce-address-fields__field-wrapper .form-row label span.required {
  display: inline !important;
}

.woocommerce-address-fields__field-wrapper span.woocommerce-input-wrapper {
  display: block !important;
}

.woocommerce-address-fields__field-wrapper span.selection {
  width: 100%;
  line-height: normal;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce input.button {
  box-shadow: none;
  text-shadow: none;
  padding: 20px 50px 20px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff !important;
  border-radius: 200px;
  background-color: var(--butt_back_color) !important;
  position: relative;
  transition: var(--transtn);
  text-align: center;
  margin-top: 20px;
  border: none;
  background-image: url(../images/butn_img.png) !important;
  background-repeat: no-repeat;
  background-size: 48px;
  background-position: top -3px right -5px;
}

button.button:hover {
  opacity: 0.7;
}

.page-template-template-home .follow_us_sec .sec_center_headig p span {
  color: #c81e4d;
}

.woocommerce-address-fields__field-wrapper .select2-container .select2-selection--single .select2-selection__arrow b {
  top: 40%;
  left: -15px;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details .woocommerce-order-overview__payment-method.method {
  display: none;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details+p {
  display: none;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
  border: none;
}

.woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-of-type {
  display: none;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 20px 20px;
}

.woocommerce-order-received h2.woocommerce-order-details__title,
.woocommerce-order-received h2.woocommerce-column__title {
  font-size: 25px;
}

.product_dtls_sec .card_btn.add_to_cart {
  min-width: 270px;
}

.page-template-template-home .home_new_btnwrppr {
  text-align: center;
  margin: 10px 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where( :not(.edit-post-visual-editor)) .woocommerce input.button:hover {
  background-color: var(--sub_title_color) !important;
  color: #fff !important;
  background-image: url(../images/butn_img_after.png) !important;
}

span.wc-block-components-button__text:hover {
  background-color: var(--sub_title_color) !important;
  color: #fff !important;
  background-image: url(../images/butn_img_after.png) !important;
}

.page-template-default.woocommerce-cart .wc-block-components-button:not(.is-link).outlined:not(:focus) {
  box-shadow: none !important;
}

.page-template-default.woocommerce-cart .wc-block-components-button:not(.is-link).outlined:hover {
  background-color: transparent !important;
}

.page-template-default.woocommerce-cart .wc-blocks-components-select .wc-blocks-components-select__select {
  border: 1px solid hsl(35.06deg 64.17% 52.94%) !important;
}

.page-template-default.woocommerce-cart .wc-blocks-components-select .wc-blocks-components-select__container {
  background-color: transparent !important;
}

.page-template-default.woocommerce-cart input[type="text"]:focus {
  background-color: transparent !important;
}

.page-template-default.woocommerce-cart .wc-block-components-button:not(.is-link).outlined:focus {
  background-color: transparent !important;
}

.woocommerce-account .about_para .woocommerce .woocommerce-MyAccount-content a:hover {
  color: #fda7b4;
  text-decoration: underline !important;
}

.woocommerce-notices-wrapper a {
  color: #d4943a;
}

p.woocommerce-LostPassword.lost_password a {
  color: #d4943a;
}

.woocommerce-notices-wrapper a:hover,
p.woocommerce-LostPassword.lost_password a:hover {
  color: #fda7b4;
  text-decoration: underline;
}

.woocommerce form.register:has(.woocommerce-password-hint) {
  max-height: 464px;
}

/* .wrapper:has(.test .testing) .testqwer {
  padding: 20px;
} */
div#customer_login:has(form.register .woocommerce-password-hint) form.login {
  max-height: 464px;
}

.new_shop_btn_cart {
  text-align: center;
}

.page-template-default.woocommerce-checkout input[type="checkbox"]:before {
  display: none;
}

body.woocommerce-account:not(.logged-in) .sec_side_headig h1 {
  display: none;
}

.woocommerce-account ul.woocommerce-error {
  position: relative;
  bottom: unset;
  top: unset;
  left: unset;
  right: unset;
}

/* .choose_tab_item_list ul li .product_details.prd_item::before {
  display: none;
} */


/* responsiev---------------------- */
@media (max-width: 1199px) {
  .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .woocommerce-notices-wrapper .woocommerce-error {
    bottom: -113px;
  }
}

@media (max-width: 991px) {
  .woocommerce-order-received .woocommerce-order-overview__total.total .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
    display: inline;
  }

  .woocommerce-order-received ul.order_details li.total {
    justify-content: flex-start;
  }

  .woocommerce-order-received ul.order_details li {
    float: unset;
  }

  .contact_frm_sec .contact_form {
    flex-wrap: wrap;
  }

  .extra_hdr_icon_mob {
    display: block;
    display: flex;
    flex-grow: 1;
    margin-right: 20px;
    justify-content: flex-end;
    position: relative;
  }

  .extra_hdr_icon_mob ul {
    display: flex;
  }

  .extra_hdr_icon_mob ul li {
    padding: 5px;
  }

  .woocommerce-account.woocommerce .col2-set .col-2,
  .woocommerce-account.woocommerce-page .col2-set .col-2 {
    height: auto;
  }

  .woocommerce-account.woocommerce .col2-set,
  .woocommerce-account.woocommerce-page .col2-set {
    flex-wrap: wrap;
  }

  .woocommerce-account.woocommerce .col2-set .col-2,
  .woocommerce-account.woocommerce-page .col2-set .col-2 {
    width: 100%;
    margin: 0;
  }

  .woocommerce-account.woocommerce .col2-set .col-1,
  .woocommerce-account.woocommerce-page .col2-set .col-1 {
    float: unset;
    width: 100%;
    /* margin-bottom: 0px; */
  }

  #menu-header-menu li.nav_item.cart_icon,
  #menu-header-menu li.nav_item.user_icon {
    display: none;
  }

  .total_product .order_now a.site_btn {
    max-width: 330px;
  }

  .woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: flex-start;
  }

  .woocommerce-account .woocommerce form.checkout_coupon,
  .woocommerce-account .woocommerce form.login,
  .woocommerce-account .woocommerce form.register {
    max-height: unset;
    height: auto !important;
  }

  .woocommerce-notices-wrapper .woocommerce-error {
    bottom: -50px;
    font-size: 10px;
    line-height: 17px;
  }

  .woocommerce-account.woocommerce-edit-address .u-column1.col-1.woocommerce-Address {
    border-bottom: 1px solid #5a2914;
  }

  /* start */
  .woocommerce-orders .woocommerce form .form-row-first,
  .woocommerce-page form .form-row-first {
    float: unset;
  }

  .woocommerce-edit-account .woocommerce form .form-row-first,
  .woocommerce-edit-account .woocommerce form .form-row-last,
  .woocommerce-edit-account .woocommerce-page form .form-row-first,
  .woocommerce-edit-account .woocommerce-page form .form-row-last {
    width: 100%;
    overflow: visible;
  }

  .woocommerce-orders .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-last {
    float: unset;
  }

  .woocommerce-address-fields__field-wrapper .form-row-first,
  .woocommerce-address-fields__field-wrapper .form-row-last,
  .woocommerce-address-fields__field-wrapper .form-row-first,
  .woocommerce-address-fields__field-wrapper .form-row-last {
    width: 100% !important;
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .page-template-template-home .home_new_btnwrppr {
    margin-top: 70px;
  }

  .woocommerce-cart .price {
    justify-content: flex-start;
  }

  .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: flex-start;
  }

  span.wc-block-components-button__text {
    padding: 15px 43px 15px 16px;
    font-size: 16px;
  }

  .woocommerce-cart .about_sec {
    padding-bottom: 0;
  }

  .woocommerce-cart .about_page_sec .about_text {
    margin-bottom: 0;
  }

  .extra_hdr_icon_mob {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    margin-right: 20px;
  }

  .extra_hdr_icon_mob ul {
    display: flex;
  }

  .page-template-template-contact_us .wpcf7 form .wpcf7-response-output {
    bottom: 0;
    max-width: 80%;
    margin: auto;
  }

  .extra_hdr_icon_mob ul li.nav_item.cart_icon {
    margin-left: 10px;
  }

  .site_hdr .navbar-nav li:nth-last-child(6) {
    margin-left: unset;
  }

  .contact_frm_sec .contact_form {
    column-gap: 0px;
    flex-wrap: wrap;
  }

  .woocommerce-account.my_account_login_form_page_cls .process_section {
    padding-top: 0;
  }

  .woocommerce-account.my_account_login_form_page_cls .about_page_sec .about_text {
    padding-top: 180px;
  }

  .woocommerce-account .woocommerce {
    flex-wrap: wrap;
  }

  .woocommerce-account .about_para .woocommerce nav.woocommerce-MyAccount-navigation::before {
    display: none;
  }

  .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul {
    display: flex;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
  }

  .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li {
    padding: 5px;
  }

  .page-template-template-contact_us .about_page_sec.contact_page_sec {
    padding-top: 160px;
  }

  .choose_tab_item_list ul li .product_details.prd_item::before {
    display: none;
  }

  .choose_tab_item_list ul li .serial_no {
    display: none;
  }
}

@media (max-width: 575px) {
  .cntct_frm_wrap {
    padding-bottom: 30px;
  }

  .woocommerce-account .about_para .woocommerce nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {
    font-size: 15px;
  }

  .woocommerce-orders .woocommerce-info a.woocommerce-Button.wc-forward.button {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .woocommerce-orders .woocommerce-info {
    display: flex;
    flex-wrap: wrap;
  }

  .woocommerce-orders .woocommerce form .form-row .input-text,
  .woocommerce form .form-row select {
    min-width: 186px;
  }
}

@media (max-width: 480px) {
  .woocommerce-cart .price {
    width: 50%;
    justify-content: flex-start;
    margin-top: 0;
  }

  .woocommerce-cart .wc-block-cart-item__wrap a {
    font-size: 14px;
  }

  .woocommerce-cart .wc-block-components-product-metadata__description {
    font-size: 13px;
    line-height: 18px;
  }

  .woocommerce-account .about_para .woocommerce nav.woocommerce-MyAccount-navigation::before {
    right: 20px;
  }

  .woocommerce-account .about_para .woocommerce nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {
    font-size: 11px;
  }

  .woocommerce-account .woocommerce nav.woocommerce-MyAccount-navigation ul li {
    padding: 3px;
  }
}

@media (max-width: 420px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 8px;
    max-width: 268px;
    padding: 5px;
  }
}