@font-face {
    font-family: normal-font;
    src: url(../../fonts/IRANYekanRegular.ttf);
}
@font-face {
    font-family: accent-font;
    src: url(../../fonts/aviny.ttf) format("eot"), url(../../fonts/aviny.otf) format("otf"), url(../../fonts/avinyweb.woff) format("woff"), url(../../fonts/avinyweb.woff2) format("woff2");
}
footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #202325;
    padding: 120px 100px 0px 100px;
    margin-top: 30px;
}
footer .contact {
    width: 30%;
    direction: rtl;
    text-align: right;
    color: #fff;
}
footer .contact .header {
    font-size: 1.3rem;
    font-weight: bold;
}
footer .contact p {
    line-height: 34px;
    text-align: justify;
}
footer .contact p i {
    margin-left: 5px;
}
footer .contact p span:last-child {
    margin-right: 15px;
}
footer .short_links {
    width: 20%;
    direction: rtl;
    text-align: right;
    color: #fff;
}
footer .short_links .header {
    font-size: 1.3rem;
    font-weight: bold;
}
footer .short_links ul {
    list-style-type: none;
    padding: 0;
}
footer .short_links ul li {
    margin-bottom: 15px;
}
footer .short_links ul li a {
    color: #b1b1b1;
}
footer .short_links ul li a:hover {
    color: #fff;
}
footer .footer_description {
    width: 30%;
    direction: rtl;
    text-align: right;
    color: #fff;
}
footer .footer_description .header {
    font-size: 1.3rem;
    font-weight: bold;
}
footer .footer_description .FDT {
    line-height: 35px;
    text-align: justify;
    width: 80%;
}
footer .footer_description .social_media {
    text-align: center;
    width: 80%;
}
footer .footer_description .social_media a {
    font-size: 1.5rem;
    color: #fff;
}
footer .footer_description .social_media a:nth-child(2) {
    margin: 0px 15px;
}
footer .copy_right {
    width: 100%;
    border-top: 1px solid #444;
    padding: 15px 0px;
    color: #bdbdbd;
    text-align: center;
    margin-top: 80px;
}
footer .copy_right p {
    margin-bottom: 0;
}
footer .copy_right p a {
    color: #fff;
}
.enamad {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.enamad a {
    background-color: #fafafa;
    padding: 20px;
    border-radius: 5px;
}
.enamad a img {
    width: 100%;
}
@media only screen and (max-width: 1200px) {
    footer .footer_description .FDT {
        font-size: 0.9rem;
        line-height: 30px;
    }
    footer .contact p {
        font-size: 0.9rem;
    }
    footer .short_links .header {
        font-size: 1.1rem;
    }
    footer .contact .header {
        font-size: 1.1rem;
    }
}
@media only screen and (max-width: 998px) {
    footer {
        padding: 120px 50px 0px 50px;
    }
}
@media only screen and (max-width: 900px) {
    footer .contact {
        width: 49%;
        direction: rtl;
        order: 1;
    }
    footer .short_links {
        width: 49%;
        order: 2;
        margin-top: 70px;
    }
    footer .short_links {
        width: 49%;
        order: 2;
        margin-top: 70px;
    }
    footer .footer_description {
        width: 49%;
        order: 1;
    }
    footer .copy_right {
        order: 4;
    }
}
@media only screen and (max-width: 600px) {
    footer .contact {
        width: 90%;
        margin-left: 5%;
        direction: rtl;
        order: 2;
        text-align: center;
        margin-top: 70px;
    }
    footer .short_links {
        width: 90%;
        margin-left: 5%;
        order: 3;
        margin-top: 70px;
        text-align: center;
    }
    footer .short_links {
        width: 90%;
        margin-left: 5%;
        order: 4;
        margin-top: 70px;
        text-align: center;
    }
    footer .footer_description {
        width: 90%;
        margin-left: 5%;
        order: 1;
        text-align: center;
    }
    footer .copy_right {
        order: 4;
        margin-top: 40px;
    }
    footer .footer_description .FDT {
        text-align: center;
        width: 100%;
    }
    footer .footer_description .social_media {
        width: 100%;
    }
    footer .contact .header {
        text-align: center;
    }
    footer .contact p {
        text-align: center;
    }
}
.secondary-nav {
    width: 100%;
    display: flex;
    padding-left: 20px;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    height: 80px;
    align-items: center;
    margin-bottom: 100px;
}
.secondary-nav .NB-search {
    width: 500px;
    direction: rtl;
    text-align: right;
    position: relative;
}
.secondary-nav .NB-search #navbar_search {
    padding: 0;
}
.secondary-nav .NB-search #navbar_search button {
    padding: 10px;
}
.secondary-nav .NB-search input {
    border-radius: 7px 0px 0px 7px !important;
    border-right: 0px;
    font-size: 0.9rem;
    height: 38px;
    border-color: #e4e4e4;
    color: #7c7c7c;
}
.secondary-nav .NB-search input::placeholder {
    color: #afafaf;
    font-size: 0.8rem;
    font-family: normal-font;
}
.secondary-nav .NB-search span {
    background-color: #66c3d2;
    height: 38px;
    border-radius: 0px 7px 7px 0px !important;
    cursor: pointer;
    border: 0;
}
.secondary-nav .NB-search span:hover {
    background-color: #80e2f2;
}
.secondary-nav .NB-search span button {
    padding: 0;
}
.secondary-nav .NB-search span button i {
    position: relative;
    top: 2px;
    color: #fff;
}
.secondary-nav a {
    width: 100px;
    position: absolute;
    right: 20px;
}
.secondary-nav a h1 {
    position: absolute;
    right: 110px;
    width: max-content;
    font-family: accent-font !important;
    color: #66c3d2;
    top: 5px;
}
.secondary-nav a img {
    width: 100%;
}
nav {
    width: 100%;
    height: 55px;
    background-color: #fafafa;
    box-shadow: 0px 8px 12px -2px #00000024;
    position: absolute;
    top: 80px;
    display: flex;
    align-items: center;
    transition: height linear 0.2s;
    -webkit-transition: height linear 0.2s;
    -ms-transition: height linear 0.2s;
    -moz-transition: height linear 0.2s;
}
nav .close_SN,
nav .SN_layout {
    display: none;
}
nav .sandwich-navbar {
    position: absolute;
    right: 20px;
    font-size: 1.5rem;
    color: #3d3d3d;
    display: none;
}
nav .right-NB {
    position: absolute;
    right: 20px;
}
nav .right-NB .navbar-option {
    list-style-type: none;
    display: flex;
    direction: rtl;
    padding: 0;
    margin: 0;
}
nav .right-NB .navbar-option #PDSN {
    display: none;
}
nav .right-NB .navbar-option li {
    cursor: pointer;
    height: 55px;
    padding: 0px 20px;
    text-align: center;
    padding-top: 15px;
    margin-left: 5px;
}
nav .right-NB .navbar-option li:hover {
    border-bottom: 2px solid #66c3d2;
}
nav .right-NB .navbar-option li:hover a {
    color: #66c3d2;
}
nav .right-NB .navbar-option li:hover p {
    color: #66c3d2;
}
nav .right-NB .navbar-option li a {
    color: #919191;
    font-size: 0.9rem;
}
nav .right-NB .navbar-option li p {
    color: #919191;
    font-size: 0.9rem;
    padding:17px;
}
nav .right-NB .navbar-option li p i {
    position: relative;
    right: 3px;
    top: 2px;
}
nav .right-NB .navbar-option .active-page {
    border-bottom: 2px solid #66c3d2;
}
nav .left-NB {
    position: absolute;
    left: 20px;
    display: flex;
}
nav .left-NB .LR-field {
    text-align: right;
    direction: rtl;
}
nav .left-NB .LR-field a {
    color: #707070;
    padding: 0px 3px;
}
nav .left-NB .LR-field a:nth-child(1) {
    border-right: 2px solid silver;
    padding-right: 20px;
}
nav .left-NB .basket-field {
    text-align: right;
    direction: rtl;
    margin-left: 20px;
}
nav .left-NB .basket-field a {
    color: #66c3d2;
    font-weight: bold;
    position: relative;
}
nav .left-NB .basket-field a .B-conter {
    background-color: #66c3d2;
    color: #fff;
    width: 27px;
    height: 27px;
    border-radius: 50px;
    position: absolute;
    top: -12px;
    left: 8px;
    border: 4px solid #fafafa;
    font-size: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
nav .left-NB .basket-field a i {
    font-size: 1.1rem;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.nav_sticky {
    position: fixed;
    top: 0;
    height: 70px !important;
    z-index: 999;
}
.nav_sticky li {
    height: 70px !important;
    padding-top: 9px !important;
}
.nav_sticky #PDP {
    padding: 17px;
    padding-top: 26px !important;
}
.nav_sticky .NBP-dropdown .product-option {
    top: 70px;
}
.mobile_search_btn {
    display: none;
}
.margin_top {
    margin-bottom: 82px !important;
}
@media only screen and (min-width: 992px) {
    .NBP-dropdown {
        position: relative;
        z-index: 1000;
    }
    .NBP-dropdown:hover .product-option {
        display: block;
    }
    .NBP-dropdown:hover .product-option a {
        color: #919191 !important;
    }
    .NBP-dropdown .product-option {
        text-align: right;
        direction: rtl;
        width: 140px;
        border-radius: 7px;
        background-color: #fafafa;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.075);
        position: absolute;
        top: 55px;
        right: 0;
        border: 1px solid #eaeaea;
        display: none;
    }
    .NBP-dropdown .product-option a {
        display: block;
        padding: 10px 0px;
        font-weight: bold;
        width: 100%;
        padding-right: 15px;
    }
    .NBP-dropdown .product-option a:hover {
        color: #66c3d2 !important;
        background-color: #f4f4f4;
    }
    nav .right-NB .navbar-option li {
        padding: 0px;
    }
    nav .right-NB .navbar-option li a {
        display: block;
        padding: 17px;
    }
    #PDP {
        padding: 17px;
    }
    #PDP a {
        padding: 12px;
    }
}
@media only screen and (max-width: 992px) {
    nav .sandwich-navbar {
        display: block;
        color: #a6a6a6;
    }
    nav .sandwich-navbar:hover {
        color: #4e4e4e;
    }
    nav .right-NB {
        position: fixed;
        width: 280px;
        display: flex;
        flex-wrap: wrap;
        top: 0px;
        height: 100vh;
        z-index: 10000;
        background-color: #202325;
        padding-top: 80px;
        right: -280px;
    }
    nav .right-NB .navbar-option {
        flex-direction: column;
        direction: rtl;
        width: 100%;
    }
    nav .right-NB .navbar-option li {
        text-align: right;
        padding-top: 15px;
        margin-left: 0px;
        font-weight: bold;
        height:auto;
    }
    nav .right-NB .navbar-option .active-page,
    nav .right-NB .navbar-option li:hover {
        background-color: #2c2c2c;
        border-bottom: none;
        font-weight: bold;
    }
    nav .right-NB .navbar-option .active-page a,
    nav .right-NB .navbar-option li:hover a {
        color: #66c3d2;
    }
    .close_SN {
        display: block;
        position: absolute;
        color: #fff;
    }
    nav .close_SN {
        display: block;
        position: absolute;
        color: #fff;
        top: 20px;
        left: 20px;
        font-size: 1.7rem;
        cursor: pointer;
    }
    nav .SN_layout {
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: #00000066;
        width: 100%;
        height: 100ch;
        z-index: 9999;
    }
    .add_animation {
        transition: all 0.7s cubic-bezier(0, 0, 0.2, 1) 0s;
        -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.2, 1) 0s;
        -ms-transition: all 0.7s cubic-bezier(0, 0, 0.2, 1) 0s;
        -moz-transition: all 0.7s cubic-bezier(0, 0, 0.2, 1) 0s;
    }
    .show_navbar {
        right: 0px !important;
        overflow:auto;
    }
    #PD {
        display: none;
    }
    #PDSN {
        display: flex !important;
        flex-wrap: wrap;
        height: unset !important;
        max-height: 0;
        overflow: hidden;
        padding-top: 0px !important;
        padding-left: 0px;
        padding-right: 0px;
        transition: all 0.4s cubic-bezier(0, 0, 0.2, 1) 0s;
        -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.2, 1) 0s;
        -ms-transition: all 0.4s cubic-bezier(0, 0, 0.2, 1) 0s;
        -moz-transition: all 0.4s cubic-bezier(0, 0, 0.2, 1) 0s;
    }
    #PDSN:hover {
        background-color: unset;
    }
    #PDSN:hover a {
        color: #cecece !important;
    }
    #PDSN a {
        width: 100%;
        line-height: 50px;
        height: 50px;
        padding-right: 50px;
        font-size: 0.9rem;
        color: #cecece;
    }
    #PDSN a:hover {
        color: #66c3d2 !important;
        background-color: #2c2c2c;
    }
    .active_collaps {
        background-color: #2c2c2c;
    }
    .active_collaps p {
        color: #66c3d2 !important;
    }
}
.show_search {
    left: 0 !important;
    transition: all 0.7s cubic-bezier(0.01, 0.03, 0.63, 1.43) 0s !important;
    -webkit-transition: all 0.7s cubic-bezier(0.01, 0.03, 0.63, 1.43) 0s !important;
    -ms-transition: all 0.7s cubic-bezier(0.01, 0.03, 0.63, 1.43) 0s !important;
    -moz-transition: all 0.7s cubic-bezier(0.01, 0.03, 0.63, 1.43) 0s !important;
}
@media only screen and (max-width: 800px) {
    .secondary-nav .NB-search {
        width: 320px;
    }
}
@media only screen and (max-width: 768px) {
    .mobile_search_btn {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #66c3d2;
        border-radius: 50px;
        color: #fff;
        width: 40px;
        height: 40px;
    }
    .mobile_search_btn:hover {
        background-color: #80e2f2;
    }
    .secondary-nav .NB-search {
        width: max-content;
    }
    .secondary-nav .NB-search form {
        position: absolute;
        left: -450px;
        top: 140px;
        z-index: 99;
        transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
        -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
        -ms-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
        -moz-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
    }
    .secondary-nav .NB-search input {
        width: 340px;
        height: 50px;
        border-radius: 50px !important;
        padding-right: 60px;
        border: 0 !important;
        box-shadow: 0px 0px 10px -3px #0000005e;
    }
    .secondary-nav .NB-search span {
        background-color: #66c3d2;
        height: 50px;
        border-radius: 50px !important;
        cursor: pointer;
        width: 50px;
        border: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: -1px;
        z-index: 10;
    }
    .active_search {
        left: 0px !important;
    }
}
@media only screen and (max-width: 500px) {
    .secondary-nav a {
        width: 20%;
        position: absolute;
        right: 20px;
    }
    nav .left-NB {
        font-size: 0.8rem;
    }
    nav .left-NB .basket-field a .B-conter {
        top: -15px;
        left: 8px;
    }
}
@media only screen and (max-width: 450px) {
    .secondary-nav a img {
        width: 70px;
    }
    .secondary-nav a {
        width: max-content;
        position: absolute;
        right: 20px;
    }
    .secondary-nav a h1 {
        right: 56px;
        top: 4px;
        font-size: 1.8rem;
    }
}
@media only screen and (max-width: 400px) {
    .secondary-nav .NB-search input {
        width: 250px;
        height: 50px;
        border-radius: 50px !important;
        padding-right: 60px;
        border: 0 !important;
        box-shadow: 0px 0px 10px -3px #0000005e;
    }
}
@media only screen and (max-width: 350px) {
    .dropdown .dropdown-toggle {
        font-size: 0.8rem;
    }
    .dropdown {
        padding-right: 10px !important;
    }
    nav .left-NB .basket-field a {
        font-size: 0.7rem;
    }
    nav .left-NB .basket-field a .B-conter {
        width: 24px;
        height: 24px;
    }
    nav .left-NB .basket-field {
        margin-left: 10px;
    }
    .dropdown .dropdown-item {
        font-size: 0.8rem;
    }
}
.exit_confirm {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.301);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000000000;
    display: none;
}
.exit_confirm .content_parent {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.exit_confirm .content_parent .confiem_content {
    width: 500px;
    padding: 50px;
    background-color: #fff;
    border-radius: 15px;
    text-align: right;
    direction: rtl;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.exit_confirm .content_parent .confiem_content p {
    text-align: center;
    line-height: 35px;
    font-size: 1.2rem;
    color: #535353;
}
.exit_confirm .content_parent .confiem_content .yes {
    background-color: #66c3d2;
    color: #fff;
    margin-right: 20px;
    font-size: 1.3rem;
    border-radius: 50px;
    padding: 5px 25px;
    margin-top: 20px;
}
.exit_confirm .content_parent .confiem_content .yes:hover {
    background-color: #80e2f2;
}
.exit_confirm .content_parent .confiem_content .no {
    background-color: #fe3548;
    color: #fff;
    font-size: 1.3rem;
    border-radius: 50px;
    padding: 5px 25px;
    margin-top: 20px;
}
.exit_confirm .content_parent .confiem_content .no:hover {
    background-color: #db1428;
}
@media only screen and (max-width: 600px) {
    .exit_confirm .content_parent .confiem_content {
        width: 400px;
        padding: 40px;
    }
}
@media only screen and (max-width: 430px) {
    .exit_confirm .content_parent .confiem_content p {
        font-size: 1rem;
    }
    .exit_confirm .content_parent .confiem_content {
        width: 90%;
    }
}
body {
    overflow-x: hidden;
    font-family: normal-font;
}
.btn:hover {
    color: #fff;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
a:hover {
    color: #0056b3;
    text-decoration: none;
}
button:focus {
    outline: none;
    outline: none;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #ebebeb;
}
::-webkit-scrollbar-thumb {
    background: #c5c5c5;
}
::-webkit-scrollbar-thumb:hover {
    background: #555e81;
}
html {
    scroll-behavior: smooth;
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.alert {
    position: unset !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
:focus {
    outline: none;
}
input {
    border-radius: 5px !important;
    border: 1px solid #e5e5e5 !important;
}
textarea {
    border-radius: 5px !important;
    border: 1px solid #e5e5e5 !important;
    line-height: 30px !important;
    height: 150px !important;
}
select {
    border-radius: 5px !important;
    border: 1px solid #e5e5e5 !important;
    text-align: center;
}
.form-control:focus {
    color: #495057;
    border-color: none !important;
    outline: 0;
    box-shadow: 0px 0px 5px 2px #00000015 !important;
}
.form-control {
    color: #535353 !important;
}
label {
    color: #626262 !important;
}
label.error {
    color: red !important;
    padding-top: 5px !important;
}
.error_handler {
    width: 100%;
    padding: 10px 10px;
    border-radius: 7px;
    display: flex;
    position: relative;
    margin-bottom: 20px;
    margin-top: -15px;
    direction: rtl;
    text-align: right;
}
.error_handler .remove_erroe {
    position: absolute;
    left: 15px;
    top: 30%;
    cursor: pointer;
    font-size: 1.1rem;
}
.error_handler i {
    font-size: 1.2rem;
}
.error_handler div {
    max-width: 90%;
    line-height: 25px;
}
.error_handler p {
    margin: 0;
    margin-right: 10px;
    font-size: 0.9rem;
}
.warning_error {
    background-color: #fef5eb;
    color: #b95000;
    border: 1px solid #f1bf98;
}
.danger_error {
    background-color: #feebeb;
    color: #b90000;
    border: 1px solid #f19898;
}
.success_error {
    background-color: #ebfeec;
    color: #0fb900;
    border: 1px solid #98f19d;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown {
    direction: rtl;
    text-align: right;
    border-right: 2px solid silver;
    padding-right: 20px;
}
.dropdown .dropdown-toggle {
    padding: 0;
    color: #707070;
}
.dropdown .dropdown-toggle i {
    position: relative;
    top: 3px;
    left: 6px;
}
.dropdown .dropdown-menu {
    direction: rtl;
    text-align: right;
    padding: 0px;
}
.dropdown .dropdown-item {
    padding: 10px 20px;
    color: #707070;
}
.dropdown-toggle::after {
    display: none;
}




