/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
body {
    background-color: #f5f5f5;
    padding: 0!important;
}

.dashed{
    border-bottom: 0.5px dashed;
    font-size: 15px;
    padding: 8px;
}

.headspecial{
    color: #4371ff;
    font-weight: 500;
    float: right;
    padding: 0;
    margin: 0;
    padding-left: 10px;
}

.text-small {
    font-size: 0.8em;
}
.preserveline{
    white-space: pre-line;
}
.fontsize14{
    font-size: 14px;
}
tr>td{
    direction: rtl !important;
}
.mybottom{
    background: none !important;
    color: #12b4cd !important;
    border: 0px !important;
    outline: 0px !important;
}
.whiteback {
    background-color: white;
    border: 1px solid #bfbfbf;
    margin-bottom: 10px;
    /*margin-top: 10px;*/
    padding: 0;
    float: left;
    width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.fontsize16{
    font-size: 16px;
}
#quantity {
    margin-right: 20px;
}

.panel {
    background-color: inherit;
}

#errmsg, #errmsg5, #errror, #errmsgpish, #errmsgpmah, .redcolor {
    color: red;
}

.automargin {
    margin: auto;
    display: table;
    max-width: 100%;
}

.price {
    color: white;
    background-color: #23527c;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 6px 0;
    display: block;
}

.height50 {
    height: 35px;
    font-size: .857rem !important;
    line-height: 25px;
}
.height50 {
    color: #3E60A2;
    padding-top: 0.5rem !important;
}
.marginbottom {
    margin-bottom: 10px;
}

.margintopproduct20 {
    margin-top: 40px;
}

#accordion {
    margin-top: 5px
}

#accordion .panel {
    border-radius: 0;
    border: 0 !important;
    box-shadow: none;
    padding: 5px;
}

#accordion .panel-heading {
    text-align: center;
    border: 1px solid #ccc;
    background: #f2f2f2;
    border-radius: 0
}

#accordion .panel-heading a {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 6px 0;
    display: block;
    background: #fff
}

#accordion .panel-heading h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 6px 0;
    background: #fff
}

#accordion .panel-heading a.collapsed, #accordion .panel-heading h4.collapsed {
    background: #f2f2f2
}

#accordion .panel-heading {
    padding: 0
}

a.accordion-toggle span {
    padding-right: 10px
}

.right-tabs .tab-content {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    margin-top: -1px
}

.rightfloatingproduct {
    float: right;
    padding: 0;
}

.leftfloatingproduct {
    float: left;
}

.how-it-works a {
    color: #0078d7;
    display: inline
}

.nav-tabs > li > a {
    margin-right: -3px;
    padding: 6px 2px 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    font-size: 14px
}

.nav-tabs > li.active > a {
    font-weight: 700;
    border-bottom: 2px solid transparent
}

.collapse a:hover {
    color: #39a8ff
}

#accordion .panel-body p, #accordion .panel-body p span {
    font-size: 16px
}

.panel-heading .accordion-toggle .glyphicon-plus {
    display: none;
    right: -10px
}

.panel-heading .accordion-toggle .glyphicon-minus, .panel-heading .accordion-toggle.collapsed .glyphicon-plus {
    display: inline;
    right: -10px;
    margin-top: 3px
}

.panel-heading .accordion-toggle.collapsed .glyphicon-minus {
    display: none;
    right: -10px
}

div.scrollmenu {
    background-color: #f9f9f9;
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    background-color: #777;
}

.carousel {
    position: relative;
    line-height: 1;
}

.carousel-inner {
    overflow: hidden;
    width: 100%;
    /*height: 300px;*/
    position: relative;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    line-height: 1;
    width: 300px;
    height: 300px;
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control.right {
    left: auto;
    right: 15px;
}

.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none;
}

.carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4, .carousel-caption p {
    color: #ffffff;
    line-height: 20px;
}

.carousel-caption h4 {
    margin: 0 0 5px;
}

.carousel-caption p {
    margin-bottom: 0;
}

.CENTERINPUT {
    border-radius: 10px;
    color: black;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 50%;
    text-align: center;
    display: block;
    border: 1px solid green;
    padding: 10px;
}

.BUTTONCENTER {
    border-radius: 10px;
    color: white;
    margin: auto;
    /*width: 50%;*/
    text-align: center;
    display: block;
    padding: 10px;
    background: #ef394e;
    border: 2px solid #D2D2D2;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-size: 1.1rem;
}

.img_vizhe{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.img_vizhe2{
    z-index: 2;
    top: -15px;
    right: 5px;
    max-width: 30%;
}

.bold {
    font-size: 20px;
    font-weight: 400;
    color: #1CA347;
}

.bold2 {
    font-size: 18px;
    font-weight: 400;
}

.popover {
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
    font-family: "B Yekan";
}

.popover-title {
    font-family: "B Yekan";
}

.popover-content {
    font-family: "B Yekan";
}

.with100 {
    width: 100%;
}

.notheight {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#quantity, #quantity2, #TEDAD, #pishpardakht {
    text-align: center;
    font-size: 12px;
}

.fontweitght600 {
    font-weight: 600;
    font-size: 12px;
}

.font10 {
    margin-top: 10px;
    color: darkgray;
    font-size: 10px;
    margin-bottom: 10px;
}

.font10color {
    color: darkgray;
}

.height50 {
    height: 50px;
}

#errorrrr {
    color: red;
}

.BORDERCOLOR {
    border-color: red;
}

.btn.btn-default {
    padding: 8px 12px;
    background: #0078D7;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    color: white;
}

.centralofnist {
    display: table;
    margin: 0 auto;
    font-weight: 900;
}

.anchor {
    display: inline;
    font-size: 12px;
}

.justifiedthis {
    text-align: justify;
}

.clearbox {
    clear: both;
}

.ratingfloatleft {
    float: right;
    margin-bottom: 0px;
    width: 50%;
    clear: both;
}

.showingcenter {
    text-align: center;
    margin-top: 30px;
}

.fr-element > table {
    direction: ltr;
    width: 100% !important;
}

.img-responsive {
    display: table;
    margin: 0 auto;
    /*height: 150px;*/
    max-width: 100%;
}

.input-group-addon {
    border: 0;
    border-radius: 0;
}

#nameofproduct {
    text-align: center;
}

.rating-form label .fa {
    font-size: 4rem;
    line-height: 40px;
}

.sabz {
    color: #1CA347;
}

.padding0 {
    padding: 0;
}

.paddingtop10 {
    padding-top: 20px;
}

.shegeft {
    /*height: 40px;*/
    background-color: #ffb1b1;
    padding: 13px;
    width: 100%;
    margin: 0;
    font-weight: 900;
}

.shegeftmain {
    border: 1px solid red;
}

#replacewithgaranti {
    font-size: 12px;
}


.nazaratbeauty {
    /*border: 1px solid #bfbfbf;*/
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    min-height: 150px;
    padding: 20px;
}

.nazaratheade {
    float: right;
    clear: both;
    border: 1px solid;
    height: 50px;
    text-align: center;
    padding-top: 12px;
    border-top-right-radius: 18px;
    border-bottom: 0px;
    border-top-left-radius: 18px;
    background: #7a7a7a;
    font-size: 16px;
    font-weight: 900;
    color: white;
}

.modal-dialog {
    /*width: 50%;*/
    /*margin-top: 50px;*/
}

button.close {
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%) !important;
    background-repeat: repeat-x !important;
    border-color: #b92c28 !important;
    opacity: 1;
    color: white;
    padding: 10px;
    border-radius: 8px;
}

.checked {
    color: #ffc800;
}

.fa-star {
    font-size: 15px;
}

.form-output {
    font-size: 10px;
}

.onecomment {
    border: 1px solid;
    border-radius: 10px;
    background: RGB(0, 120, 215);
    color: white;
    margin: 10px;
}

.onecommenthead {
    padding-top: 10px;
    color: gainsboro;
}

.onecommenttext {
    padding: 10px;
    padding-bottom: 30px;
}

.rating-form .form-item {
    width: initial;
}

.hidden-mobile {
    display: block !important;
    padding: 0;
}

.show-mobile {
    display: none !important;
}

#main_area {
    margin-top: 25px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.tab {
    overflow: hidden;
    background-color: #f8f8f8;
    padding: 0;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    border-top: 5px solid #f8f8f8;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: white;
    border-top: 5px solid #00bfd6;
    border-color: #00bfd6 #dee2e6 #fff !important;
}


.colorDiv{
    /*width: 100px;*/
    padding-right: 30px!important;
    padding-left: 10px;
}

.colorDiv-bg{
    border-radius: 25%;
    width: 15px;
    height: 15px;
    right: 10px;
    top: 10px;
    position: absolute;
}

.img-zoom-container {
    position: relative;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid tomato;
    /*set the size of the lens:*/
    width: 120px;
    height: 120px;
    display: none;
}

.img-zoom-result {
    border: 1px solid #d4d4d4;
    width: 500px;
    height: 600px;
    position: absolute;
    top: -100px;
    right: 104%;
    z-index: 100;
    display: none;
    background-repeat: no-repeat;
    background-color: #FFF;
}

.img-magnifier-glass {
    position: absolute;
    border: 1px solid tomato;
    /*border-radius: 50%;*/
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 200px;
    height: 200px;
}


.img-zoom-lens:hover ~ .img-zoom-result{
    display: block;
}

.img-zoom-container:hover .img-zoom-lens{
    display: block;
}

.defme {
    text-align: center!important;
    font-size: 1.2rem!important;
}

.btnNemodar{
    border: 0;
    background: white;
    color: gray;
}

.canvasjs-chart-canvas{
    /*position: relative!important;*/
}

/*.aghsatiDiv:hover{*/
/*    background: radial-gradient(circle, rgb(239 209 222) 0%, rgb(221 235 251) 100%);*/
/*}*/

.aghsatiDiv{
    /*background: radial-gradient(circle, rgba(239,209,222,0.7) 0%, rgba(221,235,251,0.7) 100%);*/
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
}

.creditPos1A{
    color: crimson;
    font-weight: 900;
}

.creditPos1A:hover{
    color: darkred;
}

.creditPos1:hover , .creditPos2:hover{
    background: radial-gradient(circle, rgba(239 209 222) 0%, rgba(221 235 251) 100%);
}

.comp{
    color: #FFF;
    font-weight: 900;
    background-color: darkcyan;
}

.namakthis{
    position: absolute;
    top: -5px;
    right: 25px;
    background: white;
    z-index: 2;
}

.z3{
    z-index: 3;
}

.lr{
    top: 100%;
}

.modal-dialog {
    height: 400px;
    max-height: 100%;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

#owl-demo .owl-dot span{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: gainsboro;
    float: left;
    margin: 1%;
}

#owl-demo .owl-dots .active span{
    background-color: silver;
    width: 12px;
    height: 12px;
}

.underImgs img{
    opacity: 0.8;
}

.underImgs img:hover{
    opacity: 1;
}

.lastUnderImg{
    opacity: 0.2;
}

.circDot{
    position: absolute;
    width: 100%;
    height: 100%;
    /* line-height: 60px; */
    top: 0;
    right: 0;
    opacity: 0.4;
}

.circDotInner{
    margin: 10%;
    width: 80%;
    height: 80%;
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
}

.circDotInnerText{
    margin: auto;
    font-size: 38px;
    font-weight: bolder;
    text-align: center;

    margin: 0;
    position: absolute;
    top: 38%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.circDot:hover{
    opacity: 0.7;
}

/*.owl-dots{*/
/*    float: left;*/
/*    width: 100%;*/
/*}*/

/*.owl-dot{*/
/*    margin: auto;*/
/*}*/
#chartdiv {
    width: 100%;
    max-height: 600px;
    height: 100vh;
}
.liststyle{
    list-style:none;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 80%;
    }
}

/* Style the tab content */

@media (max-width: 768px) {
    .BUTTONCENTER, .CENTERINPUT {
        width: 80%;
    }
    .fontsize12{
        font-size: 0.7rem;
    }
    .fontsize10{
        font-size: 0.85rem;
    }
    .nazaratheade {
        font-size: 10px;
    }

    .fa-star {
        font-size: 12px;
    }

    .rating-form label .fa {
        font-size: 2rem;
    }

    .defme {
        font-size: 10px;
    }

    .rightfloatingproduct {
        padding: 3px;
    }
}
@media (max-width: 768px) {
    .dfixedbottom{
        position: fixed;
        left: 0;
        bottom: 0;
        background-color: white;
        color: white;
        text-align: center;
        z-index: 1000;
        font-size: 16px;
    }

}
@media (max-width: 992px) {
    .img-zoom-lens{
        display: none!important;
    }

    .hidden-mobile {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }
}

@media (max-width: 992px) {
    .active > div:first-child {
         display: block!important;
    }
}