* {
    padding: 0;
    margin: 0;

}
a{
    text-decoration: none !important;
}
body {
    direction: rtl !important;
    overflow-x: hidden;
    font-family: vazir !important;
}

@font-face {
    font-family: 'vazir';
    src: url('../fonts/Vazir.woff') format('woff');

}

@font-face {
    font-family: 'iransans';
    src: url('../fonts/IRANSansWeb_Medium.woff') format('woff');
}

@font-face {
    font-family: 'iranyekan';
    src: url('../fonts/iranyekanwebbold(fanum).woff') format('woff');
}

.cu-logo img {
    width: 40%;
}

/*search*/
.header-search .header-search-box {
    position: relative;
    width: 100%;
    border-radius: 20px;
    margin-top: 2px;
    background-color: #F3F3F3;

}

.header-search .header-search-box .form-search .header-search-input {
    width: 100%;
    background: transparent;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px 0 160px;
    transition: 0.2s;
    color: #0a0101;
    outline: none;
    display: block;
    position: relative;
    overflow: hidden;
    border: 0;
    font-family: iranyekan, sans-serif, Tahoma !important;

}

.header-search .header-search-box .form-search .header-search-input::placeholder {
    color: #adabab;
}

.header-search .header-search-box .form-search .input-bg {
    background: #f9f6f6;
}

.header-search .header-search-box .form-search .action-btns {
    border-radius: 20px 0 0 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.header-search .header-search-box .form-search .action-btns .btn-search {
    width: 55px;
    height: 45px;
    line-height: 35px;
    border: none;
    display: block;
    outline: none;
    background: #F3F3F3;
    z-index: 999;
    border-radius: 20px 0 0 20px;
    float: left;
}

.header-search .header-search-box .form-search .action-btns .btn-search i {
    color: #4a4a4a !important;
    font-size: 20px;
    margin: auto;
    display: block;
    z-index: 1;
}

.header-search .header-search-box .form-search .action-btns .btn-search img {
    max-width: 100%;
    display: block;
}

.header-search .header-search-box .form-search .action-btns .search-filter {
    float: left;
}

.header-search .header-search-box .form-search .action-btns .search-filter .nice-select {
    font-size: 12px;
    height: 50px;
    line-height: 45px;
    border-right: none;
    background: transparent;
    border-radius: 0;
    padding-right: 18px;
    padding-left: 30px;
    border: none;
}

.header-search .header-search-box .form-search .action-btns .search-filter .nice-select::after {
    left: 12px;
    right: auto;
}

.header-search .header-search-box .form-search .action-btns .search-filter .nice-select.right .list {
    width: 100%;
    height: 160px;
    overflow-y: auto;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
}

.header-search .header-search-box .form-search .action-btns .search-filter .nice-select.right .list li {
    text-align: right;
    padding-right: 10px;
    padding-left: 15px;
}

.header-search .header-search-box .form-search .btn-bg {
    background: #f35a7e !important;
}

.overlay-search-box {
    position: absolute;
    top: 65px;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(155 155 155 / 62%);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.osb-2 {
    top: 115px;
}

.header-search .search-result {
    position: absolute;
    width: 100%;
    right: 0;
    top: 50px;
    display: none;
    background-color: #fff;
    padding: 1rem 0;
    border-radius: 0 0 20px 20px;
    z-index: 9999;
    box-shadow: 1px 5px 6px 1px rgb(72 72 72 / 15%);
    font-size: 14px;
}

.header-search .search-result ul li a {
    color: #323232;
    line-height: 2.3;
    font-size: 14px;
}

.header-search .search-result ul li {
    padding: 0 1rem;
}

.header-search .search-result ul li:hover {
    background-color: #f5f5f5;
}

.header-search .search-result ul li a i {
    font-size: 16px;
    vertical-align: middle;
    margin-left: 10px;
}

.header-search .search-result ul li a .btn-continue-search {
    border-radius: 50px;
    float: left;
    width: 25px;
    padding: 0;
    background-color: transparent;
    border: none;
    line-height: 2;
}

.header-search .search-result ul li a .btn-continue-search i {
    margin-left: 0;
    vertical-align: middle;
}

/*login*/
.cu-acount-user {
    margin-top: 8px;
}

.cu-acount-user img {
    width: 32px;
    height: 32px;
}

.acount-logo {
    background: #F3F3F3;;
    color: #fff;

}

.cu-acount-user span {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 14px;
    color: #000 !important;
}

.cu-acount-user a {
    text-decoration: none;
    margin: 0 10px 0 0;
}

.cu-basket .count {
    color: #f90000 !important;
    font-size: 16px;
    vertical-align: 15px !important;

}

.cu-basket .mdi-cart-arrow-down{
    font-size: 28px;
    color: #ff8e27 !important;
}


.cu-basket .mdi-account{
    font-size: 32px;
    color: #4f4f4f !important;
}

.cu-basket img {
    width: 45px !important;
    height: 45px !important;
}

.cu_li_acount li a {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 14px;
    color: #545454 !important;
}

.cu-banner-a img {
    border-radius: 14px;
}

.cu-slider-home {
    border-radius: 14px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    padding: 20px;
}

.cu-cats {
    margin-top: 30px;
    margin-bottom: 30px;
}

.cu-cats img {
    padding: 35px !important;
}

.cu-cats .card {
    border: 1px solid rgb(231, 226, 226);
    margin: 5px;
    border-radius: 15px;
}

.cu-pro-best {
    border: none !important;
    border-radius: 15px;
    padding: 10px;
    background-image: linear-gradient(to right, #F6CA2D, #F6CA2D);
    margin-top: 50px !important;
}

.cu-pro-best h3 {
    color: #000;
    font-size: 15px !important;

}

.cu-pro-best .block-header__groups-list a {
    color: #000 !important;
}

.cu-headerr-product img {
    padding: 10px !important;
}

.cu-headerr-product {
    width: 90%;
    margin-top: 70px;
    margin-bottom: 70px;
}

.cu-headerr-product .card {
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(245, 243, 243)
}

.block-header__groups-list a {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 14px;
    color: #505050 !important;
    text-decoration: none;
    transition: 0.4s;
}

.block-header__groups-list:hover a {
    color: orangered !important;
}

.block-header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.block-header__divider {
    flex-grow: 1;
    height: 2px;
    background: #ebebeb;
    line-height: 1.85;

}

.block-header__title {
    margin-bottom: 0;
    font-size: 16px;
    font-family: iranyekan, sans-serif, Tahoma !important;
    color: #524f4f;
}

.owl-nav .owl-button {
    position: relative !important;
}

.owl-nav .owl-next {
    position: absolute !important;
    left: -10px !important;
    bottom: 200px !important;
    padding: 8px 17px !important;
    background-color: transparent !important;
    border-radius: 50px;
    transition: .5s;
    border: none;
}

.owl-nav .owl-prev {
    position: absolute !important;
    right: -10px !important;
    bottom: 200px !important;
    padding: 8px 17px !important;
    background-color: transparent !important;
    border-radius: 50px;
    transition: .5s;
    border: none;
}

.owl-nav .owl-next::after, .owl-nav .owl-prev::after {
    content: '\f104';
    font-family: FontAwesome;
    color: #000;
    font-size: 45px;

}

.owl-nav .owl-prev::after {
    content: '\f105' !important;

}

.owl-nav .owl-next::hover, .owl-nav .owl-prev::hover {
    background: rgb(173, 34, 34);
}

.owl-next span {
    display: none;
}

.owl-prev span {
    display: none;
}

.cu-cats .owl-prev {
    display: none;
}

.cu-cats .owl-next {
    display: none;
}

.cu-card-product a {
    text-decoration: none !important;
}

.cu-title-product {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 14px;
    color: #000 !important;
}

.cu-price-product del {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 13px;
    color: #e63322 !important;
}

.cu-price-product span {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 14px;
    color: #69666b !important;
}

.list-inline .btn-primary {
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    font-size: 13px;
    background-image: linear-gradient(to right, #a517ba, #5f1782);
    transition: 0.7s !important;

}

.list-inline .btn-primary:hover {
    background-image: linear-gradient(to right, #a517ba, #a517ba);
}
.cu-a-est a{
    color: #ffffff !important;
}
.list-inline .btn-estelam {
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    font-size: 13px;
    background-image: linear-gradient(to right, #ffb247, #ff8e27);
    transition: 0.7s !important;
}

.list-inline .btn-estelam:hover {
    background-image: linear-gradient(to right, #556e92, #384d95);

}
.card .media-icons {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card .media-icons i {
    margin-top: 10px;
    color: rgb(73, 70, 70);
    opacity: 0.7;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
}

.card .media-icons i:hover {
    opacity: 1;
}

.cu-card-produc {
    transition: 0.4s;
}

.cu-card-product:hover {
    margin-top: 3px;
    background-color: rgb(245, 239, 239);
}

.cu-piclink img {
    border-radius: 20px;
}

/*footer*/
footer.main-footer {
    color: rgb(7, 5, 5);
paddingrgb(27, 25, 25) px;
    margin-top: 150px;
    border-top: 1px solid rgb(155, 152, 152);
}

footer.main-footer .back-to-top {
    text-align: center;
    font-size: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #eceff1;
    border-bottom: 1px solid #cfd8dc;
    padding: 10px 0;
    margin-bottom: 30px;
}

footer.main-footer .back-to-top a {
    color: #515151 !important;
}

footer.main-footer .back-to-top .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: hsla(0, 0%, 87%, 0.41);
    color: #fff;
    border-radius: 50%;
    margin-left: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
}

footer.main-footer .back-to-top .icon i {
    color: #05e4ff;
    vertical-align: 3px;
    font-size: 25px;
}

footer.main-footer .footer-services {
    padding-bottom: 30px;
    border-bottom: 1px solid #cfd8dc;
}

footer.main-footer .footer-services .service-item {
    text-align: center;
    position: relative;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #606060;
    letter-spacing: .2px;
    padding-bottom: 20px;
    margin: auto;
}

footer.main-footer .footer-services .service-item img {
    width: 58px;
    height: 58px;
    margin-bottom: 7px;
}

@media (max-width: 576px) {
    .footer-services .service-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 5px;
    }
}

footer.main-footer .footer-widgets .widget-menu {
    background: 0 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 15px;
}

footer.main-footer .footer-widgets .widget-menu .card-header {
    border-bottom: 0;
    background-color: transparent !important;

}

footer.main-footer .footer-widgets .widget-menu .card-title {
    font-size: 14px;
    color: #000;
    font-family: iranyekan, sans-serif, Tahoma !important;

}

footer .footer-widgets .card {
    border: 0px !important;
    text-align: right !important;
}

footer.main-footer .footer-widgets .widget-menu .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.main-footer .footer-widgets .widget-menu .footer-menu li {
    line-height: 30px;
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 13px;

}

footer.main-footer .footer-widgets .widget-menu .footer-menu li a {
    color: #000;
    text-decoration: none;
    transition: 0.4s;
}

footer.main-footer .footer-widgets .widget-menu .footer-menu li a:hover {
    color: rgb(219, 57, 17);
    margin-right: 5px;
}

footer.main-footer .footer-widgets .newsletter {
    margin-top: 30px;
}

footer.main-footer .footer-widgets .newsletter form {
    position: relative;
}

footer.main-footer .footer-widgets .newsletter form .form-control {
    font-family: iranyekan;
    font-size: 13px;
    border-radius: 7px;
    color: #515151;
    padding: 7px !important;
    line-height: 2 !important;
    box-shadow: none;
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #979898;
    transition: all .2s ease-out;
}

footer.main-footer .footer-widgets .newsletter form .btn {
    position: absolute;
    top: -5px;
    left: -1px;
    border-radius: 7px;
    font-family: iranyekan;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: #00bfd6;
    color: #fff;
}

footer.main-footer .footer-widgets .newsletter form .btn:focus,
footer.main-footer .footer-widgets .newsletter form .btn:active {
    background-color: #00bfd6;
    box-shadow: none !important;
}

footer.main-footer .footer-widgets .socials {
    margin-top: 30px;
}

footer.main-footer .footer-widgets .socials a img {
    width: 35px;
    height: 35px;
}

footer.main-footer .footer-widgets .socials .footer-social {
    width: 159px;
    height: 45px;
    text-align: center;
    border-radius: 9px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .11);
    font-family: iranyekan, sans-serif, Tahoma !important;
    display: inline-block;
    font-size: 12px;
    font-size: .857rem;
    line-height: 45px;
    margin-bottom: 20px;
}

footer.main-footer .footer-widgets .socials .footer-social a {
    color: #fff;
}

footer.main-footer .footer-widgets .socials .footer-social a i {
    margin-left: 4px;
}

footer
footer.main-footer .description {
    background: #FFFFFF;
    padding: 15px 0 0;
}

footer.main-footer .description .site-description .site-title {
    font-size: 14px;
    margin-bottom: 15px;
    color: #faf5f5;
    font-family: iranyekan, sans-serif, Tahoma !important;
}

footer.main-footer .description .site-description p {
    text-align: justify;
    font-size: 13px;
    margin-bottom: 0;
    color: #000;
    line-height: 24px;
    font-family: iranyekan, sans-serif, Tahoma !important;
}

footer.main-footer .description .symbol {
    text-align: center;
}

footer.main-footer .description .symbol a {
    padding: 15px;
    background: #f0f0f0;
    border: 1px solid #e5e5ea;
    border-radius: 3px;
    margin: 3px;
    display: inline-block;
}

footer.main-footer .footer-partners {
    padding: 0;
    margin: 20px 0 10px;
}

footer.main-footer .footer-partners li {
    list-style: none;
    float: right;
    text-align: center;
    margin-bottom: 10px;
}

footer.main-footer .footer-partners li img {
    width: 131px;
    height: 35px;
}

footer.main-footer .copyright {
    font-size: 12px;
    background: #FFFFFF;
    text-align: center;
    padding: 15px 0;
}

footer.main-footer .copyright p {
    margin-bottom: 0;
    padding-top: 15px;
    border-top: 1px solid #b0bec5;
}

.footer-menu li a img {
    width: 7px;
}

/*progres up*/
.progress-wrap {
    position: fixed;
    left: 50px;
    bottom: 50px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    line-height: 55px;
    font-size: 24px;
    color: var(--grey);
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    line-height: 55px;
    font-size: 24px;
    opacity: 0;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #651fff;
    stroke-width: 5;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.megamenu__item i {
    font-size: 14px !important;
    color: orangered;
}

.megamenu__item a {
    transition: 0.4s;
}

.megamenu__item a:hover {
    margin-right: 5px;
    color: orangered;
}

.cu-logo-mobile img {
    width: 120px;
}

.cu-bar i {
    font-size: 25px;
}

.cu-login-mobile a img {
    width: 45px;
    height: 40px;
}

.up-banner {
    /*background-image: url("../img/topheader.gif");*/
    max-width: 100%;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100% 50px;
    margin: 0 auto;

}

@media only screen and (max-width: 992px) {
    .up-banner {
        background-size: cover;
        background-position: center center;
        margin: 0 auto;
        height: auto;
    }
}

/*test menu*/
#menu-main-menu-m li {
    border-bottom: none !important;
}

.inactive {
    display: none;

}

li ul {
    display: none
}

.cu-item-menu ul li{
    display: block;
}
.cu-home{
    text-decoration: none;
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 16px;
    color: #3F4E57;
}
.manmenu .mega-a{
    text-decoration: none;
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 16px;
    color: #3F4E57;
    border-bottom: 1px solid #d6d6d6;
    padding: 5px;
}
.inactive li{
    margin-bottom: 10px;
}

.inactive li a{
    text-decoration: none;
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 14px;
    color: #596e7a;
}
.inactive li i{
    vertical-align: -4px !important;
}
.manmenu .mdi-plus{
    cursor: pointer;
}

/*product page*/
.product_img {
    text-align: center !important;
}
.img_box img {
    width: 100px;
    height: 100px;
    float: left;
    border: 1px solid #e5e5e5;
    margin: 5px;
    padding: 5px;
    cursor: pointer;
}

.img_box .pic-hov:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    transition: .5s;
}
.cu-pro-title h3 {
    margin: 0.8rem 0;
    font-size: 16px;
    line-height: 24px;
    color: #292929;
    font-family: iranyekan, sans-serif, Tahoma !important;
}
.cu-pro-title p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.cu-pro-title h3 i {
    font-size: 18px;
    color: #590696 !important;
}
.cu-pro-title span{
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    font-family: iranyekan, sans-serif, Tahoma !important;
}
.cu-pro-title ul li {
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    font-family: iranyekan, sans-serif, Tahoma !important;
    display: block;
}

.cu-pro-title ul {
    padding: 0 !important;
}

.cu-pro-title ul li i {
    font-size: 18px;
    color: #666666;
}
.cu-pro-text p {
    text-align: justify;
    font-size: 14px;
    color: #505050;
    padding: 8px;
}
.product-seller-info {
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 15px;
    width: 100%;
    margin-top: 40px;
    float: right;
}

.product-seller-info .product-seller-row {
    padding: 10px;
    font-size: 12px;
    color: #666666;
    float: right;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.product-seller-info .product-seller-row span.title {
    font-size: 14px;
    color: #888;
    float: right;
}

.product-seller-info .product-seller-row .product-name {
    float: left;
    color: #666666;
    font-weight: 500;
}

.product-seller-info .product-seller-row .product-name span.amount {
    font-size: 16px;
    font-weight: 500;
    color: #ef4343;
    font-family: iranyekan, sans-serif, Tahoma !important;

}

.product-seller-info .product-seller-row .product-name span.amount span {
    font-size: 12px;

}

.product-seller-info .product-seller-row .product-name span.unavailable {
    font-size: 16px;
    font-weight: 500;
    color: #ef4343;
}

.product-seller-info .product-seller-row .btn-add-to-cart {
    width: 100%;
    border-radius: 20px;
    font-size: 14px;
    margin-top: 10px;
    border-color: #f5f5f5;
    background-image: linear-gradient(135deg, #f99ca7 10%, #f15062 100%);
}

.product-seller-info .product-seller-row .Let-me-know {
    background-image: linear-gradient(135deg, #9c9c9c 10%, #757575 100%);
}

.product-seller-info .product-seller-row .btn-add-to-cart:focus {
    box-shadow: none;
}
video {
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(44, 68, 84, 0.4);
}
.right-img-box {
    height: 400px !important;
}

.right-img-box img {
    max-height: 600px !important;
}
.left-img-box{
    border-right: 1px solid #cccccc;
    overflow-y: auto;
    height: 600px !important;
}
.left-img-box img{
    width: 60%;
    margin-right: 10%;
    border: 1px solid #cccccc;
    padding: 5px;
    margin: 3px;
    cursor: pointer !important;
}
.left-img-box img:hover{
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    transition: .5s;
    transform: scale(1.1);
}
.cu-img-modal-title{
    font-size: 16px;
    color: #707070;
    font-family: iranyekan, sans-serif, Tahoma !important;
}
.cu-color-i {
    font-size: 14px;
    color: #919191 !important;
}
.cu-pro-text p {
    text-align: justify;
    font-size: 14px;
    color: #505050;
    padding: 8px;
}
.cu-pro-text h3{
    font-size: 13px;
    line-height: 24px;
    color: #434343;
    font-family: iranyekan, sans-serif, Tahoma !important;
}
.cu-span-title {
    border-bottom: 1px dashed #505050;
}
/*basket*/
/*basket item*/
.cu-cart-img {
    text-align: center;
}

.cu-cart-img img {
    width: 100px;
    height: 100px;

}

.cu-title-ul-cart ul {
    margin: 0 !important;
    padding: 0 !important;
}

.cu-title-ul-cart ul li {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 14px;
    margin-top: 8px;
    text-align: right;
    color: #636363;
    display: block;
}

.cu-price-ul-cart ul li {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
    color: #636363;
    display: block;
}

.home-cart {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #ebebeb;
    padding: 20px;
}

.home-cart-sabt {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #ebebeb;
    padding: 20px;
}

.cu-row-cart-sabt {
    border-bottom: 2px solid #ebebeb;
    padding: 15px;

}

.home-cart-side {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #ebebeb;
    padding: 20px;
    text-align: center;

}

.cu-row-cart {
    border-bottom: 1px solid #ebebeb;
    padding: 15px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
    border-radius: 25px;
}

.cu-del-cart-item a {
    color: red;
}

.cu-del-cart-item a i {
    font-size: 28px;
}

.cu-empty-cart p {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 18px;
    margin-top: 50px;
    color: #590696;
}

.cu-empty-cart {
    text-align: center !important;
}

.cu-h3-cart {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 17px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #ebebeb;
    padding: 15px;
}

.cu-h3-cart i {
    font-size: 22px;
}
.cu-color-i {
    font-size: 22px;
}
.btn .fa-remove{
    color: red;
    font-size: 24px;
}
.btn .fa-refresh{
    color: #ff8e27;
    font-size: 24px;
}
/*address*/
/*addres sabt*/
.cu-addres-user img {
    width: 64px;
    height: 64px;
    text-align: center;
}

.cu-addres-user .card-body h3 {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 16px;
    color: #767676;
}

.cu-addres-user .card-footer a {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 14px;
    color: #767676;
    text-decoration: none !important;
}

.cu-addres-user .card-footer a i {
    vertical-align: -2px;
}

.cu-input-name input {
    border: none !important;
    outline: none !important;
    padding: 5px !important;
    background-color: transparent;
    border-radius: inherit;
    height: auto;
    line-height: 28px;
    caret-color: #292929;
    font-weight: 700;
    font-size: 1rem;
    color: black;
    min-width: 5rem;
    max-width: unset;
    width: 7rem;
    flex-grow: 1;
    resize: none;

}

.cu-input-name {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0;
    height: 48px;
    border-radius: 8px;
    border: 1px solid dimgray;
    transition: all .1s ease-in-out;
    margin-bottom: 10px;
}

.cu-form-addres .card {
    border: none !important;
}

.cu-form-addres .card-footer {
    border: none !important;
}

.cu-form-addres {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #eeeeee;
    padding: 15px;
}

.cu-form-addres form label {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 14px;
    color: #767676;
    padding: 8px;
}

.cu-form-addres h3 {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 15px;
    color: #555555;
    margin-bottom: 15px;
    padding: 5px;
}

.cu-account-user ul li {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 14px;
    color: #686868;
    line-height: 30px;
}

.cu-account-user ul li i {
    color: #590696;
}

.btn-edit-user {
    width: 100%;
    border-radius: 20px;
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 15px;
    margin-top: 10px;
    color: #505050;
    border-color: #f5f5f5;
    background-image: linear-gradient(135deg, #58f920 10%, #33b310 100%);
}

.btn-edit-user-danger {
    width: 100%;
    border-radius: 20px;
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 15px;

    color: #505050;
    background-image: linear-gradient(135deg, #f95f56 10%, #b31e20 100%);
}

.cu-number-pro p {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 15px;
    color: #636363;
}

.cu-factor-user-pish h3 {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 15px;
    color: #555555;
    margin-bottom: 15px;
    padding: 5px;
}
.cu-factor-user-pish a{
    text-decoration: none !important;
}

.bs-input__container {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0;
    height: auto;
    border-radius: 8px;
    border: 2px solid grey;
    transition: all .1s ease-in-out;
}

.bs-input__input {
    border: none !important;
    outline: none !important;
    padding: 8px !important;
    margin: 0 !important;
    background-color: transparent;
    border-radius: inherit;
    height: auto;

    caret-color: red;
    font-weight: 700;
    font-size: 1rem;
    color: black;
    min-width: 5rem;
    max-width: unset;
    width: 7rem;
    flex-grow: 1;
    resize: none;
}

textarea {
    overflow: auto;
    padding: 10px !important;
}
.cu-form-addres .card {
    border: none !important;
}

.cu-form-addres .card-footer {
    border: none !important;
}
.cu-addres-user .card-footer a i {
    vertical-align: -2px;
}

.tab_box i {
    color: #2196F3;
    font-size: 17px;
}

.tab_box ul {
    background-color: #F5F5F5;
}
.tab-content .content-expert {
    height: 250px;
    overflow: hidden;
    padding-bottom: 30px;
}

.tab-content .content-expert p {
    max-width: 800px;
    margin: 0 auto !important;
    text-align: justify;
    font-size: 14px;
    color: #625f5f;
    line-height: 30px;
}

.tab-content .sum-more {
    width: 100%;
    position: absolute;
    height: 50px;
    text-align: center;
    background: #FFF;
    bottom: 0;
    right: 0;
    line-height: 47px;
    font-size: 13px;
    box-shadow: 0 0 10px #fff;
    cursor: pointer;
}

.tab-content .sum-more .show-less {
    display: none;
}

.tab-content .shadow-box {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 41px;
    height: 100px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    width: 98%;
    margin: auto;
}

.tab-content .content-expert.active {
    height: auto;
}

.tab-content .accordion .card {
    box-shadow: none;
}

.tab-content .accordion .card .card-header {
    background-color: #fff;
}

.tab-content .accordion h5 button {
    font-family: iranyekan;
    color: #000;
}
.tab_box i {
    color: #2196F3;
    font-size: 17px;
}

.tab_box ul {
    background-color: #F5F5F5;
}
.cu-naghd p{
    text-align: justify;
    color: #616161;
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 14px;
    line-height: 33px;
}
.cu-fani h3{
    color: #616161;
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 17px;
}
.cu-fani span{
    color: #383838;
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 14px;
}
.box_list .title{
    color:#4d4d4d;
}
.box_list i{
    vertical-align: -7px;
    color:#00bfd6;
}
.box_params_list p{
    display: block;
    background: #ffffff;
    padding:14px 18px 12px;
    font-size: 13px;
    line-height: 1.692;
    color:#4d4d4d;
    min-height: 47px;
    position: relative;
    font-family: iranyekan, sans-serif, Tahoma !important;
}
.border_right_custom1{
    border-right: 3px solid #00bfd6;
}
.border_right_custom2{
    border-right: 3px solid #fc6274;
}
.cu-title-ok-send {
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #eeeeee;
    padding: 10px;
    margin-bottom: 30px;
}

.cu-title-ok-send h4 {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 18px;
    color: #28A745;
}

.cu-title-ok-send p {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #65635f;
    text-align: justify;
}
.cu-form-addres .card {
    border: none !important;
}

.cu-form-addres .card-footer {
    border: none !important;
}

.cu-form-addres {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #eeeeee;
    padding: 15px;
}

.cu-form-addres form label {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 14px;
    color: #767676;
    padding: 8px;
}

.cu-form-addres h3 {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 15px;
    color: #555555;
    margin-bottom: 15px;
    padding: 5px;
}
.cu-title-showfactor h4 {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 14px;
    color: #28A745;
    padding: 5px;
    border-bottom: 1px solid #d0d0d0;
}
.cu-table-showfactor tr {
    border-bottom: 1px solid #f1f1f1;

}

.cu-table-showfactor tr td {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 14px;
    color: #65635f;
    padding: 10px !important;
}
.cu-factor-user-pish h3 {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 15px;
    color: #555555;
    margin-bottom: 15px;
    padding: 5px;
}
.cu-title-notok-send h4{
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 21px;
    color: #d40000;
    padding: 5px;
    border-bottom: 1px solid #d0d0d0;
}
.cu-title-notok-send p{
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 15px;
    color: #d40000;
}
.cu-title-profile p {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 14px;
    color: #434343;
}

.profile-box ul.profile-account-navs {
    padding: 8px;
    width: 100%;
    margin-bottom: 0;
}

.profile-box ul.profile-account-navs li.profile-account-nav-item {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.profile-box ul.profile-account-navs li.profile-account-nav-item a {
    text-align: right;
    display: block;
    transition: 0.2s;
    font-size: 13px;
    border-radius: 20px;
    padding: 8px 15px;
    color: #666;
    font-weight: 500;
    font-family: iranyekan, sans-serif, Tahoma !important;
}

.profile-box ul.profile-account-navs li.profile-account-nav-item a i {
    vertical-align: middle;
    font-size: 18px;
}

.profile-box ul.profile-account-navs li.profile-account-nav-item a:hover {
    background: #eee;
    transition: 0.2s;
}

.profile-box ul.profile-account-navs li.profile-account-nav-item a.active {
    background-color: #dffcff !important;
    color: #651fff !important;
}
.activesidebar a{
    background-color: #651fff !important;
    color: #fff !important;
    text-align: right;
    display: block;
    transition: 0.2s;
    font-size: 13px;
    border-radius: 20px;
    padding: 8px 15px;
    font-weight: 500;
    font-family: iranyekan, sans-serif, Tahoma !important;
}
.cu-profile-sefaresh h3{
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 16px !important;
    color: #434343;
    border-bottom: 1px solid #e9e9e9;
}
.cu-profile-sefaresh table tr td{
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 15px !important;
    color: #2a2a2a;
}
.cu-profile-sefaresh table tr .cu-td{
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 14px !important;
    color: #514f4c;
}
.cu-profile-sefaresh table tr td{
    border: none !important;
}
.login_box{
    width: 500px;
    background-color: #ffffff;
    margin: 100px auto;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.1);
    padding: 30px;
    font-family: iranyekan, sans-serif, Tahoma !important;
    max-width: 100% !important;
}
.login_box .btn-primary{
    width: 100%;
    font-size: 18px;
}
.login_box .form-control{
    text-align: left;
    font-size: 22px !important;
    font-weight: 100 !important;
}
.cu-input-ok input{
    text-align: center !important;
    font-size: 22px !important;
    font-weight: 100 !important;
}.cu-ersal-num span{
     font-family: iranyekan, sans-serif, Tahoma !important;
     font-size: 14px !important;
     cursor: pointer;
 }
.cu-ersal-num span:hover{
    color: red;
}

.login_box .btn-danger {
    width: 100%;
    font-size: 16px;
}
.cu-input-name input[type=text] {
    font-size: 16px !important;
    outline: none !important;
    text-align: left;
    font-weight: 400 !important;
}
.cu-price-product .cu-color-end{
    color: white !important;
}
.swal2-popup {
    font-size: 14px !important;
    font-family: iranyekan, sans-serif, Tahoma !important;
}

.cu-title-cat{
    margin-bottom: 50px;
}
.cu-title-cat h3{
    font-size: 19px !important;
    font-family: iranyekan, sans-serif, Tahoma !important;
    color: #515151;
}
.cu-cat-img{
    text-align: center !important;
}
.cu-cat-img img{
    width: 190px;
    padding: 5px !important;
}

.compare {
    position: fixed;
    right: 20px;
    top: 180px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    background: url("../img/compareb.png") no-repeat 100%;
    background-size: auto 100%;
    border-radius: 50px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    z-index: 10000;
    transition: all 200ms linear;
}
.cu-compare .cu-table{
    border: 1px solid #bcbcbc;
    text-align: center;
}
.cu-compare .cu-table h3{
    font-size: 18px !important;
    font-family: iranyekan, sans-serif, Tahoma !important;
    text-align: center;
    margin-top: 20px;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 10px;
}
.cu-compare .cu-table img{
    width: 150px;
    padding-top: 10px;
}
.cu-txt-compare{
    color: #810000 !important;
}
.cu-title-b i{
    font-size: 10px !important;
    vertical-align: 3px !important;
    color: #31fc30 !important;
}

.btn-compare {
     box-shadow: none;
     padding: 8px 25px;
     border: none;
     border-radius: 10px;
     font-size: 13px;
     background-image: linear-gradient(to right, #2acc29, #0e9912);
     transition: 0.7s !important;

 }

.btn-compare:hover {
    background-image: linear-gradient(to right, #a517ba, #a517ba);
}
 .cu-btn-heart-compare form{
     display: inline-block !important;
 }
.btn-heart {
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 10px;
    font-size: 13px;
    background-image: linear-gradient(to right, #f95e5e, #f90000);
    transition: 0.7s !important;

}

.btn-heart:hover {
    background-image: linear-gradient(to right, #a517ba, #a517ba);
}
.cu-time span{
    font-size: 15px !important;
    font-family: iranyekan, sans-serif, Tahoma !important;
}
.posh{
    position: fixed;
    bottom:100px;
    right: 1px;
    z-index: 999999999999999 !important;
}
.cu-btn-posht{
/*    box-shadow: none;
    padding: 8px 25px;
    border: 2px solid black;
    border-radius: 10px;
    font-size: 15px;
    background-image: linear-gradient(to right, #0fc013, #0e9912);
    transition: 0.7s !important;
    text-shadow: 2px 3px 2px #CE5937;*/
}
.nav-links__item span i{
    font-size: 18px;
    color: #a9a9a9;
}
.user-sabt input[type=text]{
    text-align: right !important;
}
cu-profile-sefaresh h3{
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 16px !important;
    color: #434343;
    border-bottom: 1px solid #e9e9e9;
}
.cu-profile-sefaresh table tr td{
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 15px !important;
    color: #2a2a2a;
}
.cu-profile-sefaresh table tr .cu-td{
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 14px !important;
    color: #514f4c;
}
.cu-profile-sefaresh table tr td{
    border: none !important;
}
.cu-table-showfactor tr {
    border-bottom: 1px solid #f1f1f1;

}

.cu-table-showfactor tr td {
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 14px;
    color: #65635f;
    padding: 10px !important;
}
.cu-profile-sefaresh table tr .cu-td{
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 14px !important;
    color: #514f4c;
}
.cu-post {
    text-align: center !important;
    padding: 10px;
    background-color: #dff9e5;
    border: 1px solid #d9e5e5;
}

.cu-post ul li img {
    width: 65px;
    height: 65px;
}

.cu-post ul li p {
    color: #373a3a !important;
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 12px !important;
}

.cu-post-b img {
    width: 100px;
    height: 100px;
}

.cu-post-b p {
    color: #ee1010 !important;
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 12px !important;

}

.cu-post-b span {
    color: #373a3a !important;
    font-family: iranyekan, sans-serif, Tahoma !important;
    font-size: 15px !important;

}
.image1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.image2 {

    z-index: 3;

}