@font-face {
    font-family: 'vazir';
    src: url('../fonts/Vazir.woff') format('woff');
}
@font-face {
    font-family: 'IranNastaliq';
    src: url('../fonts/IranNastaliq.eot?#') format('eot'),
    url('../fonts/IranNastaliq.ttf') format('truetype'),
    url('../fonts/IranNastaliq.woff') format('woff');
}

body {
    font-family: vazir !important;
    direction: rtl;
    background-color: #F5F5F5;
}

.box_shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}


a {
    text-decoration: none !important;
}

.logoa {
    height: 150px;
    display: block;
    text-align: left !important;
    background: url("../img/logoa.png") no-repeat 100%;
    background-size: auto 100%;
}

.custom-input-group-text {
    background-color: #ff7e27 !important;
    border: 1px solid #ff7e27 !important;
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.custom-input-group-text a i {
    color: #fff;
    vertical-align: -5px;
    display: flex;
    font-size: 20px;
}

.input_search {
    background-color: #eceff1;
    border: 1px solid #ff7e27 !important;
    font-size: 13px !important;
}

@media (max-width: 575px) {
    .dropdown_custom {
        text-align: right !important;
    }
}

.dropdown_custom a {
    cursor: pointer;
    font-size: 14px !important;
    color: #6f6f6f !important;
}

.dropdown-menu_custom {
    top: 10px !important;
    left: -40px !important;
}

.dropdown-menu_custom:before {
    height: 4px;
    background-color: #ff7e27;
    bottom: 100%;
    left: 0;
    right: 0;
}

.dropdown-menu_custom:before, .dropdown-menu_custom:after {
    position: absolute;
    content: "";
}

.dropdown-menu_custom:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent #ff7e27;
    bottom: 100%;
    margin-bottom: 2px;
    left: 70px;
}

.login_box a {
    color: #fff !important;
    background-color: #ff7e27;
}
.login_box a:hover {
    background-color: #ffa255;
}

.dropdown-item-custom:hover {
    color: #fff !important;
    background-color: #00bfd6;
}

.dropdown .register {
    font-size: 12px;
}

.register a {
    color: #ff7e27 !important;
    border-bottom: 1px dashed #008ec9;
}

.dropdown .profile_link {
    font-size: 18px;
    vertical-align: -5px;

}

.dropdown .dropdown-item_custom {
    color: #6f6f6f !important;
    font-size: 14px;

}

.dropdown button {
    cursor: pointer;
}

.shopping_cart {
    vertical-align: -7px;
}

.navbar_custom {
    background: #ffa255;
    padding: 0 7px 0 7px !important;
}

.nav_line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    z-index: 2;
    background: #000;
}

.navbar_custom .nav-link {
    font-size: 14px;
}

#custom-main-dropdown-menu {
    width: auto;
    border-top: 0 !important;
}

.dropdown-menu_custom1 {
    border-radius: 0;
}

#custom-main-dropdown-menu .top_link {
    font-size: 13px;
}

#custom-main-dropdown-menu .top_link i {
    vertical-align: -6px;
    font-size: 10px;
    padding: 5px;
    transition: padding-right .1s;
}


#custom-main-dropdown-menu .custom-list-group a {
    font-size: 12px;
    color: #6a6a6a;
    padding-right: 30px;
}

#custom-main-dropdown-menu .custom-list-group a:hover {
    font-weight: bolder;
}

#custom-main-dropdown-menu .custom-list-group li {
    padding: 2px;
}

#custom-main-dropdown-menu img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.navbar_custom .nav-link {
    height: 35px;
}

.navbar_custom .nav-link:hover {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.200) !important;
    transition: box-shadow .3s;
    border-bottom: 2px solid #ff7e27;
}

.special_sale {
    background: #4f4f4f;
    color: #fff !important;
    font-size: 11px;
    line-height: 25px;
    padding: 2px 10px 2px 10px;
}

.special_sale a {
    line-height: 18px;
}

/*start top banner*/
.top_banner {
    height: 76px;
    background: #52f2b8;
    border-radius: 5px;
}

.top_banner div {
    height: 100%;
    width: 100%;
    max-width: 100%;
    background-image: url(../img/coundown03.jpg);
    margin: 0 auto;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;

}

.prev {
    transition: .5s;
}

.prev:hover {
    margin-right: -5px;
    transition: .5s;
}

.next {
    transition: .5s;
}

.next:hover {
    margin-left: -5px;
    transition: .5s;
}

/*start service*/
.serv p {
    padding-top: 5px;
    color: #606060;
    font-size: 14px;
}

/*start slider p*/
.panel-title-custom {
    border: 1px solid #efefef;
}

.card-header-custom {
    background: #fff;
}

.card-header-custom p {
    padding-top: 25px !important;
    border-bottom: 1px solid #f13712;
    display: inline;
    font-size: 17px;
    font-weight: bold;
    padding: 3px;
}

.panel-custom {
    border-bottom: 0 !important;
    margin-bottom: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
}

.panel-body-custom {
    padding: 0
}

.slider .card {
    border: 0 !important;
}

.slider .card-body {
    padding: 10px;
}

.slider .item:hover {
    box-shadow: 0 1rem 3rem #edf6ee !important;
    border: 1px solid #e4eef1;
    border-radius: 2px;
    transition: .1s;

}

.panel-footer-custom {
    border-top: 0px;
    padding: 1px 10px !important;
    background: transparent !important;
}

.panel-footer-custom h4 {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #4a5f73;
}

.panel-footer-custom p {
    color: red;
    font-size: 15px;
    text-align: center;
}

.owl-dots {
    display: none;
}

.owl-nav {
    position: relative;
    top: -10px;
}

.owl-nav .owl-prev {
    position: absolute;
    top: -150px;
    right: -10px;
}

.owl-nav .owl-next, .owl-nav .owl-prev {
    position: absolute;
    top: -120px;
    left: -10px;
    background: hsla(0, 0%, 100%, .8);
    border-radius: 50%;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    width: 69px;
    height: 69px;
    margin-top: -35px;

}

.owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 35px;
    background: rgba(158, 172, 181, 0.95);
    border-radius: 100%;
}

.owl-nav .owl-prev:before {
    font-family: FontAwesome;
    position: relative;
    top: 30px;
    color: #fff;
    padding: 3px;
}

.owl-nav .owl-next:before {
    font-family: FontAwesome;
    position: relative;
    top: 30px;
    color: #fff;
    padding: 3px;
}

.owl-nav button {
    background: #fff !important;
    outline: none !important;
    border: 0 !important;
    opacity: 0.8 !important;
}

.owl-nav button:hover {
    color: black !important;
}

/*start slider*/
.panel-custom2 {
    border-radius: 0 !important;
    margin-bottom: 0;
    border: 1px solid #00bfd6;
    border-top: 0;
}

.card-custom {
    border: 1px solid #00bfd6;
    border-bottom: 0;
}

/*start ads*/
.ads img {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.card-header-custom a {
    color: #a8a8a8;
    font-size: 17px;
}

.card-header-custom a:hover {
    color: #00bfd6;
}

/*start slider item1*/
.item1 img {
    max-height: 70%;
    max-width: 70%;
    text-align: center;
}

@media (max-width: 598px) {
    .item1 img {
        max-height: 100%;
        max-width: 100%;
        text-align: center !important;
    }
}

.box_jump_top {
    background-color: #f5f5f5;
    border-top: 1px solid #eceff1;
    border-bottom: 1px solid #cfd8dc;
    display: block;
}

.jump_top i {
    font-size: 35px;
    width: 36px;
    height: 36px;
    background: hsla(0, 0%, 75%, .41);
    border-radius: 50%;
    text-align: center;
    color: #ff7e27;
    vertical-align: -12px;
    margin-left: 5px;
}

.jump_top span {
    font-size: 17px;
    color: black;
}

/*start footer*/
.border_bottom {
    border-bottom: 1px solid #f2f2f2
}

.border_bottom1 {
    border-bottom: 1px solid #b0bec5
}

.bg_footer {
    background: #eceff1;
}

.box_footer_links p a {
    color: #4a5f73;
    text-decoration: none;
    font-size: 16px;
}

.box_footer_links ul {
    margin: 0;
    padding: 0;
}

.box_footer_links ul li {
    list-style: none;
}

.box_footer_links ul li a {
    color: #4b4b4b;
    font-size: 14px;
    line-height: 30px;
}

.footer_form p {
    font-size: 14px;
    color: #5d5959;
}

.social_instagram {
    background-image: linear-gradient(266deg, #4e60d3, #913baf 35%, #d52d88 68%, #f26d4f);
    width: 159px;
    height: 45px;
    border-radius: 9px;
    text-align: center !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .11);
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    font-size: 12px;
    line-height: 45px;
}

.social_instagram a {
    color: #fff;
}

.footer_box_right {
    font-size: 14px;
    line-height: 2.17;
    font-weight: 300;
    color: #253343;
}

.footer_box_right ul li a {
    color: #4a5f73;
}

.footer_box_right li:nth-of-type(2) {
    border-right: 1px solid #979797;
    padding-right: 10px;
}

footer {
    background: #d7dee0;
}

.footer_digi span {
   font-size: 14px;
    line-height: 2.17;
    font-weight: 300;
    color: #253343;
}

.copyRight {
    font-size: 13px;
    color: #4a4a4a;
}

/*page category*/
.breadcrumb {
    background: transparent !important;
}

.breadcrumb li a {
    color: #7f848d;
    font-size: 12px;
    vertical-align: 8px;
}

.breadcrumb li a:hover {
    color: #6a6a6a !important;
}

.breadcrumb .active {
    color: #6a6a6a !important;
    font-weight: 700;
    font-size: 12px;
}

.breadcrumb .active::before {
    vertical-align: -2px !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 1px;
    padding-left: 3px;
    color: #6c757d;
    content: "/";
    vertical-align: 4px;
}

.listing_counter {
    position: absolute;
    left: 17px;
    top: 25px;
    color: #b7b7b7;
    font-size: 15px;
}



.sidebar_header {
    position: relative;
    color: #535353;
    font-weight: 700;
    padding: 8px 16px 10px 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-right: 6px;
    margin-left: 6px;
    font-size: 13px;
}

.sidebar_catalog ul li {
    list-style: none;
}

.sidebar_catalog li {
    font-size: 13px;
    color: #545454;
}

.sidebar_catalog li span {
    vertical-align: -8px;
}

.sidebar_catalog li:hover {
    color: #00bfd6;
}

.padding-right15px {
    padding-right: 15px !important;
}

.padding-right30px {
    padding-right: 30px !important;
}

.padding-right55px {
    padding-right: 55px !important;
}

.sidebar_active {
    font-weight: bold;
}

.sidebar_active:hover {
    font-weight: bold;
    color: #545454 !important;
}

.input_search1 {
    font-size: 13px;
    line-height: 2;
    background: #f8f8f8 !important;
    border: 1px solid transparent;
    padding: 7px 35px 8px 2px;
    border-radius: 5px !important;
}

.ic-form-control-search {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    color: #aaa;
}

.input_search2 {
    font-size: 13px;
    line-height: 2;
    background: #f8f8f8 !important;
    border: 1px solid #00bfd6;
    padding: 7px 35px 8px 2px;
    border-radius: 5px !important;
}

.brand .card-link {
    position: relative;
    color: #535353;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.571rem;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
}

/* Create a custom checkbox */
.checkmark-login1 {
    position: absolute;
    top: 7px;
    right: 15px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.checkmark-login2 {
    position: absolute;
    top: 45px;
    right: 15px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.checkmark-login3 {
    position: absolute;
    top: 85px;
    right: 15px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark-login1 {
    background-color: #ccc;
}

.checkbox:hover input ~ .checkmark-login2 {
    background-color: #ccc;
}

.checkbox:hover input ~ .checkmark-login3 {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark-login1 {
    background-color: #2196F3;
}

.checkbox input:checked ~ .checkmark-login2 {
    background-color: #2196F3;
}

.checkbox input:checked ~ .checkmark-login3 {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-login1:after {
    content: "";
    position: absolute;
    display: none;
}

.checkmark-login2:after {
    content: "";
    position: absolute;
    display: none;
}

.checkmark-login3:after {
    content: "";
    position: absolute;
    display: none;
}

/* Style the checkmark/indicator */
.checkbox .checkmark-login1:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox .checkmark-login2:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox .checkmark-login3:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark-login1:after {
    display: block;
}

.checkbox input:checked ~ .checkmark-login2:after {
    display: block;
}

.checkbox input:checked ~ .checkmark-login3:after {
    display: block;
}

/* Hide the browser's default checkbox */
.checkbox input {
    opacity: 0;
    position: absolute;
}

label.checkbox-container {
    margin-right: 50px;
    cursor: pointer;
    color: #3b3b3b;
    font-size: 14px;
}

label.checkbox-container:hover {
    background: #f9f9f9;
}

.checkbox:hover {
    background: #f9f9f9;
}

.brand_eng {
    font-size: 13px;
    color: #ccc;
}

/*sw*/
input[type="checkbox"] {
    position: absolute;
    opacity: 0;

}

/* Normal Track */
input[type="checkbox"].ios-switch + div {
    vertical-align: middle;
    width: 40px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 999px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: .4s;
    -webkit-transition-property: background-color, box-shadow;
    box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.4);
    margin: 10px 1.2em 0px 2.5em;
    cursor: pointer;
}

/* Checked Track (Blue) */
input[type="checkbox"].ios-switch:checked + div {
    width: 40px;
    background-position: 0 0;
    background-color: #3b89ec;
    border: 1px solid #0e62cd;
    box-shadow: inset 0 0 0 10px rgba(59, 137, 259, 1);
}

/* Tiny Track */
input[type="checkbox"].tinyswitch.ios-switch + div {
    width: 34px;
    height: 18px;
}

/* Big Track */
input[type="checkbox"].bigswitch.ios-switch + div {
    width: 50px;
    height: 25px;
}

/* Normal Knob */
input[type="checkbox"].ios-switch + div > div {
    float: left;
    width: 18px;
    height: 18px;
    border-radius: inherit;
    background: #ffffff;
    -webkit-transition-timing-function: cubic-bezier(.54, 1.85, .5, 1);
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: transform, background-color, box-shadow;
    -moz-transition-timing-function: cubic-bezier(.54, 1.85, .5, 1);
    -moz-transition-duration: 0.4s;
    -moz-transition-property: transform, background-color;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(0, 0, 0, 0.4);
    pointer-events: none;
    margin-top: 1px;
    margin-left: 1px;
}

/* Checked Knob (Blue Style) */
input[type="checkbox"].ios-switch:checked + div > div {
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    background-color: #ffffff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(8, 80, 172, 1);
}

/* Tiny Knob */
input[type="checkbox"].tinyswitch.ios-switch + div > div {
    width: 16px;
    height: 16px;
    margin-top: 1px;
}

/* Checked Tiny Knob (Blue Style) */
input[type="checkbox"].tinyswitch.ios-switch:checked + div > div {
    -webkit-transform: translate3d(16px, 0, 0);
    -moz-transform: translate3d(16px, 0, 0);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(8, 80, 172, 1);
}

/* Big Knob */
input[type="checkbox"].bigswitch.ios-switch + div > div {
    width: 23px;
    height: 23px;
    margin-top: 1px;
}

/* Checked Big Knob (Blue Style) */
input[type="checkbox"].bigswitch.ios-switch:checked + div > div {
    -webkit-transform: translate3d(25px, 0, 0);
    -moz-transform: translate3d(16px, 0, 0);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3), 0px 0px 0 1px rgba(8, 80, 172, 1);
}

.text-switch {
    position: absolute;
    left: -75px;
    top: 9px;
}

.text-switch span {
    font-size: 13px;
}

.sort {
    color: #cecece;
    font-size: 28px;
}

.text_sort {
    color: #3b3b3b;
    font-size: 13px;
    line-height: 21px;
    padding-top: 7px !important;
}

.nav-pills .nav-item .nav-link {
    display: block;
    padding: 4px 8px;
    position: relative;
    font-size: 14px;
    line-height: 25px;
    vertical-align: middle;
    border-radius: 5px;
    color: #4a5f73;
}

.nav-pills .nav-item .nav-link:hover {
    background: #d3d9df;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #00bfd6;
    color: #fff;
}

.box_navpils {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    border: 1px solid #e4e4e4;
    margin-top: -15px;
}

.full_product-box {
    border: 1px solid #ebebeb;
}

.product-box .price {
    color: #fb3449;
    font-size: 15px;
}

.box_rate {
    font-size: 13px;
    display: inline;
    background: #f9f9f9;
    color: #9a9a9a;
    margin-top: 30px;
    padding-top: 10px;
}

.box_rate i {
    font-size: 20px;
    vertical-align: -6px;
    padding-left: 3px;
}

.full_product-box {
    transition: .5s;
}

.full_product-box:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;

    transition: .5s;
    z-index: 99999;
}

/*pagination*/
.pagination li a {
    border-radius: 8px;
    color: #c4c4c4;
    font-size: 18px;
    line-height: 34px;
    margin: 0 3px;
    background: transparent;
    border: none;
}

.active_pagination {
    background: #fff !important;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #e8e8e8;
    color: #464646;
}

/*category*/
.category {
    box-shadow: 0 -6px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #dbdbdb;
    color: #787878;
    line-height: 22px;
    padding: 30px 50px;
}

.category a {
    color: #4a5f73;
}

/*start product*/
.box_product {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #e4e4e4;
}

.gallery_options ul li a {
    color: #6d706f;
    background: white;
    border-radius: 8px;
    padding: 5px;
    border: 1px solid #cacaca;
}

.gallery_options ul li a:hover {
    border: 1px solid #626766;
}

.gallery_options ul li {
    margin-top: 8px;
}

.gallery_options ul li a i {
    padding: 5px;
    vertical-align: -7px;
}

.box_list_img img {
    width: 55px;
    height: 45px;
}

.box_list_img i {
    font-size: 45px;
    vertical-align: -18px;
    border-radius: 8px;
    background-color: #fefefe;
    border: 1px solid #e2e2e2;
    color: #8c8a88;
}

.product-info {
    background: #fdfdfd;
}

.product-info .product-title {
    font-size: 15px;
    line-height: 1.467;
    color: #494944;
    font-weight: 400;
}

.product-info .product-title span {
    color: #b5b5b5;
    font-size: 12px;
    line-height: 1.833;
    display: block;
    margin-top: 5px;
}

.product-info .beenhere {
    color: #ff637d;
    font-size: 30px;
}

.box_beenhere p {
    font-size: 12px;
}

.product-info .product_directory ul li {
    font-size: 13px;
}

.product-info .product_directory ul li a {
    border-bottom: 1px dashed #1ca2bd;
}

.product-info .box_color .box_check1 {
    font-size: 15px;
    width: 80px;
    height: 30px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #ccc;
    content: "";
}

.product-info .box_color {
    position: absolute;
}

.product-info .box_color .check1 {
    position: relative;
    width: 17px;
    height: 17px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ccc;
    content: "";
    top: 6px;
    left: -6px;
}

.box_color .title {
    vertical-align: 10px;
    color: #6f6f6f;
    font-size: 15px;
}

.product-info .box_color .check2 {
    position: relative;
    width: 17px;
    height: 17px;
    border-radius: 5px;
    background: #000;
    border: 1px solid #ccc;
    content: "";
    top: 6px;
    left: -6px;
}

.box_color a {
    display: inline;
    color: #6f6f6f;
}

.check1 span, .check2 span {
    position: absolute;
    left: -45px;
    top: -4px;
}

.box_color a:hover .box_check1 {
    border: 1px solid #00bff6;
}

.product_guarantee span {
    color: #6f6f6f;
    font-size: 14px;
}

.product_guarantee i {
    vertical-align: -7px;
    color: #c1c1c1;
}

.product_guarantee span a {
    border-bottom: 1px dashed #1ca2bd;
}

.product_guarantee .store {
    color: #c1c1c1;
}

.seller_rate {
    padding-right: 40px;
    font-size: 12px;
}

.box_price {
    color: #fb3449;
    font-size: 30px;
}

.btn_custom2 {
    padding: 16px 18px 16px 18px;
    border-radius: 8px;
    background: #00bfd6;
    border: 1px solid #41a7b4;
    color: #fff;
}

.btn_custom2:hover {
    color: #fff;
}

.btn_custom2 i {
    vertical-align: -7px;
    margin-left: 10px;
}

.product_params i {
    color: #c1c1c1;
    font-size: 45px;
    vertical-align: -15px;
}

.btn-white {
    color: #009ec9 !important;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #f5f5f5;
    padding: 10px 10px 19px 10px;
    font-size: 13px;
}

.product_params .box2 span {
    color: #55565a;
    font-weight: bolder;
    font-size: 14px;
}

.product_params .box2 ul li {
    font-size: 13px;
    padding-top: 7px;
    color: #55565a;
}

.product_params .box2 ul li a {
    border-bottom: 1px dashed #1ca2bd;
}

.product_params .box2 ul {
    list-style: none;
    padding: 0;
}

.product_params .box2 ul li:before {
    color: #ccc;
    font-weight: bolder;
    display: inline-block;
    width: 1em;
    content: "\2022";
    font-size: 16px;
}

.unfair-price {
    color: #7c7c7c;
    font-size: 14px;
}

.unfair-price a {
    border-bottom: 1px dashed #1ca2bd;
}

.box_offer span {
    color: #1ca2bd;
    font-size: 14px;
    border-bottom: 1px dashed #1ca2bd;
}

.box_offer i {
    vertical-align: -7px;
    padding-left: 5px;
}

.product_feature {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 5px 25px;
}

.product_feature img {
    display: inline;
    float: right;
    width: 45px;
    padding-left: 5px;
}

.product_feature .box {
    margin-top: 20px;
}

.product_feature ul li {
    font-size: 12px;
    margin-left: 5px;
}

.product_feature a {
    color: #4a5f73;
}

.product_feature .pf_img {
    margin-top: -5px;
}

.title_suppliers span {
    font-size: 18px;
    color: #515151;
}

.title_suppliers i {
    font-size: 35px;
    vertical-align: -12px;
    color: #c1c1c1;
}

.table_link a {
    border-bottom: 1px dashed #1ca2bd;
}

.table_suppliers tr td span {
    font-size: 15px;
}

.table_suppliers tr td .span1 {
    color: #8c8c8c;
}

.table_suppliers tr td .span2 {
    color: #009ec9;
}

.table_suppliers i {
    vertical-align: -6px;
    color: slategrey;
}

.table_suppliers .offline_pin {
    color: #c1c1c1;
    vertical-align: -20px;
}

.table_suppliers .price {
    color: #76787a;
    font-size: 18px;
    vertical-align: -15px;
}

.table_suppliers .title_g {
    vertical-align: -13px;
}

.table_suppliers tr th {
    background: #5e98ae;
}

.btn_custom2:hover {
    background-color: #54dbfc;
}

@media (max-width: 650px) {
    .table-responsive_custom {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}

.table_suppliers p {
    border-bottom: 1px dashed #1ca2bd;
    display: inline;
    margin: 0 auto;
}

.box-tabs ul li a {
    color: #6f6f6f;
}

.box-tabs ul li i {
    vertical-align: -8px;
    color: #ccc;
    padding: 3px;
}
.box-tabs .nav-tabs .nav-link{
    border: 0 solid transparent;
}
.box-tabs .nav-tabs .nav-link.active{
    border-top: 5px solid #00bfd6;
    border-radius: 0;
}
.box-content h4{
    color:#6f6f6f;
}
.box-content span{
    color:#6f6f6f ;
    font-size: 15px;
}
.box-content .box_list .title{
    color:#4d4d4d;
}
.box-content .box_list i{
    vertical-align: -7px;
    color:#00bfd6;
}
.block{
    display: block;
}
.box_params_list p{
    display: block;
    background: #fafafa;
    padding:14px 18px 12px;
    font-size: 13px;
    line-height: 1.692;
    color:#4d4d4d;
    min-height: 47px;
    position: relative;
}
.border_right_custom1{
    border-right: 3px solid #00bfd6;
}
.border_right_custom2{
    border-right: 3px solid #fc6274;
}
.nav-tabs-custom{
    background: #F5F5F5;
}
.box_comment .bc1{
    padding: 10px 33px 33px 60px;
}
.bc1 .row{
    background: #fcfcfc;
    border-radius: 5px;
}
.box_comment .progress_title, .box_comment .progress_title2{
    font-size: 14px!important;
}
.box_comment .progress{
    height: 4px!important;
    margin-top:10px;
}
.box_comment .progress-bar{
    background-color: #00bfd6;
}
.btn_custom3{
    background: #7a7a7a;
    border-color: #7a7a7a;
    color: #fff;
}

.btn_custom3:hover{
    color: #fff;
}
.btn_custom3 i{
    vertical-align:-8px;
    margin-left: 10px;
}
.box_filter .bf1 i{
    vertical-align: -6px;
    color: #00bfd6;
}
.active_custom{
    color: #00bfd6!important;
}
.box_users_comment{
    border-radius: 5px;
    background: #fcfcfc;
    border: 1px solid #f3f3f3;
    margin-bottom: 36px;
}
.box_users_comment .box_message_light{
    font-size: 13px;
    line-height: 2.23;
    background: #fdfff8;
    border: 1px solid #e2f0d5;
    border-radius: 3px;
    color:rgba(36,90,29,.98);
    padding:7px 20px 7px 12px;
}
.box_message_light i{
    vertical-align: -7px;
    font-size: 19px;
}
.box_shopping span{
    font-size: 14px;
}
.box_shopping i{
    color:#c1c1c1;
    vertical-align: -9px;
}
.box_shopping a{
    font-size: 14px;
    border-bottom: 1px dashed #1ca2bd;
}
.box_message_dislike{
    padding: 7px 20px 7px 12px;
    font-size: 13px;
    line-height: 2.23;
    background: #fff8f9;
    border: 1px solid #ffbcc7;
    border-radius: 3px;
    color: #ff637d;
}
.box_message_dislike i{
    vertical-align:-7px;
    font-size: 19px;
}
.box_comment_header .span1{
    font-size: 20px;
}
.box_comment_header .span2{
    font-size: 13px;
    color: #adadad;
}
.evaluation-positive span{
    color:#00bfd6;
    font-size: 14px!important;
}
.evaluation-negative span{
    color:#ff637d;
    font-size: 14px!important;
}
.evaluation-negative ul li:before{
    color: #ff637d;
    font-weight: bold;
    display: inline-block;
    width: 1rem;
    content:"\2022";
    vertical-align: -5px;
    font-size: 19px;
}
.evaluation-negative , .evaluation-positive{
    font-size: 14px!important;
}
.box_text_comment{
    font-size: 14px;
    line-height: 1.71;
    color:#505050;
}
.comments_likes span{
    text-align: center;
    color: #777;
    font-size: 13px;
    line-height: 1.692;
}
.comments_likes .btn-like{
    border-radius: 8px;
    border: 1px solid #ededed;
    background: #fff;
    padding: 2px 13px;
    color: #8c8c8c;
    font-size: 12px;
    line-height: 1.692;
    margin-left: 20px;
}
.btn_custom3:hover{
    background: #7f8879;
}
.email_check a{
    border-bottom: 1px dashed #1ca2bd;
}
.email_check{
    font-size: 14px;
}
.email_check label{
    line-height: 25px;
}

.box_questions .bq1 i{
    font-size: 90px;
    color: #35ccde!important;
}
.box_questions .bq1 .span1{
    color: #7a7a7a;
    font-size: 25px !important;
}
.box_questions .bq1 .span2{
    color: #959595;
    font-size: 13px !important;
}
.box_questions .bq2::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 11px;
    border-color: transparent transparent transparent #dbdbdb;
    left: 100%;
    top: 50px;
}
.box_questions .bq2{
    position: relative;
    border: 1px solid #dbdbdb;
    background: #fcfcfc;
    padding: 19px 29px 50px;
    color: #4d4d4d;
    min-height: 240px;
}
.bq2 a{
    font-size: 13px!important;
}
.bq2 .date{
    color: #d3d3d3;
    font-size: 12px;
    margin-left: auto;
}
.box_questions .bq1 .highlight{
    color: #ffd188 !important;
}
.footer{
    font-size: 12px;
    line-height: 1.833;
    position: absolute;
    display: flex;
    align-items:center;
    width: 100%;
    right: 0;
    bottom: 25px;
    padding: 0 29px ;
}


.bracketed {
    padding: 15px 20px;
    border: 2px solid;
    border-image: linear-gradient(to right, #ffbb2f 0%, #ff7e27 29%, transparent 30%, transparent 70%, #ff7e27 71%, #ffbb2f 100%);
    border-image-slice: 1;
    color: #525252;
    font-size: 20px !important;
    font-weight: 600;
    background-color: #FFFFFF;
}

.bordered {
    text-align: center;
    margin: 20px;
    display: flex;
}

.bordered::before, .bordered::after {
    content: "";
    flex: 1;
    align-self: center;
    border: 5px solid #ffa255;
    border-width: 5px 0px 0px;
    height: 0;
}
.castom_card_footr{
    background-color: white !important;
    border: 1px solid #d6d6d6;
}
.servic_castom a{
    color: #253343;
}




#cover {
    background: #222 url('../img/bgc.jpg') center center no-repeat;
    background-size: cover;
    height: 400px;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    background-attachment: fixed;

}

#cover-caption {
    width: 100%;
    position: relative;
    z-index: 1;
}
.custom_bg p{
    color: white;
    font-size: 25px;
    font-weight: bold;
}
.custom_sh p{
    font-size: 23px;
    text-align: center !important;
    font-weight: bold;
}
.custom_menu_li li{
    font-size: 14px;
    line-height: 10px !important;
    padding-right: 15px !important;
    width: 200px !important;
}
.custom_menu_li li:hover{
    background-color: #47607d;
    border-radius: 5px;
}
.custom_menu_li li a{
    color: #253343;
}
.custom_menu_li li a:hover{
    color: #FFFFFF;
}
.custom_menu_li li i{
    color: #ff7e27;
}
.custom_text_servic p{
    font-size: 15px;
    line-height: 30px;
}
.custom_p2 h1{
    font-size: 22px;
    text-align: right;
    padding: 10px;
}

.nav-item li a{
     line-height: 26px !important;
}
.nav-item li:hover{
    background-color: #ff7e27;
}

.nastaligh{
    font-family:IranNastaliq,'IranNastaliq',tahoma;
    font-size: 25px !important;
}