/*

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: 500px;
  overflow: hidden;
  position: relative;
}

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

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


input[type=submit],input[type=button]  {
    
    color : #FF5722;
    border-color : #FF5722;
}


input[type=button]:focus, input[type=button]:hover, input[type=submit]:focus, input[type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #FF5722;
    text-decoration: none;
}

.post-password-form {
    text-align : right;
    padding : 30px 15px 30px 15px;
    margin-right : 45px;
    
}


.scroll-image-2 {
  width: 100%;
  max-width: 768px;
  height: 450px;
  overflow: hidden;
  position: relative;
  border-radius : 20px;
}

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


.scroll-image-2:hover img,
.scroll-image-2:active img {
  transform: translateY(calc(450px - 100%));
}

.gform_wrapper .field_description_below .gfield_consent_description, .gform_wrapper .gfield_consent_description {
    font-size : 15px  !important;
}


