@charset "utf-8";

/* 
flatx freer template
Design By : Mahdi Obka
Coded By: Mahdi ObKa
Email : Obkacompany@gmail.com
Design Url : http://obka.ir
 */
 #index > div > div > div > div.panel-heading > div > div > a > span {
    color: #fff;
}
#index > div > div > div > div.panel-heading > div {
    float: left;
}
.panel-title {
 
    line-height: 1.5;
}
 a {
    text-decoration: none;
    color: #3ab54a;
}
 .carousel-caption h3 {
   
    color: #000;
}
 
 ul.sub_product_content li {
   
    z-index: 9999999999 !important;
   
   
}
#header > div.pardakhtmovafagh > div > table {
    margin-right: 50%;
}
.box {
    text-align: center;
}
#header > center {
    margin-top: 20px;
}
 
header#header {
    overflow-x: hidden !important;
}
#slider > div > div.item.active > div > button {
    padding: 9px;
    background: #eec128;
    border-color: #fbc405;
    border-radius: 3px;
}
 .icon-help:before {
    content: "\e998" !important;
}
  .icon-contactus:before {
    content: "\e942" !important;
}
 .icon-headphones:before {
    content: "\e922" !important;
}
 p.fotertext {
    padding-top: 37px;
    color: #fff;
}
@media screen and (min-width: 680px){
section.subproducts-content {
    width: 94.5%;
    height: auto;
    position: absolute;
    float: right;
    /* margin-right: 0px !important; */
    /* margin-bottom: 22px; */
}}
#accordion {
    margin-top: 69px;
    width: 98%;
    margin-right: 12px;
}
ul.link_us {
   
    margin-bottom: 15px;
}

@font-face {
    font-family: 'fonticon';
    src: url('flatx/fonts/fonticon/fonts/icomoon.eot?u6uinv');
    src: url('flatx/fonts/fonticon/fonts/icomoon.eot?#iefixu6uinv') format('embedded-opentype'),
    url('flatx/fonts/fonticon/fonts/icomoon.woff?u6uinv') format('woff'),
    url('flatx/fonts/fonticon/fonts/icomoon.ttf?u6uinv') format('truetype'),
    url('flatx/fonts/fonticon/fonts/icomoon.svg?u6uinv#icomoon') format('svg');
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
}

/*
IRAN Sans-serif fonts are considered a proprietary software. To gain 
information about the laws regarding the use of these fonts, please 
visit www.fontiran.com 
--------------------------------------------------------------------- 
This set of fonts are used in this project under the license: (UKC63) 
--------------------------------------------------------------------- 
*/
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSans/IRANSansWeb.eot');
    src: url('../fonts/IRANSans/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/IRANSans/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/IRANSans/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANSans/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: 'en';
    src: url('../fonts/en.eot');
    src: url('../fonts/en.eot?#iefix') format('embedded-opentype'),
    url('../fonts/en.woff') format('woff'),
    url('../fonts/en.ttf') format('truetype'),
    url('../fonts/en.svg#en') format('svg');
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
}

/******************* General *******************/
body, div, dl, dt, dd, ul, ol, li, h1, h2,
h3, h4, h5, h6, pre, code, form, fieldset,
legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}


address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
    outline: 0;
}

html, body, ol, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    font-family: "IRANSans", "en";
    font-size: 14px;
    color: #666;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input, textarea {
    outline: none;
}

a:hover {
    text-decoration: none;
    color: unset !important;
    background-color: unset !important;
}

/******************* Header *******************/
header {
    display: block;
}

.top_header {
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
}

.top_links, .top_callonline {
    overflow: hidden;
    padding: 11px 0;
}

.top_callonline span {
    float: left;
    margin-right: 40px;
}

.top_callonline i {
    vertical-align: middle;
    display: inline-block;
    color: #333;
    font-size: 15px;
    margin-right: 5px;
    position: relative;
    float: left;
}

#logo {
    font-size: 30px;
    line-height: 80px;
    animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
}

#logo h1 {
    display: inline-block;
}

#logo i {
    font-size: 42px;
    vertical-align: middle;
    color: #6c7a89;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.menu_header {
    background: none;
    border: 0;
    margin: 15px 0 0 0;
}

.menu_header ul li a {
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.menu_header ul li i {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

.menu_header ul li:hover > a {
    color: #3ab54a !important;
}

#slider {
    max-height: 400px;
}

.slider_top {
    background: #fff url('../img/liner.png') scroll repeat-x top;
    display: block;
    height: 50px;
    margin-bottom: 15px;
}

.carousel-inner > .item > img {
    max-height: 400px;
    width: 100%;
}

.carousel-caption h3 {
    font-size: 28px;
    line-height: 90px;
}

.carousel-control {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.carousel-control:focus, .carousel-control:hover {
    color: #3ab54a !important;
}

#how_buy {
    overflow: hidden;
    background-color: #3ab54a;
    padding: 60px 0;
    color: #fff;
    text-align: center;
    cursor: default;
}

#how_buy .col-sm-6, #how_buy .col-xs-6 {
    margin-bottom: 30px;
}

#how_buy i {
    display: block;
    font-size: 60px;
    width: auto;
    height: auto;
}

#how_buy h3 {
    font-size: 24px;
    margin: 20px 0 10px;
}

#how_buy p {
    line-height: 30px;
}

/******************* Footer *******************/
footer {
    margin-top: 20px;
    background-color: #303030;
}

ul.follow_us{
    padding: 20px 0;
    border-bottom: 1px solid #424242;
}

ul.follow_us li{
    display:inline-block;
    margin:0 10px;
}

ul.follow_us i{
    font-size:25px;
    color: #fff;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

ul.follow_us i:hover{
    color: #3ab54a;
}

.namads{
    text-align:center;
    margin-top: 20px;
}

.namads span{
    display: block;
    color: #fff;
    line-height: 50px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.namads:hover span{
    color: #3ab54a;
}

ul.link_us{
    margin-top: 15px;
}

ul.link_us li{
    margin-bottom: 3px;
}

ul.link_us li a{
    display: block;
    background-color: #3ab54a;
    color: #fff;
    line-height: 40px;
    padding : 0 10px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

ul.link_us li:hover a{
    background-color: #fff !important;
    color: #3ab54a !important;
}

.copyright{
    background-color: #282828;
    line-height: 60px;
    border-bottom: 1px solid #424242;
}

.copyright a{
    color: #3ab54a;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.copyright p{
    display: inline-block;
    color: #fff;
}

.copyright:hover a{
    color: #ff004f;
}

.copyright span{
    display: inline-block;
    margin-right:40px;
}
/******************* Index *******************/
#index {
    margin-top: 30px;
}

.product_title {
    color: #333;
    position: relative;
    padding-bottom: 15px;
    font-size: 22px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px;
}

.product_title:before {
    content: "";
    background: #3ab54a;
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100px;
    height: 1px;
}

.product_title h6:before {
    content: "1";
    display: inline-block;
    line-height: 35px;
    width: 35px;
    border-radius: 50%;
    color: #fff;
    background-color: #3ab54a;
    vertical-align: middle;
    text-align: center;
    margin-left: 10px;
    font-family: "en";
}

ul.cat li {
    position: relative;
    width: 100%;
    height: 300px;
}

ul.cat .col-lg-3, ul.cat .col-md-3, ul.cat .col-sm-4,
ul.cat .col-xs-12 {
    margin-bottom: 30px;
}

ul.cat li h2 {
    color: #fff;
    text-align: center;
    background-color: #3ab54a;
    line-height: 40px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

ul.cat li:hover h2 {
    color: #000;
}

ul.cat li img {
    width: 100%;
    height: 260px;
}

ul.cat li:hover {
    animation: pulse 2s;
    -moz-animation: pulse 2s;
    -webkit-animation: pulse 2s;
    -o-animation: pulse 2s;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.products_active {
    animation: pulse 2s;
    -moz-animation: pulse 2s;
    -webkit-animation: pulse 2s;
    -o-animation: pulse 2s;
    animation-iteration-count: infinite;
}

#sub_product h6:before {
    content: "1";
    display: inline-block;
    line-height: 35px;
    width: 35px;
    border-radius: 50%;
    color: #fff;
    background-color: #3ab54a;
    vertical-align: middle;
    text-align: center;
    margin-left: 10px;
    font-family: "en";
}

#peyment_product h6:before {
    content: "2";
    display: inline-block;
    line-height: 35px;
    width: 35px;
    border-radius: 50%;
    color: #fff;
    background-color: #3ab54a;
    vertical-align: middle;
    text-align: center;
    margin-left: 10px;
    font-family: "en";
}

ul.sub_product_content li {
    display: block;
    background-color: #fcfcfc;
    position: relative;
    margin-bottom: 5px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #3ab54a;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

ul.sub_product_content li:hover {
    background-color: #3ab54a;
    color: #fff;
}

.thumbnail, .thumbnail img {
    width: 50px;
    height: 62px;
    display: inline-block;
}

.thumbnail {
    padding: unset;
    border: unset;
    margin-bottom: unset;
}

.title {
    display: inline-block;
    margin-right: 10px;
}

.available, .unavailable {
    display: inline-block;
}

.gheymat, .namojood {
    color: #3ab54a;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

ul.sub_product_content li:hover .gheymat,
ul.sub_product_content li:hover .namojood {
    color: #fff;
}

.gheymat:before, .namojood:before {
    content: "-";
    color: #c4c4c4;
}

.gheymat:after, .namojood:after {
    content: "-";
    color: #c4c4c4;
    margin-right: 5px;
}

.empty {
    cursor: not-allowed !important;
    opacity: 0.4;
}

#sub_product .input-group-addon {
    background-color: #3ab54a;
    border: unset;
    color: #fff;
}

#sub_product input[type="text"] {
    height: 40px;
    border: unset;
    box-shadow: unset;
    border-bottom: 1px solid #3ab54a;
}

#sub_product select {
    height: 40px;
}

.amount {
    line-height: 40px;
    text-align: center;
    margin-bottom: 5px;
    background-color: #c4ffc1;
}

.danger {
    line-height: 40px;
    cursor: default;
    border: 1px solid #3ab54a;
    border-radius: 3px;
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #fcfcfc;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2 ease-in;
}

.danger i {
    color: #3ab54a;
    display: inline-block;
    margin: 0 5px;
    font-size: 24px;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.buy {
    border: unset;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #ffa8a7;
    font-family: IRANSans;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.buy:hover {
    background-color: #ff6165;
}

.danger:hover {
    background-color: #3ab54a;
    color: #fff;
}

.danger:hover i {
    color: #fff;
}

.error {
    background-color: #444;
    color: #fff;
}

#messages_body {
    margin-top: 40px;
}

#messages_body h3 {
    background-color: #ff7272;
    line-height: 40px;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 24px;
}

#messages_body h2 {
    margin-top: 10px;
    background-color: #54caf2;
    line-height: 20px;
    text-align: center;
    padding: 10px;
    color: #fff !important;
    font-family: IRANSans !important;
}

#messages_body p {
    margin-top: 10px;
    display: block;
    border: 1px solid #ddd;
    padding: 10px;

}

#messages_body .button {
    display: block;
    text-align: center;
    background-color: #444;
    color: #fff;
    line-height: 40px;
    width: 40%;
    margin: 10px auto;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#messages_body .button:hover {
    background-color: #ddd;
    color: #444;
}



#accordion .panel-default > .panel-heading {
    color: #fff;
    background-color: #858585;
    border-color: #ddd;
}

.panel-body {
    text-align: justify;
    line-height: 25px;
}

.about_us {
    margin-top: 20px;
}

.about_us .panel-default > .panel-heading {
    color: #fff;
    background-color: #3ab54a;
    border-color: #ddd;
}

/******************* Callback *******************/
#callback_body {
    margin-top: 40px;
}

#callback_body h3 {
    background-color: #a5df49;
    line-height: 40px;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 24px;
}

#callback_body h2 {
    margin-top: 10px;
    background-color: #54caf2;
    line-height: 20px;
    text-align: center;
    padding: 10px;
    color: #fff !important;
    font-family: IRANSans !important;
}

#callback_body p {
    margin-top: 10px;
    display: block;
    border: 1px solid #ddd;
    padding: 10px;

}

#callback_body table {
    margin-top: 10px;
    width: 100%;
}

#callback_body table tr, #callback_body table th {
    text-align: center !important;
}

#callback_body table th {
    display: block;
    background-color: #f9dc00 !important;
    line-height: 40px;
    padding: 0 10px !important;
    font-weight: bold !important;
}

#callback_body table td {
    display: block;
    background-color: #d7d7d7 !important;
    line-height: 40px;
    padding: 0 10px !important;
}

ul.shenaseh {
    margin-top: 10px;
    display: block;
    border: 1px solid #ddd;
    padding: 10px;
}

ul.shenaseh li {
    display: block;
}

ul.shenaseh li span {
    background-color: #f06363;
    padding: 0 10px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}
@media screen and (min-width: 680px){
 .col-lg-4.col-md-4.col-sm-6.col-xs-6 {
    width: 24% !important;
}
.col-lg-8.col-md-8.col-sm-6.col-xs-6 {
    width: 76% !important;
}}
#index > div.row > div:nth-child(2) > div > div > div.panel-body > ul {
    list-style: circle !important;
    margin-right: 35px;
}