﻿@charset "utf-8";


* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

body {
    font-family: iran-sans, 'Yekan Bakh', sans-serif;
    font-size: 14px;
    font-weight: 100;
    background: #FFFFFF;
    color: #000000;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

p {
    /*font-family: 'Rubik', sans-serif;*/
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    color: #828282;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

    p a {
        display: inline;
        position: relative;
        color: inherit;
        border-bottom: solid 1px #ffa07f;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

a, a:hover, a:visited, a:active, a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

    a:hover {
        color: #7611bb !important;
    }

p a:active {
    position: relative;
    color: #FF6347;
}

p a:hover {
    color: #FFFFFF;
    background: #ffa07f;
}

    p a:hover::after {
        opacity: 0.2;
    }
/*::selection
{
	
}*/
/*p::selection
{
	
}*/
/*h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}*/

/*h1, h2, h3, h4, h5, h6 {
    font-family: iran-sans,'Yekan Bakh', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}*/
/*h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}*/
b, strong {
    font-weight: bold !important;
}

.form-control {
    color: #333;
}

section {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}


.product-comment .product-image {
    max-width: 100%;
}

.product-comment h1 {
    font-size: 15pt;
    width: 59%;
    line-height: normal;
    color: #4c4c4c;
}

.product-comment h2 {
    font-size: 10pt;
    color: gray;
}

.product-comment .product-info-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    box-shadow: 0 0px 14px -1px #00000021;
    margin: 40px 0;
    border-radius: 11px;
}

.product-comment .product-info {
    min-height: 128px;
}

/* start rang */
/*.range {
    position: relative;
    width: 360px;
    height: 5px;
}

    .range input {
        width: 100%;
        position: absolute;
        top: 2px;
        height: 0;
        -webkit-appearance: none;
    }

        .range input::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 18px;
            height: 18px;
            margin: -8px 0 0;
            border-radius: 50%;
            background: #37adbf;
            cursor: pointer;
            border: 0 !important;
        }

        .range input::-moz-range-thumb {
            width: 18px;
            height: 18px;
            margin: -8px 0 0;
            border-radius: 50%;
            background: #37adbf;
            cursor: pointer;
            border: 0 !important;
        }

        .range input::-ms-thumb {
            width: 18px;
            height: 18px;
            margin: -8px 0 0;
            border-radius: 50%;
            background: #37adbf;
            cursor: pointer;
            border: 0 !important;
        }

        .range input::-webkit-slider-runnable-track {
            width: 100%;
            height: 2px;
            cursor: pointer;
            background: #b2b2b2;
        }

        .range input::-moz-range-track {
            width: 100%;
            height: 2px;
            cursor: pointer;
            background: #b2b2b2;
        }

        .range input::-ms-track {
            width: 100%;
            height: 2px;
            cursor: pointer;
            background: #b2b2b2;
        }

        .range input:focus {
            background: none;
            outline: none;
        }

        .range input::-ms-track {
            width: 100%;
            cursor: pointer;
            background: transparent;
            border-color: transparent;
            color: transparent;
        }

.range-labels {
    margin: 18px -41px 0;
    padding: 0;
    list-style: none;
}

    .range-labels li {
        position: relative;
        float: left;
        width: 90.25px;
        text-align: center;
        color: #b2b2b2;
        font-size: 14px;
        cursor: pointer;
    }

        .range-labels li::before {
            position: absolute;
            top: -28px;
            right: 0;
            left: 0;
            content: "";
            margin: 0 auto;
            width: 15px;
            height: 15px;
            background: #b2b2b2;
            border-radius: 50%;
            border: 3px white solid;
        }

    .range-labels .active {
        color: #37adbf;
    }

    .range-labels .selected::before {
        background: #37adbf;
    }

    .range-labels .active.selected::before {
        display: none;
    }

.rang-wrapper {
    direction: ltr;    
}*/
/* end range */


/* start rang slider 2 */

:root {
    --diditalDark: #7000bd;
    --diditalBtnBackground: #9800ff;
    --yellow: #ffd049;
    --light-yellow: #fdf2d2;
    --orange: #9800ff;
    --light-gray: #e3e4e8;
    --gray: #71738b;
    --light-blue: #7a7c93;
    --blue: #34385a;
    --slider-handle-size: 14px;
    --slider-handle-border-radius: 2px;
    --slider-handle-margin-top: -4px;
    --slider-track-height: 6px;
    --slider-track-border-radius: 4px;
}

#wrapper {
    /*position: absolute;*/
/*    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
*/    direction: rtl;
}

#sliderContainer {
   /* width: 100%;
    max-width: 440px;
    padding: 56px 40px;
    border-radius: 40px;
    box-shadow: 0px 8px 40px rgba(128, 128, 128, 0.15);*/
}

    #sliderContainer > div:first-child {
        /*margin-bottom: 48px;*/
    }

.tick-slider-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    direction: rtl;
}

    .tick-slider-header > h5 {
        margin: 0;
        font-family: "Poppins", sans-serif;
        font-size: 12pt;
        font-weight: 300;
        color: var(--gray);
        font-weight: 400;
    }

.tick-slider {
    position: relative;
    width: 100%;
    /*max-width: 35%;*/
    display: inline-block;
}

.tick-slider-wrapper {
    display: inline-block;
    padding: 0 28px;
    margin-bottom:70px;
    direction: ltr;
}

.tick-slider-value-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-family: "Hind Madurai", sans-serif;
    font-size: 18px;
    color: var(--gray);
}

.tick-slider-value {
    position: absolute;
    top: 0;
    font-weight: bold;
    color: var(--blue);
    border-radius: var(--slider-handle-border-radius);
}

    .tick-slider-value > div {
        animation: bulge 0.3s ease-out;
    }

.tick-slider-background,
.tick-slider-progress,
.tick-slider-tick-container {
    position: absolute;
    /*bottom: 5px;*/
    bottom: 7px;
    left: 0;
    height: var(--slider-track-height);
    pointer-events: none;
    /*border-radius: var(--slider-track-border-radius);*/
    /*z-index: -1;*/
}

.tick-slider-background {
    width: 100%;
    background-color: var(--light-gray);
}

.tick-slider-progress {
    background-color: var(--diditalDark);
}

.tick-slider-progress, .tick-slider-background {
    border-radius: 10px;
}

.tick-slider-tick-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 calc(var(--slider-handle-size) / 2);
}

.tick-slider-tick {
    /*width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: white;*/
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: white;
}

.tick-slider-label {
    opacity: 0.85;
    transition: opacity 0.1s ease;
    visibility: hidden;
}

    .tick-slider-label.hidden {
        opacity: 0;
    }

@keyframes bulge {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/*

    REMOVE SLIDER STYLE DEFAULTS

*/
input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    background: transparent;
    outline: none;
    margin: 5px 0;
}

    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
    }

    input[type="range"]:focus {
        outline: none;
    }

    input[type="range"]::-moz-focus-outer {
        border: 0;
    }

    /*

    HANDLE

*/
    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: var(--slider-handle-size);
        height: var(--slider-handle-size);
        background: var(--orange);
        border-radius: var(--slider-handle-border-radius);
        cursor: pointer;
        margin-top: var(--slider-handle-margin-top);
        -webkit-transform: scale(1);
        transform: scale(1);
        transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    input[type="range"]:hover::-webkit-slider-thumb,
    input[type="range"]:focus::-webkit-slider-thumb {
        transform: scale(1.2);
    }

    input[type="range"]::-moz-range-thumb {
        -webkit-appearance: none;
        width: var(--slider-handle-size);
        height: var(--slider-handle-size);
        background: var(--orange);
        border: none;
        border-radius: var(--slider-handle-border-radius);
        cursor: pointer;
        transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    input[type="range"]:hover::-moz-range-thumb,
    input[type="range"]:focus::-moz-range-thumb {
        transform: scale(1.2);
    }

    /*

    TRACK

*/

    input[type="range"]::-webkit-slider-runnable-track {
        width: 100%;
        height: var(--slider-track-height);
        cursor: pointer;
        background: none;
        border-radius: var(--slider-track-border-radius);
    }

    input[type="range"]::-moz-range-track {
        width: 100%;
        height: var(--slider-track-height);
        cursor: pointer;
        background: none;
        border-radius: var(--slider-track-border-radius);
    }

    input[type="range"]:focus::-webkit-slider-runnable-track {
        background: none;
    }

    input[type="range"]:active::-webkit-slider-runnable-track {
        background: none;
    }
/* end range slider 2*/


/* start pros and cons input group */
.input-group.pros .btn, .input-group.cons .btn {
    border-radius: 5px 0 0 5px;
    font-size: 10pt;
    line-height: 24px;
    width: 110px;
    border-right: 0;
    background: var(--primaryHighlightColorTransparent2);
}
/* end pros and cons input group */

.comment-page-legend-hr {
    /*color: var(--primaryBorder);
    border-color: var(--primaryBorder);*/
}

.cons + ul, .pros + ul {
    list-style-type: disc;
    margin: 6px 22px;
    color: var(--authGray);
    margin-left: 1px;
}

    .cons + ul li span, .pros + ul li span {
        color: var(--authGray);
    }


.cons .btn-outline-secondary,
.cons input,
.pros .btn-outline-secondary,
.pros input,
textarea.description {
    border-color: var(--primaryBorder) !important;
    color: #808080;
    direction: rtl;
}

    .cons .btn-outline-secondary:hover,
    .pros .btn-outline-secondary:hover {
        border-color: var(--primaryBorder) !important;
        background-color: var(--primaryBorder) !important;
        color: white;
    }


.submit-comment {
    background-color: var(--primaryBorder);
    border-color: var(--primaryBorder);
    color: white;
}

    .submit-comment:hover {
        background-color: white;
        color: var(--primaryBorder);
    }

.recomment-product-status {
    padding: 10px;
}

    .recomment-product-status .recomment-item-wrapper {
        display: inline-block;
        background-color: #efefef;
        border-radius: 10px;
        width: 100%;
        margin: 0 6px;
        line-height: 0px;
    }

        .recomment-product-status .recomment-item-wrapper:hover {
            background-color: var(--primaryHoverColorTransparent);
        }

.recomment-item-wrapper input {
    display: inline-block;
    padding-right: 17px;
    margin: 0;
    right: 13px;
    position: absolute;
    top: 19px;    
}

    .recomment-item-wrapper input:checked + label {
        background-color: var(--primaryHoverColorTransparent);
        border-radius: 10px;
    }

    .recomment-item-wrapper label {
    padding: 25px;
    width: 100%;
    padding-right: 36px;
    white-space: nowrap;
    cursor: pointer;
    margin-bottom: 0;
}


.btn-delete-pros-cons {
    font-size: 14pt;
    padding: 0 10px;
    line-height: 20px;
    height: 18px;
    color: #dc1a1a;
    border: 1px #e44949 solid;
}


.index-footer__seo {
    margin-bottom: 0 !important;
    color: #3f3f3f;
    padding: 25px 15px;
}


    .index-footer__seo h1 {
        line-height: 27px !important;
    }

        .index-footer__seo h1 span {
            display: inline-block;
            color: #7f7f7f;
            font-size: 10pt;
        }


@media only screen and (max-width:500px) {
    .product-comment h1 {
        width: 100% !important;
        margin: auto;
    }
}

/* start new footer */
.site-footer {
    background-color: #26272b;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

    .site-footer hr {
        border-top-color: #bbb;
        opacity: 0.5
    }

        .site-footer hr.small {
            margin: 20px 0
        }

    .site-footer h6 {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 5px;
        letter-spacing: 1px
    }

    .site-footer a {
        color: #737373;
    }

        .site-footer a:hover {
            color: #3366cc;
            text-decoration: none;
        }

.footer-links {
    padding-left: 0;
    list-style: none
}

    .footer-links li {
        display: block
    }

    .footer-links a {
        color: #737373
    }

        .footer-links a:active, .footer-links a:focus, .footer-links a:hover {
            color: #3366cc;
            text-decoration: none;
        }

    .footer-links.inline li {
        display: inline-block
    }

.site-footer .social-icons {
    text-align: right
}

    .site-footer .social-icons a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 6px;
        margin-right: 0;
        border-radius: 100%;
        background-color: #33353d
    }

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

        .site-footer .copyright-text, .site-footer .social-icons {
            text-align: center
        }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .social-icons li {
        display: inline-block;
        margin-bottom: 4px
    }

        .social-icons li.title {
            margin-right: 15px;
            text-transform: uppercase;
            color: #96a2b2;
            font-weight: 700;
            font-size: 13px
        }

    .social-icons a {
        background-color: #eceeef;
        color: #818a91;
        font-size: 16px;
        display: inline-block;
        line-height: 44px;
        width: 44px;
        height: 44px;
        text-align: center;
        margin-right: 8px;
        border-radius: 100%;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }

        .social-icons a:active, .social-icons a:focus, .social-icons a:hover {
            color: #fff;
            background-color: #29aafe
        }

    .social-icons.size-sm a {
        line-height: 34px;
        height: 34px;
        width: 34px;
        font-size: 14px
    }

    .social-icons a.facebook:hover {
        background-color: #3b5998
    }

    .social-icons a.twitter:hover {
        background-color: #00aced
    }

    .social-icons a.linkedin:hover {
        background-color: #007bb6
    }

    .social-icons a.dribbble:hover {
        background-color: #ea4c89
    }

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}
/* end new footer */


.content-container, .desktop-main-content {
    flex: 0 0 340px;
    margin: auto;
    max-width: var(--mainContentWidthDesktop);
}