/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Author: Your saztech
Version: 1.0
Text Domain: hello-elementor-child
*/





*,
a,
button,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}


/*------------main header-------------------*/
/* Icon wrapper */
.elementor-icon-wrapper {
  line-height: 1em !important;
}

/* Button wrapper */
.elementor-menu-cart__wrapper {
  line-height: 1em !important;
}

/******************** side menu****************** */

/*menu*/
/* Link */
#side-menu-list .elementor-icon-list-item a {
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(235, 235, 235, 0.7);
}


/******************product page*********************/
.woocommerce .woocommerce-breadcrumb {
  margin: 0 !important;
}

*,
input,
select,
div,
a,
p,
span,
textarea,
button {
  outline: 0 !important;
}


/*comments area*/
.rating-radio-group {
  display: flex;
  gap: 10px;
  direction: ltr;
  flex-direction: row;
  justify-content: end;
  margin: 10px 0;
}

.rating-radio.selected {
  background-color: var(--e-global-color-primary);
  color: white;
}

.custom-review-form {
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}
@media (max-width: 450px){
  .custom-review-form {
    padding: 0;
  }
  label.rating-radio {
    display: flex;
  }
}

.rating-radio input[type="radio"] {
  margin-right: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.rating-radio {
  background: #fff;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
}

.rating-radio:hover {
  background-color: var(--e-global-color-primary);
  color: white;
}

.custom-review-form textarea {
  background-color: #f0f0f1;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-top: 10px;
}

.custom-review-form textarea:focus {
  outline: none !important;
}

#p-comment-form-submit button {
  background-color: var(--e-global-color-primary);
  border: none;
  border-radius: 10px;
  padding: 15px;
  margin-top: 10px;
  width: 100%;
  color: white;
}

p#p-comment-form-login-required {
    padding: 20px;
    background: #ECEDEF;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: var(--abzarwp-font-family);
    justify-content: space-between;
}
@media (max-width: 450px){
  p#p-comment-form-login-required{
    flex-direction: column;
    gap: 20px;
  }
}

#p-comment-form-login-required a {
  padding: 10px;
  border-radius: 10px;
  background-color: #f94d55;
  color: white;
}

p.empty-comment-list-message{
  padding: 20px;
  text-align: center;
  font-family: var(--abzarwp-font-family);
}

.custom-review-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#p-comment-area .custom-review-item {
  background: #ECEDEF;
  border: solid 1px #ccc;
  box-shadow: 1px 1px 10px 0 #5e5e5e45;
  border-radius: 10px;
  padding: 10px;
  color: #5e5e5e;
  font-family: "iranyekanwebregular_FaNum", sans-serif;
}

#p-comment-area img.custom-avatar {
  border: solid 2px #f94d55;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  object-fit: cover;
}

#p-comment-area .custom-review-header {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}

#p-comment-area .custom-review-item hr {
  border-top: solid 2px #d9d9d9;
}

#p-comment-area .custom-review-item small {
  font-size: 10px !important;
  color: #767676c7;
}

#p-comment-area .custom-meta {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

#p-comment-area .custom-header-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#p-comment-area .custom-stars {
  color: gold;
  font-size: 16px;
  white-space: nowrap;
}

#p-comment-area .custom-review-content {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.7;
}

/*wc messages*/
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin-bottom: 10px;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 10px 15px;
}
.woocommerce-error li a{
  color: #5E5E5E !important;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  position: relative;
  right: 0;
  top: 0;
  font-size: 30px;
}

@media (max-width: 450px) {

  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    flex-direction: column;
  }
}

/*account menu items*/
.account-menu-item.active {
    background-color: #00A0E6 !important;
}
.account-menu-item.active svg{
  fill: white !important;
}
.account-menu-item.active p{
  color: white !important;
}


/* user comments in my account */
div#user-comments-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#user-comments-container .comment-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  padding: 16px;
  gap: 12px;
  background: #eee;
  transition: transform 0.2s;
}

#user-comments-container a.view-comment-button {
  width: 100% !important;
  text-align: center;
  color: white;
  background-color: #00A0E6;
  padding: 15px;
  border-radius: 10px;
}
#user-comments-container .comment-date {
    color: #8d8d8d;
}
#user-comments-container .comment-post-title {
    color: black;
}


/*back to top btn*/
#back-to-top {
  transition: all 0.3s ease-in-out;}


/************ latest user comments ******************/
.latest-user-comment {
    background: #eee;
}



/* cart */
ul.custom-cart-list {
    list-style: none;
    padding: 0;
}
button.remove-item {
    border: none;
    background: white;
    padding: 10px;
    border-radius: 15px;
}
ul.custom-cart-list button.remove-item svg {
    width: 35px;
    height: 35px;
    fill: #f94d55;
}
ul.custom-cart-list li.cart-item {
    display: flex;
    gap: 20px;
}
ul.custom-cart-list li div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    border-radius: 15px;
    align-self: stretch;
    flex-grow: 1;
    padding: 0 20px;
    font-family: var(--e-global-typography-primary-font-family);
}

p.form-row label.required_field {
    margin-bottom: 10px;
}
form.custom-checkout-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: var(--e-global-typography-primary-font-family);
}
form.custom-checkout-form input{
  padding: 10px !important;
  font-size: 16px !important;
  border: none !important;
  border-radius: 15px !important;
  background-color: #f0f0f1 !important;
  color: #5e5e5e !important;
}

.custom-checkout-summary{
  color: white;
  border: none;
  font-family: var(--e-global-typography-primary-font-family);
}
.custom-checkout-summary h3 {
  color: white;
  font-size: 20px;
  font-family: "iranyekanwebextrabold_FaNum", Sans-serif;
  text-align: center;
  margin: 20px 0;
}
.custom-checkout-summary p {
    padding: 20px;
    border-radius: 15px;
    background: #ffffff29;
    display: flex;
    justify-content: space-between;
}
form.custom-checkout-summary label.terms-checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 20px;
  border-radius: 15px;
  background: #ffffff29;
}
form.custom-checkout-summary label.terms-checkbox a {
  color: rgba(255, 255, 255, 0.645) !important;
}
form.custom-checkout-summary label.terms-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}


div#custom-payment-methods {
    display: flex;
    gap: 15px;
    width: 100%;
    flex-direction: column;
}
.payment-option {
    display: flex;
    align-items: center;
    border-radius: 15px;
    gap: 15px;
    padding: 10px;
    cursor:pointer;
    border:2px solid #ccc;
    font-family: var(--e-global-typography-primary-font-family);
}
.payment-option.active{
  color: #4E4E4E;
}
button#place_order {
    width: 100%;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    background: white;
    color: #4E4E4E;
    font-family: var(--e-global-typography-primary-font-family);
}



/* login page */
.login-form{
      font-family: var(--e-global-typography-primary-font-family);
}
.login-form-inputs {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.login-form-inputs input{
  border: none;
  background-color: #ECEDEF;
  padding: 15px;
  font-size: 16px;
  border-radius: 15px;
}
.login-form-inputs input:focus{
  border: solid 2px #00A0E6;
}
.login-remember-checkbox{
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.login-remember-checkbox input{
  width: 20px;
  height: 20px;
}
p.login-capcha {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}
p.login-capcha span{
  padding: 15px;
  direction: ltr !important;
  border: solid 2px #00A0E6;
  border-radius: 15px;
  font-weight: 900;
  color: #00A0E6;
  text-align: center;
  width: auto;
  white-space: nowrap;
  flex-grow: 1;
}
p.login-capcha input{
  padding: 15px;
  font-size: 16px;
  flex-grow: 1;
  border: none;
  background-color: #ECEDEF;
  padding: 15px;
  font-size: 16px;
  border-radius: 15px;
}
button.login-form-submit {
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    color: white;
    background-color: #00A0E6;
}

a.login-form-reset-password-link {
  margin-top: 20px !important;
  color: #00A0E6;
}

.woocommerce-message {
    max-width: 1300px;
    margin: 20px auto;
}

label.loginx-checkbox.loginx-flex-r.loginx-flex-center{
  justify-content: start !important;
}
@media (max-width: 450px){
  input.loginx-form-otp-input {
    width: 60px !important;
    height: 60px !important;
    padding: 10px !important;
    font-size: 30px !important;
  }
}
input.loginx-form-otp-input{
    padding: 5px !important;
    font-size: 20px !important;
}
label.loginx-checkbox.loginx-flex-r.loginx-flex-center {
    justify-content: start !important;
    font-family: "iranyekanwebregular_FaNum";
    font-weight: 600;
}