h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

@font-face {
  font-family: 'BYekan';
  src: url('https://www.nilimarket.com/asset/fonts/web_Yekan.eot'); /* IE9 Compat Modes */
  src: url('https://www.nilimarket.com/asset/fonts/web_Yekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://nilimarket.com/asset/fonts/web_Yekan.woff') format('woff'), /* Modern Browsers */
       url('https://www.nilimarket.com/asset/fonts/web_Yekan.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('https://www.nilimarket.com/asset/fonts/web_Yekan.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'icomoon';
  src:  url('https://www.nilimarket.com/asset/fonts/icomoon.eot?5it9q8');
  src:  url('https://www.nilimarket.com/asset/fonts/icomoon.eot?5it9q8#iefix') format('embedded-opentype'),
    url('https://www.nilimarket.com/asset/fonts/icomoon.ttf?5it9q8') format('truetype'),
    url('https://www.nilimarket.com/asset/fonts/icomoon.woff?5it9q8') format('woff'),
    url('https://www.nilimarket.com/asset/fonts/icomoon.svg?5it9q8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram2:before {
  content: "\e600";
}
.icon-facebook22:before {
  content: "\ea8e";
}
.icon-twitter:before {
  content: "\ea91";
}
.icon-search:before {
  content: "\e625";
}
.icon-mail:before {
  content: "\e900";
}
.icon-pin:before {
  content: "\e901";
}
.icon-paperplane:before {
  content: "\e61d";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-paper-plane:before {
  content: "\f1d8";
}
.icon-paper-plane-o:before {
  content: "\f1d9";
}
.icon-shopping-cart3:before {
  content: "\e610";
}
.icon-phone:before {
  content: "\e902";
}
.icon-paperplane2:before {
  content: "\e903";
}
.icon-user:before {
  content: "\e904";
}
.icon-users:before {
  content: "\e905";
}
.icon-user-add:before {
  content: "\e906";
}
.icon-vcard:before {
  content: "\e909";
}
.icon-export:before {
  content: "\e90a";
}
.icon-chat:before {
  content: "\e90b";
}
.icon-camera:before {
  content: "\e90c";
}
.icon-database:before {
  content: "\e90d";
}
.icon-cart:before {
  content: "\e907";
}
.icon-login:before {
  content: "\e908";
}
.icon-text:before {
  content: "\e90e";
}
.icon-archive:before {
  content: "\e90f";
}
.icon-instagram:before {
  content: "\e601";
}
.icon-dropbox:before {
  content: "\e910";
}

body {
    font-family: "BYekan";
    overflow-x: hidden;
}
.padding-clear {
    padding: 0px;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

#count {
    color: #fff;
    display: table;
    float: none;
    font-size: 10px;
    height: 35px;
    margin: 0;
    padding: 18px 0 0;
    text-align: center;
    width: 35px;
}
h1 {
    color: #F00;
    font-size: 14px;
}
.red {
    background: red;
}
p {
    font-size: 12px;
    line-height: 28px;
}
/* header */

.header {
   /* height: 84px;*/
    margin-top: 20px;
}
.logo img {
    width: 260px;
    height: auto;
    margin-top: 4px;
}
.search {
    margin: 29px 0 0px 0px;
height:35px;
}
.search form {
    position: absolute;
    width: 80%;
}
.search input[type="text"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: 1px solid #bfbfbf;
    font-size: 12px;
    padding: 4px;
    text-align: right;
    width: 100%;
}
.search input[type="submit"] {
    background: none;
    border: medium none;
    height: 20px;
    left: 120px;
    top: 0;
    width: 20px;
}
.search span {
    left: 0;
    position: absolute;
    top: 1px;
    color: #bfbfbf;
}
.search span::after {
    content: "\e625";
    font-family: "icomoon";
    font-size: 16px;
    pointer-events: none;
    position: absolute;
    right: -4px;
    top: 4px;
    color: #bfbfbf;
}
.basket_top {
    margin-top: 21px;
height:35px;
}
.basket {
    position: absolute;
    top: 16px;
    right: 165px;
    height: 20px;
    padding-bottom: 30px;
/*    width: 50%;*/
}
.menu-panel {
    background: #fff;;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 2;
    display: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(194,194,194,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(194,194,194,1);
    box-shadow: 0px 0px 5px 0px rgba(194,194,194,1);
}
.menu-panel li {
    padding: 5px 0px;
    display: table;
}
.menu-panel li a {
    font-size: 11px;
}
.basket:hover .menu-panel {
    display: table;
}
.basket span {
    float: left;
    font-size: 15px;
    margin: 0 14px 0 0;
    color: #e70835;
}
.basket a {
    color: #000;
    float: left;
    font-size: 10px;
    margin: 0 4px 0 0;
    padding: 0 0 0 7px;
    transition: 0.6s;
}
.basket a:hover {
    color: #e70835;
    transition: 0.6s;
}
.basket_box {
    display: table;
    position: absolute;
    right: 50px;
}
.basket_box .icon {
    width: 35px;
    height: 35px;
    background: url('../images/basket.svg');
    float: right;
    color: #fff;
}
.basket_box a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e70835 -moz-use-text-color #e70835 #e70835;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    color: #000;
    font-size: 9px;
    height: 23px;
    margin-top: 12px;
    padding: 3px 0;
    position: absolute;
    text-align: center;
    transition: all 0.6s ease 0s;
    width: 64px;
}
.basket_box a:hover {
    color: #e70835;
    transition: 0.6s;
}
.menu-border {
   border-top: 1px solid #000;
   border-bottom: 1px solid #000;
   height: 35px;
   background: #000;
}
.menu {
    position: relative;
    width: 100%;
    text-align: center;
}
.menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.menu ul li {
    display: inline-block;
    height: 34px;
    padding: 3px 10px;
    text-align: center;
}
.menu ul li a{
    color: #fff;
    font-size: 13px;
    padding: 4px 10px 11px;
    transition: all 0.6s ease 0s;
}
.menu ul li:hover > a {
    color: #fff;
    background: #e70835;
}
.menu ul li a:hover {
    color: #fff;
    background: #e70835;
    transition: 0.6s;
}
.menu ul li:hover > #mega {
  display: block;
}

#mega {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 30px;
  background: #fff;
  display: none;
  z-index: 1000;
  border-bottom: 1px solid #e9e9e9;
}
.menu ul ul {
  clear: both;
  float: right;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.menu ul ul:hover {
  background: #e9e4c9;
}
.menu ul ul li {
  float: right;
}

.menu ul ul li a {
    color: #000;
    display: block;
    float: right;
    font-size: 11px;
    height: auto;
    line-height: 1.3em;
    padding: 6px 10px;
    text-align: right;
    text-decoration: none;
    width: 100%;
}

.menu ul ul li:first-child a {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 11px;
    padding: 6px 10px;
    text-align: right;
    width: 150px;
}

.menu ul ul li a:hover {
  color: #000;
  background: #888;
}

.menu ul ul li:first-child a:hover {
  color: #fff;
}
/* end header */
/* main */
.top-title {
    background: #a3a3a3;
    margin: 0 0 3px;
    padding: 6px 4px;
    text-align: center;
    transition: 0.6s;
}
.slider {
    overflow: hidden;
}
.top-title:hover {
    background: #c5b358 none repeat scroll 0 0;
    color: #fff;
    transition: 0.6s;
}
.top-title a {
    color: #000;
    font-size: 11px;
}

.bx-wrapper .bx-viewport{ direction: ltr; }


.main-page {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/9-kane-aguero.jpg");
    background-origin: padding-box;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 1000px;
    max-width: 1750px;
    height: 100%;
    margin: 4px auto;
}
.payam span {
    font-size: 12px;
}
.image-list {
    position: relative;
    overflow: hidden;
}
.image-list:hover .bx-prev {
    left: 0px;
    transition: 0.6s;
}
.image-list:hover .bx-next {
    right: 0px;
    transition: 0.6s;
}
.main-width {
    width: 1000px;
}
.box-ads-list figure {
    padding: 5px;
    overflow: hidden;
}
.box-ads-list figure:nth-child(odd){
    padding-right: 0px;
}
.box-ads-list figure:nth-child(even){
    padding-left: 0px;
}
.ads-box {
    height: 235px;
    position: relative;
    padding: 0px;
}
.ads-box-title {
    position: absolute;
    bottom: 0px;
    height: 75px;
    background: #000;
    width: 100%;
    text-align: center; 
    transition: 0.6s;
}
.ads-box:hover .ads-box-title {
    bottom: 20px;
    transition: 0.6s;
    background: none;
}
.ads-box-title h1 {
    font-size: 14px;
    color: #fff;
    padding: 9px 0px;
}
.ads-box-title a {
    font-size: 11px;
    color: #e70835;
    padding: 6px 0px;
}
.ads-box-text {
    opacity: 0;
    background: #000;
    position: absolute;
    height: 235px;
    width: 100%;
    transition: 0.6s;
}

.ads-box-text h2 {
    border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
    color: #fff;
    font-size: 11px;
    margin: 15% 0;
    padding: 10px;
    text-align: center;
}
.ads-box:hover .ads-box-text {
    opacity: 1;
    transition: 0.6s;
}
.item-brand {
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #fff;
}
.item-brand img {
    padding: 4px;
    margin: auto;
}

.brand-title {
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 2px 0px;
    font-size: 9px;
    text-align: center;
    transition: 0.6s;
    padding: 3px 0;
    background: #fff;
}
.brand-title:hover {
    background: #e70835;
    color: #fff;
    transition: 0.6s;
}
.brand-title a{
    color: #000;
}
.brand-title a:hover{
    color: #fff;
}
.brandlist figure{
    padding: 4px;
}
.brandlist figure:first-child{
/*    padding-right: 0px;*/
}
.brandlist figure:last-child{
/*    padding-left: 0px;*/
}
/* end main */
/* product show */
.product-list {
    min-height: 200px;
}
.product-list figure {
    padding: 5px;
    display: table;
    width: 20%;
}
.product-list figure:first-child {
/*    padding-right: 0px;*/
}
.product-list figure:last-child {
/*    padding-left: 0px;*/
}
.product-list figure .offer {
    background: #FF0033 none repeat scroll 0 0;
    color: #fff;
    font-size: 10px;
    padding: 7px 4px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 0;
}
.product-list figure .special {
    background: #ff5100 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    left: 5px;
    padding: 7px 6px;
    position: absolute;
    text-align: center;
    top: 5px;
    display: none;
}
.item-product-show {
    border: 1px solid #bfbfbf;
    height: 284px;
    position: relative;
    padding: 0px;
    transition: 0.6s;
}
.item-product-show:hover {
    border: 1px solid #008e1e;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
    box-shadow: 0px 0px 5px 0px rgba(179,179,179,1);
    transition: 0.6s;
}
.item-product-show:hover .product-info-title h1 a {
    color: #F00;
}
.panel-welcome {
    background: #5f9f40 none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
}
#error {
    background:#008e1e;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
}
.now-price {
    background: #008e1e;
    padding: 20px;
    font-size: 20px;
    color: #fff;
}
.item-product-show img {
    padding: 20px;
    margin: auto;
}
.product-hover {
    opacity: 0;
    background: #000;
    position: absolute;
    height: 270px;
    width: 100%;
    transition: 0.6s;
    z-index: 9;
    padding: 10px;
}
.product-hover p {
    border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
    color: #fff;
    font-size: 11px;
    margin: 15% 0;
    padding: 10px;
    text-align: center;
}
.item-product-show:hover .product-hover {
    opacity: 1;
}
.product-info-title {
    position: absolute;
    z-index: 8;
    padding: 10px;
    width: 100%;
}
.product-info-title h1 a {
    font-size: 10px;
    color: #3399FF;
}
.product-info-title h1 {
    display: table;
    font-size: 14px;
    height: 63px;
    text-align: center;
    width: 100%;
}
.product-info-title  h2 {
    font-size: 14px;
    color: #000000;
    display: table;
    float: left;
}
.product-button {
    position: absolute;
    z-index: 10;
    padding: 10px;
    bottom: 0px;
    width: 100%;
}
.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 14px;
    color: #000000;
}
/* end product show */
/* footer */
.footer {
    background: #000;
    margin-top: 20px;
    padding: 10px;
}
.footer ul {
    color: #FC0;
    font-size: 14px;
    margin: 10px 0 0;
}
.footer ul a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.footer ul li {
    padding: 4px;
    width: 100%;
}

.footer ul ul li a {
    color: #fff;
    font-size: 11px;
    text-decoration: none;
}
.footer ul li a:hover {
    color: #ff5100;
}
.footer ul li ul li:before {
    content: ".";
    padding: 0px 0px 0px 10px;
    color: #fff;
}
.support {
    border-left: 1px solid #363636;
    height: 180px;
    padding: 30px 0px;
    display: table;
    
}
.support span {
    background: #29aae2;
    border-radius: 50%;
    color: #fff;
    display: table;
    font-size: 50px;
    height: 100px;
    padding: 22px 0 0;
    text-align: center;
    width: 100px;
    transition: 0.6s;
}
.support span:hover {
    background: #fff;
    color: #29aae2;
    transition: 0.6s;
}
.support h1 {
    font-size: 18px;
    color: #29aae2;

}
.support p {
    color: #fff;
    line-height: 25px;
    font-size: 11px;
}
.static-menu {
    position: fixed;
    bottom: 0px;
    right: 0px;
    background: #000;
    width: 100%;
    display: table;
    border-top: 1px solid #363636;
    z-index: 100;
    height: 35px;
}
.static-menu ul li {
    float: right;  
}
.static-menu ul li a {
    font-size: 11px;
    border-right: 1px solid #363636;
    color: #fff;
    display: block;
    padding: 8px 12px;
    background: #000;
    transition: 0.6s;
}
.static-menu ul li a:hover {
    color: #000;
    background: #fff;
    transition: 0.6s;
}
.static-menu ul li:last-child a {
    border-left: 1px solid #363636;
}
.social a span {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    font-size: 12px;
    margin: 4px 1px;
    padding: 7px;
    float: left;
    transition: 0.6s;
}
.social a span:hover {
    background: #c90c0c;
    color: #fff;
    transition: 0.6s;
}
/* end footer */
/* menu statis */



/* end menu statis */

.show_login {
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    display: none;
    background: rgba(0,0,0,0.9);
}
.box_login {
    background: #fff;    
    bottom: 0;
    height: 200px;
    left: 0;
    margin: auto;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 475px;
    z-index: 1003;
    text-align: right;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(166,166,166,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(166,166,166,1);
    box-shadow: 0px 2px 5px 0px rgba(166,166,166,1);
    direction: rtl;
    
}
.box_login a {
    color: #fff;
    font-size: 14px;
}
.button_card {
    margin: 10px;
    display: block;
}

.show_basket {
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    display: none;
    background: rgba(0,0,0,0.9);
}
.show_info {
    font-size: 16px;
    line-height: 30px;
}
.box_info {
    background: #fff;    
    bottom: 0;
    height: 200px;
    left: 0;
    margin: auto;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 475px;
    z-index: 1003;
    text-align: right;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(166,166,166,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(166,166,166,1);
    box-shadow: 0px 2px 5px 0px rgba(166,166,166,1);
    direction: rtl;
    
}
.box_info p {
    font-size: 14px;
    margin: 50px 0;
    text-align: center;
}
.box_info a {
    color: #fff;
    font-size: 14px;
}
.close-card-item a {
    background: red none repeat scroll 0 0;
    color: #fff;
    font-family: arial;
    padding: 2px 5px;
    cursor: pointer;
}
.add-basket {
    background: #339966;
    border: 0 none;
    color: #fff;
    font: 10px/10px "BYekan";
    margin: 2px auto;
    padding: 8px;
    transition: all 0.8s ease 0s;
    cursor: pointer;
}
.add-basket:hover {
    color: #fff;
    background: #f59c3b;
    transition: all 0.8s ease 0s;
}
hr { 
    border: 0; 
    height: 0; 
    border-top: 1px solid rgba(0, 0, 0, 0.2); 
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); 
}

ul {
    list-style: none;
}
.parsley-required {
    background: #a20469 none repeat scroll 0 0;
    color: #fff;
    font-size: 11px;
    padding: 4px 5px;
}
.parsley-maxlength {
    color: #a20469;
    font-size: 11px;
}
.parsley-type {
    color: #a20469;
    font-size: 11px;
}
.parsley-length {
    color: #f59c3b;
    font-size: 11px;
}

#login_form {
    background: rgba(231,8,53,0.90);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: none;
    top: 0px;
}
#login_form .show_msg {
    color: #fff;
    font-size: 13px;
}
#login_form .close_form img {
    position: absolute;
    top: 60px;
    right: 20px;
    color: #fff;
    z-index: 101;
    width: 60px;
    height: auto;
    cursor: pointer;
}
#login_form .form {
    width: 25%;
    height: 35%;
    padding: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#login_form input[type=text], #login_form input[type=password] {
    border: 0px;
    padding: 2px;
    height: 50px;
    margin: 5px;
    font-size: 13px;
    width: 100%;
    padding: 0px 10px;
    direction: ltr;
}
#login_form input[type=submit] {
    width: 100%;
    border: 0px;
    padding: 2px;
    height: 50px;
    margin: 5px;
    font-size: 15px;
    color: #fff;
    background: #000;
}
#login_form input[type=submit]:hover {
    color: #000;
    background: #fff;
}
.login_field .parsley-required {
    color: #fff;
}
#login_form a {
    color: #fff;
    cursor: pointer;
    display: table;
    font-size: 11px;
    margin: 20px 0;
    text-align: center;
    width: 100%;
}
#login_form a:hover {
    color: #000;
}
.forgotpassword {
    display: none;
}
.table a {
    background: #a20469 none repeat scroll 0 0;
    color: #fff;
    display: table-cell;
    font-size: 13px;
    padding: 20px;
    transition: 0.6s;
}
.table a:hover {
    background: #f59c3b;
    transition: 0.6s;
}
.table span {
    color: #fff;
    display: block;
    float: right;
    font-size: 33px;
    padding: 20px 10px;
    width: 100%;
}
.table td{
    padding:10px;
    font-size: 12px;
    text-align: center;
}
.table-order a {
    color: #000;
/*    display: table-cell;*/
    font-size: 11px;
    transition: 0.6s;
}
.table-order td{
    padding:10px;
    font-size: 13px;
}
.table-style {
    width:100%;
    border-spacing: 1px;
    font-size:14px;
}
.table-style a {
    font-size: 11px;
    color: #000;
}
/*table tr:nth-child(-1n+1){ background:#2e5dc7; height:20px; font-weight:bold; text-align:center; color:#FFFFFF;}*/
.table-style td{
    border:1px solid #e9e9e9; 
    padding:10px;  
}
.table-style th{
    background:#a20469;
    padding: 10px 3px;
    color: #fff;
    font-weight: bold;
}
.table-style tr:nth-child(even){
    background:#fff; 
}
.table-style tr:nth-child(odd){
    background:#ffe1f4; 
    color: #000;
    font-size: 11px;
}
.table-style tr:hover{
    background: #e4e4e4;
}
.icon span {
    color: #a20469;
}
.status1 {
    background:#5bc0de;
    color:#fff;
    padding:2px 10px;
    font-size:11px;
    text-align: center;
    display: block;
}
.status2 {
    background:#5cb85c;
    color:#fff;
    padding:2px 10px;
    font-size:11px;
    text-align: center;
    display: block;
}
.status3 {
    background: #d9534f;
    color: #fff;
    font-size: 11px;
    padding: 2px 10px;
    text-align: center;
    display: block;
}
.status4 {
    background:#f0ad4e;
    color:#fff;
    padding:2px 10px;
    font-size:11px;
    text-align: center;
    display: block;
}
.status5 {
    background:#494e73;
    color:#fff;
    padding:2px 10px;
    font-size:11px;
    text-align: center;
    display: block;
}
.status6 {
    background:#917a59;
    color:#fff;
    padding:2px 10px;
    font-size:11px;
    text-align: center;
    display: block;
}
.status7 {
    background:#c900b8;
    color:#fff;
    padding:2px 10px;
    font-size:11px;
    text-align: center;
    display: block;
}
.status8 {
    background:#000;
    color:#fff;
    padding:2px 10px;
    font-size:11px;
    text-align: center;
    display: block;
}
.confirm {
    font-size: 11px;
}
.confirm h1 {
    font-size: 14px;
}

.item-order-address {
    font-size: 12px;
    margin: 15px;
}

#basket {
    font-size: 12px;
    margin: 20px auto;
    width: 90%;
}
#basket tr:hover {
    background: #e9e9e9;
}
/* navigation order */
.navigation_basket {
    padding: 10px 0 15px;
}
.navigation_basket ul {
    list-style: none;
}
.navigation_basket ul li {
    float: right;
    padding: 0px 10px;
}
.navigation_basket ul li:before {
    content: "  ";
}
.navigation_basket ul li a{
    color: #c90c0c;
    float: right;
    padding: 7px 0;
    font-size: 11px
}
.navigation_basket div {
    font-size: 11px;
    padding: 4px 0px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #ccc;
    float: right;
    color: #ccc;
    text-align: center;
    margin: 0px 0px 0px 10px;
}
.avctive_t {
    background: #c90c0c;
    border: 1px solid #000;

}
.news-list h1 a{
    font-size: 14px;
    color: #c90c0c;
    
}
.news-list h1 a:hover{
    color: #ffae00;
}
option {
    font-size: 11px;
    padding: 4px 10px;
}
td {
    font-size: 12px;
    padding: 16px;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
    margin-top: 10px;
}
.file-error {
    color: #f59c3b;
}
.gotobank {
    background:#008e1e;
    color: #fff;
    display: table;
    font-size: 11px;
    margin: 20px 0;
    padding: 10px;
}
.error-buy {
    background:#c90c0c;
    color: #fff;
    display: table;
    font-size: 11px;
    margin: 20px 0;
    padding: 10px;
}
#openlogin {
    cursor: pointer;
}

nav {
    display: none;
}
.navbar-default {
    border: 0px;
    background: #fff;
}
.navbar-toggle {
    border-radius: 0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
    background-image: none;
    box-shadow: none;
}
.navbar-header img {
    height: 48px;
    width: auto;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 11px;
}
.navbar-nav > li > a {
    font-size: 12px;
}
.navbar-default {
    box-shadow: none;
}
.main-text {
    min-height: 750px;
    padding: 20px 4px;
}
.main-text h1 {
    font-size: 20px;
    color: #c90c0c;
}
.navigation {
    background: #191919;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    text-align: right;
    border-top: 1px solid #363636;
}
.navigation a {
    color: #c90c0c;
    padding: 0px 0px 0px 10px;
}
.navigation a:after {
    content: " / ";
}
.navigation a:hover {
    color: #fff;
}
/* product */
.product-detail {
    min-height: 400px;
    padding-right: 5px;
}
.product-detail h1 {
    font-size: 24px;
    color: #3399FF;
    padding: 10px 0px;
}
.product-detail p {
    font-size: 12px;
    color: #363636;
    line-height: 28px;
    margin: 10px 0px;
    text-align: justify;
}
.list_filter {

}
.list_filter h2 {
    font-size: 13px;
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 0;
}
#thisform input[type="radio"] {
    display: none;
}
.optionproduct {
    background: #eeeeee;
    padding: 15px;
/*    border-radius: 10px;*/
margin: 10px 0px;
font-size: 12px;
}
#thisform label {
/*    border: 1px solid #ddd;*/
/*    color: #000;*/
    display: inline-block;
    font-size: 13px;
/*    height: 30px;
    margin: 6px 2px;
    padding: 4px 2px;
    text-align: center;
    width: 30px;
    background: #ededed;*/
}
#thisform input[type="radio"]:checked + label {
    border: 1px solid #000;
    color: #ccc;
    background: #fff;
}
#price {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.image_product_detail {
    float: left;
    height: 386px;
    width: 486px;
    direction: ltr;
}
.newserror {
    display: none;
    color: #F00;
    font-size: 11px;
    margin: 10px;
}
.newssuccess {
    display: none;
    color: #008e1e;
    font-size: 11px;
    margin: 10px;
}
label {
    font-size: 12px;
}
input[type=radio]
{
    margin: 0px 0px 0px 10px;
}
/* tab */
.tabs {
    margin: 30px 0px 10px;
}
#tabs-container ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.tabs-menu {
    height: 30px;
    float: right;
    clear: both;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: right;
    margin-right: 0px;
    background-color: #000;
    border-top: 1px solid #fff;
    border-right: 0px solid #fff;
    border-left: 1px solid #fff;
}

.tabs-menu li.current {
    position: relative;
    background-color: #6f6f6f;
    z-index: 5;
    color: #fff;
}


.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; 
    font-size: 13px;
}

.tabs-menu .current a {
    color: #fff;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.tab-content {
    display: none;
    font-size: 13px;
    line-height: 28px;
    padding: 20px;
    width: 100%;
}
#tab-1 {
   display: block;   
}
.tabs table {
    font-size: 17px;
    clear: both;
    margin:10px 0px;
    width: 100%;
}
.tabs table td:nth-child(1) {
    background: #eeeeee;
    text-align: center;
    color: #000;
    width: 20%;
}
.tabs table tr {
    background: #fff;
    margin: 2px;
}
.tabs table tr:hover {
    background: #bfbfbf;
    color: #fff;
    transition: 0.6s;
    
}
.tabs table td {
    border: 1px solid #bfbfbf;
    padding: 5px 30px;
    color: #000;
}
/* end tab */
.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    box-shadow: none;
}
.btn {
    border-radius: 0px;
}
.strikethrough {
  text-decoration: line-through;
  color: #FF0033;
}
.article_item {
    display: table;
    height: 100px;
    margin: 10px 0;
    width: 100%;
}
.article_item img {
    width: 170px;
    height: 100px;
}
.article_item a h1 {
    font-size: 14px;
    color: #F00;
}
.article_item p {
    font-size: 12px;
    color: #6f6f6f;
    line-height: 28px;
    text-align: justify;
}
.text {
    padding: 20px;
}
.copyright {
    font-size: 10px;
    color: #fff;
    border-top: 1px solid #363636;
    padding-top: 10px;
    margin-bottom: 30px;
display:table;
}
.copyright a {
    color: #fff;
    font-size: 10px;
}
.copyright a:hover {
    color: #008e1e;
}
.navbar-brand {
    float: left;
    font-size: 11px;
    color: #008e1e;
}
#enamad {
    position: fixed;
    bottom: 40px;
    left: 5px;
}
#enamad img {
    background: #fff;
    padding: 5px;
    border-radius: 3px;
}
#enamadfooter {
    display: none;
}
#enamadfooter img {
    background: #fff;
    padding: 5px;
    border-radius: 3px;
}
.telegram-footer {
    background: #29aae2;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 28px;
    margin-left: 6px;
    margin-top: 2px;
    padding: 3px 10px 0;
    width: 220px;
}
.telegram-footer a {
    color: #fff;
}
.telegram-footer a span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-size: 18px;
    margin: 0;
    padding-left: 10px;
    padding-top: 2px;
}
.telegram-footer a span:hover {
    background: none;
}
.soroush-footer {
    background: #009900;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 28px;
    margin-left: 6px;
    margin-top: 2px;
    padding: 3px 10px 0;
    width: 220px;
}
.soroush-footer a {
    color: #fff;
}
.soroush-footer a span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-size: 18px;
    margin: 0;
    padding-left: 10px;
    padding-top: 2px;
}
.soroush-footer a span:hover {
    background: none;
}
.not-available {
    background: red;
    border: 0px;
    float: right;
    font-size: 11px;
    height: 26px;
    margin-top: 2px;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    
     nav {
        display: block;
    }
    .main-width {
        width: auto;
    }
    .product-list figure {
    width: 50%;
    }
    .box-ads-list figure {
        padding: 10px 0px;
    }
    .product-list figure {
        padding: 7px;
    }
    .product-list figure:first-child {
        padding-right: 10px;
    }
    .item-product-show img {
        padding: 0px;
    }
    .support {
        border-left: 0px;
    }
    .more-info {
/*        display: none;*/
    }
    .top-title {
        display: none;
    }
    .menu {
        display: none;
    }
    .header {
        
        margin-top: 0px;
padding-bottom: 10px;
    }
    .search {
    margin: 10px 0 0;
}
.basket_top {
    margin-top: 0px;
}
.navbar-default {
    margin: 0px;
}
.basket_box {
    right: 16px;
}
.basket {
    right: 150px;
}
.search form {
    width: 90%;
}
#enamad {
    display: none;
}
#enamadfooter {
    display: block;
}
}

@media only screen and (max-width: 1025px) {
    .basket_top {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .main-width {
    width: auto;
}
.footer {
    margin-bottom: 30px;
}
#enamad {
    display: none;
}
#enamadfooter {
    display: block;
}
}