/*----------------------------------------------------------------
  You can add your style here, if you don't want to use child theme.

  MAKE SURE YOU "BACKUP" THIS FILE, YOUR CUSTOM CAN BE LOSS WHEN YOU UPDATE.

--------------------------------------------------------------*/

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 500;
    font-display: block;
    src: url("../../fonts/IRANSansWeb_Medium.eot");
    src: url("../../fonts/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/IRANSansWeb_Medium.woff") format("woff"), url("../../fonts/IRANSansWeb_Medium.ttf") format("truetype");
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url("../../fonts/IRANSansWeb.eot");
    src: url("../../fonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("../../fonts/IRANSansWeb.woff") format("woff"), url("../../fonts/IRANSansWeb.ttf") format("truetype");
}

@font-face {
    font-family: "IRANSansnum";
    font-style: normal;
    font-weight: 500;
    font-display: block;
    src: url("../../fonts/IRANSansWeb(FaNum)_Medium.eot");
    src: url("../../fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/IRANSansWeb(FaNum)_Medium.woff") format("woff"), url("../../fonts/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
}

@font-face {
    font-family: "iwooi";
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url(../../fonts/iwooi.eot);
    src: url(../../fonts/iwooi.eot?#iefix) format("embedded-opentype"), url(../../fonts/iwooi.woff) format("woff"), url(../../fonts/iwooi.ttf) format("truetype"), url(../../fonts/iwooi.svg#iwooi) format("svg")
}

* {
    font-family: "IRANSans";
}

.w-100 {
    width: 100%;
}

.w-100-i {
    width: 100% !important;
}

.border-r-d {
    border-radius: 17px;
}

.border-r-d-i {
    border-radius: 17px !important;
}

.show_messages {
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
}

.show_messages svg {
    margin-top: 8px;
}

.show_messages p {
    margin-top: -13px;
    position: relative;
    width: fit-content;
    top: -9px;
    right: 30px;
}

.messages_danger {
    background: #df2125;
}

.messages_success {
    background: #73e181;
}

.messages_warning {
    color: #000;
    background: #ffd400;
}

.messages_info {
    color: #000;
    background: #00ffdc;
}

.bottom-fixed {
    position: fixed;
    bottom: 2%;
    width: 90%;
    left: 5%;
}

.bottom-fixed a {
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 2px 30px -12px rgb(0 0 0 / 33%);
    display: inline-block;
    padding: 10px;
    text-align: center;
    /* border: 1px solid silver; */
}

.bottom-fixed .account {
    width: 70%;
    background-color: #b9b9b9;
}

.bottom-fixed .log-out {
    background-color: #df2125;
    width: 27%;
    color: #fff;
}

.logo-login-300 {
    width: 65%;
    display: block;
    margin: auto;
    margin-bottom: 25px;
}

.support_info i.icon-truck-fast3 {
    color: #ff9076;
}

.support_info i.icon-story4 {
    color: #54e877;
}

.support_info i.icon-setting-24 {
    color: #51b3ee;
}

.support_info i.icon-notification4 {
    color: #eee346;
}

.support_info i.icon-verify4 {
    color: #f86ee5;
}

.support_info i.icon-book-14 {
    color: #f86ee5;
}

.support_info i.icon-more4 {
    color: #a067e8;
}

.support_info i.ficon-gift4 {
    color: #828894cc;
}

.pt-10 {
    padding-top: 10px;
}

.head-form-car {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 16px;
}


/* Note: Add new css to the media query below that you want to only effect all device  */


/*----------------------------------------------------------------
  ONLY DESKTOP STYLE
--------------------------------------------------------------*/


/* Note: Add new css to the media query below that you want to only effect the desktop view  */

@media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */
    .login_wrap {
        color: #444;
        text-align: right;
        display: block;
        max-width: 30%;
        margin: 0 auto;
    }
}


/*----------------------------------------------------------------
  MOBILE STYLE
--------------------------------------------------------------*/


/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait */

@media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */
}