@import url("fontface.css");

* {
    font-family: IRANSans;
    color: #252525;
}

button:focus, input:focus, select:focus {
    outline: none;
}

body {
    background-color: #f8f8f8 !important;
}

a, a:hover {
    text-decoration: none;
}
hr {
    border: 0;
    clear: both;
    display: block;
    width: 100%;
    background-color: #ebe9e9;
    height: 1px;
}

p {
    margin: 0;
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
@media (max-width: 991px) {
    .order-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
@media (max-width: 768px) {
    .order-first2 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
.bg_primary {
    background-color: #FFF;
}

.red-title {
    display: inline-block;
    color: #fd513e;
    padding: 20px;
    margin: 0;
}
.red-title i {
    display: inline-block;
    color: #fd513e;
    margin: 0;
    font-size: 22px;
}
.tags_post{
    padding: 0 20px 20px 20px;
}
.tags_post a{
    color: #252525;
    margin-right: 5px;
    padding: 2px 10px;
    background: #ebe9e9;
    border-radius: 7px;
    transition: 0.3s;
}
.tags_post a:hover{
    color:#fff;
    background-color: #fd513e;
    box-shadow: 0 0 2px #878787;
}
.content_bg {
    border-radius: 10px;
    box-shadow: 0 0 2px #c5c5c5;
}

.read-more {
    background-color: transparent;
    border: none;
    color: #facdce;
    font-size: 20px;
    margin: 12px auto;
    cursor: pointer;
}

.read-more:hover {
    color: #fd513e;
}

.register_menu_wraper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
}

.register_menu {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #757575;
    text-align: center;
    width: fit-content;
}

.register_menu a {
    padding: 10px;
    color: #757575;
}

.register_menu img {
    width: 30px;
}

.navbar {
    margin: 20px;
}

.offbox {
    background: #ffffff;
    padding: 4px;
    border-radius: 5px;
    box-shadow: 1px 1px 6px #747474;
    margin-bottom: 8px;
}

.offer_itm hr {
    margin: 2px 0;
}

.offbox:hover {

}

.offbox_money_wraper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.offbox-off-money {
    font-size: 17px;
    color: #098423;
}

.offbox-real-money {
    font-size: 13px;
    color: #c11616;
    position: relative;
}

.offbox-real-money::before {
    content: '';
    position: absolute;
    right: 0;
    top: 9px;
    background: #d23c53;
    width: 100%;
    height: 1px;
    transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg);
}

.offbox-title {
    font-size: 20px;
    margin: 10px;
    color: #252525;
}

.offbox .offbox-img-responsive {
    height: 200px;
    width: 100%;
}

.off-percent img {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    color: #FFF;
    font-size: 16px;
}

.offbox-desc {
    font-size: 12px;
    margin: 10px;
    color: #252525;
}

.offbox-footer .float-left p,
.offbox-footer .float-right p {
    margin: 5px 0;
    font-size: 14px;
}

.off-percent p {
    position: absolute;
    top: 1px;
    right: 3px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
}

.offbox .off-city {
    display: flex;
    align-items: center;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 10px;
    background-color: #eb6361;
    padding: 3px 4px;
}

.offbox .off-city i {
    margin-right: 5px;
    color: #FFF;
}

.offbox .off-city p {
    display: inline-block;
    margin: 0 5px;
    font-size: 12px;
    color: #FFF;
}

.load-offs {
    padding: 10px 15px;
    background-color: transparent;
    border-radius: 5px;
    color: #757575;
    box-shadow: 1px 1px 6px #747474;
}

.load-offs:hover {
    color: #757575;
    box-shadow: 2px 2px 6px #656565;
}

.load-offs i {
    color: #757575;
}

footer {
    cursor: default;
    background-color: #fff;
    margin-top: 20px;
    border-top: 1px solid #d8d8d8;
}

footer .footer-download-app {
    text-align: center;
}

footer .footer-download-app a {
    display: block;
}

footer .footer-download-app img {
    width: 200px;
}

ul.social-icon {
    list-style: none;
    margin: 0;
}
@media (max-width: 1199px) and (min-width: 992px){
    .div_header_search{
        margin-right: 29% !important;
        margin-left: unset !important;
    }
}
@media (max-width: 991px) {
    ul.social-icon {
        padding: 0;
    }
    .div_dropdown_profile{
        justify-content: flex-end !important;
    }
    .div_logo {
        padding: 0;
    }
    .div_header_search{
        margin-bottom: 1rem;
    }
}
@media (max-width: 440px) {
    .div_logo img {
        width: 100px !important;
    }
    #div_logo .navbar-toggler-icon {
        width: 1.3em !important;
        height: 1.3em !important;
    }
    #div_logo .navbar-toggler {
        padding-left: 5px !important;
    }
    .dropdown_profile button{
        font-size: 14px;
        padding: 2px 5px;
    }
    .header-itm .cart-shoping {
        margin-right: 0 !important;
    }
    .header-itm .fa-shopping-cart {
        font-size: 20px !important;
    }
    .bg_primary_header{
        padding: 5px !important;
    }
}
footer .footer-address-title {
    background-color: red;
    padding: 2px 7px;
    margin: 1px;
    border-radius: 5px;
    display: inline-block;
    color: #FFF;
}

ul.social-icon li {
    display: inline-block;
    border-radius: 50%;
    transition: 0.5s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.social-icon  i{
    padding-top: 5px;
    font-size: 1.7rem !important;
    color: #404b53;
    border-radius: 1px;
    cursor: pointer;
    vertical-align: middle;
}
.social-icon  li:hover{
    background:whitesmoke;
}
.offer-details .social-icon i:before{
    margin-left: 0 !important;
}
.offer-details-count{
    margin-top: 4px;
}


footer .navbar {
    margin: 0;
}

footer hr {
    margin: 10px 0;
}

.header-single-off .asnaf-rating {
    text-align: center;
    color: #fec606;
    font-size: 25px;
    padding-top: 15px;
    cursor: pointer;
}

.header-single-off .header-single-off-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.header-single-off .header-single-off-img {
    height: 381px;
}

.header-single-off {
    border: 1px solid #b1b1b1;
    border-radius: 10px;
    padding: 10px;
}

.header-single-off-sum {

}

.header-single-off-sum .main-sum-off {
    border: 1px solid #b1b1b1;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #b1b1b1;
    padding: 0;
}

.header-single-off-sum .buy-off {
    width: 100%;
    background-color: #27ae60;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    margin: 8px 0;
    text-align: center;
    color: white;
    cursor: pointer;
}

.header-single-off-sum .buy-off:hover {
    box-shadow: 1px 1px 7px #353535;
}

.header-single-off-sum .buy-off i {
    font-size: 20px;
    background-color: rgba(70, 70, 20, 0.19);
    padding: 6px;
    border-radius: 15px;
    position: absolute;
    right: 8px;
    top: 10px;
}

.header-single-off-sum div div {
    padding: 10px;
}

.header-search {
    position: relative;
}

.header-search input[type=text] {
    width: 100%;
    border: none;
    box-shadow: 0 0 5px #bfbebe;
    padding: 5px 10px 5px 0;
    border-radius: 5px;
}

.header-search input[type=submit] {
    background: url(../../images/front/search.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    cursor: pointer;
    height: 30px;
    width: 30px;
    top: 3px;
    left: 0;
    border: none;
}

.content-single-off {
    margin: 15px 0;
}

.main-sum-off table p {
    margin: 0;
    display: inline-block;
}

.main-sum-off table tr {
    border-bottom: 1px solid #b1b1b1;
    margin-right: 0;
    margin-left: 0;
}

.main-sum-off table tr td {
    padding: 15px;
}

.main-sum-off .single-off-time-count p {
    font-size: 15px;
    margin: 0 8px;
}

.main-sum-off table p {
    margin: 0;
    display: inline-block;
}

.how-use {
    border: 0 solid #b1b1b1;
    border-radius: 10px;
    box-shadow: 0 0 5px #b1b1b1;
    padding: 15px;
}

.column {
    float: left;
    width: 16.66%;
    cursor: pointer;
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}


.offer-moment-wraper {
    background-color: #fff;
    border-radius: 5px;
    padding: 7px 10px;
    box-shadow: 0 0 5px #d0d0d0;
}

.offer-moment-wraper img {
    border-radius: 5px;
    /* border: 2px solid #b1b1b1;*/
    object-fit: cover;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .offer-moment-wraper img {
        /*height: 297px; */
    }
}
@media (max-width: 991px) {
    .offer-moment-wraper {
        margin-top: 1rem;
    }
}
.offer-moment-item{
    margin-bottom: 0.8rem;
}
@media (min-width: 992px) {
    .offer-moment-item img{
        height: 212px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .offer-moment-item img{
        height: 207px;
    }
    ul.social-icon li {
        margin-right: .5rem;
    }
}

.offer-moment {
    text-align: center;
    width: 100%;
    background-color: #45bf52;
    color: #FFF;
    margin: 5px 0;
    padding: 10px;
    border-radius: 5px;
}

.offer-itm-wraper {
    padding: 2px 1rem 10px 1rem;
}

.offer_itm {
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0 0 5px #b1b1b1;
}

.offer-itm-content h3  {
    padding: 5px;
    font-size: 18px;
    margin: 10px 0;
}

.offer-itm-footer {
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offer_itm img {
    border-radius: 10px 10px 0 0;
    cursor: pointer;

}
.offer_main_img{
    object-fit: cover;
    height: 207px;
    width: 100%;
}

.offer_itm:hover {
    box-shadow: 1px 1px 10px #757575;

}

footer .copyright {
    background-color: #292929;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
}
footer .copyright a{
    color: #FFF !important;
}
footer .copyright a:hover{
    color: #d9d9d9 !important;
}
footer .copyright p {
    color: #FFF;
    margin: 0;
}

.offer_itm .offer-itm-img {
    position: relative;
}

.offer-itm .offer-itm-footer {

}

.offer-moment-wraper h3 {
    font-size: 14px;
    margin: 3px 10px 10px 10px;
}

.green-tag img {
    position: absolute;
    top: -21px;
    right: -26px;
}

.green-tag p {
    position: absolute;
    width: 50px;
    top: 13px;
    text-align: center;
    right: 3px;
    color: #FFF;
    font-size: 15px;
}

.red-tag .right-tag img {
    position: absolute;
    top: -21px;
    right: -26px;
}

.red-tag .right-tag p {
    position: absolute;
    width: 50px;
    top: 13px;
    text-align: center;
    right: 3px;
    color: #FFF;
    font-size: 15px;
}

.red-tag .left-tag img {
    position: absolute;
    top: -23px;
    left: -23px;
    transform: rotate(-90deg);
}

.red-tag .left-tag p {
    position: absolute;
    top: 24px;
    text-align: center;
    left: -1px;
    color: #FFF;
    font-size: 15px;
    transform: rotate(-45deg);
}

.add-to-cart {
    padding: 10px;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
}
.gtakhfif-red-btn a{
    color: #FFF;
}
.gtakhfif-red-btn {
    background-color: #ff503f;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    box-shadow: 1px 1px 5px #757575;
    color: #FFF;
    cursor: pointer;
}

.gtakhfif-red-btn:hover {
    background-color: rgb(210, 37, 30);
    transition: background-color 0.5s ease;
}

.gtakhfif-blue-btn {
    width: 100%;
    background-color:#45bf52;
    border: none;
    border-radius: 5px;
    padding: 0;
    box-shadow: 1px 1px 5px #757575;
    color: #FFF;
    cursor: pointer;
    text-align: center;
}
.gtakhfif-blue-btn2 {
    width:fit-content;
    background-color:#fb4e4e;
    border: none;
    border-radius: 5px;
    padding: 15px 30px;
    box-shadow: 1px 1px 5px #757575;
    color: #FFF;
    cursor: pointer;
    text-align: center;
}
.gtakhfif-blue-btn  button{
    background-color:#45bf52;
    border: none;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    display: block;
    text-align: center;
    margin: auto;
    padding:25px 30px;
    width: 100%;
}
.gtakhfif-blue-btn2  button{
    background-color:#fb4e4e;
    border: none;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
}
.gtakhfif-blue-btn a , .gtakhfif-blue-btn i,
.gtakhfif-blue-btn2 a , .gtakhfif-blue-btn2 i{
    color: #fff !important;
}

.gtakhfif-blue-btn:hover , .gtakhfif-blue-btn:hover  button , .gtakhfif-blue-btn button:hover  , .gtakhfif-blue-btn button:focus {
    background-color: #3b9941;
    transition: background-color 0.5s ease;
}
.gtakhfif-blue-btn2:hover , .gtakhfif-blue-btn2:hover  button , .gtakhfif-blue-btn2 button:hover  , .gtakhfif-blue-btn2 button:focus ,
.div_clear_cart button:hover
{
    background-color: #fb5c5c;
    transition: background-color 0.5s ease;
}
@media (max-width: 401px) {
    .gtakhfif-blue-btn2{
        padding: 15px 10px;
    }
    .div-rate-offer{
        display: block !important;
        text-align: center;
        padding-top: 8px !important;
    }
    .div-rate-offer  .offer-details-label{
        display: block !important;
        margin-bottom: 1rem;
    }
    ul.social-icon li {
        width: 30px;
        height: 30px;
    }
    ul.social-icon {
        margin-top: -10px !important;
    }
}
.div_clear_cart {
    text-align: left;
    margin-bottom: 5px;
    cursor: pointer !important;
}
.div_clear_cart button{
    padding: 5px;
    background-color: #fb4e4e;
    border-radius: 5px;
    color: #fff;
    border: 0;
    cursor: pointer !important;
}
.div_clear_cart span{
    color: #fff;
}
#error_required{
    color: red;
    font-size: 14px;
}
.change_qty_item{
    margin-right: 0.5rem;
}
.change_qty_item button{
    background: transparent;
    border: 0;
    padding: 0;
}
.change_qty_item span{
    font-size: 18px;
    vertical-align: middle;
    cursor: pointer;
}
.change_qty_item .fa-plus-circle{
    color: #15801c;
}
.change_qty_item .fa-minus-circle{
    color: red;
}

.gtakhfif-green-btn {
    padding: 10px 15px;
    background-color: #15801c;
    color: #FFF !important;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}

.gtakhfif-green-btn:hover {
    background-color: #318023;
    transition: background-color 0.5s ease;
}
.sum-checkout {
    cursor: default !important;
    font-weight: 700;
    border:1px solid #d6d6d6;
    padding: 10px 15px;
    background-color: transparent;
    color: #989898 !important;
    border-radius: 15px;

}
.sum-checkout:hover{
    background-color: transparent !important;
}
.add-to-cart a {
    padding: 28px;
    background-color: #45bf52;
    color: #FFF !important;
    font-size: 18px;
    border-radius: 5px 0 0 5px;
    margin: -10px;
    cursor: pointer;
}
.add-to-cart i{
    color: #FFF !important;
}
.add-to-cart span{
    padding: 28px;
    background-color: #888888;
    color: #FFF !important;
    font-size: 18px;
    border-radius: 5px 0 0 5px;
    margin: -10px;
    cursor: default;
}
.add-to-cart a:hover {
    background-color: #3b9941;
    transition: background-color 0.5s ease;
}
.login-title{
    font-size: 2rem;
    margin-bottom: 2rem;
    font-family: "dimaSogand";
}
.login-modal_div {
    background-image: url('../../images/front/login-bg.PNG');
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 400px;
    border-radius: 10px;
    border: none;
}
.comment-avatar{
    width: 70px;
    border-radius: 50%;
}
.modal-dialog {
    max-width: 650px;
}
.div_form_login{
    padding: 7rem 2rem 2rem 1rem;
}
.div_form_login_info{
    padding: 5rem 2rem 2rem 1rem;
}
.removeItem{
    border: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.removeItem:hover{
    box-shadow: none !important;
}
@media (max-width: 1270px) {
    .div_form_login {
        padding: 5.5rem 2rem 2rem 1rem;
    }
    .div_form_login_info{
        padding: 3.5rem 2rem 2rem 1rem;
    }
    .login-modal_div {
        min-height: 350px;
    }

}
@media (max-width: 1188px) AND (min-width: 1100px){
    .div_form_login_info{
        padding: 2rem 2rem 2rem 1rem;
    }
}
@media (max-width: 1099px) AND (min-width: 992px){
    .login-modal_div {
        min-height: 300px;
    }
    .div_form_login {
        padding: 2.5rem 2rem 2rem 1rem;
    }
    .div_form_login_info{
        padding: 1.5rem 2rem 2rem 1rem;
    }

}
@media (max-width: 991px) AND (min-width: 885px){
    .div_form_login_info{
        padding: 2rem 2rem 2rem 1rem;
    }
    ul.social-icon  {
        margin-top: -5px;
        text-align: center;
    }

}
@media (max-width: 884px) AND (min-width: 671px){
    .login-modal_div {
        min-height: 300px;
    }
    .div_form_login {
        padding: 2.5rem 2rem 2rem 1rem;
    }
    .div_form_login_info{
        padding: 1rem 2rem 2rem 1rem;
    }
    ul.social-icon  {
        margin-top: -6px;
        text-align: center;
    }
}
@media (max-width: 670px) AND (min-width: 650px){
    .login-modal_div {
        min-height: 200px;
    }
    .div_form_login {
        padding: 2rem 2rem 1.5rem 1rem;
    }
    ul.social-icon  {
        margin-top: -6px;
        text-align: center;
    }

}
@media (max-width: 649px) AND (min-width: 576px){
    .div_form_login {
        padding: 1rem 2rem 0.5rem 1rem;
    }
    .login-modal_div {
        min-height: auto;
    }
    .div_form_login_info{
        padding: 1rem 2rem 2rem 1rem;
    }
    ul.social-icon  {
        margin-top: -6px;
        text-align: center;
    }

}
@media (max-width: 575px){
    ul.social-icon  {
        margin-top: -5px;
        text-align: center;
    }
    .container_checkout .gtakhfif-blue-btn{
        position: fixed;
        bottom:0;
        width: 100%;
        z-index: 10000;
        left: 0;
        right: 0;
    }
    .container_checkout .row_error_required{
        position: fixed;
        bottom: 35px;
        z-index: 10000;
        text-align: center;
        margin: auto;
        width: 100%;
    }
    .container_checkout .row_error_required #error_required {
        text-align: center;
        margin: auto;
        width: 100%;
    }

}
.offer-itm-footer .offer-itm-footer-map {
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    padding: 0 10px;
}

.offer-itm-footer .offer-itm-footer-map i {
    color: #b1b1b1;
}

.offer-itm-footer .offer-itm-footer-amount i {
    color: #b1b1b1;
}

.offer-itm-footer .offer-itm-footer-before {
    position: relative;
    font-size: 12px;
    color: #ff503f;
}

.offer-itm-footer .offer-itm-footer-before:before {
    content: '';
    position: absolute;
    right: -5px;
    top: 7px;
    background: #ff503f;
    width: 130%;
    height: 1px;
    transform: rotate(-12deg);
}
.offer-itm-footer-map a{
    color: #252525 !important;
}
.offer-itm-footer-map a:hover{
    color: #b1b1b1 !important;
}
.offer-itm-footer .offer-itm-footer-after {
    font-size: 13px;
}

.login-modal .modal-body {
    flex-direction: column;
    justify-content: center;
}

.login-modal .close {
    text-align: right;
    padding: 10px;
}

.login-send-form {
    padding: 0;
}

.login-send-form .login-send-sms {
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px 30px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 0 5px #c3c3c3;

}

.login-send-form .login-send-sms-submit {
    display: block;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border: none;
    background-color: #41c541;
    color: #FFF;
    box-shadow: 0 0 5px #c3c3c3;
    margin-top: 1rem;
    cursor: pointer;
}

.contact-form .form-control {
    border: none;
}

.contact-form input[type=text] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
}

.contact-form textarea {
    width: 100%;
    min-height: 150px;
    border: 1px solid #757575;
}

.cart-itm {
    margin: 0;
    padding: 5px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}

.cart-itm .row {
    margin: 0;
}

.cart-itm .cart-itm-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.cart-itm .cart-itm-img {
    padding: 0;
}

.cart-itm .cart-itm-details {
    padding: 1rem;
}

.cart-itm .cart-itm-details .fa-trash {
    color: #fb4e4e;
    cursor: pointer;
}
.cart-itm .cart-itm-details .fa-trash:hover {
    box-shadow: 1px 1px 10px #d0d0d0;
}
.cart-itm .cart-itm-details .fa-calculator {
    padding: 5px;
    color: #757575;
    vertical-align: bottom;
}

.cart-itm .cart-itm-details select {
    border-radius: 5px;
    cursor: pointer;
}

.cart-itm .cart-itm-sum {
    padding: 5px;
    background-color: #fb4e4e;
    border-radius: 5px;
}
.count-offer{
    border-radius: 2px;
    border: 1px solid #ababab;
    text-align: center;
    /* padding: 0px 15px; */
    width: 40px;
}
.cart-itm .cart-itm-sum span {
    color: #FFF;
}
@media (max-width: 767PX) AND (min-width: 657px){
    .cart-itm .cart-itm-img img {

    }
}

.header-itm .fa-shopping-cart {
    color: #cbcbcb;
    font-size: 23px;
    padding: 5px;
}

.header-itm .cart-shoping {
    position: relative;
    margin-right: 10px;
}

.header-itm .cart-shoping {
    position: relative;
    margin-right: 10px;
}

.header-itm .cart-shoping .cart-shoping-count {
    position: absolute;
    background-color: #45bf52;
    padding: 0px 7px 0 6px;
    font-size: 12px;
    border-radius: 50%;
    color: #FFF;
    left: -10px;
    top: -12px;
}



.navbar {
    margin: 0 !important;
    border-top: 1px solid #f5f5f5;
}

.container_checked {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container_checked input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 2px solid #fb4e4e;
}

/* On mouse-over, add a grey background color */
.container_checked:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_checked input:checked ~ .checkmark {
    background-color: #fb4e4e;
    border: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_checked input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_checked .checkmark:after {
    left: 9px;
    top: 3px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* slider */
.custom_carousel .carousel , .single_carousel .carousel{
    border: 3px solid #e2e2e2;
    padding: 2px;
    border-radius: 10px;
    height: 100%;
}

.custom_carousel  .carousel-item img {
    height: 420px;
    object-fit: contain;
}
.single_carousel  .carousel-item img {
    height: 452px;
    object-fit: cover;
}
.custom_carousel  .carousel-inner , .single_carousel  .carousel-inner{
    height: 100%;
}

.custom_carousel  .carousel-inner .carousel-item , .single_carousel  .carousel-inner .carousel-item{
    height: 100%;
}

.custom_carousel .carousel-inner , .single_carousel .carousel-inner {
    border-radius: 5px;
}

.custom_carousel .carousel-indicators .active {
    background-color: #ce3333;
}

.custom_carousel .carousel-indicators li , .single_carousel .carousel-indicators li{
    width: 7px;
    height: 7px;
    border-radius: 5px;
}

.custom_carousel .carousel-control-prev i, .custom_carousel .carousel-control-next i ,
.single_carousel .carousel-control-prev i, .single_carousel .carousel-control-next i{
    color: #FFF;
    font-size: 25px;
}
.dropdown-menu {
    border-radius: 1px;
}

.center-navbar {
    background-color: #ff503f;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #d0d0d0;
}

.center-navbar .city-list {
    padding: 0;
    margin-right: -20px;
}

.center-navbar .city-list .fa-map-marker-alt, .center-navbar .city-list a.dropdown-toggle {
    color: #FFF;
}

.center-navbar .dropdown-toggle::after {
    color: #FFF !important;
}

.center-navbar .amazing-list li {
    background-color: #FFF;
    padding: 8px;
    border-radius: 5px;
}
@media (max-width: 991px) {
    .custom_carousel  .carousel-item img {
        height: auto;
    }
}
@media (max-width: 475px) and (min-width: 381px){
    .custom_carousel  .carousel-item img {
        height: 250px;
        object-fit: cover;
    }
}
@media (min-width: 576px) {
    .center-navbar .amazing-list li {
        margin: -20px;
    }
}
@media (max-width: 345px) {
    .center-navbar .amazing-list li a , .center-navbar .city-list .fa-map-marker-alt, .center-navbar .city-list a.dropdown-toggle {
        font-size: 15px !important;
    }
}
.center-navbar .amazing-list li a {
    color: #ff503f;
}

.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ff503f;
}
.single-header-title{
    position: relative;
}
.single-header-title .bookmark_tooltip{
    position: absolute;
    left: 2.7%;
    top: -2%;
}
.single-header-title a i {
    padding-top: 10px;
    font-size: 2rem !important;
    color: #84919a;
    border-radius: 1px;
    cursor: pointer;
    vertical-align: middle;
}
.single-header-title h1{
    line-height: 2rem;
    font-size: 20px;
    font-weight: bold;
    margin: 2rem 13px 2rem 0;
    color: #757575;
}
.div_posts h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 2rem 0;
    color: #757575;
}
.div_posts h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 2rem 0;
    color: #757575;
}
.div_posts h2{
    font-size: 18px;
    font-weight: 500;
    margin: 2rem 0;
    color: #757575;
}
.cart-header-title h2 , .cart-header-title h1 , .cart-header-title h3{
    font-size: 22px;
    font-weight: bold;
    color: #757575;
}
#expire-time {
    background-color: #00baff;
    padding: 10px;
    border-radius: 5px;
}

#expire-time i, #expire-time p {
    color: #FFF;

}
#expire-time i {

    font-size:12px;
}

#expire-time .expire-time-degit {
    width: 40px;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    text-shadow: 1px 1px 1px #969595;
    background: #8080805c;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    padding: 5px;

}

.offer-details-container hr {
    margin: 1px;
}

.offer-details {
    padding: 15px 2px;
}

.offer-details span , .offer-details span a{
    color: #b5afaf;
}
.offer-details span a:hover , .social-icon li i:hover {
    color: #3f3f3f !important;
}

.offer-details .offer-details-label {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: bold;
}

.offer-details i:before {
    color: #b5afaf;
    margin-left: 5px;
}

.offer-details-map {
    padding: 2px;
    color: #ffffff !important;
    background-color: #fd513e;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0 0 5px #c7c7c7;
}

.offer-single-desc p {
    text-align: justify;
    padding:  1rem 10px;
    line-height: 2rem;

}
.offer-single-desc a{
    color:#000;
}
.offer-single-desc a:hover{
    color: #fd513e;
}
.details-feture ul, .how-to ul {
    list-style: none;
}

.details-feture > ul > li, .how-to > ul > li {
    padding-left: 1.3em;
}
.div_week_times{
    margin-top: .3rem;
    color: #fd513e;
    font-size: 14px;
}

.div_week_times strong{
    font-weight: 600;
    color: #3f3f3f;
}
.div_week_times a span:hover , .show_more_number:hover{
    color: #fd513e !important;
}

.div_week_times i{
    color: #b5afaf;
}
.show_more_number , .div_phone_author .phone{
    cursor: pointer;
}



.details-feture > ul > li:before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    background-image: url("../img/details.PNG");
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5px;
    width: 20px;
    height: 30px;
    margin-bottom: -10px;
}

.how-to > ul > li:before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    background-image: url("../img/how-to.PNG");
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5px;
    width: 20px;
    height: 30px;
    margin-bottom: -10px;
}

.receipt-transaction {
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 0;
    margin-bottom: 1rem;
}

.receipt-transaction .collapse-header {
    width: 100%;
    height: 75px;
    border-radius: 10px 10px 0 0;
    border: none;
    background-color: #00bcdf;
    color: #FFF;
    font-size: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}

.receipt-transaction .collapse-header p {
    font-size: 18px;
    color: #FFFFFF;
}

.receipt-transaction .money-paid {
    background-color: #45bf52;
    padding: 10px;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
}

.receipt-transaction .receipt-details {
    background-color: #a1a1a1;
    padding: 10px 20px;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
}

.fav-itm-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 10px 0 0;
}

.fav-itm-details .fa-bookmark {
    font-size: 25px;
    color: #ff503f;
    cursor: pointer;
}

.tab-content {
    width: 100%;
}
.cart_orders_title b{
    color: #464646;
}
.cart_orders_subtitle {
    font-size: 15px;
    color: #4a4a4a;
    font-weight: 500;
}
.cart_orders_info i{
    color: #5f5f5f;
}
.cart_orders_info span {
    margin-left: 1rem;
    font-size: 14px;
    font-weight: 500;
    color: #6a6a6a;
}

#update_user i {
    font-size: 24px;
    display: inline-block;
    color: #757575;
    margin-left: 10px;
}

#update_user h3 {
    display: inline-block;
}

#update_user .form-control {
    width: 100%;
    border: none;
}

#update_user .form-control input {
    width: 100%;
    border-width: 0 0 2px;
    border-color: #757575;
}

#update_user .form-control input[type=submit] {
    height: 50px;
    background-color: #45bf52;
    border: none;
    border-radius: 5px;
    color: #FFF;
    font-size: 20px;
    margin-top: 20px;
    cursor: pointer;
}

#update_user .form-control input[type=submit]:hover {
    background-color: #0d911d;
    box-shadow: 1px 1px 3px #2d2d2d;
}

.profile-avatar {
    padding: 20px;
    background-color: #ff503f;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
}

.profile-avatar img {
    width: 100px;
    border-radius: 50%;
    border: 2px solid #e4e4e4;
}

.profile-avatar p {
    font-size: 23px;
    color: #FFF;
    margin-right: 10px;
}

.nav-tabs--vertical {
    border-bottom: none;
    display: flex;
    flex-flow: column nowrap;
}
@media (min-width: 992px) {
    .div_posts h3{

        height: 28px;
    }
    .offer-itm-content h3{
        color: #252525;
        height: 45px;
    }
    .relation_posts .offer-itm-content h3{
        height: 50px;
    }
}
@media (max-width: 991px) {
    .nav-tabs--vertical {
        display: block !important;
        margin-bottom: 2rem !important;
    }
    .nav-tabs--left .nav-item + .nav-item {
        display: inline-block;
        width: fit-content !important;

    }
    .fav-itm-details {
        padding-right: 0;
    }
    .single-header-title .bookmark_tooltip{
        left: 4.5%;
    }
}
.nav-item a {
    color: #404040;
}

.tab-pane {
    padding: 10px;
}

.nav-tabs--left {
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
}

.nav-tabs--left .nav-item + .nav-item {
    margin-top: .25rem;
    text-align: center;
}

.nav-tabs--left .nav-link {
    transition: border-color .125s ease-in;
    white-space: nowrap;
}

.nav-tabs--left .nav-link:hover {
    background-color: #f7f7f7;
    border-color: transparent;
}

.nav-tabs--left .nav-link.active {
    border-bottom-color: #ddd;
    border-right-color: #fff;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    margin-right: -1px;
    background-color: #a1a1a1;
    color: #FFF;
}

.nav-tabs--left .nav-link.active:hover {
    background-color: #a1a1a1;
}
.single-percent p{
    color: #45bf52;
    font-size: 20px;
}
.footer_title {
    color: #252525 !important;
    line-height: 3rem;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 500;
    font-size: 25px;
    cursor: default;
}

.footer_title2 , .footer_title2 a {
    color: #252525 !important;
    font-size: 18px;
    cursor: default;
}
@media (max-width: 380px){
    .footer_title2 {
        font-size: 16px;
    }
}
.page-item .page-link {
    background-color: #fff;
    border: none;
    border-radius: 5px !important;
    padding: 5px 10px;
    box-shadow: 1px 1px 5px #b9b9b9;
    color: #525252;
    cursor: pointer;
    margin: 5px;
}
.page-item.active .page-link {
    background-color: #ff503f;
    color: #FFF;
}
.pagination{
    margin-bottom: 0;
}
.map_div{
    height: 400px;
}
.offer-single-desc h2{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.star_rating_inputs {
    border: medium none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    float: left;
    font-size: 14px;
    letter-spacing: 0.3px;
    margin-left: 9px;
    margin-top: 0;
    padding: 8px 15px 0 8px;
}
.star_rating .fa-star , .star_rating_inputs .fa-star{
    border-radius: 50%;
    padding: 4px 2px;
    color: #fff;
    vertical-align: middle;
    text-shadow: -1px 0 #686868, 0 1px #686868, 1px 0 #686868, 0 -1px #686868;
    font-size: 1.5rem;
    -webkit-text-stroke-color: black;

}
.star_rating .fa-star.checked , .star_rating_inputs .fa-star.checked ,
.star_rating .fa-star-half , .star_rating_inputs .fa-star-half{
    color: orange;
    text-shadow: -1px 0 orange, 0 1px orange, 1px 0 orange, 0 -1px orange;
}
.star_rating .fa-star.half_checked , .star_rating_inputs .fa-star.half_checked{
    /*background: linear-gradient(90deg, #FF9800 50%, #b9b8b8 50%);*/
}


/*
 * Rating styles
 */
.rating {
    width: 226px;
    margin: 0 auto 1em;
    font-size: 45px;
    overflow:hidden;
    font-size: 25px;
}
.rating input {
    float: right;
    opacity: 0;
    position: absolute;
}
.rating a,
.rating label {
    margin-bottom: 0;
    line-height: 1.2rem;
    border-radius: 50%;
    padding: 0 4px 0 0;
    color: #fff;
    font-size: 18px;
    float: right;
    /* color: #aaa; */
    text-decoration: none;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
    margin-left: 0px;
}
.rating label:hover ~ label,
.rating input:focus ~ label,
.rating label:hover,
.rating a:hover,
.rating a:hover ~ a,
.rating a:focus,
.rating a:focus ~ a		{
    color: orange;
    cursor: pointer;
}
.rating2 {
    direction: rtl;
}
.rating2 a {
    float:none
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label .fa-star, /* show gold star when clicked */
.rating:not(:checked) > label:hover .fa-star, /* hover current star */
.rating:not(:checked) > label:hover ~ label .fa-star { color: orange;;   text-shadow: -1px 0 orange, 0 1px orange, 1px 0 orange, 0 -1px orange;} /* hover previous stars in list */

.rating > input:checked + label:hover .fa-star, /* hover current star when changing rating */
.rating > input:checked ~ label:hover .fa-star,
.rating > label:hover ~ input:checked ~ label .fa-star, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label .fa-star { color: orange;;  text-shadow: -1px 0 orange, 0 1px orange, 1px 0 orange, 0 -1px orange; }

.comment-user{
    padding: 0 1.5rem 1.5rem 1.5rem;
}
.comment-text{
    border-bottom: 1px solid #f5f5f5;
    text-align: justify;
    font-weight: 400;
    color: #717070;
    font-size: 15px;
    padding-bottom: 10px;
}
.footer_logo{
    margin-top: 2.5rem;
}
.container_aparat iframe{
    border: 0;
    border-radius: 12px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    height: 60vh;
    object-fit: cover;
    margin-top: 1rem;
}
@media (min-width: 992px){
    .offer-details-container{
        margin: 0 0.95rem 1.5rem 0
    }
    .col-single{
        padding-left: 0 !important;
    }

}
.samandehi{
    padding-top: 2rem;
}

@media (max-width: 1199px) and (min-width: 992px){
    .single_carousel .carousel-item img {
        height: 476px;
    }
    .enamad img {
        /* width: 100px;*/
    }
}
@media (max-width: 991px) and (min-width: 500px){
    .offer_main_img {
        height: 305px;
    }
}
@media (max-width: 991px){
    .copyright-apply{
        text-align: center;
        justify-content: center !important;
    }
    #expire-time {
        margin: 0 0.2rem;
    }
    .single_carousel {
        margin-top: 1rem;
    }
    .single-percent p , .add-to-cart a {
        font-size: 16px !important;
    }
    .add-to-cart a{
        padding: 28px 8px !important;
    }
    .off_discount_price{
        font-size: 21px !important;
    }
    .map_div{
        margin-left: 1rem !important;
    }
    .container_aparat iframe {
        width: 90%;
        height: 50vh;
        margin-top: 10px;
    }

}

@media (max-width: 767px) and (min-width: 500px){
    .single_carousel .carousel-item img {
        height: 300px;
    }
    .map_div{
        height: 400px;
    }
    .single-header-title .bookmark_tooltip{
        left: 6%;
    }
    .container_aparat iframe {
        width: 90%;
        height: 35vh;
        margin-top: 10px;
    }
}
@media (max-width: 499px){
    .footer_logo{
        margin-top: 1.5rem;
    }
    .profile-avatar p {
        font-size: 18px;
    }
    .col-enamad img{
        width: 100px;
    }
    .col-enamad{
        padding: 0 !important;
    }
    .footer_logo img{
        text-align: center;
        width: 300px;
    }
    .container_single{
        padding: 0 !important;
    }
    .single_carousel .carousel-item img {
        height: 190px;
    }
    .map_div{
        height: 300px;
    }
    .add-to-cart {
        padding: 0 !important;
        display: inherit !important;
    }
    .single-percent{
        border-bottom: 1px solid #b3b3b3;
    }
    .container_aparat iframe {
        width: 100%;
        height: 35vh;
        margin-top: 10px;
    }
    .add-to-cart a , .add-to-cart span{
        text-align: center !important;
        width: 100% !important;
        display: block !important;
        margin: 0 !important;
        border-radius: 0 0 5px 5px !important;
    }
    .star_rating_user{
        display: block !important;
        margin-right: 0 !important;
    }
    .single-header-title .bookmark_tooltip{
        left: 6.5%;
    }
    .star_rating_inputs{
        margin-right: 0 !important;
        padding-right: 0;
    }
}
@media (max-width: 423px){
    .star_rating_inputs {
        margin-bottom: 5px;
        padding-top: 0;
    }
    .container_aparat iframe {
        width: 100%;
        height: 30vh;
        margin-top: 10px;
    }
}
@media (max-width: 380px){
    .single-header-title .bookmark_tooltip{
        left: 8.5%;
    }
    .star_rating_inputs .fa-star {
        font-size: 1.3rem;
    }
    .container_aparat iframe {
        width: 100%;
        height: 100%;
        margin-top: 10px;
    }
}
/* comment box */
.widget-area.blank {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
body .no-padding {
    padding: 0;
}
.widget-area {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    float: left;
    margin-top: 30px;
    padding: 25px 30px;
    position: relative;
    width: 100%;
}
.status-upload {
    border: 1px solid #d6d6d6;
    background: none repeat scroll 0 0 #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    float: left;
    width: 100%;
}
.status-upload form {
    margin-bottom: 0;
    float: left;
    width: 100%;
}
.status-upload form textarea {
    font-family: IRANSans !important;
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #777777;
    float: left;
    font-family: Lato;
    font-size: 14px;
    letter-spacing: 0.3px;
    padding: 20px;
    width: 100%;
    resize:vertical;
    outline:none;
    border: 1px solid #F2F2F2;
}

.status-upload ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 15px;
    width: auto;
}
.status-upload ul > li {
    float: left;
}
.status-upload ul > li > a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #777777;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 10px 10px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 30px;
    cursor: pointer;
}
.status-upload ul > li > a:hover {
    background: none repeat scroll 0 0 #606060;
    color: #fff;
}
.status-upload form button {
    background: #fd513e;
    border: medium none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    float: left;
    font-size: 14px;
    letter-spacing: 0.3px;
    margin-left: 9px;
    margin-top: 9px;
    padding: 6px 15px;
    margin-bottom: 9px;
}
.dropdown > a > span.green:before {
    border-left-color: #2dcb73;
}
.status-upload form button > i {
    margin-right: 7px;
    color: #fff;
}
.old_price{
    text-decoration: line-through;
    color: #9a9a9a;
}
#check_code_div , #change_rety , #loading_gif{
    display: none;
}
#change_rety input{
    font-weight: 400;
    font-size: 13px;
    border: 0;
    background: none;
    cursor: pointer;
}
#change_rety input:hover{
    color:#fd513e ;
    transition: 0.3s;
}
@media (max-width: 550px) {
    .change_number_div{
        float: right !important;
    }
}
@media (max-width: 480px) {
    .login-send-form {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .offer-single-desc h2{
        font-size: 25px;
    }
    .login-send-form .login-send-sms-submit , .login-send-form .login-send-sms{

    }
}
.gtakhfif-red-btn.dropdown-toggle{
    box-shadow: none;
    outline: none;
}
.dropdown_profile .dropdown-menu {
    cursor: pointer;
    border: 0 !important;
    box-shadow: 0 0 5px #bfbfbf;
    border-radius: 5px;
    text-align: right !important;
    left: -17px !important;
    top: 5px !important;
    cursor: pointer;
}
.dropdown_profile .dropdown-toggle::after {
    color: #fff !important;
    vertical-align: baseline;
}
.dropdown_profile .dropdown-item  {
    font-size: 14px;
}
.dropdown_profile .dropdown-item a {
    color: #676767;
}
.dropdown_profile .dropdown-item a:focus{
    color: #fff;
}

/* menu header */
.nav-custom-style{
    padding: 0;
    background-color: #fff;
}

.nav-custom-style ul{
    padding-right:1rem;
    margin: auto;
}
.nav-custom-style ul li{
    padding: 0.5rem;
    border-bottom: 3px solid transparent;
    text-align: center;
}

.nav-custom-style ul li:hover .nav-link , .nav-custom-style ul li .nav-link:hover{
    color: #fd513e !important;
    transition: 0.4s;

}

.nav-custom-style .nav-link.dropdown-toggle:after {
    padding-top: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: "\f107";
    font-size: 16px;
    vertical-align: middle
}

.nav-custom-style .dropdown-toggle , .form_search_job .dropdown-toggle , .div_search_list_page .dropdown-toggle{
    display: flex;
}
.nav-custom-style .dropdown-toggle:after , .form_search_job .dropdown-toggle:after  , .div_search_list_page .dropdown-toggle:after{
    border: none;
}

.nav-custom-style .dropdown-menu{
    background-color: #fd513e ;
    border-radius: 0 0 2px 2px !important;
    padding: 0.5rem 0 !important;
}

.nav-custom-style .dropdown-menu li{
    background-color: #fff !important;
    padding:0;

}
.nav-custom-style .dropdown-menu  .border-bottom{
    border-bottom: 1px solid #dddddd94 !important;

}

.dropdown-menu{
    padding: 0 !important;
}
.dropdown-menu-city{
    background: #fff;
    right: -.7rem;
    padding: 0 !important;
    text-align: right;
    border-radius: 5px;
    border: 0;
    box-shadow: 0 0 5px #b1b1b180;
}
.dropdown-menu-city a{
    padding: 0.25rem 1rem !important;
    color: #212529 !important;
    transition: 0.4s;
    border-radius: 5px;
}
.dropdown-menu-city a span{
    color: #fd513e !important;
    font-size: 12px;
}
.dropdown-menu-city a:hover{
    color:#fd513e !important;
}
.dropdown-menu  li  a{
    font-size: 15px !important;
}

.dropdown-menu  li:hover .dropdown-item{
    color:#fd513e  !important;
    background-color: transparent !important;
}
.nav-custom-style .dropdown-menu{
    background-color: #fff !important;
}
.nav-custom-style .dropdown-menu a{
    font-weight: 400;
    color: #737373;
    font-size: 14px;
}

@media (min-width: 992px) {
    .nav-custom-style .dropdown-menu{
        width: fit-content;
        box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
        margin-top: 4px;
        border: 0;
        right:0 !important;
        left:0 !important;
    }
    .nav-custom-style .dropdown-menu a{
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
}

.nav-custom-style .dropdown-menu a , .nav-custom-style a{
    text-align: center !important;
}

.navbar-toggler-icon {
    margin-right: 0 !important;
    cursor:pointer !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(253, 81, 62)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.navbar-sticky{
    padding: 0;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
}

.navbar-sticky nav{
    padding: 0 !important;
}

.border-top a{
    color: #ffffff !important;
}
.fixed-top ul li a{
    font-weight: 400;
}
.div_logo img {
    width: 130px;
    margin-top:1rem;
    margin-bottom:1rem;
}
.footer_logo img{
    width: 150px;
    margin-top:1.5rem;
    margin-bottom:.7rem;

}
.navbar-toggler{

    margin-right: 1rem !important;
}
.div_app_index{
    margin-top: 1rem;
}
.div_app_index h2{
    font-size: 1.7rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}
.col-app-text , .col-app-img{
    margin-top: auto;
    margin-bottom: auto;
}
.div_about_index{
    cursor: default;
    padding: 3rem 1rem;
}
.div_about_index h2 , .div_about_index p{
    cursor: default;
}
.div_about_index h1 , .div_about_index h1 a{
    color: #ff503f !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .div_dropdown_login{
        padding: 0 !important;
    }
}
@media (max-width: 1050px) and (min-width: 992px) {
    .nav-custom-style ul li {

    }
}


@media (max-width: 991px) {
    .col-app-img{
        margin-bottom: 1rem;
    }
    .div_about_index{
        padding: 10px 10px 15px 10px;
    }
    .nav_toggle_icon{
        margin-right: 0 !important;
    }
    .div_dropdown_profile{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .nav-custom-style ul li:hover .nav-link , .nav-custom-style ul li:hover .dropdown-item{
        color: #fff !important;

    }
    .nav-custom-style a , .dropdown-menu a, .nav-custom-style a , .nav-custom-style .dropdown-menu a {
        text-align: right !important;
        font-size: 15px !important;
        padding-right: 0;
    }
    .dropdown-menu-city a{
        padding-right:1rem;
    }
    .nav-custom-style .dropdown-menu a:hover {
        background-color: #fd8166;
    }

    .nav-custom-style li , .navbar-nav .nav-link {
        padding-right:2rem !important;
        font-size: 18px !important;
    }


    .nav-custom-style .dropdown-menu li{
        padding-right: 1.5rem !important;
        border-bottom:none !important;
    }
    .nav-custom-style .dropdown-menu li:hover{
        background-color: transparent !important;
    }
    .navbar-collapse{
        background-color: #FFFFFF;
        border-top: 1px solid #e3e3e3;
    }
    .nav-custom-style ul{
        padding-top: 1rem;
        padding-right: 0 !important;
    }
    .nav-custom-style ul li a{
        color: #ffffff !important;
    }
    .nav-custom-style ul li{
        padding: 0 !important;
        margin-top: 1rem;
    }
    .nav-custom-style ul li:hover{

        color: #fff !important;
    }
    .nav-custom-style ul li a:hover{

        color: #fff !important;
    }
    .nav-custom-style .dropdown-menu {
        background-color: #fd513e  !important;
        border-left: 0;
    }

    .div_header .navbar{
        display: flow-root !important;
    }

}


@media (max-width: 380px) {
    .div_contact {
        margin: 2px 5px 2px 0 !important;
    }
    .nav-custom-style img{
        width: 70px;
        margin: 2px 1rem 0 0;
    }
    .btn_register_job a{
        padding: 5px !important;
        font-size: 14px !important;
    }


}
@media (max-width: 991px) {
    .nav-custom-style {
        padding: 5px 0;
        justify-content: flex-start !important;
    }

}

/* small nav menu */
@media screen and (min-width: 992px) {
    .closebtn{
        display:none !important;
    }
}

@media screen and (max-width: 991px) {
    .sidenav {
        overflow: auto !important; /* Hide scrollbars */
        display: block !important;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right:0;
        background-color: #fd513e;
        transition: 0.5s;
        padding: 1rem 0 0 0;

    }
    .sidenav  .dropdown-menu{
        padding-right: 2rem !important;
        border-top: 1px solid #fdfcfc40;
        border-bottom: 1px solid #fdfcfc40;
    }


    .sidenav .dropdown-menu li{
        background-color: transparent !important;
    }
    .sidenav li{
        color: #fff !important;
        border: 0 !important;
    }
    .sidenav li:hover{
        border: 0 !important;
        background-color: rgba(253, 81, 62, 0.9) !important;
    }

    .sidenav .dropdown-menu li:hover {
        background-color:rgba(253, 81, 62, 0.9)  !important;
    }
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px !important;
        color: #fff !important;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #f1f1f1;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        left:0;
        font-size: 24px !important;
        margin-right: 50px;
    }

    .navbar-toggler:focus {
        outline: none !important;
    }

    /* width */
    .sidenav::-webkit-scrollbar {
        width: 7px;
    }

    /* Track */
    .sidenav::-webkit-scrollbar-track{
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    .sidenav::-webkit-scrollbar-thumb{
        background: #ce3015;
        border-radius: 10px;
    }

    /* Handle on hover */
    .sidenav::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }
}
.print_cupan img{
    width: 160px;

}
.print_cupan .card{
    border: 2px solid #ff4f3e;
    border-radius: 15px;
    position: relative;
    padding-top: 60px;
    padding-bottom: 15px;
    direction: rtl;
}

.print-only {
    display: none;
}
.screen-only {
    display: block;
}
.print_cupan  .logo {
    position: absolute;
    background-color: #FFF;
    padding: 0 5px;
    position: absolute;
    top: -20px;
    right: 15px;
}
.print_cupan .fa-cut:before, .print_cupan .fa-scissors:before {
    content: "\f0c4";
}
.print_cupan  .info {

}
.print_cupan .info .icon {
    color: #ff4f3e;
    font-size: 16px;
}
.print-button {
    position: absolute;
    left: 10px;
    bottom: 5px;
    text-decoration: none;
    color: #000;
}
.telegram-button img {
    width: 28px;
}
.telegram-button {
    position: absolute;
    left: 50px;
    bottom: -2px;
    text-decoration: none;
    color: #000;
}
.card .gilantakhfif {
    font-size: 13px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -75px;
    width: 170px;
    background-color: #FFF;
    color: #000000;
    text-align: center;
    direction: ltr;
    font-weight: 400;
}
.card .gilantakhfif i {
    color:#ff4f3e;
    position: relative;
    top: 3px;
    font-size: 15px;
}
.print_cupan .footer_cupon {
    text-align: center;
    margin-top: 25px;
    direction: rtl;
    font-size: 13px;
}
.qr_code svg{
    width: 200px;
    height: 200px;
}
@media (max-width: 767px) and (min-width: 450px){
    .holder_cupon{

    }
}
@media (max-width: 449px) {
    .holder_cupon{

    }
}
#error_comment{
    color: red;
    font-size: 14px;
}
#success_comment{
    color: green;
    font-size: 14px;
}
.gtakhfif-red-btn:focus{
    outline:none !important;
    box-shadow: none !important;
}
.red-tooltip{
    cursor: pointer;
}
.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #ff4f3e !important;
    color: #ffffff !important;
}
.cart-item-favorite:hover{
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
    .cart-item-favorite{
        padding-top: 0 !important;
    }
    .cart-itm-title{
        margin-bottom: 1rem;
    }
    .div_info_contact{
        margin-bottom: 1rem;
    }

}
@media (max-width: 380px) {
    .div_info_contact p{
        font-size: 14px;
    }
    .list_more_features{
        padding-right: 1rem !important;
    }
}

.nav-single .active {
    background-color: #ff4f3e !important;
    color: #ffffff !important;
}
.nav-single{
    border-bottom: 1px solid #0000000f;
}
.nav-single a{
    padding: 1rem 0;
}
.list_more_features{
    list-style: none;
}
.list_more_features li{
    margin-bottom: 10px;
}
.rules_single{
    padding-bottom: 1rem;
    padding-top: 0 !important;
}
@media (max-width: 575px) AND (min-width: 372px){
    .div_form_login {
        padding: 2.5rem 1rem 0 1rem;
    }
    .div_form_login_info{
        padding: 2rem 1rem 0 1rem;
    }
    .dropdown-menu-city{
        position: absolute !important;
        right: .25rem !important;
    }
}
@media (max-width: 371px) {
    .div_form_login {
        padding: 2.5rem 1rem 0 1rem;
    }
    .div_form_login_info {
        padding: 2.5rem 1rem 0 1rem;
    }
    .login-modal_div {
        min-height: 300px;
    }
    .dropdown-menu-city{
        position: absolute !important;
        right: .25rem !important;
    }
}
.app_logo{
    margin-bottom: auto;
    margin-top: auto;
    padding-top: 2rem;
}
.app_logo img{
    width: 160px;
    height: 77px;
    object-fit: contain;
}
.taxonomy_description{
    padding: 0 0 2rem 0;
    color: #5b5959;
    line-height: 2rem;
    text-align: justify;
}
.taxonomy_description h2{
    margin:0 !important;
}
/*blog*/
.post-itm-footer{
    cursor: default;
}
.post-itm-footer i{
    color: #b1b1b1;
    font-size: 14px;
    vertical-align: middle;
}
.post-itm-footer a , .post-itm-footer span{
    font-size: 14px;
    color: #525252 !important;
    font-weight: 500;
}
.post-itm-footer a:hover{
    color: #ff4f3e !important;
}
.blog_title{
    line-height: 2rem;
    margin-bottom: 0 !important;
    height: auto !important;
}
.col_blog_detail{
    margin-top: auto;
    margin-bottom: auto;
}
.blog_show_detail{
    text-align: center;
}

@media (max-width: 991px) and (min-width: 768px){
    .blog_show_detail_text{
        display: grid;
    }
    .col_blog_detail{
        margin-top: inherit;
        margin-bottom: inherit;
    }
    .blog_show_cat{
        margin-top: 1.2rem;
    }
}
@media (max-width: 767px) and (min-width: 76px){
    .blog_show_detail{
        text-align: right;
    }
    .blog_show_share{
        padding: 0 0 .5rem 0 !important;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .blog_title{
        height: 50px;
    }
}
@media (max-width: 350px){
    .blog_show_share ul.social-icon li {
        display: inline-block;
        border-radius: 50%;
        transition: 0.5s;
        width: 30px;
    }
    .blog_show_share .social-icon i{
        font-size: 1.4rem;
    }
}
@media (max-width: 480px){
    .blog_show_detail .offer-details-label{
        margin-bottom: 1rem;
    }

}
#gtx-trans{
    display: none !important;
}
#error_comment a{
    color: #252525 !important;
    font-weight: 500;
}
#error_comment a:hover{
    color:  #ff4f3e !important;
}
.sidebar_blog{
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 2px #c5c5c5;
    padding: 1rem;
}
.sidebar_blog h2{
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 1.125em;
    line-height: 1.125em;
    padding: 1rem 0;
    margin: 0 0 1em 0;
}
.sidebar_blog ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar_blog ul  li{
    margin-bottom: 10px;
}
.sidebar_blog ul  li a  , .blog_tags a{
    font-size: 15px;
    color: #4f4e4e;
    font-weight: 400;
}
.sidebar_blog ul  li a:hover  , .blog_tags a:hover{
    color:  #ff4f3e !important;
}
#list_fav_posts li a {
    font-size: 14px !important;
}
#list_fav_posts li  i{
    font-size: 13px;
    color: gray;
    vertical-align: middle;
}
.blog_tags div{
    margin-bottom:15px;
    display: inline-block;
}
.blog_tags a{
    margin-left: 5px;
    background-color: whitesmoke;
    border-radius: 5px;
    padding: 2px 10px;

}
.blog_tags a:hover{
    box-shadow: 1px 1px 6px #d5d5d5;
}
.blog_item img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.blog_item .offer-itm-content {
    padding: 0  1rem ;
    margin-bottom: 0;
}
.blog_item .offer-itm-content p{
    margin-bottom: 10px;
    color: #444;
    font-size: 15px;
    line-height: 2rem;
    text-align: justify;
}
.blog_item  .offer-itm-footer{
    padding: 5px 1rem ;
}
.btn_more_blog{
    margin-bottom: 10px;
    background-color: #ff503f;
    border: none;
    border-radius: 5px;
    padding: 4px 10px 2px 10px;
    box-shadow: 1px 1px 5px #c4c4c4;
    color: #FFF;
    cursor: pointer;
}
.btn_more_blog:hover{
    box-shadow: 1px 1px 5px #757575;
    background-color: rgb(210, 37, 30);
    transition: background-color 0.5s ease;
}
.blog_single_content img{
    border-radius: 2px;
}
.breadcrumb_container ol{
    background: transparent;
    padding: 0;
}
.breadcrumb_container ol li , .breadcrumb_container ol a , .breadcrumb_container ol a i{
    color: #676c71;
    font-size: 14px;
}
.breadcrumb_container ol a{
    font-weight: 400;
    padding-left: 5px;
}
.breadcrumb_container ol a:hover{
    color: #505051 ;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0 !important;
}
.breadcrumb_container .breadcrumb-item.active{
    color: #505051 !important;
    font-weight: 500;
    cursor: default;
}
.breadcrumb_container .breadcrumb-item + .breadcrumb-item::before{
    padding-left: 5px !important;
    padding-right: 0 !important;
}
/* questions */
#accordion{
    width: 100% !important;
}
#accordion button, #accordion button:hover, #accordion button:focus{
    text-decoration: none;
    color: #484747;
    font-weight: 500;
    white-space: inherit !important;
    line-height: 2rem;
}
#accordion .fa {
    vertical-align: middle;
    margin-left: 0.5rem;
    color: #b5afaf;

}
.active_question{
    background-color:#ff503f;
}
.active_question button{
    color:#fff !important;
}
.active_question  h5{
    padding-top: 0 !important;
}
.card_accordion{
    border:0;
    box-shadow: 0 1px 4px 1px rgb(0 0 0 / 3%);
    border-radius: 10px;
}
.card_accordion .card-header{
    border-bottom: 1px solid #ededed;
    padding: 0 5px;
    border-radius: calc(0.7rem - 1px) calc(0.7rem - 1px) 0 0 !important;;
}
@media (min-width:991px){
    .col-post-content{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .blog_item img{
        height: 250px;
    }
}
@media (max-width: 767px) and (min-width: 480px) {
    .blog_item img{
        height: 280px;
    }
}
@media (max-width: 479px) and (min-width: 380px) {
    .blog_item img{
        height: 240px;
    }
}
@media (max-width: 379px) {
    .blog_item img{
        height: 200px;
    }
    .blog_item .offer-itm-content p{
        line-height: 1.7rem;
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .blog-itm-wraper {
        padding-left: 4px !important;
    }
}
