﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

.padding-0{
    padding-right:0;
    padding-left:0;
}

body {
    background-color: #f2f2f2;
    font-family: 'Open Sans', sans-serif  !important;
    font-weight: 400;
    color: #373737;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, input, textarea {
    font-family: 'Open Sans', sans-serif  !important;
}

h1 {
    font-weight: bold;
}

.text-small {
    font-size: 0.8em;
}

.text-xsmall {
    font-size: 0.6em;
}

.text-large {
    font-size: 1.2em;
}

.text-xlarge {
    font-size: 1.4em;
}

.text-underline {
    text-decoration: underline;
}

.text-ultralight {
    font-weight: 200;
}

.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: normal;
}

.text-medium {
    font-weight: 500;
}

.text-bold {
    font-weight: bold;
}

.bottom-align-text {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media all and (max-width:480px) {
    .btn-primary, .btn-success {
        width: 100%;
        display: block;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="email"]:hover,
    input[type="number"]:hover,
    input[type="search"]:hover,
    input[type="text"]:hover,
    input[type="tel"]:hover,
    input[type="url"]:hover,
    input[type="password"]:hover,
    textarea:hover,
    select:hover {
        font-size: initial;
    }
}

@media (min-width: 768px) {
    input[type="email"]:hover,
    input[type="number"]:hover,
    input[type="search"]:hover,
    input[type="text"]:hover,
    input[type="tel"]:hover,
    input[type="url"]:hover,
    input[type="password"]:hover,
    textarea:hover,
    select:hover {
        font-size: inherit;
    }
}

/** اسلایدر **/
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.item video 
{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.carousel-fullscreen .carousel-inner .item {
    height: 55vh; 
    min-height: 550px; 
    background-position: center center; 
}

.super-heading {
    font-size: 45px; 
}

.super-paragraph {
    font-size: 25px; font-weight: 300;
}

.item-pic
{
    max-width: 200px;    
}

@media (max-width: 480px) {
    .carousel-fullscreen .carousel-inner .item {
    height: 20vh;
    min-height: 430px; 
    background-position: center center; 
    }
    .super-heading {
    font-size: 27px; 
    }
    .super-paragraph {
    font-size: medium;
    }
}

@media (max-width: 1024px) {
    .carousel-fullscreen .carousel-inner .item {
    height: 20vh;
    min-height: 430px; 
    background-position: center center; 
    }
    .super-heading {
    font-size: 27px; 
    }
    .super-paragraph {
    font-size: medium;
    }
    .item-pic
    {
    max-width: 150px;    
    }
}

.carousel-fullscreen .carousel-caption {
    top: 50%;  
    bottom: auto;
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -50%);
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

h1,h2,h3,h4 {
    font-weight: 700;
}

.carousel-caption .super-paragraph a,
.carousel-caption .super-paragraph a:hover
{
    color: #fff;
}

#carousel-example-generic {
    margin: 40px 0;
}

.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }
.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
   color: #ffffff;
}

.btn-slider { 
  color: #ffffff; 
  background-color: #6F1BBC; 
  border-color: #6F1BBC;
  border-radius: 10px;
} 
 
.btn-slider:hover, 
.btn-slider:focus, 
.btn-slider:active, 
.btn-slider.active, 
.open .dropdown-toggle.btn-slider { 
  color: #ffffff; 
  background-color: #1d1d1d; 
  border-color: #1d1d1d; 
} 
 
.btn-slider:active, 
.btn-slider.active, 
.open .dropdown-toggle.btn-slider { 
  background-image: none; 
} 
 
.btn-slider.disabled, 
.btn-slider[disabled], 
fieldset[disabled] .btn-slider, 
.btn-slider.disabled:hover, 
.btn-slider[disabled]:hover, 
fieldset[disabled] .btn-slider:hover, 
.btn-slider.disabled:focus, 
.btn-slider[disabled]:focus, 
fieldset[disabled] .btn-slider:focus, 
.btn-slider.disabled:active, 
.btn-slider[disabled]:active, 
fieldset[disabled] .btn-slider:active, 
.btn-slider.disabled.active, 
.btn-slider[disabled].active, 
fieldset[disabled] .btn-slider.active { 
  background-color: #6F1BBC; 
  border-color: #6F1BBC; 
} 
 
.btn-slider .badge { 
  color: #6F1BBC; 
  background-color: #ffffff; 
}

.animated 
{
    animation-duration: 0.9s;   
    -webkit-animation-duration: 0.9s;
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

/** اسلایدر **/

/** کاستومایز **/
.col-centered{
    float: none;
    margin: 0 auto;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #6F1BBC;
    color: #ffffff;
    border-radius: 10px;
}

.nav-pills > li > a 
{
    background-color: #f4f4f4;
    color: #6F1BBC;
    border-radius: 10px;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    background-color: #eae3f0;
    color: #6F1BBC;
    border-radius: 10px;
}

.form-control:focus {
    border-color: rgba(111, 27, 188, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(111, 27, 188, 0.6);
    outline: 0 none;
}

.btn-primary {
    background-color: #6F1BBC;
    border-color: #6F1BBC;
    color: #ffffff !important;
}
    .btn-primary:hover {
        background: #111111;
        border-color: #111111;
    }
    .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background: #6F1BBC;
        border-color: #6F1BBC;
    }
    .btn-primary:active, .btn-primary.active {
        background: #6F1BBC;
        border-color: #6F1BBC;
        box-shadow: none;
    }
    
.modal
{
    z-index: 999999 !important;    
}
.modal .close
{
    font-size: 25px; color: #ffffff; opacity: 1.0; filter: alpha(opacity=100);
}
.modal-content {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    padding: 0;
    border-width: 0;
}

.modal-header 
{
    border-radius: 10px 10px 0 0 !important;
    background-color: #6F1BBC;
    color: #ffffff;
    border-width: 0;
}

.modal-title 
{
    font-size: medium !important; font-weight: normal !important;
}

[class*="col-"] {
    margin-bottom: 15px;
}
/** کاستومایز **/

/** قالب اصلی **/
.lnkbtn-login, lnkbtn-login:focus, .lnkbtn-login:active, .lnkbtn-login.active, .lnkbtn-login:active, .lnkbtn-login.active {
    font-size: 14px !important;
    width: 130px;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    color: #F5F4F1 !important;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #73472d; /* Old browsers */
    background: -moz-linear-gradient(top, #73472d 0%, #6F1BBC 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #73472d 0%,#6F1BBC 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #73472d 0%,#6F1BBC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73472d', endColorstr='#6F1BBC',GradientType=0 ); /* IE6-9 */
}

    .lnkbtn-login:hover {
        background: #7e4b30; /* Old browsers */
        background: -moz-linear-gradient(top, #7e4b30 0%, #6F1BBC 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #7e4b30 0%,#6F1BBC 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #7e4b30 0%,#6F1BBC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e4b30', endColorstr='#6F1BBC',GradientType=0 ); /* IE6-9 */
        text-decoration: none;
        color: #F5F4F1;
    }

    .lnkbtn-reister, lnkbtn-reister:focus, .lnkbtn-reister:active, .lnkbtn-reister.active, .lnkbtn-reister:active, .lnkbtn-reister.active {
        font-size: 14px !important;
        width: 130px;
        height: 35px;
        line-height: 35px;
        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
        color: #F5F4F1 !important;
        display: block;
        text-align: center;
        text-decoration: none;
        background: #f7b10f; /* Old browsers */
        background: -moz-linear-gradient(top, #f7b10f 0%, #6F1BBC 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f7b10f 0%,#6F1BBC 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f7b10f 0%,#6F1BBC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b10f', endColorstr='#6F1BBC',GradientType=0 ); /* IE6-9 */
    }

    .lnkbtn-reister:hover {
        text-decoration: none;
        color: #F5F4F1;
        background: #f8ba29; /* Old browsers */
        background: -moz-linear-gradient(top, #f8ba29 0%, #6F1BBC 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f8ba29 0%,#6F1BBC 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f8ba29 0%,#6F1BBC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ba29', endColorstr='#6F1BBC',GradientType=0 ); /* IE6-9 */
    }

a, a:visited, a:active, a:focus{
    color: #333333;
    text-decoration: none;
}

    a:hover {
        color: #000000;
        text-decoration: none;
    }
    a:visited, a:active, a:focus{
        text-decoration: none;
    }

    a.white-links {
        color: #ffffff;
        text-decoration: none;
    }

        a.white-links:hover {
            color: #ffffff;
            text-decoration: none;
        }

    a.mozhgan {
        color: #ffffff;
        text-decoration: none;
    }

        a.mozhgan:hover {
            color: #FFC15E;
            text-decoration: none;
        }

    a.footer-links {
        color: #797979;
        text-decoration: none;
    }

    a.footer-links:hover {
        color: #ffffff;
        text-decoration: none;
    }

    a.sitemap-links {
        color: #ebe5f1;
        text-decoration: none;
    }

        a.sitemap-links:hover {
            color: #ffffff;
            text-decoration: underline;
        }

.box-header {
    background-color: #1d1d1d;
    background-image: linear-gradient(180deg, #1d1d1d 25%, #111111 100%);
    color: #ffffff;
    padding: 10px;
}

.box-content {
    padding: 10px;
}

.list-content-row {
    padding: 10px;
    border-bottom: 1px solid #cccccc;
}

    .list-content-row:last-child {
        padding: 10px;
        border-bottom: 0px solid #cccccc;
    }

.list-content-subtitle {
    color: #6F1BBC;
    margin: 0;
    padding-bottom: 1.5%;
    font-size: 12px;
}

.list-content-title {
    margin: 0;
    padding-bottom: 4%;
    line-height: 1.75em;
    font-weight: bold;
    font-size: 14px;
}

.list-content-info {
    color: #6F1BBC;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.img-rounded {
    width: 100%;
    border-radius: 10px;
}

.table-zero {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.shadow {
    border-radius: 10px;
    background-color: #ffffff;
}

.shadow-top {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    background-color: #ffffff;
}

.shadow-bottom {
    box-shadow: 0 -1px 5px 0 rgba(0,0,0,.26);
    background-color: #ffffff;
}

.overflow-hidden {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.main-header {
    max-width: 100%;
    background-color: #ffffff;
}

.main-sub-header {
    padding: 15px; 
    margin:0; 
    background-color: #6F1BBC;
}

.main-footer-title {
    width: 100%;
    background-color: #701cbe;
    padding: 15px 15px 0px 15px;
    font-size: 14px;
    color: #ffffff;
}

.main-footer-body {
    width: 100%;
    background-color: #1d1d1d;
    color: #bfbfbf;
    padding: 30px 15px 15px 15px;
    font-size: 14px;
    line-height: 25px;
}

.sm-seperator {
    margin-right: 1em;
    font-size: large;
}

    .sm-seperator:last-child {
        margin-right: 0;
        font-size: large;
    }

.footer-links-title {
    color: #797979;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    background-color: #111111;
    -webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.footer-links-rows {
    padding-top: 10px;
    padding-bottom: 0%;
    padding-left: 5%;
    padding-right: 5%;
}

.sidebox-spacer{
    padding-bottom: 15px;
}

.sidebox-spacer:last-child {
    padding-bottom: 0;
}

.page-content-header {
    padding: 15px;
    border-bottom: 1px solid #cccccc;
    background-color: #f9f9f9;
}

.page-content-footer {
    padding: 15px;
    border-top: 1px solid #cccccc;
    background-color: #f9f9f9;
}

.page-content-footer-spacer {
    padding-top: 0px;
}

.page-content-header-sitemap {
    padding-bottom: 10px;
    color: #6F1BBC;
}

.page-content-header-title {
    line-height: 1.75em;
}

.page-content-header-body {
    padding: 15px;
    line-height: 1.77em;
    font-weight: normal;
}

@media (max-width: 480px) {
    .page-content-header-body {
        padding: 10px;
        line-height: 1.75em;
        font-weight: normal;
    }
}

.form-container-title {
    padding-left: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #6F1BBC;
}

.form-cotainer-body {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    background-color: #fbfbfb;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
}

.form-cotainer-body-seperator {
    border-color: #f2f2f2;
}

.listpage-content-subtitle {
    color: #7c7c7c;
    margin: 0;
    padding-bottom: 5px;
    font-size: small;
    font-weight: normal;
}

.listpage-content-title {
    margin: 0;
    padding-bottom: 10px;
    line-height: 1.75em;
    font-weight: bold;
}

.listpage-content-info {
    color: #6F1BBC;
    margin: 0;
    padding: 0;
    font-weight: lighter;
    font-size: 12px;
}

h4, p{
    line-height: 1.75em;
}

iframe{
    border-style: none;
    border-width: 0;
}

.content-subtitle{
    margin: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: 300;
}

.img-gallery {
    border: 1px solid #e3dff1;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
    .img-gallery:hover {
        border-color: #ffffff;
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

.img-gallery-container {
    border-radius: 10px;
    background-color: #6F1BBC;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.page-content-header-info {
    padding: 15px;
    border-bottom: 1px solid #cccccc;
    font-size: small;
    font-weight: 300;
    color: #6F1BBC;
}

.page-content-box {
    border-radius: 10px;
    padding: 15px;
    background-color: #f9f9f9;
}

.page-content-box-light {
    padding: 15px;
    border-radius: 10px;
    background-color: #fefefe;
    color: #808080;
}

.list-content-row-px {
    padding: 15px;
    border-bottom: 1px solid #cccccc;
}

    .list-content-row-px:last-child {
        padding: 15px;
        border-bottom: 0px solid #cccccc;
    }

.spacer-row{
    padding-bottom: 15px;
}

.spacer-row:last-child{
    padding-bottom: 0;
}

.box-rounded {
    border-radius: 10px;
    padding: 15px;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #6F1BBC;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.home-box-container
{
    border-width: 0;
    border-radius: 10px;
    background-color: #ffffff;
    color: #6F1BBC;
}

.home-box-picture
{
    width: 100%;
    border-width: 0;
}

.home-box-picture-container
{
    text-align: right; 
    width: 40%; 
    padding: 5px;
    position: relative;
}

.home-box-body
{
    text-align: center; 
    vertical-align: middle; 
    padding: 15px;
    font-weight: bold;
}

.home-box-container:hover
{
    background-color: #6F1BBC;
    color: #ffffff;    
}

.home-box-container a
{
    color: #6F1BBC;
}

.home-box-container:hover a
{
    color: #6F1BBC;
}

.home-box-container .home-box-body:hover
{
}

.home-box-container .home-box-picture-container:hover
{
}

.home-box-container .home-box-picture:hover
{
}

@media (max-width: 768px) {
    .home-box-picture 
    {
        width: 80px;
        height: 80px;
    }
    .home-box-picture-container
    {
    width: 90px;
    }
    .home-box-body
    {
    font-size: medium;
    }
}

.inner-sub-header 
{
    background-color: #6F1BBC;
    color: #ebe5f1;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 15px;
}

.products-cat-row
{
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #cccccc;
    border-radius: 10px;
}

.products-cat-row-icon 
{
   width: 95px; 
   vertical-align: middle;
   font-size: 7rem;
   color: #6F1BBC;
}

.products-cat-row-iconlink
{
    text-decoration: none;
    color: #6F1BBC;
}

.products-cat-row-link
{
    text-decoration: none;
    color: #6F1BBC;
}

.products-cat-row:hover 
{
    border: 1px solid #6F1BBC;
}

.products-cat-row:hover .products-cat-row-icon
{
    color: #6F1BBC;
}

.products-cat-row:hover .products-cat-row-link
{
    color: #6F1BBC;
}

.products-cat-row:hover .products-cat-row-iconlink
{
    color: #6F1BBC;
}

.products-childs-row
{
    font-weight: bold;
}

.products-container
{
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
}

.products-gallery {
    border: 1px solid #cccccc;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
    .products-gallery:hover {
        border-color: #cccccc;
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

a.top-links{
	color: #373737;
	text-decoration:none;
}
a.top-links:hover{
	   color: #6F1BBC;
	   text-decoration:none;
}

@media (min-width: 769px) {
    .hl-container-padding
    {
        padding-bottom: 15px;    
    }
}

@media (max-width: 769px) {
    .hl-caption
    {
        font-size: 12px !important;
        font-weight: normal;
        padding-left: 0px !important;
        padding-right: 0px !important;
        text-align: center;
    }
}

.hl-container
{
    vertical-align: top;
	padding: 5px;
	background-color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.hl-container:hover 
{
}

.hl-image-container
{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.hl-image {
    width: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.hl-image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #ffffff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}

.hl-caption
{
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px 5px 5px;
    text-align: center;
}

.hl-caption-link
{
   text-decoration: none;
   color: #151918 !important;  
}

.hl-container:hover .hl-caption-link
{
    color: #000000 !important;
    text-decoration: none;
}

.home-section 
{
    width: 100%; padding-top: 60px; padding-bottom: 60px; 
    position: relative;
    display:block;
}

.home-section .overlay 
{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
}

.home-section-pic 
{
    max-width: 300px;    
}

.home-section-title 
{
    font-size: x-large;
    line-height: 37px;
    font-weight: bold;
}

.home-section-desc 
{
    font-size: large;
    line-height: 33px;
    font-weight: 300;
}

.home-section-list-container
{
    vertical-align: top;
    padding: 0px;
    background-color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.home-section-list-container:hover 
{
    background-color: #ffffff;
}

.home-section-list-image-container
{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	border-bottom: 5px solid #ffffff;
}

.home-section-list-image {
    width: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.home-section-list-image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #ffffff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(111, 27, 188, 0);
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.home-section-list-caption
{
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    padding: 10px 10px 10px 10px;
    height: 70px;
    font-weight: bold;
    overflow: hidden;
}

.home-section-list-caption-link
{
   text-decoration: none;
   color: #333333;  
}

.home-section-list-caption-date
{
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 0px 10px 5px 10px;
    color: #6F1BBC;
}

.home-section-list-container:hover .home-section-list-image-overlay
{
    background-color: rgba(111, 27, 188, 0.7);
}

.home-section-list-container:hover .home-section-list-image-container
{
    border-bottom-color: #ffc15e;
}

.home-section-list-container:hover .home-section-list-image
{
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.home-section-list-container:hover .home-section-list-caption-link
{
    color: #000000;
    text-decoration: none;
}

.home-section-list-container:hover .home-section-list-caption-date
{
    color: #6F1BBC;
}

.branch-container 
{
    background-color: #111111;
    -webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding: 10px;
}

a.bottom-tags
{
color: #797979;
text-decoration: none;    
}

a.bottom-tags:hover
{
color: #ffffff;
text-decoration: none;    
}

.progressBGFilter{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	overflow:hidden;
	padding:0;
	margin:0;
	background-color: rgba(0, 0, 0, 0.65);
	z-index:1000;
	text-align: center;
	width: 100%;
	height: 100%;
}
.progressContent
{
    position: fixed;
    left: 50%;
    top: 50%;
	z-index:1001;
	background-color:transparent;
	color:#ffffff;
	direction:rtl;
	text-align: center;
}

.order-box
{
    display: block;
    padding: 10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
    background-color: #eae3f0;    
}

.order-box-border
{
    border-bottom: 1px solid #191919;
}

.simple-box{
padding: 10px; 
border: 1px solid #DFDBD2;
background-color: #ffffff;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.spanbox-green{
	height:31px;
	line-height:25px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	background-color: #F0FFC1;
	color:#669900;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:10px;
	padding:3px;
}

.spanbox-blue{
	height:31px;
	line-height:25px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	background-color: #DDEEFF;
	color:#379BFF;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:10px;
	padding:3px;
}

.spanbox-red{
	height:31px;
	line-height:25px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	background-color: #FFF2F2;
	color:#FF0000;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:10px;
	padding:3px;
}

.page-content-border
{
    padding: 15px;
    border-bottom: 1px solid #cccccc;
}

.simple-box-gray{
padding: 10px; 
background-color: #F5F4F1;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.simple-box-green{
padding: 10px; 
background-color: #deefe3;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.simple-box-white
{
padding: 10px; 
background-color: #ffffff;
-webkit-border-radius: 10px;
border-radius: 10px;
}

#table-repeater {
    border-collapse: collapse;
    width: 100%;
}

#table-repeater td, #table-repeater th 
{
    border: 1px solid #DFDBD2;
    padding: 5px;
    font-family: 'Open Sans', sans-serif  !important;
	font-style: normal;
    font-weight: 400;
	font-size: 12px;
}

#table-repeater tr:nth-child(even){background-color: #FFFFFF;}

#table-repeater th {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    background-color: #8b6f60;
    color: white;
    font-family: 'Open Sans', sans-serif  !important;
	font-style: normal;
    font-weight: 400;
	font-size: 12px;
}

.custom-container{width:100%;padding-right:0px;padding-left:0px;margin-right:auto;margin-left:auto}@media (max-width:991px){.custom-container{padding-right:15px;padding-left:15px;}}@media (min-width:1200px){.custom-container{max-width:1170px}}

.home-section-product-container
{
    padding: 10px;
    background-color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.home-section-product-container:hover 
{
    background-color: #ffffff;
}

.home-section-product-image-container
{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.home-section-product-image {
    width: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.home-section-product-image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #ffffff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(111, 27, 188, 0);
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.home-section-product-caption
{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 10px;
    overflow: hidden;
}

.home-section-product-caption-link
{
   text-decoration: none;
   color: #333333;  
}

.home-section-product-caption-price
{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #6F1BBC;
}

.home-section-product-container:hover .home-section-product-image-overlay
{
    background-color: rgba(111, 27, 188, 0.7);
}

.home-section-product-container:hover .home-section-product-image-container
{
    border-bottom-color: #ffc15e;
}

.home-section-product-container:hover .home-section-product-image
{
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.home-section-product-container:hover .home-section-product-caption-link
{
    color: #000000;
    text-decoration: none;
}

.home-section-product-container:hover .home-section-product-caption-price
{
    color: #6F1BBC;
}

#loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  border-top-color: #6F1BBC;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}

.newsletter-textbox
{
    padding: 5px 10px 5px 10px;
    margin: 0;
    border: 1px solid #2b2b2b;
    background-color: #2b2b2b;
    color: #ffffff;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
}

.newsletter-textbox:focus 
{
    border: 1px solid #6F1BBC;
}

.products-items-container
{
    vertical-align: top;
    padding: 10px;
    background-color: #eae3f0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.products-items-container:hover 
{
    background-color: #dfd9e4;
}

.products-items-image-container
{
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.products-items-image {
    width: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.products-items-image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #ffffff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(111, 27, 188, 0);
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.products-items-caption
{
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    padding: 0px 10px 0px 10px;
}

.products-items-caption-link
{
   text-decoration: none;
   color: #333333;  
}

.products-items-caption-price
{
    font-size: 16px;
    font-weight: bold;
    color: #6F1BBC;
}

.products-items-container:hover .products-items-image-overlay
{
    background-color: rgba(111, 27, 188, 0.7);
}

.products-items-container:hover .products-items-image-container
{
}

.products-items-container:hover .products-items-image
{
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.products-items-container:hover .products-items-caption-link
{
    color: #000000;
    text-decoration: none;
}

.products-items-container:hover .products-items-caption-price
{
    color: #6F1BBC;
}

.box-simple-container 
{
    vertical-align: top;
    padding: 10px;
    background-color: #eae3f0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.box-simple-container:hover
{
    background-color: #dfd9e4;
}

.box-simple-title 
{
    background-color: #1d1d1d;
    background-image: linear-gradient(180deg, #1d1d1d 25%, #111111 100%);
    color: #ffffff;
    padding: 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.box-simple-body 
{
    padding: 10px 0px 0px 0px;
}

.dont-break-out {

  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;

  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.emojiStarRating {
    display: flex;
    direction: rtl !Important;
    float: left;
}

    .emojiStarRating input {
        display: none;
    }

        .emojiStarRating input[type=radio]:checked + label,
        .emojiStarRating input[type=radio]:checked + label ~ label {
            color: orange;
        }

    .emojiStarRating label:hover,
    .emojiStarRating label:hover ~ label {
        color: orange;
    }

    .emojiStarRating label {
        display: block;
        text-align: center;
        cursor: pointer;
        font-size: 2rem;
        -webkit-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        color: #bebebe;
        padding: 0 0.1em;
        margin-bottom: 0px;
    }
    
    .emojiStarRating-exist {
        display: flex;
        direction: rtl !Important;
        float: left;
    }

    .emojiStarRating-exist label {
        display: block;
        text-align: center;
        font-size: 2rem;
        -webkit-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        color: #bebebe;
        padding: 0 0.1em;
        margin-bottom: 0px;
    }
    
    .table-center 
    {
        float: right;
    }
    
    @media(max-width: 991px)  
    {
        .emojiStarRating {
            align-items: center;
            justify-content: center;
            float: none !important;
        }
        
        .emojiStarRating-exist {
            align-items: center;
            justify-content: center;
            float: none !important;
        }   

        .align-center 
        {
            text-align: center !important;
            display: flex;
            align-items: center;
        }
        
        .table-center 
        {
            float: none;
            margin: 0 auto;
        }
        
    }
/** قالب اصلی **/
