.unavailable img{
    width: 45%;
    display: block;
}
@media(max-width:768px) {
    .unavailable img {
        width: 85%;
    }
}
body {
    padding: 0;
    margin: 0;
}
/* header */
header {
    direction: rtl;
    padding: 5px 30px;
    box-shadow: 0 0 20px 0 rgba(54,83,120,.0784313725490196);
}
header .logo a {
    font-family: logo-font;
    color: #5c96e6;
    font-size: 28px;
}
header .options .profile {
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #cecece;
    display: flex;
    align-items: center;
}
header .options .profile a {
    font-family: iranyekan-regular;
    color: #5c5c5c;
    display: flex;
    font-size: 12px;
}
header .options .profile i {
    font-size: 18px;
    margin-top: 3px;
    margin-left: 3px;
}
header .options .cart {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #cecece;
    margin-left: 15px;
    position: relative;
}
header .options .cart i {
    font-size: 18px;
    color: #5c5c5c;
}
header .options .cart:hover {
    border: 1px solid #5c96e6;
}
header .options .cart:hover i {
    color: #5c96e6 !important;
}
header .options .profile:hover {
    border: 1px solid #5c96e6;
}
header .options .profile:hover i {
    color: #5c96e6 !important;
}
header .options .profile:hover span {
    color: #5c96e6 !important;
}
header .search {
    width: 38%;
    display: flex;
    align-items: center;
}
header .search form {
    margin: 0;
    width: 100%;
}
header .search form .field {
    background-color: #f0f0f0;
    border-radius: 8px;
    height: 38px;
    display: flex;
    align-items: center;
    padding: 3px;
}
header .search form .field input {
    height: 100%;
    width: 95%;
    border: none;
    font-family: iranyekan-regular;
    padding-right: 15px;
    border-radius: 8px;
    background-color: #f0f0f0;

}
header .search form .field input:focus {
    outline: none;
}
header .search form .field button {
    height: 95%;
    background: transparent;
    border: none;
}
header .search form .field button i {
    font-size: 19px;
    color: #5c5c5c;
}
header .search form .field button:hover {
    background-color: #cecece;
    border-radius: 6px;
}
/* header end */


/*footer*/
footer {
    padding-top: 15px;
    width: 94%;
    margin: auto;
    padding-bottom: 20px;
}
footer .foot-note {
    border-top: 1px solid #cecece;
    direction: rtl;
    padding-top: 12px;
}
footer .foot-note .copyright span {
    color: #5c5c5c;
    font-size: 12px;
    font-family: iranyekan-light;
}
footer .foot-note .social i{
    color: #5c5c5c;
    margin-right: 10px;
    font-size: 19px;
}
footer .foot-note .social i:hover {
    color: #5c96e6;
}
footer .options {
    direction: rtl;
}
footer .options .links{
    width: 80%;
}
footer .options .news-letter {
    width: 19%;
}
footer .options .news-letter span {
    font-size: 12px;
    color: #5c5c5c;
    font-family: iranyekan-light;
    text-align: center;
    display: block;
}
footer .options .news-letter form {
    margin-top: 10px;
}
footer .options .news-letter form input {
    height: 38px;
    background-color: #efefef;
    border: none;
    border-radius: 6px;
    text-align: center;
    width: 78%;
    padding: 5px;
}
footer .options .news-letter form input::placeholder {
    text-align: right;
    font-family: iranyekan-regular;
}
footer .options .news-letter form input:focus {
    outline: none;
}
footer .options .news-letter form button {
    height: 38px;
    text-align: center;
    color: white;
    background-color: #375a8a;
    border-radius: 8px;
    font-family: iranyekan-bold;
    font-size: 12px;
    width: 20%;
    border: none;
}
footer .proof {
    direction: rtl;
    padding-bottom: 10px;
}
footer .proof .about h2 {
    font-family: estedad-bold;
    font-size: 18px;
}
footer .proof .about {
    width: 80%;
}
footer .proof .license .item{
    display: block;
    padding: 5px;
    border-radius: 7px;
}
footer .proof .about span {
    color: #5c5c5c;
    font-size: 12px;
    font-family: iranyekan-regular;
    display: block;
    width: 80%;
}
footer .links .column h4 {
    font-family: estedad-bold;
    font-size: 16px;
}
footer .links .column ul {
    list-style: none;
}
footer .footer-panel {
    background-color: #203552;
    width: 85%;
    padding: 20px;
    border-radius: 12px;
    margin: auto;
    margin-top: 20px;
    direction: rtl;
    display: flex;
    align-items: center;
}
footer .footer-panel .img {
    padding: 5px;
    background-color: #ffffff;
    border-radius: 12px;
    width: fit-content;
}
footer .footer-panel .img img {
    width: 120px;
}
footer .footer-panel .title {
    margin-right: 10px;
    color: white;
}
footer .footer-panel .title h3 {
    font-family: logo-font;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 5px;
}
footer .footer-panel .title h5 {
    font-family: iranyekan-light;
    font-size: 12px;
    margin-top: 5px;
}
footer .options .column {
    width: 25%;
}
footer .options .links {
    display: flex;
    justify-content: space-between;
}
footer .options .links .column ul {
    padding-right: 5px;
}
footer .options .links .column ul li {
    margin-top: 11px;
}
footer .options .links .column ul li a {
    font-family: iranyekan-regular;
    font-size: 14px;
    color: #5c5c5c;
    text-decoration: none;
}
@media(max-width:768px) {
    footer .options .column {
        width: 42%;
    }
    footer .options .links {
        flex-wrap: wrap;
    }
    footer .footer-panel .img img {
        width: 75px;
    }
}
/* footer end */
@media(max-width:768px) {
    header .search {
        display: none;
    }
    .profile a span {
        display: none;
    }
    header .logo a {
        padding-right: 50px;
    }
    footer .options {
        flex-wrap: wrap;
    }
    footer .options .news-letter {
        width: 100%;
    }
    footer .proof {
        flex-wrap: wrap;
    }
    footer .proof .about {
        width: 100%;
    }
    footer .proof .about span {
        width: 98%;
        text-align: center;
    } 
    footer .proof .license {
        margin-top: 25px;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .mobile-btn {
        display: block !important;
    }
}
.mobile-btn {
    position: absolute;
    top: 18px;
    right: 25px;
    display: none;
    background-color: #f0f0f0;
    padding: 9px;
    border-radius: 6px;
}
.mobile-btn .line {
    height: 3px;
    background-color: #838383;
    width: 25px;
    border-radius: 2px;
}
.mobile-btn .line-b {
    margin-top: 5px;
}
.mobile-btn .line-c {
    margin-top: 5px;
}
.fade {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 101;
    width: 100%;
    cursor: pointer;
}
.menu.mobile {
    height: 95%;
    width: 75%;
    position: absolute;
    background-color: white;
    right: 480px;
    z-index: 1001;
    border-radius: 11px;
    display: none;
}
.menu.mobile .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}
.menu.mobile .logo img {
    width: 55px;
}
.menu.mobile .logo span {
    font-family: logo-font;
    display: block;
    width: fit-content;
    margin-right: 15px;
    font-size: 24px;
}
.main-menu {
    display: flex;
}
.main-menu ul {
    display: flex;
    list-style: none;
    align-items: center;
    padding-right: 1px;
}
.main-menu ul li {
    margin-right: 15px;
}
.main-menu ul li a {
    text-decoration: none;
    color: #5c5c5c;
    font-family: iranyekan;
    font-size: 14px;
}
.main-menu ul li span {
    color: #5c5c5c;
    font-family: iranyekan;
    font-size: 14px;
}
.main-menu ul li.menu-categories {
    position: relative;
}
.main-menu ul li.menu-categories:hover .mega-menu {
    display: block;
}
.main-menu ul li.menu-categories:hover span {
    color: #EF4056;
}
.main-menu ul li.menu-categories .mega-menu {
    position: absolute;
    top: 5px;
    padding-top: 40px;
    display: none;
}
.main-menu ul li.menu-categories .mega-menu .content {
    background-color: white;
    border-radius: 10px;
    width: 625px;
    padding: 10px;
    border: 1px solid #cecece;
}
.main-menu ul li.menu-categories .mega-menu .content ul {
    position: relative;
    width: 20%;
    border-left: 1px solid #cecece;
}
.main-menu ul li.menu-categories .mega-menu .content ul li .sider {
    position: absolute;
    top: -9px;
    right: 50px;
    width: 480px;
    display: none;
    padding-right: 100px;
}
.main-menu ul li.menu-categories .mega-menu .content ul li:hover .sider {
    display: block;
}
.main-menu ul li.menu-categories .mega-menu .content ul li .sider .container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.main-menu ul li.menu-categories .mega-menu .content ul li .sider .container a {
    margin-top: 10px;
}
@media(max-width:768px) {
    .main-menu {
        display: none;
    }
}
.search-responsive {
    display: none;
}
@media(max-width:768px) {
    .search-responsive {
        display: block;
        padding-top: 45px;
    }
    .search-responsive h4 {
        text-align: center;
        font-family: estedad-bold;
    }
    .search-responsive form {
        height: 39px;
        border-radius: 6px;
        border: 1px solid #cecece;
        direction: rtl;
        margin-top: 45px;
    }
    .search-responsive form input {
        width: 82%;
        height: 100%;
        border: none;
        font-family: iranyekan;
        border-radius: 6px;
    }
    .search-responsive form button {
        background-color: #5c96e6;
        padding: 4px;
        font-family: iranyekan;
        border-radius: 4px;
        color: white;
        font-size: 12px;
        border: none;
    }
}
.blog-posts{
    margin-top: 40px;
    direction: rtl;
}
.blog-posts .row {
    justify-content: space-between;
}
.blog-posts .row .heading {
    display: flex;
    align-items: center;
}
.blog-posts .row .heading h3 {
    font-family: estedad-bold;
    width: fit-content;
    margin: 0;
    margin-right: 10px;
}
.blog-posts .row .heading i {
    color: #375a8a;
}
.blog-posts .row a {
    padding: 9px;
    background-color: #eeeeee;
    border-radius: 8px;
    font-family: iranyekan-black;
    font-size: 12px;
}
.blog-posts .data {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.blog-posts .data img {
    max-width: 300px;
    border-radius: 10px;
}
.blog-posts .data a {
    text-decoration: none;
    color: unset;
    display: block;
    width: 20%;
}
.blog-posts .data a .row {
    margin-top: 10px;
}
.blog-posts .data a .row span {
    font-size: 12px;
    color: #5e5e5e;
    font-family: num-regular;
}
.blog-posts .data a h3 {
    font-size: 16px;
    font-family: iranyekan-bold;
    margin-top: 7px;
}
.blog-posts .data a p {
    color: #5e5e5e;
    font-size: 12px;
    font-family: iranyekan-regular;
}
@media(max-width:768px) {
    header .options .profile i {
        margin: 0;
    }
    header .options .profile a {
        padding: 2px;
    }
}
.product {
    direction: rtl;
    padding-top: 15px;
    padding-left: 80px;
    padding-right: 80px;
    margin: auto;
    background-color: #f8f8f8;
    padding-bottom: 40px;
}
.product .bread-crumb {
    display: flex;
    align-items: center;
}
.product .bread-crumb a {
    text-decoration: none;
    color: #5e5e5e;
    font-size: 12px;
    font-family: iranyekan-light;
}
.product .bread-crumb i {
    color: #1c6fe4;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
}
.product .topic {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    direction: ltr;
}
.product .topic .cover {
    width: 68%;
}
.product .topic .cover img{
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}
.product .topic .data {
    width: 30%;
    background-color: white;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    position: relative;
    direction: rtl;
}
.product .topic .data h4 {
    font-family: num-regular;
    margin: 0;
    text-align: center;
    color: #161616;
    font-size: 18px;
}
.product .topic .data .option {
    position: absolute;
    bottom: 25px;
    width: 95%;
    display: flex;
    justify-content: space-around;
}
.product .topic .data .option a {
    display: block;
    width: 40%;
    text-decoration: none;
    font-size: 21px;
    text-align: center;
    color: unset;
    padding: 14px;
    border-radius: 12px;
}
.product .topic .data .option a.cart {
    background-color: #1c6fe4;
    color: white;
}
.product .topic .data .option a.preview {
    border: 1px solid #cecece;
    color: #9c9c9c;
}
.product .topic .data .section {
    display: flex;
    justify-content: space-between;
    width: 98%;
}
.product .topic .data .section span {
    font-size: 17px;
    font-family: iranyekan-bold;
}
.product .topic .data .section.price h5 {
    font-size: 22px;
    margin: 0;
    font-family: num-bold;
}
.product .topic .data .section.price h5 span {
    font-size: 15px;
    margin-right: 3px;
    color: #5c5c5c;
}
.product .topic .data .section.price {
    position: absolute;
    bottom: 107px;
    width: 94%;
}
.product .topic .data .specs {
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: 250px;
    width: 98%;
}
.product .topic .data .specs .item {
    padding: 7px;
    border-radius: 7px;
    background-color: #ececec;
    width: 17%;
}
.product .topic .data .specs .item span {
    font-size: 12px;
    color: #5e5e5e;
    font-family: iranyekan-regular;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.product .minor-options {
    margin-top: 15px;
    direction: rtl;
    display: flex;
    justify-content: space-between;
}
.product .minor-options .second {
    display: flex;
    align-items: center;
}
.product .minor-options a {
    color: #5e5e5e;
    font-size: 24px;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin-left: 10px;
}
.product .product-details {
    margin-top: 40px;
    align-items: unset !important;
    justify-content: space-between;
}
.product .product-details .main {
    width: 78%;
}
.product .product-details .main .info {
    margin-top: 25px;
}
.product .product-details .main .info .cont {
    background-color: white;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    border-radius: 7px;
    padding: 5px;
}
.product .product-details .main .menu {
    display: flex;
    justify-content: space-around;
}
.product .product-details .main .menu button {
    padding: 9px;
    font-family: iranyekan-bold;
    font-size: 12px;
    border: none;
    border-radius: 8px;
    background-color: #bcbcbc;
    width: 24%;
}
.product .product-details .main .info .cont h2 {
    background-color: white !important;
    font-family: iranyekan-bold !important;
}
.product .product-details .main .info .cont p {
    text-align: justify !important;
    font-family: iranyekan-regular !important;
    font-size: 14px;
    background-color: white !important;
    margin-bottom: 5px !important;
}
.product .product-details .main .info .cont li {
    background-color: white !important;
}
.product .product-details .main .menu button.select {
    background-color: #1c6fe4;
    color: white;
}
.product .product-details .main .info .cont h3 {
        background-color: white !important;
    font-family: iranyekan-bold !important;
}
.product .product-details .side {
    width: 20%;
    padding-top: 102px;
}
.product .product-details .side .seller {
    position: relative;
    background-color: white;
    padding: 12px;
    border-radius: 9px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}
.product .product-details .side .seller .icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -54;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    right: 91px;
}
.product .product-details .side .seller h4 {
    font-family: iranyekan-light;
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    color: #5c5c5c;
}
.product .product-details .side .seller span {
    font-size: 19px;
    text-align: center;
    font-family: iranyekan-bold;
    display: block;
    text-align: center;
}
@media(max-width:768px) {
    .product {
        padding: 10px;
    }
    .product .topic {
        flex-wrap: wrap;
        direction: rtl;
    }
    .product .topic .cover {
        width: 100%;
    }
    .product .topic .data {
        margin-top: 35px;
        width: 100%;
        min-height: 380px;
    }
    .product .product-details {
        flex-wrap: wrap;
    }
    .product .product-details .main {
        width: 100%;
    }
    .product .product-details .side {
        width: 100%;
    }
    .product .product-details .side .seller .icon {
        right: 142px;
    }
    .product .product-details .main .menu button {
        width: 31%;
    }
}
.cart {
    direction: rtl;
    max-width: 90%;
    margin: auto;
    padding-top: 15px;
}
.cart .container {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    flex-wrap: wrap;
}
.cart .main {
    width: 77%;
}
.cart .container .side {
    padding: 15px;
    width: 20%;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    background-color: white;
    height: fit-content;
}
.class-gray {
    background-color: #f8f8f8;
}
.cart .container .main .prod-item {
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
        background-color: white;
        padding: 10px;
        border-radius: 8px;
        margin-top: 15px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
}
.cart .container .main .prod-item .first {
    display: flex;
    align-items: center;
    width: 45%;
}
.cart .container .main .prod-item .first img {
    width: 60px;
    height: 60px;
}
.cart .container .main .prod-item .first h3 {
    margin-right: 30px;
    font-size: 16px;
    font-family: iranyekan-regular,loto-regular;
}
.cart .container .main .prod-item .second {
    width: 45%;
    display: flex;
    justify-content: end;
}
.cart .container .main .prod-item .second h4 {
    font-size: 21px;
    font-family: num-bold;
}
.cart .container .main .prod-item .second h4 span {
    margin-right: 3px;
    font-size: 14px;
    color: #5c5c5c;
}
.cart .container .main .prod-item .remove-item {
    position: absolute;
    padding: 7px;
    color: #5e5e5e;
    left: 10px;
    top: 5px;
    background-color: #ececec;
    border-radius: 4px;
}
.cart .container .side .section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart .container .side .section h5 {
    font-weight: 400;
    font-size: 14px;
    font-family: iranyekan-regular;
}
.cart .container .side .section span {
    font-size: 19px;
    font-family: num-bold;
}
.cart .container .side .section span span {
    color: #5c5c5c;
    font-size: 14px;
    margin-right: 3px;
}
.cart .container .side a {
    display: block;
    width: 95%;
    background-color: #1c6fe4;
    color: white;
    text-decoration: none;
    padding: 9px;
    border-radius: 7px;
    font-family: iranyekan-bold;
    text-align: center;
}
@media(max-width:768px) {
    .cart .container {
        flex-wrap: wrap;
    }
    .cart .container .main {
        width: 100%;
    }
    .cart .container .side {
        margin-top: 45px;
        width: 100%;
    }
}
.checkout {
    direction: rtl;
    max-width: 90%;
    margin: auto;
}
.checkout .container {
    display: flex;
    justify-content: space-around;
}
.checkout .container .main {
    width: 77%;
}
.checkout .container .side {
    width: 20%;
}
.checkout .container .side .discount {
    background-color: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    margin-top: 40px;
}
.checkout .container .side .discount h5 {
    font-size: 14px;
    font-family: iranyekan-bold;
}
.checkout .container .side .discount form input {
    border: none;
    border-radius: 6px;
    height: 35px;
    width: 98%;
    background-color: #ececec;
}
.checkout .container .side .discount form button {
    display: block;
    width: 95%;
    background-color: #1c6fe4;
    color: white;
    text-decoration: none;
    padding: 9px;
    border-radius: 7px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    border: none;
    font-family: iranyekan-bold;
}
.checkout .container .side .calc {
      background-color: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}
.checkout .container .side .calc .section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkout .container .side .calc .section h5 {
    font-weight: 400;
    font-size: 14px;
    font-family: iranyekan-regular;
}
.checkout .container .side .calc .section span {
    font-family: num-bold;
    font-size: 22px;
}
.checkout .container .side .calc .section span span {
    color: #5c5c5c;
    font-size: 14px;
    margin-right: 3px;
}
.checkout .container .side .calc a {
        display: block;
    width: 95%;
    background-color: #1c6fe4;
    color: white;
    text-decoration: none;
    padding: 9px;
    border-radius: 7px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    border: none;
    font-family: iranyekan-bold;
}
.payment-result {
    width: 45%;
    margin: auto;
    margin-top: 90px;
    padding: 15px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}
.payment-result img {
    display: block;
    margin: auto;
    width: 110px;
}
.payment-result h2 {
    text-align: center;
    margin-top: 25px;
    font-family: iranyekan-bold;
}
.payment-result span {
    display: block;
    text-align: center;
    margin-top: 5px;
    font-family: iranyekan-regular;
}
.payment-result a {
    display: block;
    width: 30%;
    border-radius: 12px;
    background-color: #1c6fe4;
    padding: 12px;
    color: white;
    margin: auto;
    margin-top: 45px;
    text-decoration: none;
    text-align: center;
    font-family: iranyekan-bold;
}
.payment-result.failed a {
    background-color: #EF4056;
}
@media(max-width:768px) {
   .payment-result {
        width: 95%;
   } 
}
.not-found {
    width: 90%;
    margin: auto;
}
.not-found img {
    display: block;
    width: 40%;
    margin: auto;
}
@media (max-width:768px) {
    .not-found img {
        width: 90%;
    }
}
.newest-products .container .item {
    background-color: white;
    padding: 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}
.newest-products .container .item img {
    width: 100%;
    border-radius: 9px;
}
.newest-products .container .item a {
    text-decoration: none;
    color: unset;
}
.newest-products .container .item .min-data .item {
    width: fit-content;
    box-shadow: unset;
    padding: 5px;
    border-radius: 0;
    min-width: 70px;
}
.newest-products .container .item .min-data {
    display: flex;
    justify-content: center;
}
.newest-products .container .item .min-data .item span {
    font-size: 12px;
    color: #5e5e5e;
    display: block;
    text-align: center;
    font-family: iranyekan-regular;
}
.newest-products .container .item .min-data .item.mid {
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
}
.newest-products .container .item .option {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newest-products .container .item .option .second {
    display: flex;
    justify-content: end;
}
.newest-products .container .item .first h4 {
    font-size: 14px;
    padding: 15px;
    border: 1px solid #cdcdcd;
    width: 90%;
    text-align: center;
    border-radius: 12px;
    font-family: iranyekan-bold;
}
.newest-products .container .item .second h3 {
    font-size: 19px;
    font-family: num-bold;
}
.newest-products .container .item .second h3 span {
    font-size: 15px;
    margin-right: 3px;
    color: #5c5c5c;
}
.newest-products h2 {
    text-align: right;
    font-family: estedad-bold;
    font-size: 18px;
}
.privacy {
    padding-top: 30px;
    direction: rtl;
}
.article .top {
    margin-top: 25px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    direction: rtl;
}
.article .top .first {
    width: 48%;
}
.article .top .second {
    width: 48%;
}
.article .top .second img {
    width: 90%;
    display: block;
    margin: auto;
    border-radius: 9px;
}
.article .content {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    direction: rtl;
}
.article .content .main {
    width: 77%;
}
.article .content .main .text p {
    line-height: 3;
}
.article .content .side {
    width: 20%;
}
@media(max-width:768px) {
    .article .content {
        flex-wrap: wrap;
    }
    .article .content .main {
        width: 100%;
    }
}
.newest-products .item h2 {
    font-family: iranyekan-bold,lato-regular;
}
.privacy h2 {
    font-family: iranyekan-bold;
}
.privacy ul li {
    margin-top: 20px;
    font-family: iranyekan-regular;
    font-size: 14px;
}
.privacy p {
        margin-top: 20px;
    font-family: iranyekan-regular;
    font-size: 14px;
}
.payment-methods h2 {
    font-family: iranyekan-bold;
}
.payment-methods .item {
    background-color: white;
    padding: 15px;
    margin-top: 15px;
    display: flex;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 12px; 
    justify-content: space-between;
    align-items: center;
}
.payment-methods .item .second {
    width: 30%;
    display: flex;
    justify-content: end;
}
.payment-methods .item .second span {
    font-family: iranyekan-bold;
    color: green;
}
.payment-methods .item .first {
    display: flex;
    align-items: center;
}
.payment-methods .item .first img {
    width: 76px;
}
.payment-methods .item .first .data h2 {
    margin: 0;
    font-family: iranyekan-bold;
    font-size: 16px;
}
.payment-methods .item .first .data {
    margin-right: 15px;
}
.payment-methods .item .first .data span {
    font-family: iranyekan-light;
    margin-top: 5px;
    font-size: 12px;
}
@media(max-width:768px) {
    .checkout .container {
     flex-wrap: wrap;   
    }
    .checkout .container .main {
        width: 100%;
    }
    .checkout .container .side {
        margin-top: 75px;
        width: 100%;
    }
}
.cart-empty {
    width: 90%;
    margin: auto;
}
.cart-empty .container {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.cart-empty .container i {
    font-size: 80px;
}
.cart-empty h4 {
    font-family: iranyekan-bold;
    text-align: center;
    margin-top: 30px;
}
.checkout .container .side .calc .section.red span {
    color: red;
}
header .options .cart span {
    position: absolute;
    background-color: #6aa2ef;
    font-size: 12px;
    right: -10px;
    bottom: -10px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-family: num-bold;
    color: white;
}
.product .topic .data .features {
    margin-top: 20px;
}
.product .topic .data .features .item {
    margin-top: 15px;
    padding: 9px;
    background-color: #c0daff;
    border-radius: 8px;
    display: flex;
}
.product .topic .data .features .item span {
    display: block;
    width: fit-content;
    font-size: 14px;
    margin-right: 10px;
    font-family: iranyekan-regular;
}
.article .content .main .text {
    margin-top: 10px;
}
.article .content .main .text p {
    text-align: justify;
    line-height: 3;
    font-family: iranyekan-regular,lato-regular !important;
}
.article .content .main .text strong {
    font-family: iranyekan-bold !important;
    display: block;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.article .content .main .text img {
    display: block;
    margin: auto;
    border-radius: 8px;
}
.article .content .main .text p span {
    font-family: iranyekan-regular,lato-regular !important;
    line-height: 3 !important;
    font-size: 14px;
}
.article .top .first .data .date{
    color: #5e5e5e;
    font-family: num-regular;
    font-size: 12px;
}
.article .top .first .data .author {
    font-family: iranyekan-light;
    font-size: 12px;
    margin-right: 30px;
}
.article .top .first .category-keyword {
    font-family: iranyekan-regular;
    font-size: 12px;
    background-color: #c7d8f0;
    padding: 9px;
    border-radius: 6px;
    color: #1c6fe4;
}
@media(max-width:768px) {
    .article .content .main .text img {
        max-width: 95%;
        height: auto;
    }
    .blog-posts .data a {
        width: 100%;
    }
    .blog-posts .data img {
        display: block;
        margin: auto;
    }
}
.newest-products .container .item .min-data .item h5 {
    margin: 0;
    font-family: num-bold;
    text-align: center;
    font-size: 18px;
}
@media(max-width:768px) {
    .product .topic .data .specs {
        top: 205px;
    }
}
.search {
    margin: auto;
    width: 90%;
    padding-top: 30px;
    direction: rtl;
}
.search .bread-crumb i {
    color: #1c6fe4;
    font-size: 12px;
}
.search .bread-crumb a {
    text-decoration: none;
    font-size: 12px;
    color: #5e5e5e;
    font-family: iranyekan-regular;
}
.search h2 {
    font-family: iranyekan-bold;
}
.search .row {
    justify-content: space-between;
    align-items: unset;
}
.search .row .side {
    width: 20%;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 5px;
}
.search .row .main {
    width: 78%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.search .row .main .item {
    width: 30%;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    padding: 10px;
    border-radius: 9px;
}
.search .row .main .item a {
    text-decoration: none;
    color: unset;
}
.search .row .main .item img {
    max-width: 100%;
    border-radius: 8px;
}
.search .row .main .item .min-data {
    display: flex;
    justify-content: center;
}
.search .row .main .item .min-data .item {
    width: fit-content;
    box-shadow: unset;
    padding: 5px;
    border-radius: 0;
    min-width: 70px;
}
.search .row .main .item .min-data .item.mid {
        border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
}
.search .row .main .item .min-data .item span {
        font-size: 12px;
    color: #5e5e5e;
    display: block;
    text-align: center;
    font-family: iranyekan-regular;
}
.search .row .main .item .option {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search .row .main .item .min-data .item h5 {
        margin: 0;
    font-family: num-bold;
    text-align: center;
    font-size: 18px;
}
.search .row .main .item .option .second h3{
    font-family: num-bold;
    font-size: 19px;
}
.search .row .main .item .option .second h3 span {
    font-size: 12px;
    color: #5e5e5e;
}
.search .row .main .item .option .first h4 {
    font-size: 14px;
    padding: 15px;
    border: 1px solid #cdcdcd;
    width: 90%;
    text-align: center;
    border-radius: 12px;
    font-family: iranyekan-bold;
}
.search .row .main .sort {
    width: 95%;
}
.search .row .main .sort ul {
    display: flex;
    list-style: none;
}
.search .row .main .sort ul li {
    margin-right: 12px;
}
.search .row .main .sort ul li a {
    background-color: #f1f1f1;
    text-decoration: none;
    padding: 10px;
    color: #5c5c5c;
    font-size: 12px;
    font-family: iranyekan-light;
    border-radius: 11px;
}
.search .row .main .sort ul li a:hover {
    background-color: #bad7ff;
}
.search .row .main .sort ul li a.active {
    background-color: #1c6fe4;
    color: white;
}
@media(max-width:768px) {
    .search .row .side {
        display: none;
    }
    .search .row .main {
        width: 100%;
    }
    .search .row .main .item {
        width: 100%;
    }
}