/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Elementor Team

Author URI: https://elementor.com/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/





INPUT {
    font-family: IRANSansx !important;
}


.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 10px;
    margin: 0 0 20px;
    position: relative;
    background-color: #fff;
    color: #505763;
    border-top: 0;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    line-height: 30px;
    font-family: IRANSansx;
       border-right: 4px solid #ff5722;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    position: inherit;
    top: auto;
    right: auto;
    margin-left: 5px;
    float: right;
    color : #ff5722;
}

.return-to-shop {
    text-align: center;

}
a.button.wc-backward:hover{
    background-color: #ff5722;
    color : #fff;
}


.discount-percentage {
    background-color: #fb3449;
    color: white;
    padding:5px 12px 2px 12px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 13px;
    display: inline-block; 
    margin-right: 10px;
}

.swal-title-custom {
 font-size : 20px;   
}

.woocommerce-thankyou-order-received {

   font-size : 18px;
   margin-top : 15px;
}
.woocommerce ul.order_details {
    
     font-size : 16px;
      margin-top : 20px;
     
}




.scroll-image {
  width: 100%;
  max-width: 768px;
  height: 350px;
  overflow: hidden;
  position: relative;
}

.scroll-image img {
  width: 100%;
  height: auto;
  transform: translateY(0);
  transition: transform 18s ease;
}

.scroll-image:hover img,
.scroll-image:active img {
  transform: translateY(calc(350px - 80%));
}

/*  comment style  */

.comment-metadata {
  background: #ededed;
  padding: 8px;
  border-radius: 5px;
}
.comment-metadata a {
  color: #4b4b4b;
  font-size: 13px;
}
a.comment-reply-link {
  float: left;
  padding: 4px 6px;
  background: #b7b7b7;
  color: white;
  font-size: 13px;
  border-radius: 5px;
}
a.comment-reply-link:hover {
  color: white;
}
body.rtl #comments .children {
  padding-left: 0;
  padding-right: 20px;
  margin-top: 12px;
}
body.rtl #comments ol.comment-list .children:before {
  content: "\21A9";
  right: 31px;
  font-size: 25px;
  top: 6px;
}
#comments .comment .comment-body, #comments .pingback .comment-body {
  border-bottom: none;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  width: 100%;
  border: 1px solid #66666654;
  border-radius: 22px;
  padding: .5rem 1rem;
  transition: all .3s;
  margin-top: 16px;
}
.css-rank-el {
  color: white;
}
button.woocommerce-Button.button {
  margin-top: 12px;
}
blockquote {
  background: #f6f6f6;
  padding: 15px 15px 1px 15px;
  border-radius: 11px;
   color: #434343;
}
.tag-a-white a, .tag-a-white a:hover {
  color:white
}
#comments .children li:last-child {
  padding-bottom: 0;
  margin-bottom: 14px;
}
body.rtl #comments .comment .comment-body, body.rtl #comments .pingback .comment-body {
  padding: 30px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  background: #c1c1c115;
}
.commentlist .bypostauthor {
      background:#3399FF ;
      border-bottom:#FF3333 3px solid ;
}
.commentlist li ul.children li.bypostauthor {
      border-top:#e18728 10px solid ;
}
body.rtl #comments .comment .avatar, body.rtl #comments .pingback .avatar {
right:16px ;
}
#comments .comment-author, #comments .comment-metadata {
margin-right :46px ;
}
#comments .comment-meta {
display :grid ;
}
.comment-author.vcard {
margin-bottom :13px ;
}
textarea#comment {
border-radius :8px ;
font-size :14px ;
border : solid ; 
border-width: 1px;
border-color: #3399FF50;
}
.comment-form-comment label {
font-size :14px ;
margin-bottom :13px ;
margin-right :7px ;
}
#cancel-comment-reply-link {
margin-right :10px ;
}
#comments .comment, #comments .pingback {
margin-bottom :13px ;
}
ol.children .comment-body {
background:#e9f4ed !important;
}

.title-comments {
  font-size: 18px !important;
}

.comment-reply-title {
  font-size: 18px !important;
}
