body {
    font-family: Yekan-B !important;
}
.products-loading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8) url(/image/icon/loading.gif) 50% 50% no-repeat;
}
body.loading .products-loading {
    overflow: hidden;
    display: block;
}
section {
    padding-bottom: 50px;
}
.cursor-pointer {
    cursor: pointer;
}
i::before {
    vertical-align: middle !important;
}
a {
    text-decoration: none !important;
    color: #000 !important;
}
.white-font {
    color: #fff !important;
}
.pd-top-25 {
    padding-top: 25px;
}
.pd-bottom-25 {
    padding-bottom: 25px;
}
.toman {
    float: right;
    margin-left: 5px;
}
.display-inline {
    display: inline-block;
}
#header {
    width: 100%;
    height: 86px;
    padding: 22px 0;
    border-bottom: 1px solid #eee;
    z-index: 10;
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 #e6eaef;
}
.pin-message {
    text-align: center;
    padding: 10px 0;
    background-color: #333;
    color: #fff;
}
.pin-message p {
    margin: 0;
}
.pin-sale {
    background-color: #141414;
    color: #fff;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 25px;
}
.pin-sale .link {
    font-size: 20px;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 25px;
    color: #fff;
}
.logo img {
    max-width: 130px;
}
.nav-menu {
    margin: 0 auto;
}
.nav-menu ul li {
    float: right;
    list-style: none;
    margin: 0 1em;
    position: unset;
    color: #000;
    font-size: 14px;
}
.nav-menu ul .pointer {
    cursor: pointer;
}
.nav-menu ul > li > a {
    padding: 5px;
    font-weight: 700;
}
.go-back {
    display: none;
}
.nav-menu ul li i {
    display: none;
}
.basket-login ul {
    float: right;
    padding: 0;
}
.basket-login li {
    list-style: none;
    float: right;
    margin: 0 0.5em;
    font-size: 25px;
    cursor: pointer;
}
.submenu {
    display: none;
    position: absolute;
    top: 98px;
    width: 100%;
    height: 500px;
    right: 0;
    padding: 0;
    box-shadow: 1px 1px 10px -4px;
    z-index: 10;
    background-color: #fff;
}
.submenu-dekstop {
    display: block;
}
.submenu li {
    margin: 0 !important;
    padding: 10px;
}
.submenucat {
    padding: 0;
    margin-top: 10px;
    border-top: 1px solid;
}
.submenu li a {
    padding-right: 25px !important;
}
.submenucat li {
    padding: 10px 0;
    float: unset !important;
    padding-right: 25px;
}
.submenubrands {
    height: 360px;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
}
.submenubrands li {
    flex-basis: 10%;
    width: 25%;
}
.bi-basket-fill,
.bi-person-fill {
    cursor: pointer;
}
.btn-open-menu {
    display: none;
}
.lgzbd {
    display: none;
}
.search-tag {
    display: none;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 130px;
    background-color: #fff;
    left: 0;
    padding-top: 15px;
    z-index: 99;
}
.search-input-type {
    height: 50px;
    border: 1px solid #000;
    padding: 10px;
}
.search-input-type i {
    position: absolute;
    font-size: 20px;
}
.search-input-type input {
    border: none;
    width: 100%;
    padding-right: 30px;
    outline: none;
}
.search-tag .search-grid {
    margin-top: 15px;
}
.search-tag .search-grid img {
    width: 100px;
}
.search-tag .close-search {
    cursor: pointer;
}
.splide img:not([draggable]),embed,object,video{max-width:100%;height:auto}
.banner-text {
    width: 100%;
    height: 100%;
}
.banner-text h1,
.banner-text h2 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
}
.banner-text a {
    padding: 5px 10px;
    width: 150px;
    color: #fff !important;
    font-size: 16px;
    border: 1px solid #fff;
    display: inline-block;
    margin: 10px 20px;
    transition: 0.3s;
}
.banner-text a:hover {
    background-color: #fff;
    color: #000 !important;
}
.modal {
    display: none;
}
.dark {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 5;
}
.resendcode {
    width: 100px;
    text-align: center;
    display: none;
    margin-top: 10px;
    padding: 5px 15px;
    font-size: 14px;
    border: 1px solid #999;
    cursor: pointer;
}
.resendcode:hover {
    background-color: #999;
    color: #fff;
}
.token-content {
    display: none;
}
.changenumber {
    float: left;
    cursor: pointer;
}
.loginbtn {
    padding: 10px 40px;
    border: 1px solid #000;
    font-weight: 700;
    cursor: pointer;
}
.services {
    text-align: center;
}
.services .txt-services {
    padding-right: 10px;
}
.services i {
    font-size: 60px;
    display: flex;
}
.services h4 {
    text-align: right;
}
.services p {
    font-size: 14px;
    margin: 0;
    text-align: right;
}
.owl-two {
    text-align: center;
}
.brands-home .owl-item img {
    max-width: 100px !important;
    display: inline-block !important;
}
.categories img {
    width: 100%;
    padding: 10px 0;
}
.cat-tag {
    text-align: center;
    position: relative;
}
.cat-tag h3 {
    position: absolute;
    bottom: 50px;
    color: #000;
    font-size: 28px;
    background-color: #fff;
    padding: 10px 20px;
}
.brandproducts .brandtitle {
    margin-bottom: 20px;
    font-size: 20px;
}
.brandproducts img {
    width: 100%;
    margin-bottom: 20px;
}
.brandproducts h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.blog img {
    width: 100%;
}
.blog p {
    margin-top: 20px;
    font-size: 14px;
    color: #000;
    text-align: right;
}
.breadcrumbcat li {
    font-size: 13px;
}
.filtertitle {
    font-size: 13px;
}
.categories-head {
    border-bottom: 1px solid #999;
}
.categories-head h1 {
    font-size: 16px;
    margin-bottom: 20px;
}
.sort-display select:focus {
    outline: none;
}
.categories-head .sort-display {
    border: 1px solid #000;
    font-size: 13px;
    max-width: 240px;
}
.categories-head .categories-title {
    position: absolute;
    bottom: 0;
}
.categories-head .sort-display label {
    padding: 9px;
}
.categories-head .sort-display select {
    padding: 10px 0 10px 50px;
    border: none;
    border-right: 1px solid #000;
    background-color: #fff;
}
.filter-title {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 15px;
}
.filters-check {
    max-height: 0;
    overflow-y: auto;
    transition: all 0.5s;
}
.filters-check .checkbox {
    font-size: 11px;
    padding: 5px 0;
}
.filters-check .checkbox input {
    height: 11px;
    width: 25px;
}
.open-button-filters {
    display: block;
    cursor: pointer;
    transition: all 0.5s, border 0;
}
.open-button-filters i {
    float: left;
    font-size: 20px;
}
.open-filter {
    max-height: 280px;
    transition: all 0.5s;
    margin-bottom: 20px;
}
.opened-span {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.product-grid {
    min-height: 345px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 1px;
    margin-bottom: 15px;
}

.product-grid  .price-percentage span{
    border: 2px solid #3f75ff;
    color: #3f75ff;
    padding-top: 4px;
    border-radius: 10px;
    font-size: 12px;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 34px;
    height: 24px;
    }
    
.price-percentage span {
        border: 2px solid #3f75ff;
        color: #3f75ff;
        padding-top: 5px;
        border-radius: 10px;
        font-size: 22px;
        align-items: center;
        display: flex;
        justify-content: center;
        width: 60px;
        height: 70px;
    }
    
    .product-detail .price .product-price-mines {
    color: #888;
}
.product-detail .price .product-price {
    font-size: 22px;
    font-weight: 800;
    color: #3f75ff;
}
.product-detail .price .price-numbers p{
    font-size:13px; color: #888;
}
    
.product-grid .product-image {
    height: 220px;
}
.product-cat img {
    width: 100%;
}
.product-cat .product-info {
    padding-top: 5px;
}
.product-cat .product-info .info-1,
.product-cat .product-info .info-2 {
    display: block;
    height: auto;
    padding: 0 10px;
}
.product-cat .product-info .info-1 .brand {
    font-weight: 700;
    font-size: 15px;
    display: block;
}
.product-cat .product-info .info-2 .orgprice-discount {
    text-decoration: line-through;
    font-size: 0.781rem;
    display: block;
    color: #a2a2a2;
    text-align: left;
}
.product-cat .product-info .info-2 .name {
    font-size: 0.875rem;
    color: #666;
    display: block;
    text-align: right;
    height: 40px;
    width: 100%;
}
.product-cat .product-info .info-2 .orgprice {
    font-size: 1.125rem;
    color: #000;
    text-align: left;
    display: block;
    font-weight: 700;
}
.filter-mobile-btn,
.btns-mobile {
    display: none !important;
}
.categories-product .pagination {
    justify-content: center;
    margin-top: 50px;
}
.filter_by_attribute {
    width: 240px;
    float: left;
    margin-top: 20px;
}
.filter_by_attribute a {
    height: 35px;
    width: 90px;
    text-align: center;
    border: 1px solid #000;
    display: inline-block;
    line-height: 33px;
}
.description-cat {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #000;
    height: 250px;
    overflow-y: scroll;
}
.description-cat h2 {
    font-size: 18px;
}
.description-cat h3 {
    font-size: 17px;
}
.description-cat p,
.description-cat li {
    font-size: 14px;
    text-align: justify;
}
.sale-label {
    padding: 20px 5px 20px 10px;
}
.sale-label input {
    float: left;
    margin-top: 2px;
    width: 20px;
    height: 20px;
}
.gallery-product {
    position: relative;
}
.gallery-product .nav-img {
    width: 20%;
    height: 100%;
}
.gallery-product .main-img {
    width: 80%;
    height: 32.5rem;
    text-align: center;
    float: left;
}
.gallery-product .main-img img {
    max-width: 100%;
    max-height: 100%;
}
.gallery-product .nav-img .list-img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    padding: 3px;
    border-radius: 4px;
    cursor: pointer;
}
.gallery-product .nav-img .list-img img {
    width: 100%;
    padding: 6px;
    border: 1px solid #d4d4d4;
}
.gallery-product .nav-img .active {
    border: 1px solid #000 !important;
}
.product-detail {
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    padding: 10px;
}
.product-detail .title {
    font-size: 14px;
    margin: 10px;
}
.product-detail .price {
    text-align: left;
    direction: ltr;
}
.product-detail .price .product-price {
    font-size: 22px;
    font-weight: 800;
}
.product-detail .price .product-price-mines {
    color: #888;
}
.product-detail .details {
    margin-bottom: 100px;
}
.product-detail .details ul {
    padding-right: 10px;
}
.product-detail .details li {
    list-style: none;
    font-size: 15px;
    color: #555;
    margin-bottom: 10px;
}
.product-detail .details li span {
    font-weight: 700;
    color: #000;
}
.addtobasket {
    height: 70px;
}
.addtobasket .addtobasket-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-color: #2ecc71;
    border-radius: 100px;
    transition: all 0.3s ease-out;
    height: 50px;
    width: 100%;
    cursor: pointer;
    border: none;
}
.addtobasket .addtobasket-btn:hover {
    background: #238e50;
}
.addtobasket .addtowish-btn {
    text-align: center;
    color: #252525;
    border-radius: 100px;
    border: 1px solid #d4d4d4;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.addtobasket .addtowish-btn:hover {
    background-color: #252525;
    color: #fff;
}
.size-guide span {
    padding: 5px 20px;
    border: 1px solid #000;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.size-guide span:hover {
    background-color: #252525;
    color: #fff;
}
.product-services {
    padding-top: 40px;
}
.product-services .col-3 {
    padding: 2px;
    text-align: center;
}
.product-services i {
    font-size: 35px;
    height: 55px;
    margin: 0 auto;
    display: block;
}
.product-services span {
    font-size: 10px;
}
.big-gallery-product .owl-item img {
    max-width: 500px !important;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.specifications .tab-content {
    padding: 20px;
}
.specifications h2 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
}
.specifications h3 {
    font-size: 16px;
    margin-bottom: 20px;
    margin-right: 20px;
    font-weight: 700;
}
.specifications p {
    font-size: 14px;
}
.specifications .attribute {
    border-bottom: 1px solid #e6eaef;
    padding: 7px 0;
}
.specifications .attribute span {
    color: #595959;
}
.specifications .return li {
    margin-bottom: 5px;
    font-size: 13px;
}
.specifications .nav-link {
    background-color: #fff !important;
    margin: 0;
}
.related-products h2 {
    margin: 10px;
    font-size: 17px;
    padding-bottom: 15px;
}
.cart {
    padding: 15px 25px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
}
.cart td {
    padding: 15px 0.5rem !important;
    vertical-align: middle;
}
.basket-add select {
    width: 80px;
}
.cart .cart-product-img img {
    max-width: 70px;
    height: 70px;
    padding: 3px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
}
.cart table tr:last-child td {
    border: none;
}
.coupon-discount input {
    background-color: #eee;
    border: none;
    padding: 15px 15px 15px 60px;
    border-radius: 5px;
    text-align: right;
    font-size: 13px;
}
.coupon-discount button {
    font-size: 13px;
    padding: 13px 15px;
    border: 2px solid #41464b;
    border-radius: 5px;
    background-color: #41464b;
    color: #fff;
}
.coupon-discount button:hover {
    transition: all 0.3s ease-out;
    color: #000 !important;
    background-color: #fff;
    border: 2px solid #41464b;
}
.cart .sum li {
    font-weight: 700;
}
.cart .sum-left {
    float: left;
    text-align: left;
}
.cart ul li {
    list-style: none;
    margin-bottom: 10px;
}
.next-level-cart {
    float: left;
    padding: 10px;
    width: 200px;
    margin-top: 20px;
    background-color: #41464b;
    border: 2px solid #41464b;
    color: #fff !important;
    text-align: center;
    border-radius: 5px;
}
.next-level-cart:hover {
    transition: all 0.3s ease-out;
    color: #000 !important;
    background-color: #fff;
    border: 2px solid #000;
}
.cart-mobile {
    display: none;
}
.plus-basket {
    font-size: 22px;
    margin-left: 20px;
    border: none;
    background-color: #fff;
}
.minus-basket {
    font-size: 22px;
    margin-right: 20px;
    border: none;
    background-color: #fff;
}
.address-checkout {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 30px;
}
.checkout .title {
    font-size: 17px;
    font-weight: 700;
}
.address-checkout .addresses {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.address-checkout .addresses:last-child {
    border-bottom: none;
}
.address-checkout .addresses p {
    margin-bottom: 0;
    display:flex;
}
.address-checkout .addresses .small {
    color:#606060;
    font-size:12px;
}
.address-checkout .addresses p input {
    margin-left: 5px;
}
.address-checkout .addresses a {
    color: #fff !important;
    float: left;
    margin-right: 5px;
}
.basket-checkout .title {
    font-size: 17px;
    font-weight: 700;
}
.basket-checkout .basket {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}
.basket-checkout .basket ul {
    font-weight: 700;
    margin-top: 10px;
    padding: 15px;
}
.basket-checkout .basket ul li {
    margin-bottom: 10px;
    font-size: 16px;
    list-style: none;
}
.basket-checkout .basket ul li span {
    float: left;
    direction: ltr;
}
.pay-btn {
    display: block;
    width: 100%;
    color: #fff !important;
    margin-top: 20px;
}
.verify-checkout p {
    font-size: 20px;
    margin: 30px 0;
}
.verify-checkout i {
    font-size: 50px;
}
.faq .links {
    background-color: #fafafa;
    padding: 20px;
}
.faq .links li {
    list-style: none;
    padding: 10px 0;
}
.faq .links li i {
    margin-left: 20px;
}
.faq .description {
    padding: 30px 20px;
    background-color: #fafafa;
}
.faq .description h1 {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 20px;
}
.faq .description h2 {
    font-size: 17px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.faq .description h3 {
    font-size: 15px;
    margin: 15px 0;
}
.faq .description p {
    font-size: 14px;
    text-align: justify;
}
.faq .description li {
    font-size: 14px;
}
.posts-weblog img {
    width: 100%;
    height: auto;
}
.posts-weblog .title-weblog {
    font-size: 15px;
    font-weight: 700;
    padding: 15px 0 20px;
    margin: 0;
}
.posts-weblog .description-weblog {
    font-size: 14px;
}
.post img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px;
}
.post h1 {
    font-size: 19px;
    text-align: center;
    margin: 25px 0;
}
.post h2 {
    font-size: 19px;
    text-align: right;
    margin: 25px 0;
}
.post h3 {
    font-size: 17px;
    text-align: right;
    margin: 25px 0;
}
.post p {
    font-size: 14px;
    text-align: justify;
}
.post p a {
    color: #0d6efd !important;
}
footer {
    width: 100%;
    background-color: #fafafa;
    padding-top: 10px;
}
footer .footer-links {
    margin-top: 30px;
}
footer .contactus {
    width: 100%;
    background: #eee;
    height: 70px;
    margin: 35px 0;
}
footer .title-links .title-head-footer {
    display: block;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    color: #333;
    margin-bottom: 10px;
}
footer .links-list p {
    font-size: 14px;
    color: #999;
}
footer .newsletter input {
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    text-align: right;
    direction: rtl;
    padding: 10px 0;
    background-color: transparent;
}
footer .newsletter input:focus {
    outline: none;
}
footer .newsletter button {
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    background-color: #000;
    border: none;
    color: #fff;
}
footer .links-list ul {
    padding: 0;
    list-style: none;
    text-align: center;
}
footer .links-list ul li {
    margin-bottom: 10px;
    font-size: 14px;
}
footer .links-list a {
    color: #999;
}
footer .links-list a:hover {
    color: #000;
}
footer .content-contactus {
    height: 70px;
}
footer .content-contactus a {
    color: #000;
}
footer i {
    font-size: 20px;
    margin-left: 10px;
}
footer .footer-about img {
    width: 100px;
}
footer .footer-about h2 {
    font-size: 17px;
}
footer .footer-about p {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}
footer .copy-footer {
    background-color: #f0f0f0;
    height: 50px;
    margin-top: 50px;
    text-align: center;
    font-size: 11px;
}
footer .footer-about a {
    color: #0d6efd !important;
}
footer .title-links i {
    display: none;
}
footer .call-btn {
    display: none;
}
.content-contactus {
    display: flex;
    align-items: center;
    justify-content: center;
}
.round-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #007bff;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    font-size: 25px;
    z-index: 9999;
}
.contact-popup {
    position: fixed;
    bottom: 100px;
    right: 35px;
    width: 300px;
    background-color: #fff;
    padding: 10px;
    display: none;
    border-radius: 8px;
    z-index: 9999;
}
.contact-popup ul {
    margin: 0;
    padding: 10px 10px 0;
    list-style: none;
}
.contact-popup ul li {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    padding: 0 7px;
}
.contact-popup ul li:hover {
    background-color: #f0f0f0;
}
.contact-popup ul li i {
    float: left;
    font-size: 25px;
    line-height: 45px;
}
.profile h1 {
    font-size: 15px;
}
.profile .info {
    width: 100%;
    height: 50px;
}
.orders {
    padding-top: 50px;
    padding-bottom: 50px;
}
.order-list {
    overflow-y: scroll;
    height: 200px;
}
.head-profile {
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.orders p,
.orders table {
    font-size: 13px;
}
.address-list {
    margin-bottom: 10px;
}
.address-list a,
.address-list button {
    float: left;
    margin-right: 5px;
    color: #fff !important;
}
.address-list form {
    display: inline-block !important;
}
.address-list .options {
    text-align: left;
}
.wish {
    text-align: center;
}
.wish img {
    width: 200px;
}
.ordersinfo {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-bottom: 10px;
}
.ordersinfo h1 {
    font-size: 20px;
    padding: 10px;
    border-bottom: 2px solid #000;
}
.order-info {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.editaddress {
    position: relative;
}
.editaddress h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
}
.editaddress a {
    position: absolute;
    left: 15px;
    top: 8px;
    font-size: 14px;
}
.editaddress span i:before {
    vertical-align: middle;
}
.editaddress input,
.editaddress select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    color: #555;
}
.contactus h1 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 800;
}
.contactus h2 {
    font-size: 22px;
    margin: 30px 0;
    font-weight: 700;
}
.campain-leads {
    height: 100%;
    background-color: #000;
    border-radius: 7px;
    padding: 20px;
}
.campain-leads label {
    color: #fff;
}
.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.popup {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup img {
    width: 100%;
}
.close-button {
    position: absolute;
    width: 30px !important;
    top: -13px;
    left: 20px;
    font-size: 50px;
    color: #000;
    cursor: pointer;
}
.box-form {
    text-align: right;
    background: #242531;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: bottom left;
    max-height: 475px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.img-form {
    background-image: url(/image/banner/banner-form-campain.jpg);
    background-repeat: no-repeat;
    border-radius: 20px 0 0 20px;
}
.msform-title {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 0;
    font-weight: 700;
}
.msform-text {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
}
form#msform {
    padding: 0 45px 30px;
}
#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
    background-color: rgba(255, 255, 255, 0.2);
}
#msform .action-button {
    font-weight: 700;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    padding: 6px 0;
    margin: 30px auto;
    width: 164px;
    font-weight: 700;
    font-size: 17px;
    line-height: 36px;
}
#msform .action-button:hover,
#msform .action-button:focus {
    color: rgba(35, 106, 246, 1);
    background-color: #f6faff;
}
#msform .form-select {
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url(../images/select.svg);
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 16px 12px;
    border: 0;
    border-radius: 14px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 20px;
}
#msform .form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
#msform .form-group label {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
    color: #fff;
}
#msform .form-select option {
    color: #fff;
}
#msform .form-group input[type="text"],
.form-group input[type="tel"] {
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border: 0;
    border-radius: 14px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.success-submit {
    color: #43a347;
    font-size: 22px;
    padding: 20px 0;
}
.error-mobile,
.error-phone {
    text-align: center;
    font-size: 12px;
    color: red;
}
.msform-content {
    padding: 50px 45px 30px;
}
.msform-content p {
    color: #fff;
}
.msform-text {
    font-size: 18px;
    line-height: 38px;
    margin: 10px 0;
}
#msform .form-group {
    max-width: 369px;
    max-height: 50px;
    margin-bottom: 28px;
    text-align: right;
}
#msform input {
    background-color: transparent;
    border-radius: 10px;
    color: #fff;
    border: 2px solid #fff;
}
#msform input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}
#msform .input-error {
    border: 2px solid rgba(255, 138, 0, 1);
}
#msform .error-fullname,
#msform .error-phone {
    font-size: 14px;
    color: #ffbb6a;
}
.submit_info {
    background-color: transparent;
    color: #2eff81;
    border: 0;
}
.submit_info .arrow-left {
    font-size: 32px;
    padding-top: 0;
    float: left;
    margin: -4px 10px;
}
@media (min-width: 768px) {
    .dont-collapse-sm {
        display: block !important;
        height: auto !important;
        visibility: visible;
    }
}
@media (max-width: 1169px) {
    .cart table {
        display: none;
    }
    .nav-menu {
        height: 100%;
        width: 300px;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 0 2px 5px 0 #000 0 2px 10px 0 #000;
        z-index: 10;
        overflow: auto;
    }
    .nav-menu-right {
        right: -300px;
    }
    .nav-menu-left {
        right: 0;
    }
    .menu-bar {
        width: 100%;
        height: 100%;
        padding: 0;
    }
    .menu-bar > li {
        width: 100%;
        height: 50px;
        line-height: 47px;
        margin: 0 !important;
        padding-right: 15px;
        border-bottom: 1px solid #eee;
    }
    .menu-bar > li > i {
        float: left;
        margin-left: 30px;
        display: block !important;
        line-height: 50px;
    }
    .menu-bar > li:last-child {
        height: 50px;
    }
    .submenu {
        width: 300px;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        left: 0;
        display: block;
        right: -300px;
        overflow: scroll;
    }
    .submenu-left {
        right: 0;
    }
    .submenu > li {
        width: 100%;
        height: 50px;
        line-height: 25px;
        margin: 0 !important;
        padding-right: 15px;
    }
    .submenu > li > i {
        float: left;
        margin-left: 30px;
        display: block !important;
        line-height: 45px;
    }
    .submenu > li > a {
        padding-right: 0 !important;
    }
    .submenucat {
        display: none;
    }
    .submenucat li {
        margin: 0 !important;
    }
    .nav-menu,
    .submenu {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .go-back {
        text-align: left;
        padding: 0 30px !important;
        border-bottom: 1px solid #ccc;
        line-height: 50px !important;
        display: block;
    }
    .go-back i {
        float: right !important;
    }
    .lgzbd {
        display: block;
        margin-top: 15px;
    }
    .lgzbd a {
        float: right;
        margin-right: 10px;
    }
    .lgzbd span {
        float: left;
        margin-left: 25px;
    }
    .btn-open-menu {
        display: block;
        font-size: 30px;
        line-height: 30px;
    }
    .logo {
        margin-right: 15px;
    }
    .basket-login {
        width: 100%;
    }
    .basket-login ul {
        float: left;
        margin-bottom: 0;
    }
    .basket-login li {
        line-height: 0;
    }
    .services > .col-md {
        margin-bottom: 25px;
        padding: 0 20px;
    }
    .services h4 {
        font-size: 15px;
    }
    .services p {
        font-size: 13px;
    }
    .categories-title {
        position: relative;
        display: block;
        margin-bottom: 15px;
    }
    .filter-tab {
        width: 300px !important;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 0 2px 5px 0 #000 0 2px 10px 0 #000;
        z-index: 10000;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        overflow-y: scroll;
    }
    .filter-tab-right {
        right: -300px;
    }
    .filter-tab-left {
        right: 0;
    }
    .categories-head .categories-title {
        position: relative;
        display: block;
    }
    .filter-mobile-btn {
        display: flex !important;
        height: 41px;
    }
    .filter-mobile-btn span {
        padding: 10px 20px;
        border: 1px solid #000;
        font-size: 13px;
    }
    .btns-mobile {
        display: flow-root !important;
        margin: 15px 0 5px;
    }
    .filter-tab .close {
        float: left;
        padding: 0 10px;
    }
    .filter-tab .close svg {
        width: 30px;
        height: 30px;
    }
    .filter-tab .remove-filters-mobile {
        float: right;
        padding: 7px 20px;
        border: 1px solid #000;
        font-size: 13px;
    }
    footer .title-links .title-head-footer {
        display: block;
        background-color: #fff;
        padding: 15px 0;
        margin: 0;
        font-size: 13px;
        margin-bottom: 10px;
    }
    footer .links-list {
        background-color: #fff;
        padding: 15px 0;
        margin-bottom: 15px;
    }
    .msform-content {
        padding: 30px 10px;
    }
    form#msform {
        padding: 0 10px 30px;
    }
    .accordion-button {
        font-size: 14px;
        text-align: right;
    }
    .specials {
        height: 480px;
    }
}
@media (max-width: 768px) {
    footer .title-links:last-child {
        display: none;
    }
    footer .call-btn {
        height: 70px;
        display: flex;
        align-items: center;
    }
    footer .call-btn a {
        text-align: center;
        width: 100%;
        border: 1px solid #000;
        padding: 7px 0;
        font-size: 14px;
    }
    footer .call-btn i {
        font-size: 13px;
    }
    .content-contactus {
        display: none !important;
    }
    .submenubrands {
        height: auto;
        overflow-y: scroll;
        display: block;
        margin-top: 0;
        border: none;
    }
    .submenubrands li {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .banner-text {
        margin: 0;
    }
    .banner-text h1,
    .banner-text h2 {
        font-size: 22px;
    }
    .banner-text a {
        width: 180px;
        margin: 10px;
    }
    footer .title-links:last-child {
        display: none;
    }
    footer .title-links i {
        float: left;
        display: block;
    }
    footer .about-us-footer {
        margin-top: 30px;
    }
    .gallery-product .main-img {
        width: 100%;
        height: auto;
    }
    .gallery-product .nav-img {
        width: 100%;
        height: auto;
        display: table;
        margin-top: 10px;
    }
    .gallery-product .nav-img .list-img {
        width: 33%;
        height: auto;
        padding: 10px;
        float: right;
    }
    .cart {
        display: none;
    }
    .cart-mobile {
        display: block;
    }
    .cart-mobile .item {
        width: 100%;
        height: auto;
        padding: 15px 25px;
        border: 1px solid #d4d4d4;
        border-radius: 5px;
        display: table;
        position: relative;
        margin-bottom: 15px;
    }
    .cart-mobile .item .delete {
        width: 30px;
        height: 30px;
        position: absolute;
        left: 0;
        top: 5px;
    }
    .cart-mobile .item .product {
        width: 100%;
        min-height: 100px;
        display: block;
    }
    .cart-mobile .item .product .name-product {
        width: 75%;
        float: right;
        padding-right: 20px;
    }
    .cart-mobile .item .product .img-product {
        width: 25%;
        float: right;
    }
    .cart-mobile .item .product img {
        border: 1px solid #d4d4d4;
        border-radius: 5px;
        padding: 3px;
        float: right;
        margin-left: 25px;
        width: 100%;
        height: auto;
    }
    .cart-mobile .item .product span {
        margin-bottom: 13px;
        font-size: 14px;
        display: block;
    }
    .cart-mobile .item .qty label {
        font-weight: 700;
    }
    .cart-mobile .item .qty select {
        width: 65px;
        float: left;
    }
    .cart-mobile .item .qty .price {
        display: block;
        margin: 10px 0;
    }
    .cart-mobile .item .qty .title {
        font-weight: 700;
    }
    .cart-mobile .item .qty .price-qty,
    .cart-mobile .item .qty .price-total {
        float: left;
    }
    .cart-mobile .coupon-discount-d {
        margin: 20px 0;
    }
    .cart-mobile .coupon-discount-d button {
        float: left;
    }
    .cart-mobile .factor {
        border: 1px solid #d4d4d4;
        padding: 15px;
        border-radius: 5px;
    }
    .cart-mobile .factor ul {
        padding: 0;
    }
    .cart-mobile .factor li {
        list-style: none;
        margin: 15px 0;
    }
    .cart-mobile .factor li span {
        float: left;
    }
    .next-level-cart {
        width: 160px;
    }
    .product-grid {
        min-height: 315px;
    }
    .product-grid .product-image {
        height: 190px;
    }
    .product-cat .product-info .info-1,
    .product-cat .product-info .info-2 {
        height: auto;
    }
    .product-cat .product-info .info-1 .brand {
        font-size: 13px;
    }
    .product-cat .product-info .info-2 .name {
        height: 30px;
        font-size: 12px;
        overflow-y: hidden;
        margin-bottom: 8px;
    }
    .product-cat .product-info .info-2 .orgprice {
        font-size: 15px;
    }
    .search-tag {
        height: 100%;
        overflow-y: scroll;
    }
    .pin-sale {
        font-size: 15px;
        height: 80px;
    }
    .pin-sale .link {
        font-size: 15px;
        padding: 5px 10px;
    }
}

@font-face {
    font-family: Yekan-B;
    src: url(/fonts/Yekan-Bakh.woff);
    font-display: swap;
}
@font-face {
    font-family: "fontello";
    src: url(/fonts/fontello.woff);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-chat:before {
    content: "\e800";
}
.icon-truck-1:before {
    content: "\e801";
}
.icon-trash-empty:before {
    content: "\e802";
}
.icon-undo:before {
    content: "\e803";
}
.icon-comment:before {
    content: "\e804";
}
.icon-tag-1:before {
    content: "\e805";
}
.icon-plus:before {
    content: "\e806";
}
.icon-minus:before {
    content: "\e807";
}
.icon-ok:before {
    content: "\e808";
}
.icon-cancel:before {
    content: "\e809";
}
.icon-user:before {
    content: "\e80a";
}
.icon-search:before {
    content: "\e80b";
}
.icon-phone:before {
    content: "\e80c";
}
.icon-certificate:before {
    content: "\f0a3";
}
.icon-menu:before {
    content: "\f0c9";
}
.icon-angle-left:before {
    content: "\f104";
}
.icon-angle-right:before {
    content: "\f105";
}
.icon-angle-up:before {
    content: "\f106";
}
.icon-angle-down:before {
    content: "\f107";
}
.icon-instagram:before {
    content: "\f16d";
}
.icon-sliders:before {
    content: "\f1de";
}
.icon-whatsapp:before {
    content: "\f232";
}
.icon-credit-card-alt:before {
    content: "\f283";
}
.icon-shopping-basket:before {
    content: "\f291";
}
.icon-telegram:before {
    content: "\f2c6";
}
