/*
Theme Name: Spot Child
Theme URI: https://www.themento.net/fa/landing-spot/
Template: spott
Author: the themento team
Author URI: https://www.themento.net/fa/
Description: The Wordpress theme Design by themento team.
Version: 1.0.0
*/

/*
lost-password page
*/


.woocommerce form.woocommerce-ResetPassword {
  max-width: 500px;
  margin:50px auto 200px auto;
  font-size: 12px;
  font-family: 'IRANSansWeb_FaNum_Light', sans-serif !important;
  font-weight: 600 !important;
  color: #181E25 !important;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 60px 30px;
}

.woocommerce form.woocommerce-ResetPassword p {
    line-height: 2;
} 

.woocommerce form .form-row-first {
    display: block;
    width:100%;
    margin:20px 0;
}

.woocommerce form .form-row-first label {
    margin-bottom: 17px;
    color: #181E25 important;
}

.woocommerce form .form-row input.input-text {
    background-color: #FAFAFA;
    border-width: 0px !important;
    border-radius: 15px 0px 15px 15px;
    padding: 10px !important;
    font-size: 12px;
    font-family: 'IRANSansWeb_FaNum_Light', sans-serif !important;
    font-weight: 600 !important;
    color: #7A7A7A;
}

.woocommerce form .form-row input.input-text:focus {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff !important;
}

.woocommerce form.woocommerce-ResetPassword button.button {
  display: block;
  width: 100%;
  background: #139FBD;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.woocommerce form.woocommerce-ResetPassword button.button:hover {
    background-color: #fff;
    color: #139FBD !important;
    border: 1px solid #139FBD;
}



/*view-orderded page */



.order-content {
    color: #181E25;
    font-family: "IRANSansWeb_FaNum_Light", Sans-serif;
    font-size: 13px;
    font-weight: 600;
}
.order-content .order-number,.order-date,.order-status {
    background-color: #fff !important;
    color: #139FBD;
}
.woocommerce-order-details {
    margin: 3em 0 !important;
}
.woocommerce-order-details .woocommerce-order-details__title {
    font-family: "IRANSansWeb_FaNum_Light";
    font-size: 25px;
    font-weight: 600;
    color: #006769;
    margin: 0px 0px 25px 0px;
}

.shop_table{
    font-family: "IRANSansWeb_FaNum_Light";
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #F0F0F1 !important;
    border-radius: 10px !important;
    border-spacing: 0;
}

.shop_table th,td {
    border-right: none !important;
}

.shop_table thead {
    color: #949494 !important;
}


table thead tr:first-child th:first-child {
  border-left: 1px solid #F0F0F1;
}

table tbody tr:first-child td:first-child {
  border-left: 1px solid #F0F0F1;
}

table tfoot tr th {
  border-left: 1px solid #F0F0F1;
}

.woocommerce-customer-details {
    margin-bottom: 3em !important;
}

.woocommerce-customer-details .woocommerce-column__title {
    font-family: "IRANSansWeb_FaNum_Light";
    font-size: 25px;
    font-weight: 600;
    color: #006769;
    margin: 0px 0px 25px 0px;
}

.woocommerce-customer-details address {
    padding: 20px !important;
    font-family: 'IRANSansWeb_FaNum_Light';
    font-size: 13px;
    font-weight: 600;
    color: #181E25;
    border: 1px solid #F0F0F1 !important;
    border-radius: 10px !important;
    
}

.woocommerce-customer-details address p {
    padding-top: 10px;
}


/* reset-password */

.woocommerce-ResetPassword .d-b {
    display: block;
    width: 100% !important;
}

.woocommerce-ResetPassword .mb-20 {
    margin-bottom: 20px !important;
}

.woocommerce-ResetPassword .mb-17 {
    margin-bottom: 17px;
}

















