.check_box {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    display: block;
    border: 1px solid #d8d8d8;
    float: right;
    cursor: pointer;
}

.check_box.active {
    background-color: #0452ab !important;
    border: 1px solid #0e73e3 !important;
}

.check_box.active::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    display: block;
    color: white;
    margin-right: 2px;
}

.c-checkbox input {
    visibility: hidden;
    position: absolute;
}

.c-form_faq-row .btn-primary {
    line-height: 1.467;
    background-color: #7a7a7a;
    color: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #7a7a7a;
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: -.5px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.c-form_faq-row .btn-primary:hover::after {
    opacity: 1;
}

.c-form_faq-row .btn-primary::after {
    width: 200%;
    height: 200%;
    position: absolute;
    content: " ";
    background: rgba(255, 255, 255, .2);
    right: -50%;
    top: -50%;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.c-form_faq-row .btn-primary:hover {
    color: #fff;
    background-color: #7a7a7a;
    border-color: #7a7a7a;
}

.c-breadcrumb {
    font-size: 12px;
    margin: 10px 0
}

.c-breadcrumb li {
    display: inline-block;
}

.c-breadcrumb li:not(:first-of-type)::before {
    content: "/";
    margin-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    color: #cfcfcf;
    font-size: 13px;
    letter-spacing: .4px
}

.c-breadcrumb li a {
    color: #6a6a6a;
}

.c-breadcrumb li:last-of-type {
    font-size: 13px;
    line-height: 1.833;
    font-weight: 700
}

.c-breadcrumb li:not(:last-of-type):hover {
    font-weight: 600;
}

.c-product {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .1);
    border: 1px solid #e4e4e4;
    display: inline-flex;
    margin-bottom: 15px;
    width: 100%
}

.c-product_gallery {
    flex-basis: 100%;
    max-width: 100%;
    flex-shrink: 0;
}

.c-gallery {
    height: 100%;
}

.c-gallery_item {
    display: flex;
    height: calc(100% - 100px);
    padding: 17px 0
}

.c-gallery_options {
    display: flex;
    flex-direction: column;
    margin-right: 19px;
}

.c-gallery_options li {
    margin-top: 12px;
    position: relative;
}

.c-gallery_options li:first-child {
    margin-top: 0;
}

.btn-option {
    width: 51px;
    height: 46px;
    border-radius: 8px;
    border: 1px solid #cacaca;
    background-color: #fff;
    color: #565656;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.btn-option:hover {
    border-color: #9d9d9d;
}

.btn-option::before {
    position: absolute;
    font-family: FontAwesome;
    border-left-style: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.btn-option_wishlist::before {
    content: "\f08a";
    font-size: 22px;
}

.chosen::before {
    color: #a51c30 !important;
    content: "\f004" !important;
}

.btn-option_social::before {
    content: "\f1e0";
    font-size: 26px
}

.btn-option_compare::before {
    content: "\f074";
    font-size: 25px;
    font-weight: 600
}

.c-tooltip_short {
    position: absolute;
    font-size: 13px;
    white-space: nowrap;
    line-height: 1.692;
    background-color: #6f6f6f;
    color: #fff;
    padding: 9px 15px;
    display: none;
    opacity: 0;
    animation-name: tooltip;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-delay: .5s;
    z-index: 1;
}

.c-tooltip_short::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
}

.c-gallery_options li:hover .c-tooltip_short {
    display: block;
}

.c-tooltip_short-left {
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    margin-right: 10px;
}

.c-tooltip_short-left::before {
    border-width: 10px 0 12px 10px;
    border-color: transparent transparent transparent #6f6f6f;
    right: -10px;
    top: 50%;
    transform: translateY(-50%)
}

@keyframes tooltip {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.c-gallery_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.c-gallery_img img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
}

.border-radius-5{
    border-radius: 5px !important;
}

.c-gallery_img img[alt]::after {
    background: #fff url(../../files/images/logo.png) no-repeat 50%;
    position: absolute;
    content: attr(alt);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: contain;
    color: transparent;
    text-align: center
}

.c-gallery_items {
    border-top: 1px solid #f4f4f4;
    display: flex;
    padding: 11px 0 27px
}

.c-gallery_items li {
    flex-basis: 25%;
    max-width: 25%;
    height: 68px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 10px;
    cursor: pointer;
}

.c-gallery_items li:nth-child(6) {
    display: none
}


.c-gallery_items li img {
    max-width: 100%;
    max-height: 100%;
    opacity: .7;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    border-radius: 8px;
}

.c-img_project img{
    margin-bottom: 20px;
    border-radius: 8px;
}

.btn-items_more {
    position: relative;
    height: 52PX;
    width: 59px;
    border: 1px solid #e2e2e2;
    background-color: #fefefe;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}

.btn-items_more::before {
    font-family: FontAwesome;
    position: absolute;
    content: "\f141";
    font-size: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #777;
}

.btn-items_more::after {
    width: 200%;
    height: 200%;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    content: "";
    right: -50%;
    top: -50%;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.btn-items_more:hover::after {
    opacity: 1;
}

.gallery_box_content {
    height: 570px;
    display: inline-flex;
    flex-direction: row !important;
}

.gallery_box_content .left_box {
    position: relative;
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
}

.gallery_box_content .right_box {
    overflow: hidden;
    width: 15%;
    border-left: 1px solid #c8c8c8;
}

.img_swiper {
    overflow-y: hidden;
    transform: translate3d(0px, 200px, 0px);
    transition-duration: 300ms;
}

.img_swiper .sw-slide {
    padding-top: 15px;
    padding-bottom: 15px;
}

.img_select_border {
    border-left: 3px solid #0452ab !important;
}

.gallery_box_content .sw-slide img {
    width: 60%;
    margin: auto;
    display: block;
}

.c-gallery_items li.is-active img, .c-gallery_items li:hover img {
    opacity: 1;
}

#product_gallery_box .modal-lg {
    max-width: 70% !important;
    width: 70% !important;
}

#product_gallery_box .left_box img {
    margin: auto;
    display: block;
}

#product_gallery_box .left_box .modal-header {
    width: 100%;
}

#product_gallery_box .left_box .close {
    position: absolute;
    top: 11px;
    left: 0px;
    font-size: 30px;
    z-index: 100;
}

#product_gallery_box .modal-body {
    display: flex;
}

.rang_slider {
    position: absolute;
    bottom: 10px;
    left: 40px;
    direction: ltr;
    width: 180px;
    height: 40px;
    margin: auto;
    background: white;
    display: inline-flex;
    justify-content: center;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    box-shadow: 1px 0 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, .3);
}

.rang_slider input[type="range"] {
    width: 100px !important;
    margin-top: 7px;
}

.rang_slider .fa {
    color: #2a2a2a;
    margin-top: 18px;
    font-size: 9px;
    cursor: pointer;
}

.rang_slider .fa-minus {
    margin-right: 15px;
}

.rang_slider .fa-plus {
    margin-left: 15px;
}

.gallery_item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    cursor: pointer;
}

.gallery_item img {
    -o-object-fit: contain;
    object-fit: contain;
    padding: 20px;
}

.c-product_info {
    padding: 0 30px 0 20px;
    background-color: #fdfdfd;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.c-product_headline {
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.c-product_title {
    font-size: 15px;
    line-height: 1.467;
    font-weight: 400;
    color: #494949;
    margin: 0
}

.c-product_headline span {
    font-size: 14px;
    line-height: 1.833;
    color: #b5b5b5;
    display: block;
    margin-top: 5px;
}

.c-product_rating {
    margin-right: auto;
    color: #a0a0a0;
    font-size: 13px;
    line-height: 1.692
}

.c-product_rating .c-stars {
    margin-bottom: 5px;
}

.c-stars {
    display: flex;
    position: relative;
    font-size: 18px;
}

.c-stars_selected {
    position: absolute;
    display: flex;
    overflow: hidden;
}

.c-stars_item::before{
    width: 15px;
    height: 14px;
    display: inline-block;
    background:url(../../files/images/svg/star.svg) no-repeat 50% 50%;
    content: "";
    background-size: 100%
}

.c-stars_selected .c-stars_item::before{
    background-image:url(../../files/images/svg/star_fill.svg);
}

.c-product_attributes {
    display: flex;
    height: 100%;
}

.c-product_config {
    flex-basis: 290px;
    padding: 12px 0 0 20px;
    flex-grow: 1;
}

.c-product_directory {
    font-size: 12px;
    margin: 0 0 15px;
}

.c-product_directory ul {
    margin-right: -28px;
}

.c-product_directory ul li {
    margin-right: 28px;
    display: inline-block;
}

.c-product_color {
    display: flex;
    margin: 20px 0 10px;
    color: #6f6f6f;
    font-size: 13px;
}

.c-product_color > span {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.c-product_color ul {
    margin-right: -8px
}

.c-product_color ul li {
    display: inline-block;
    margin: 0 8px 8px 0
}

.product-unavailable{
    margin:10px 0px;
}
.product-unavailable span{
    font-weight: bold;
    font-size: 20px;
    color: #7a7a7a;
    margin-bottom: 20px;
    display: block;
}

.c-color {
    display: inline-block;
    position: relative;
}

.c-color_shape {
    position: absolute;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    right: 8px;
    top: 8px;
    border-radius: 5px
}

.c-color_check {
    cursor: pointer;
    border: 1px solid #dedede;
    padding: 5px 37px 5px 16px;
    border-radius: 5px;
    line-height: 1.692;
    display: block
}

.c-product_color ul li.active .c-color_check {
    border-color: #0452ab;
}

.c-product_guarantee {
    margin: 10px 0 15px;
    font-size: 13px;
    line-height: 1.692
}

.info_item_product {
    position: relative;
    color: #6f6f6f;
    padding-right: 36px;
}

.info_item_product .fa-shield {
    font-size: 23px;
    color: #d5d5d5;
    position: absolute;
    right: 2px;
    line-height: 1;
    top: -2px;
}

.c-product_delivery {
    font-size: 12px;
    line-height: 1.833;
    padding: 15px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    margin-bottom: 15px;
    color: #565656;
}

.c-product_delivery-seller {
    position: relative;
    padding-right: 38px;
}

.c-product_delivery-seller > span {
    border-right: none;
    width: 100%;
    margin-top: 5px;
    display: block;
}

.c-product_delivery-warehouse {
    color: #3988ec;
    font-weight: 700;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.ambulance {
    font-size: 17px;
    margin-left: 5px;
}

.c-tooltip {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.c-product_delivery-warehouse .c-tooltip:last-of-type {
    margin-right: 5px;
}

.c-tooltip_icon {
    position: relative;
    margin-right: 5px;
    display: block;
    width: 22px;
    height: 100%;
}

.c-tooltip_icon::before {
    font-family: FontAwesome;
    content: "\f29c";
    position: absolute;
    font-size: 21px;
    line-height: 1.048;
    top: 50%;
    transform: translateY(-50%);
    color: #ababab;
    font-weight: 400;
}

.c-tooltip_container {
    position: absolute;
    top: calc(100% + 19px);
    min-width: 273px;
    max-width: 394px;
    right: -10px;
    z-index: 110;
    background-color: #fff;
    box-shadow: 0 -6px 12px 0 rgba(181, 181, 181, .3);
    border: 1px solid #b8b8b8;
    padding: 11px 11px 21px;
    display: none;

}

.c-tooltip:hover .c-tooltip_container {
    display: block;
}

.c-tooltip_container.is-right {
    left: -9px;
    right: unset;
}

.c-tooltip_arrow {
    position: absolute;
    background-color: #fff;
    width: 13.7px;
    height: 13.7px;
    transform: rotate(-135deg);
    right: 16px;
    top: -8px;
    box-shadow: inset -1px -1px 0 0 #b8b8b8;
}

.c-tooltip_container.is-right .c-tooltip_arrow {
    left: 14px;
    right: unset;
}

.c-tooltip_text {
    font-size: 13px;
    letter-spacing: -.3px;
    color: #777;
    text-align: justify;
}

.c-product_price-value {
    font-size: 31px;
    color: #fb3449;
    line-height: 1.419;
    letter-spacing: 1.1px;
}

.c-product_price-currency {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: .4px;
}

.c-product_add {
    margin-top: 10px;
    padding-bottom: 45px;
    position: relative;
}

.btn-add_cart {
    font-size: 18px;
    background-color: #0452ab;
    line-height: 1.222;
    padding: 16px 98px 16px 18px;
    border-radius: 8px;
    color: #fff;
    border: 1px solid #2779d4;
    width: 100%;
    max-width: 380px;
    display: block;
    text-align: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    letter-spacing: -.7px
}

.btn-add_cart::before {
    content: "";
    width: 90px;
    height: 90px;
    background: rgba(255, 255, 255, .2);
    position: absolute;
    right: -11px;
    top: -17px;
    border-radius: 50%;
    transition: all .3s ease-in-out
}

.btn-add_cart:hover::before {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px;
}

.btn-add_cart-text::after, .btn-add_cart-text::before {
    font-family: FontAwesome;
    position: absolute;
}

.btn-add_cart-text::before {
    content: "\f07a";
    right: 32px;
    font-size: 27px;
    top: 12px;
}

.btn-add_cart-text::after {
    content: "\f067";
    right: 14px;
    font-size: 12px;
    top: 20px;
}

.c-product_params {
    padding: 12px 0 0;
    display: flex;
    flex-direction: column
}

.c-product_params ul {
    line-height: 1.833;
    margin: 20px 0;
    font-size: 13px;
    padding: 0;
}

.c-product_params ul::before {
    content: attr(data-title);
    font-size: 15px;
    line-height: 1.692;
    display: block;
    font-weight: 700
}

.c-product_params ul li {
    margin: 5px 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%
}

.c-product_params ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    border-radius: 50%;
    margin-left: 5px
}

.c-product_params ul li span {
    margin-left: 5px;
}

.c-product_params-more {
    display: none !important
}

.c-product_params-more.is-active {
    display: inline-flex !important;
}

.c-product_params ul li.c-product_params-more-btn::before {
    content: attr(data-sign);
    height: unset;
    width: unset;
    color: #1ca2bd;
    background: none
}

.c-product_params-more-btn .c-link_underline {
    background: none;
    border: none;
    padding: 0
}

.c-link_underline-tag {
    padding-right: 22px;
    margin-top: auto;
    margin-bottom: 25px
}

.c-link_underline-tag::before {
    font-family: FontAwesome;
    content: "\e0bc";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px
}

.c-product_feature {
    display: none;
    border-top: 1px solid #f4f4f4;
    height: 141px;
    align-items: center;
    font-size: 11px;
    line-height: 2
}

.c-product_feature-content {
    width: 100%
}

.c-product_feature-row {
    display: flex
}

.c-product_feature-col {
    flex-basis: 20%;
    max-width: 20%;
    display: inline-flex;
    justify-content: center
}

.c-product_feature-item {
    display: flex;
    flex-direction: column;
    padding-right: 50px
}

.c-product_feature-item-1 {
    background: url(../../files/images/feature/express.jpg) 100% 50% no-repeat;
    padding-right: 55px;
    background-size: 40px auto
}

.c-product_feature-item-2 {
    background: url(../../files/images/feature/delivery.jpg) 100% 50% no-repeat;
    background-size: 39px auto
}

.c-product_feature-item-3 {
    background: url(../../files/images/feature/moshavereh.jpg) 100% 50% no-repeat;
    background-size: 40px auto
}

.c-product_feature-item-4 {
    background: url(../../files/images/feature/price.jpg) 100% 50% no-repeat;
    background-size: 40px auto
}

.c-product_feature-item-5 {
    background: url(../../files/images/feature/bimeh.jpg) 100% 50% no-repeat;
    background-size: auto 100%
}

.c-product_feature-body {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .1);
    padding: 0 25px
}

.c-product_feature-body .c-product_feature {
    display: flex;
    width: 100%;
    height: 83px;
    border-top: none
}

.c-link_underline-arrow_down::before, .c-link_underline-arrow_up::before {
    font-family: FontAwesome;
    content: "\e010";
    position: absolute;
    right: 100%;
    font-size: 11px;
    margin-right: 9px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg)
}

.c-link_underline-arrow_down::before {
    transform: translateY(-50%) rotate(0deg)
}

.c-tabs {
    margin-top: 39px;
    padding-top: 57px;
    line-height: 22px;
    position: relative;
}

.c-box_tabs {
    position: absolute;
    top: 0;
    display: flex;
    background-color: #f8f8f8;
    border: 1px solid #dfdfdf;
    width: 100%;
    font-size: 17px;
    letter-spacing: -.4px;
}

.c-box_tabs.is-fixed {
    position: fixed;
    width: calc(100% - 30px);
    min-width: 1005px;
    box-shadow: 0 5px 10px 0 rgba(181, 181, 181, .2);
    z-index: 100;
}

.c-box_tabs-tab {
    border-left: 1px solid #dfdfdf;
    position: relative;
    cursor: pointer;
}

.c-box_tabs-tab.is-active::before {
    content: "";
    position: absolute;
    height: 4px;
    right: -1px;
    left: -1px;
    background: #0452ab;
    bottom: 100%
}

.c-box_tabs-tab a {
    padding: 14px 20px;
    line-height: 27px;
    display: block;
    position: relative;
    color: #6f6f6f
}

.c-box_tabs-tab.is-active a {
    background: #fff;
    padding-top: 15px;
    margin-bottom: -1px
}

.c-box_tabs-tab a[data-tab-name]::before {
    font-family: FontAwesome;
    color: #c3c3c3;
    margin-left: 11px;
    display: inline-block;
    vertical-align: top;
    line-height: 1

}


.c-box_tabs-tab.is-active a[data-tab-name]::before {
    color: #A4A4A4;
}

.c-box_tabs-tab a[data-tab-name="desc"]::before {
    content: "\f24e";
    font-size: 21px;
    margin-top: 3px;
}

.c-box_tabs-tab a[data-tab-name="prop"]::before {
    content: "\f274";
    font-size: 26px;
    margin-top: -1px;
}

.c-box_tabs-tab a[data-tab-name="comments"]::before {
    content: "\f0e5";
    font-size: 27px;
}

.c-box_tabs-tab a[data-tab-name="question"]::before {
    content: "\f059";
    font-size: 27px;
    margin-top: -1px;
}

.c-tabs_content {
    padding: 35px 53px 35px 61px;
    margin-bottom: 58px;
    background-color: #fff
}

.c-tabs_content > div {
    display: none;
}

.c-tabs_content > div.is-active {
    display: block
}

.c-params_headline {
    font-size: 30px;
    line-height: 1.467;
    font-weight: 500;
    margin: 0;
    margin-bottom: 35px;
    color: #6f6f6f;
    letter-spacing: -.6px
}

.c-params_headline > span {
    font-size: 16px;
    display: block;
    color: #a7a7a7;
    letter-spacing: -.3px
}

.c-tabs_content-desc_summary {
    background-color: #fcfcfc;
    color: #404040;
    font-size: 16px;
    line-height: 2.25;
    padding: 25px 322px 27px 50px;
    position: relative;
    margin-right: -24px;
    margin-left: -16px;
    min-height: 225px;
}

.c-tabs_content-desc_summary::before {
    content: "";
    background: url(../../files/images/svg/pen.svg) no-repeat 50% 50%;
    position: absolute;
    width: 165px;
    height: 165px;
    right: 81px;
    top: 30px;
    background-size: 100%
}

.c-mask {
    padding-bottom: 15px;
    position: relative;
}

.c-mask_text {
    overflow: hidden;
    text-align: justify;
}

.c-mask_text.is-active {
    padding: 30px;
}

.c-mask_btn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 15px;
    background: #fcfcfc;
    color: #0452ab;
    width: 100%;
    text-align: center;
    cursor: pointer
}

.c-mask_btn::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 252) 99%, #fcfcfc);
    right: 0;
    left: 0;
    bottom: 30px;
    height: 105px;
}

.c-mask_text.is-active + .c-mask_btn::before {
    content: unset;
}

.c-tabs_content-desc_stats {
    display: flex;
    margin: 25px -30px 35px;
}

.c-tabs_content-desc_stats-aside {
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 30px;
    padding-left: 30px;
}

.c-tabs_content-desc_rating {
    background-color: #fcfcfc;
    padding: 33px 33px 33px 60px;
    border-radius: 5px;
}

.c-tabs_content-desc_rating > li {
    display: flex;
    align-items: center;
    margin-right: -7px;
    margin-left: -7px;
    margin-top: 15px;
}

.c-tabs_content-desc_rating > li:first-child {
    margin-top: 0
}

.c-tabs_content-desc_rating > li .cell {
    padding-right: 7px;
    padding-left: 7px;
}

.c-tabs_content-desc_rating > li .cell:first-child {
    flex-basis: 45%;
    max-width: 45%
}

.c-tabs_content-desc_rating > li .cell:last-child {
    flex-basis: 55%;
    max-width: 55%
}

.c-rating {
    height: 4px;
    background-color: #d5d5d5;
    border-radius: 3px;
    position: relative;
}

.c-rating[data-rate-digit]::before {
    position: absolute;
    content: attr(data-rate-digit);
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 11px;
    color: #6f6f6f;
    font-size: 13px;
    width: 50px;
}

.c-rating_rate {
    height: 100%;
    background-color: #0452ab;
    border-radius: 3px;
}

.c-comments_evaluation {
    display: flex;
    margin: 30px -10px 40px
}

.c-comments_evaluation_positive, .c-comments_evaluation-negative {
    padding-right: 10px;
    padding-left: 10px;
    flex-basis: 50%;
    max-width: 50%
}

.c-comments_evaluation_positive > span, .c-comments_evaluation-negative > span {
    color: #0452ab;
    font-size: 16px;
    line-break: 1.375;
}

.c-comments_evaluation-negative > span {
    color: #ff637d;
}

.c-comments_evaluation_positive ul li, .c-comments_evaluation-negative ul li {
    padding-right: 17px;
    margin: 6px 0;
    color: #5f5f5f;
    position: relative;
}

.c-comments_evaluation_positive ul li::before, .c-comments_evaluation-negative ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #0452ab;
    border-radius: 50%;
    top: 8px;
    right: 0;
}

.c-comments_evaluation-negative ul li::before {
    background-color: #ff637d;
}

.c-tabs_content-desc_review {
    font-size: 16px;
    line-height: 2.25;
    padding: 25px 21px 27px 25px;
    color: #404040;
}

.c-tabs_content-desc_articles {
    border-bottom: 1px solid #ddd;
    margin-top: 100px;
    margin-bottom: 40px;
}

.c-tabs_content-desc_article {
    margin: 11px 0;
    padding-right: 76px;
    position: relative;
    padding-bottom: 10px;
}

.c-tabs_content-desc_article::before {
    position: absolute;
    content: "";
    width: 1px;
    background-color: #eee;
    bottom: 0;
    top: 43px;
    right: 18px;
}

.c-tabs_content-desc_article-button {
    width: 38px;
    height: 32px;
    background-color: #a7a9a9;
    border: none;
    border-radius: 0 15px 15px 15px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
}

.c-tabs_content-desc_article-button::before {
    font-family: FontAwesome;
    content: "\f067";
}

.c-tabs_content-desc_article.is-active .c-tabs_content-desc_article-button::before {
    content: "\f068";
}

.c-tabs_content-desc_article-title {
    font-weight: 500;
    font-size: 22px;
    padding: 5px 0;
    margin: 0 0 25px;
    color: #494949
}

.c-tabs_content-desc_article-text {
    font-size: 15px;
    line-height: 2.53;
    color: #404040;
    display: none
}

.c-tabs_content-desc_article-img {
    text-align: center;
    margin: 40px auto 48px;
    display: none;
    vertical-align: top;
    max-width: 100%;
    border-radius: 10px;
}

blockquote {
    display: none;
    position: relative;
    margin: 15px 0;
    background: #fbfbfb;
    font-size: 16px;
    line-height: 2.75;
    padding: 40px 150px 40px 121px;
    font-weight: 300;
    color: #494949;
    letter-spacing: -.1px;
}

blockquote::before {
    position: absolute;
    content: "";
    background: url(../../files/images/svg/blockquote_start.svg) no-repeat 50% 50%;
    width: 69px;
    height: 55px;
    right: 56px;
    top: 29px;
}

blockquote::after {
    position: absolute;
    content: "";
    background: url(../../files/images/svg/blockquote_end.svg) no-repeat 50% 50%;
    width: 60px;
    height: 48px;
    left: 44px;
    bottom: 50px;
}

.c-tabs_content-desc_article.is-active .c-tabs_content-desc_article-text,
.c-tabs_content-desc_article.is-active .c-tabs_content-desc_article-img,
.c-tabs_content-desc_article.is-active blockquote {
    display: block
}

.c-prop_title {
    font-size: 16px;
    line-break: 1.375;
    letter-spacing: -.3px;
    color: #4d4d4d;
    font-weight: 400;
    margin-bottom: 25px;
    padding-right: 19px;
    position: relative;
}

.c-prop_title::before {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 7px 0 0 7px;
    border-color: transparent transparent transparent #0452ab;
    right: 0;
    bottom: 7px;
    transform: rotate(45deg)
}

.item_table {
    width: 100%;
}

.product_item_name {
    width: 230px;
}

.product_item_name p {
    background: #f7f9FA;
    padding: 14px 18px 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
}

.product_item_value {
    padding-right: 10px;
}

.product_item_value p {
    background: #F7F9FA;
    padding: 13px 21px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
}

.item_name {
    position: relative;
    padding-right: 15px;
    padding-top: 5px;
    font-size: 14px;
}

.item_name::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #0452ab;
    border-style: solid;
    border-width: 7px 0 0 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.empty_message {
    color: #0452ab;
    text-align: center;
    padding: 30px 0;
    border: 1px dashed #4a5f73;
    border-radius: 5px;
}

.c-tabs_content-comments_headline {
    font-size: 28px;
    line-height: 1.571;
    letter-spacing: -.6px;
    color: #6f6f6f;
    margin: 0
}

.c-tabs_content-comments_headline > span {
    display: block;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
}

.c-tabs_content-comments_summary {
    display: flex;
    margin: 25px -30px 60px;
}

.c-tabs_content-comments_summary-rating, .c-tabs_content-comments_summary-note {
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 30px;
    padding-left: 30px;
}

.c-tabs_content-comments_summary-note > span {
    font-size: 19px;
    margin-bottom: 20px;
    display: block;
    color: #5a5a5a;
    letter-spacing: -.4px;
}

.c-tabs_content-comments_summary-note > p {
    font-size: 15px;
    line-height: 2.27;
    margin-bottom: 35px;
    color: #676767
}

.btn-add_comment {
    background-color: #7a7a7a;
    color: #fff;
    font-size: 16px;
    padding: 16px 105px 16px 45px;
    border-radius: 8px;
    letter-spacing: -.7px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.btn-add_comment::before {
    width: 95px;
    height: 95px;
    content: "";
    position: absolute;
    right: -25px;
    top: -20px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    transition: all .3s ease-in-out
}

.btn-add_comment:hover::before {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px;
}

.btn-add_comment-text::before {
    font-family: FontAwesome;
    content: "\f0e5";
    position: absolute;
    right: 22px;
    font-size: 23px;
    top: 15px;
}

.btn-add_comment-text::after {
    font-family: FontAwesome;
    content: "\f067";
    position: absolute;
    right: 30px;
    font-size: 8px;
    line-height: 1;
    top: 22.5px;
}

.c-tabs_content-comments_filter {
    border-bottom: 1px solid #eee;
    display: flex;
    margin-top: 60px;
}

.c-faq_filter-title {
    font-size: 16px;
    padding: 14px 19px;
    position: relative;
}

.c-faq_filter-title::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 7px 0 0 7px;
    border-color: transparent transparent transparent #0452ab;
    right: 0;
    bottom: 20px;
}

.c-faq_filter-items {
    margin-right: auto;
    font-size: 16px;
}

.c-faq_filter-items[data-title]::before {
    content: attr(data-title);
    padding: 14px 10px;
}

.c-faq_filter-items li {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.c-faq_filter-items li a {
    padding: 14px 17px;
    display: block;
    color: #4d4d4d;
    position: relative;
}

.c-faq_filter-items li a.is-active {
    color: #0452ab
}

.c-faq_filter-items li a.is-active::before {
    position: absolute;
    height: 1px;
    width: 100%;
    background: #0452ab;
    content: "";
    top: 100%;
    left: 0;
    right: 0;
}

.c-comments_list {
    margin-top: 18px;
    font-family: IranSans;
}

.c-comments_list > li {
    background-color: #fcfcfc;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    padding: 57px 30px 30px;
    margin-bottom: 36px;
}

.c-comments_list > li > section {
    display: flex;
    margin-right: -30px;
    margin-left: -30px;
}

.c-comments_list-aside {
    flex-basis: 40%;
    max-width: 40%;
    flex-shrink: 0;
}

.c-comment_user-purchased {
    font-size: 13px;
    line-height: 2.23;
    background-color: #fdfff8;
    border: 1px solid #e2f0d5;
    padding: 7px 40px 7px 12px;
    margin-bottom: 25px;
    color: rgba(36, 90, 29, .98);
    position: relative;
    border-radius: 3px;
    width: 50%;
    margin-right: 30px;
}

.c-comment_user-purchased::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f290";
    font-size: 17px;
    right: 12px;
    line-height: 1;
    top: 12px;
}

.c-comments_list-aside_row {
    font-size: 13px;
    color: #777;
    margin: 5px 0
}

.c-comments_list-content {
    flex-basis: 60%;
    max-width: 60%;
    padding-bottom: 50px;
    padding-left: 30px;
    position: relative;
    padding-right: 15px;
}

.c-comments_list-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.c-comments_list-header > div {
    font-size: 19px;
    color: #5f5f5f;
    font-weight: 500
}

.c-comments_list-header > div > div > span {
    display: block;
    font-size: 14px;
    color: #adadad;
    margin-top: 5px;
    font-weight: 400;
    margin-left: 3px;
}

.c-comments_list-content > p {
    line-height: 2.71;
}

.c-comments_list-footer {
    position: absolute;
    bottom: 0;
    margin-top: 15px;
    left: 30px;
}

.c-comments_likes {
    color: #777;
    font-size: 13px;
}

.btn_like {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
    margin-right: 17px;
    line-height: 1.692;
    padding: 2px 13px;
    color: #8c8c8c
}

.btn_like + .btn_like {
    margin-right: 12px
}

.btn_like[data-counter]::before {
    content: attr(data-counter);
    margin-left: 7px;
    color: #7a7a7a;
    font-size: 15px
}

.c-comments_evaluation-positive, .c-comments_evaluation-negative {
    padding-right: 10px;
    padding-left: 10px;
    flex-basis: 50%;
    max-width: 50%;
    display: flex;
    align-items: center
}

.c-comments_evaluation-positive > span, .c-comments_evaluation-negative > span {
    color: #0452ab;
    font-size: 16px;
    line-break: 1.375;
    margin-left: 25px
}

.c-comments_evaluation-negative > span {
    color: #ff637d
}

.c-comments_evaluation-positive ul li, .c-comments_evaluation-negative ul li {
    padding-right: 17px;
    margin: 6px 0;
    color: #5f5f5f;
    position: relative;
}

.c-comments_evaluation-positive ul li::before, .c-comments_evaluation-negative ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #0452ab;
    border-radius: 50%;
    top: 8px;
    right: 0;
}

.c-comments_evaluation-negative ul li::before {
    background-color: #ff637d
}

.no_record_message {
    display: flex;
    justify-content: center;
    padding: 20px;
    border: 1px dashed;
    border-radius: 8px;
}

.c-faq_tab-headline {
    font-size: 28px;
    line-height: 1.571;
    letter-spacing: -.6px;
    color: #6f6f6f;
    margin: 0
}

.c-faq_tab-headline span {
    display: block;
    font-size: 16px;
    line-height: 1.375;
    margin-top: 10px;
}

.c-form_faq-row {
    margin-top: 15px;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
}

.c-form_faq-col {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}

.c-form_faq .c-textarea {
    height: 180px;
    resize: vertical;
    border-color: #c8c8c8
}

.c-form_faq .disabled_textarea_div {
    padding: 10px;
    width: 100%;
    height: 180px;
    resize: none;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #dfdfdf;
    background-color: #dfdfdf;
}

.c-form_faq-col_submit {
    flex-basis: 20%;
    max-width: 20%;
    flex-shrink: 0
}

.c-form_faq .btn-primary {
    background-color: #7a7a7a;
    border: none;
    font-size: 17px;
    font-weight: 400;
    height: unset;
    padding: 18px 31px;
    letter-spacing: normal
}

.c-form_faq-col_agreement {
    flex-basis: 79%;
    max-width: 79%;
    padding-right: 45px;
    font-size: 13px;
    line-height: 2.31;
    color: #6f6f6f
}

.c-form_faq-col_agreement .c-checkbox {
    position: absolute;
    right: 15px;
    top: 5px
}

.c-faq_filter-title > span {
    font-size: 12px;
    color: #7f7f7f
}

.c-faq_list {
    margin-top: 40px;
}

.c-faq_list > li {
    border: 1px solid #dbdbdb;
    background: #fcfcfc;
    margin-right: 171px;
    padding: 19px 29px 50px;
    color: #4d4d4d;
    min-height: 220px;
    position: relative;
}

.c-faq_list > li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.c-faq_list > li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


.c-faq_list > li + li {
    background-color: #fff;
    border-top: none
}

.c-faq_list > li::before, .c-faq_list > li::after {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 11px 0 11px 11px;
    border-color: transparent transparent transparent #dbdbdb;
    left: 100%;
    top: 49px;
}

.c-faq_list > li::after {
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fcfcfc;
    top: 51px;
}

.c-faq_header {
    position: absolute;
    left: 100%;
    top: 35px;
    text-align: center;
    width: 122px;
    font-size: 62px;
    color: #35ccde;
    padding-top: 69px;
    margin-left: 44px;
}

.c-faq_header::before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1

}

.c-faq_header-question::before {
    content: "\f29c";
}

.c-faq_header-answer {
    font-size: 79px;
    padding-top: 86px;
    color: #ffd188;
}

.c-faq_header-answer::before {
    content: "\f0eb";
}

.c-faq_header p {
    font-size: 26px;
    color: #7a7a7a;
    line-height: 1.692;
    text-align: center
}

.c-faq_header p span {
    display: block;
    font-size: 12px;
    line-height: 1.833;
    color: #959595
}

.c-faq_content {
    font-size: 15px;
    line-height: 2.4
}

.c-faq_footer {
    position: absolute;
    display: flex;
    bottom: 25px;
    width: 100%;
    right: 0;
    padding: 0 29px;
}

.c-faq_footer > span {
    margin-left: auto;
    color: #d3d3d3;
    font-size: 13px;
}

.c-faq_answer {
    margin-top: 10px;
}

.c-faq_answer-row {
    display: flex
}

.c-faq_answer-col_form {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 20px;
}

.c-faq_answer-col_form > span {
    margin-bottom: 45px;
    display: block;
    font-size: 21px;
    color: #7a7a7a;
    letter-spacing: -.8px
}

.c-faq_form-answer_row {
    margin-top: 15px;
    margin-right: -10px;
    margin-left: -10px;
    display: flex
}

.c-faq_form-answer_col {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%
}

.c-faq_form-answer .c-textarea {
    resize: vertical;
    height: 190px;
}

.c-faq_form-answer_col-submit {
    flex-basis: 29%;
    max-width: 29%;
}

.c-faq_answer-btn {
    background-color: #0452ab;
    border: 1px solid #41a7b4;
    width: 100%;
    padding: 14px 31px;
    font-size: 16px;
    color: #fff;
    border-radius: 8px
}

.c-faq_form-answer_col-agreement {
    flex-basis: 59%;
    max-width: 59%;
    font-size: 13px;
    color: #6f6f6f;
    font-weight: 700;
    letter-spacing: -.5px;
}

.c-faq_form-answer_col-agreement p {
    margin-top: 6px
}

.c-faq_answer-col_rules {
    flex-basis: 46%;
    max-width: 46%;
    border-right: 1px solid #f0f0f0;
    padding-right: 25px
}

.c-faq_rules-headline {
    padding-right: 37px;
    margin-bottom: 25px;
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 17px;
    color: #7a7a7a;
    letter-spacing: -.7px
}

.c-faq_rules-headline::before {
    font-family: FontAwesome;
    content: "\e0d2";
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 22px;
    line-height: 1;
    font-weight: 400
}

.c-faq_rules-list li {
    margin: 15px 0 0;
    padding-right: 33px;
    position: relative;
}

.c-faq_rules-list li::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #e2e2e2;
    border-radius: 50%;
    right: 8px;
    top: 7px
}

.c-faq_rules-list li span {
    font-weight: 600;
    color: #7a7a7a;
    letter-spacing: -.5px
}

.c-faq_rules-list li p {
    margin-top: 10px;
    color: #959595;
    letter-spacing: -.7px
}

.c-remodal_price {
    max-width: 805px;
}

.c-remodal_price-main {
    display: flex
}

.c-remodal_price-aside {
    flex-basis: 46%;
    max-width: 46%;
    padding: 20px 30px
}

.c-remodal_price-title_img {
    font-size: 17px;
    letter-spacing: -.4px;
    line-height: 1.294;
    color: #565656
}

.c-remodal_price-img {
    height: 332px;
    display: flex;
    padding: 30px 0;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center
}

.c-remodal_price-img img {
    max-width: 100%;
    max-height: 100%;
}

.c-remodal_price-content {
    flex-basis: 54%;
    max-width: 54%;
    background: #fcfcfc;
    padding: 50px 32px 25px 40px
}

.c-form_price-title {
    font-size: 15px;
    margin-bottom: 8px;
    letter-spacing: -.3px;
    color: #565656;
    line-height: 1.467
}

.c-form_price-row {
    display: flex;
    margin: 0 -10px 25px;
}

.c-form_price-col {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.c-form_price-options {
    margin: 15px 0 0;
    line-height: 1.571
}

.c-form_price-options > li {
    display: inline-block;
    margin-left: 20px
}

.c-form_price-options .c-radio {
    color: #3b3b3b;
    margin-left: 3px;
    vertical-align: middle
}

.c-form_price-row-submit {
    margin-bottom: 0;
}

.c-form_price-row-submit .btn-primary {
    width: unset;
    padding: 11px 31px;
    margin-left: 10px;
    font-weight: normal;
    letter-spacing: normal
}

#share_box p {
    line-height: 35px;
}

#share_box ul {
    display: flex;
    justify-content: space-between;
    margin: 25px 0px;
}

#share_box ul li {
    list-style: none;
}

#share_box ul li .fa {
    font-size: 28px;
}

#share_box .modal-dialog {
    max-width: 390px !important;
}

#share_box .fa-twitter {
    color: #4dcceb !important;
}

#share_box .fa-telegram {
    color: #08c !important;
}

#share_box .fa-facebook {
    color: #1da1f2 !important;
}

.has_error {
    font-size: 13px;
    color: red;
    padding-top: 10px;
}

#share_box .fa-whatsapp {
    color: #1bd741 !important;
}

#share_box .fa-envelope {
    color: #ef5661 !important;
    cursor: pointer;
}

#share_box ul li button {
    font-size: 13px;
    width: 100px;
    background: white;
    border: 1px solid gray;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 35px;
}

.share_link_form {
    width: 100%;
    display: none;
}

.email_form {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.share_link_form .form-control {
    width: calc(100% - 100px) !important;
    height: 40px;
}

.share_link_form button {
    background-color: #ef5661 !important;
    border-color: #ef5661 !important;
    width: 80px;
    font-size: 14px;
    color: white;
    height: 40px;
    border-radius: 0.25rem;
}

.c-copy button::before {
    content: "\f0c5";
    font-family: FontAwesome;
    font-size: 12px;
    margin-left: 8px;
}

.check_copy::before {
    content: "\f00c" !important;
}

.c-remodal_price_chart {
    max-width: 900px;
    text-align: center
}

.c-remodal_price_chart-main {
    padding: 15px 30px
}

.c-remodal_price_chart-aside_title {
    font-size: 18px;
    line-height: 1.222;
    opacity: .96;
    color: #6a6a6a
}

.c-remodal_price_chart-aside_subtitle {
    font-size: 12px;
    color: #6a6a6a;
    margin-top: 10px;
    line-height: 1.833
}

.c-remodal_price_chart-title_bottom {
    line-height: 22px
}

.c-remodal_price-chart_tooltip {
    padding: 0 2px 0px 10px
}

.c-remodal_price-chart_tooltip p {
    text-align: right;
    font-size: 14px;
    color: #787878;
    letter-spacing: -.4px;
    line-height: 25px;
    direction: rtl;
}

.c-remodal_price-chart_tooltip hr {
    border: 1px solid #e9e9e9;
    margin: 10px 0
}

.c-product_price {
    display: flex;
    align-items: center
}

.c-product_price-value > del {
    display: block;
    font-size: 16px;
    color: #acacac;
    line-height: 28px;
    letter-spacing: .5px;
}

.c-product_price-discount {
    background-color: #ef5662;
    color: #fff;
    padding: 0 22px;
    font-size: 16px;
    margin-right: 10px;
    line-height: 32px;
    height: 32px;
    border-radius: 0 19px 19px;
    letter-spacing: .5px;
    position: relative;
    margin-top: 22px;
}

.c-product_price-discount::before {
    position: absolute;
    content: attr(data-title);
    bottom: 100%;
    color: #7f7f7f;
    font-size: 13px
}

.c-product_status-bar {
    font-size: 22px;
    max-height: 56px;
    position: relative;
    line-height: 0;
}

.c-product_status-bar-out-of-stock {
    color: #b37171;
    background-color: #fce9e8
}

.offer_box {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #fb3449;
    font-size: 13px;
    padding: 15px;
}

.offer_box .c-counter {
    font-size: 18px !important;
    color: #fb3449 !important;
}

.offer_box img {
    margin-right: 0px !important;
    height: 19px !important;
}

.c-product_status-bar + .c-gallery {
    height: calc(100% - 51px)
}

.c-product_offer {
    flex-basis: 242px;
    margin-right: auto;
    letter-spacing: -.3px;
    text-align: center;
    position: relative;
    padding: 40px 20px 0;
    line-height: 2.18;
    font-size: 11px;
}

.c-product_offer::before {
    font-family: FontAwesome;
    content: "\e055";
    font-size: 35px;
    color: #ff637d;
    position: absolute;
    line-height: 1;
    right: 50%;
    top: 0;
    transform: translateX(50%)
}

.c-product .c-message_info {
    color: #4e4e4e;
    margin-top: 83px;
    margin-bottom: 58px;
    padding: 22px 100px 22px 22px;
    min-height: 94px;
    position: relative;
}

.c-product .c-message_info::before {
    font-family: FontAwesome;
    content: "\f06a";
    position: absolute;
    font-size: 50px;
    right: 25px;
    top: 20px;
    line-height: 1;
    color: #f6e8a1
}

.btn-notify_me {
    background-color: #7a7a7a;
    border-color: #fcfcfc
}

.btn-notify_me:after {
    font-family: FontAwesome;
    content: "\e00b";
    position: absolute;
    right: 23px;
    font-size: 32px;
    line-height: 1;
    top: 10px
}

.c-comment_product-box {
    background-color: #fff
}

.c-comment_product-row {
    display: flex
}

.c-comment_product-col_img {
    flex-basis: 31.5%;
    max-width: 31.5%;
    min-height: 370px;
    display: flex;
    justify-content: center;
    align-items: center
}

.c-comment_product-col_info {
    flex-basis: 68.5%;
    max-width: 68.5%;
    background: #fcfcfc;
    padding: 0 30px 39px 28px;
}

.c-comment_product-headline {
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 0;
}

.c-comment_product-title {
    font-size: 22px;
    font-weight: 400;
    color: #494949;
    line-height: 32px;
}

.c-comment_product-title > span {
    display: block;
    font-size: 14px;
    color: #b5b5b5;
    line-height: 1.571;
    margin-top: 5px;
}

.c-comment_product-attributes {
    padding: 25px 50px 0 90px;
}

.c-comment_product-attributes_row {
    display: flex;
    margin-right: -90px;
    margin-left: -90px;
    margin-top: 35px;
}

.c-comment_product-attributes_row:first-child {
    margin-top: 0
}

.c-comment_product-attributes_col {
    flex-basis: 50%;
    max-width: 50%;
    max-width: 450px;
    padding-right: 40px;
    padding-left: 40px;
}

.c-comment_product-attributes-title {
    font-size: 13px;
    line-height: 1.692;
    margin-bottom: 15px;
}

.c-rating_slider {
    height: 5px;
    background: #d5d5d5;
    margin-left: 40px;
    position: relative;
    direction: ltr;
}

.rang_box {
    position: relative;
    margin-top: 30px;
}

.rang_box input[type="range"] {
    width: 315px !important;
    position: absolute;
    top: 19px;
    right: -10px;
    z-index: 10;
    margin-top: 12px;
    background: transparent !important;
    -webkit-appearance: none;
}

.rang_box input[type="range"]::-moz-focus-outer {
    border: 0px;
}

.rang_box input[type="range"]::-moz-range-thumb {
    position: absolute;
    width: 19px;
    height: 19px;
    z-index: 2;
    background-color: #175fb5;
    cursor: pointer;
    border: 2px solid #fcfcfc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.rang_box input[type=range]::-webkit-slider-runnable-track {
    height: 5px;
    background: transparent !important;
    border: none;
    border-radius: 3px;
}

.rang_box input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none !important;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #175fb5;
}

.rang_box input[type=range]:focus {
    outline: none;
}

.rang_slider_div {
    width: 300px;
    background: #d5d5d5;
    position: relative;
    height: 5px;
    margin-top: 10px;
}

.rang_slider_div::before {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 13px;
    content: attr(data-rate-title);
    margin-right: 27px;
    width: 60px;
}

.active_rang_slider {
    right: 0px;
    left: 50%;
    position: absolute;
    background-color: #2881ee;
    height: 6px;
}

.active_rang_step {
    background-color: #175fb5 !important;
}

.rang_box label {
    font-size: 13px;
}

.js-slider-step {
    position: absolute;
    width: 12px;
    height: 12px;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: silver;
    cursor: pointer;
    border: 2px solid #fcfcfc;
    top: 50%;
    transform: translateY(-50%);
}

.slider_step_three {
    right: calc(25% - 6px);
}

.slider_step_four {
    right: calc(50% - 6px);
}

.slider_step_five {
    right: calc(75% - 6px);
}

.slider_step_six {
    right: calc(100% - 6px);
}

.c-comment_add-row {
    display: flex;
}

.c-comment_add-col_form {
    flex-basis: 42.8%;
    max-width: 42.8%;
    padding: 40px 40px 34px 68px;
}

.c-form_comment-row {
    display: flex;
    margin-right: -7px;
    margin-left: -7px;
    margin-top: 25px;
}

.c-form_comment-row:first-child {
    margin-top: 0;
}

.c-form_comment-col {
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
}

.c-form_comment-title {
    margin-bottom: 12px;
    color: #565656;
    font-size: 16px;
    line-height: 1.375;
    position: relative;
}

.c-form_comment-title_positive, .c-form_comment-title_negative {
    padding-right: 25px
}

.c-form_comment-title_positive::before, .c-form_comment-title_negative::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #0452ab;
    right: 7px;
    top: 6px;
    border-radius: 50%;
}

.c-form_comment-title_negative::before {
    background-color: #fb3449
}

.c-form_comment-advantages {
    position: relative;
}

.c-form_comment-advantages .c-input {
    padding-left: 44px;
}

.c-form_comment-advantages_add-btn {
    position: absolute;
    background: none;
    border: none;
    left: 0;
    top: 0;
    height: 100%;
    width: 48px;
    cursor: pointer;
    display: none;
}

.c-form_comment-advantages_add-btn::before {
    font-family: FontAwesome;
    content: "\f196";
    position: absolute;
    font-size: 22px;
    top: 11px;
    left: 13px;
    line-height: 1;
    color: #878787
}

.c-from_comment-dynamic_label {
    margin-top: 16px;
    margin-bottom: 10px;
}

.c-dynamin_label {
    padding: 8px 14px 8px 38px;
    font-size: 12px;
    background-color: #edf6f7;
    color: #3a8c96;
    margin-top: 12px;
    line-height: 1.833;
    border-radius: 8px;
    position: relative;
}

.c-from_comment-dynamic_label-negative .c-dynamin_label {
    background-color: #fff3f4;
    color: #fb3449;
}

.c-dynamin_label-remove {
    width: 38px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-textarea {
    resize: vertical;
    font-family: inherit;
    font-size: 12px;
    width: 100%;
    border: 1px solid #9b9b9b;
    border-radius: 5px;
    padding: 10px;
    line-height: 2.5;
    height: 160px;
}

textarea:focus-visible {
    outline: unset;
}

.c-dynamin_label-remove::before {
    font-family: FontAwesome;
    content: "\f057";
    font-size: 14px;
}

.c-form_comment .c-textarea {
    resize: vertical;
    height: 160px;
}

.btn-submit_comment {
    font-size: 16px;
    background-color: #0452ab;
    color: #fff;
    border: 1px solid #41a7b4;
    padding: 14px 31px;
    border-radius: 8px;
    width: 100%
}

.c-form_comment-col_agreemnet p {
    font-size: 11px;
    line-height: 1.8;
    margin-top: 3px;
}

.c-comment_add-col_content {
    max-width: 57.2%;
    flex-basis: 57.2%;
    border-right: 1px solid #ededed;
    padding: 40px 50px;
}

.c-comment_add-col_content h3 {
    margin-bottom: 45px;
    letter-spacing: -.5px;
    font-size: 22px;
    font-weight: 400
}

.c-comment_add-col_content p {
    line-height: 2.36
}

.c-tabs_content-desc_stats-evaluation {
    display: flex;
    margin: 30px -10px 40px
}

.c-tabs_content-desc_stats-evaluation_positive, .c-tabs_content-desc_stats-evaluation_negative {
    padding-right: 10px;
    padding-left: 10px;
    flex-basis: 50%;
    max-width: 50%
}

.c-tabs_content-desc_stats-evaluation_positive > span, .c-tabs_content-desc_stats-evaluation_negative > span {
    color: #0452ab;
    font-size: 16px;
    line-break: 1.375
}

.c-tabs_content-desc_stats-evaluation_negative > span {
    color: #ff637d
}

.c-tabs_content-desc_stats-evaluation_positive ul li, .c-tabs_content-desc_stats-evaluation_negative ul li {
    padding-right: 17px;
    margin: 6px 0;
    color: #5f5f5f;
    position: relative;
}

.c-tabs_content-desc_stats-evaluation_positive ul li::before, .c-tabs_content-desc_stats-evaluation_negative ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #0452ab;
    border-radius: 50%;
    top: 8px;
    right: 0;
}

.c-tabs_content-desc_stats-evaluation_negative ul li::before {
    background-color: #ff637d
}

.other-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.o-box_header {
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.o-box_title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
}

.o-box_header::after {
    content: "";
    background-color: #0452ab;
    margin-top: 8px;
    height: 2px;
    width: 70px;
    border-radius: 1px;
}

.productPriceList {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .1);
    padding: 10px 12px;
    margin-top: 20px;
}

.warranty_list div {
    width: 20% !important;
    display: flex;
    font-size: 15px;
    align-items: center;
    cursor: pointer;
}

.warranty_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.warranty_list .fa {
    margin-left: 5px;
}

.warranty_list .price {
    font-size: 16px;
    justify-content: center;
    color: #000 !important;
}

.productPriceList .active {
    background: #f4fbff !important;
    border: 1px solid #0452ab !important;
    border-radius: 8px !important;
}

.btn-seller-add-cart {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 2px solid #0452ab;
    padding: 10px 20px;
    color: #0452ab;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.btn-seller-add-cart:hover {
    background-color: #0452ab;
    color: #fff;
}

.tooltip {
    font-family: IRANYekan !important;
    z-index: 10000 !important;
    opacity: 1 !important;
}

.tooltip .arrow:before {
    border-right-color: #b8b8b8 !important;
    border-left-color: #b8b8b8 !important;
    box-shadow: 0 -6px 12px 0 rgba(181, 181, 181, .3);
}

.tooltip-inner {
    background: #fff !important;
    box-shadow: 0 -6px 12px 0 rgba(181, 181, 181, .3);
    padding: 11px 11px 21px !important;
    border-radius: 0 !important;
    border: 1px solid #b8b8b8 !important;
    font-size: 13px;
    letter-spacing: -.3px;
    color: #777;
    text-align: justify;
}

.c-account_box {
    margin: 0 !important;
}

.c-form_account-label, .c-form_account-btn {
    width: 100% !important;
}
