/*!
 * 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;
}

.whiteback{
    background-color: white;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
    float: left;
    width: 100%;
}

#quantity{
    margin-right: 20px;
}

#errmsg, #errmsg5,#errror,#errmsgpish,#errmsgpmah
{
    color: red;
}
.defme{
    color: #f05562;
}

.automargin{
    margin: auto;
}

.price{
    color: white;
    background-color: #23527c;
    font-size:20px;
    font-weight: 600;
    line-height: 30px;
    padding: 6px 0;
    display: block;
}

#accordion {
    margin-top: 20px
}

#accordion .panel {
    border-radius: 0;
    border: 0 !important;
    box-shadow: none
}

#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: 30px 10px 30px 10px;
}

.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;
    margin-bottom: 20px;
    line-height: 1;
}

.form-control2 {
    display: block;
    /* width: 100%; */
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.carousel-inner {
    overflow: hidden;
    width: 100%;
    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 {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    font-size: 30px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.carousel-control.right {
    left: auto;
    right: 15px;
}

.carousel-control:hover, .carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.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;
    width: 30%;
    text-align: center;
    display: block;
    border: 1px solid green;
    padding: 10px;
}
.BUTTONCENTER{
    border-radius: 10px;
    background-color: #00bfd6;
    color: white;
    margin: auto;
    width: 50%;
    text-align: center;
    display: block;
    border: 1px solid green;
    padding: 10px;
}
.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;
}

.fontweitght600{
    font-weight: 600;
}
.font10{
    margin-top: 10px;
    color: darkgray;
    font-size: 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;
    margin: 20px;
}

.ratingfloatleft{
    float: right;
    margin-bottom: 0px;
    width: 50%;
    clear: both;
}

.showingcenter{
    text-align: center;
    margin-top: 30px;
}

.fr-element > table {
    direction: ltr;
    width:100%;
}

.img-responsive {
    display: table; margin: 0 auto;
    height: 200px;
}

.input-group-addon{
    border: 0;
    border-radius: 0;
}

#nameofproduct{
    text-align: center;
}

.sabz{
    color: #1CA347;
}

.padding0{
    padding: 0;
}

.nazaratbeauty{
    border: 1px solid #bfbfbf;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    min-height: 150px;
    padding: 10px 10px;
}
.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: 50px;
}
.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;
}

@media (max-width: 768px) {
    .nazaratheade{
        font-size: 10px;
    }
    .fa-star{
        font-size: 30px;
    }
    .rating-form label .fa{
        font-size: 2rem;
    }
}
.linewidth2{
    line-height: 50px;
}

.centeralblockParent{
    margin: auto;
    width: 108px;
}



.shegeft {
    height: 40px;
    background-color: #ffb1b1;
    padding: 13px;
    width: 100%;
    margin: 0;
    font-weight: 900;
}
.shegeftmain {
    border: 1px solid red;
}
.row{
    margin: 0px;
}

.productshare{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    transition: all 0.1s ease;
    float: right;
    border: 1px solid white;
    display: table;
    font-size:13px;
    box-shadow: 1px 1px 2px #7b7d80;
}

.h3size {
    font-size: 18px;
}

.tab {
    overflow: hidden;
    background-color: #f8f8f8;
    padding: 0;
}

.tablinks
{
	background-color: inherit;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    border-top: 5px solid #f8f8f8;
	
}

/* 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;
}