@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
@font-face {
    font-family: 'yekan';
    src: url('./../fonts/Yekan-modified.eot');
    src: url('./../fonts/fonts/Yekan-modified.eot#iefix') format('embedded-opentype'),
    url('./../fonts/Yekan-modified.woff') format('woff'),
    url('./../fonts/Yekan-modified.ttf') format('truetype'),
    url('./../fonts/Yekan-modified.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;
}
:root {
    --bg-color: #f8f9fa;
    --bg-sub-color: #f4f4f4;
    --text-color: #333;
    --menu-text-color: #222;
    --menu-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
    --menu-shadow-hover: 0px 12px 20px rgba(0, 0, 0, 0.3);
    --btn-bg: #007BFF;
    --btn-text: white;
    --btn-hover: #0056b3;
    --btn-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    --btn-shadow-hover: 0px 8px 15px rgba(0, 0, 0, 0.3);
    --table-bg: #f4f4f4;
    --table-title: #333;
    --table-row-one-bg: #fff;
    --table-row-two-bg: #f9f9f9;

    --footer-bg: #004d54; /*#570587 #263238*/
    --navbar-inverse: #00B3BA; /*#570587*/
    --navbar-inverse-border: #00B3BA; /*#ccc*/
    --navbar-inverse-text-hover-bg: #eea236; /*#ccc*/
    --menu-btn-bg: #f68d27; /*#e9a7b4*/
    --menu-btn-text: #fff;
    --search-btn-bg: #f56985; /*#e9a7b4*/
    --search-btn-border: #f56985; /*#e9a7b4*/
    --btn-primary-bg: #f56985; /*#6c1b9c*/ /*#e9a7b4*/
    --btn-primary-border: #f56985; /*#6c1b9c*/ /*#e9a7b4*/
    --btn-primary-hover-bg: #0b7dda; /*#6c1b9c*/ /*#e9a7b4*/
    --btn-primary-hover-border: #0b7dda; /*#6c1b9c*/ /*#e9a7b4*/
    --btn-success-bg: #009c77;
    --btn-success-border: #009c3b;
    --btn-warning-bg: #f68d27;
    --btn-warning-border: #eea236;

    --gray: #5B5B5B;
    --blue: #00B3BA;
    --bg-color-one: #f8f8f8;
    --text-color-: #D0A2A4;
/**/
}

body{
    font:200 14px yekan;
    overflow-x: hidden;
}
a{
    cursor: pointer !important;
}
.navbar{
    margin-bottom: 0px;
}
.navbar-inverse .navbar-nav>li>a{
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a:hover{
    background: var(--navbar-inverse-text-hover-bg);
    border-radius: 0 0 10px 10px;
}
.navbar-inverse {
    background:var(--navbar-inverse);
    border-radius: 0px;
    border:none;
    border-bottom:2px solid var(--navbar-inverse-border);
}

* {
    box-sizing: border-box;
}

form.example input[type=text] {
    margin-top:10px;
    padding: 7px 20px 9px 8px;
    font-size: 17px;
    border: 1px solid #cbcbcb;
    float: right;
    width: 90%;
    background: #f1f1f1;
	border-radius:0 20px 20px 0;
}

form.example button {
    margin-top:10px;
    float: left;
    width: 10%;
    padding: 8px;
    background: var(--search-btn-bg);
    color: white;
    font-size: 17px;
    border: 1px solid var(--search-btn-border);
    border-left: none;
    cursor: pointer;
	border-radius:20px 0 0 20px;
}

form.example button:hover {
    background: #0b7dda;
    border-color: #0b7dda;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}
.btn-lg{
    padding: 14px 20px 14px 20px;
	border-radius:20px;
}
@media only screen and (max-width: 650px) {
    form.example input[type=text] {
        width: 80%;
    }
    form.example button {
        width: 20%;
    }

}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.nopadding {
    padding: 0 !important;
    padding-left:5px !important;
    /*margin: 0 !important;*/
}
/* Swiper */
.divider {border: 1px solid #ccc;}
img {/*width:100%;*/}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.btn-outline-danger {
    width:90%;
    margin: 10px auto;
    margin-bottom: 20px;
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

/* Counddown */
.countdown{
    font:bold 16px tahoma;
    color:red;
}
.text-danger{
    color:red;
}
.withouttime{
    color:#fff;
    font:bold 16px tahoma;
    background: #ffffff;
    height:30px;
}
.withouttime li{
    display:inline;
}
.remaintime{
    color:#fff;
    font:bold 16px tahoma;
    background: #ff550a;
    height:30px;
}
.remaintime li{
    display:inline;
}
.offertime{
    color:#fff;
    font:bold 16px tahoma;
    background: #ff0034;
    height:30px;
}
.offertime li{
    display:inline;
}
.remaintimeItem{
    position: relative;
    color: #ff0023;
    font:bold 18px tahoma;
    right:5px;
}

/*search*/
.myform select {
    padding: 0 !important;
    padding-right: 10px !important;
}
.pagination{
    margin-top: -2px !important;
}
.pagination a{
    color: #000000 !important;
}
.active a{
    color: #000000 !important;
    background-color: #ffad07 !important;
    border-color: #ffad07 !important;
}
/*xzoom*/
.xzoom-photo{
    height: 500px;
    background-color: #ffad07;
}
.xzoom-photo img{
    margin: 0 auto;
}

/*Item*/
.item h1{
    font-size:24px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.item h2{
    font-size:16px;
    margin-bottom: 10px;
}
.PostInfoRow, .PostInfoTitle, .PostInfoText{
    font-size: 12px;
    color: #757575;
}
hr {
     margin-top: 5px;
     margin-bottom: 5px;
}
/*carousel*/
.photo{
    height: 205px;
    background-color: #ffad07;
}
.photo img{
    margin: 0 auto;
}
.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control {
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right {
    margin-right: 40px;
    margin-left: 32px;
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
    font-size: 29px !important;
}

.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
}

.active > div { display:none; }
.active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev		     { left: -50%; }
    .carousel-col                { width: 50%; }
    .active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .active.right { left: 50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev		     { left: -50%; }
    .carousel-col                { width: 50%; }
    .active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-inner .active.left { left: -33%; }
    .carousel-inner .active.right { left: 33%; }
    .carousel-inner .next        { left:  33%; }
    .carousel-inner .prev		     { left: -33%; }
    .carousel-col                { width: 33%; }
    .active > div:first-child + div { display:block; }
    .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
    .carousel-inner .active.left { left: -25%; }
    .carousel-inner .active.right{ left:  25%; }
    .carousel-inner .next        { left:  25%; }
    .carousel-inner .prev		     { left: -25%; }
    .carousel-col                { width: 25%; }
    .active > div:first-child + div { display:block; }
    .active > div:first-child + div + div { display:block; }
    .active > div:first-child + div + div + div { display:block; }
}

.block {
    width: 306px;
    height: 230px;
}

.red {background: red;}

.blue {background: blue;}

.green {background: green;}

.yellow {background: yellow;}



.glyphicon {
    margin-left:5px;
    font-size:18px !important;
}
.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
    background: #428bca;
}

.item.list-group-item .list-group-image
{
    margin-left: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
.item.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
    float: right;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
}





/*footer*/
.col_white_amrc { color: #000000;}
footer {
    width:100%;
    background-color: var(--footer-bg);
    min-height:250px;
    padding:40px 0px 25px 0px;
    left:0;
}
footer p {
    font-size:13px;
    color: #dfdfdf;
    padding-bottom:0px;
    margin-bottom:8px;
}

.pt2 {
    padding-top:15px;
    margin-bottom:20px;
}
.mb10 {
    padding-bottom:15px;
}


.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#4f6c98/*#CCC*/;}
.footer_ul_amrc li a:hover{ color: #ff7800; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

/*.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}*/
.foote_bottom_ul_amrc {
    list-style-type:none;
    padding:0px;
    display:table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; margin:-55px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:15px; padding-top:10px; float:right; }
.social_footer_ul li a { color: #ffffff; border:1px solid #ffffff; padding:6px;border-radius:50%;}
.social_footer_ul li i {  width:24px; height:20px; text-align:center;}

.download_footer_ul {margin:10px auto 0 auto; list-style-type:none;  }
.download_footer_ul li{display: inline; }
.download_footer_ul li img {width:49.4%;  display:inline; }

/*Store Seller page*/
.store img.store-image-lg{
    z-index: 0;
    width: 100%;
    margin-bottom: 10px;
}
.store-logo
{
    margin: -90px 50px 0px 10px;
    z-index: 9;
    width: 12%;
    padding:10px;
    background-color: white;
}
@media (max-width:768px)
{
    .store-text>h1{
        font-weight: 700;
        font-size:16px;
        margin-bottom:10px;
    }
    .store-logo
    {
        margin: -45px 10px 0px 25px;
        z-index: 9;
        width: 20%;
    }
}

/*Return To Top*/
#return-to-top {
    z-index: 100;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    right: 19px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/*offer*/
.discountPrice {
    color: #868686;
    margin-left: 15px;
    text-decoration: line-through;
}
/*shopping Cart*/
.param {
    margin-bottom: 7px;
    line-height: 1.4;
}
.param-inline dt {
    display: inline-block;
}
.param dt {
    margin: 0;
    margin-right: 7px;
    font-weight: 600;
}
.param-inline dd {
    vertical-align: baseline;
    display: inline-block;
}

.param dd {
    margin: 0;
    vertical-align: baseline;
}

.shopping-cart-wrap .price {
    color: #007bff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
    display: block;
}
var {
    font-style: normal;
}

.media img {
    margin-right: 1rem;
}
.img-sm {
    width: 90px;
    max-height: 75px;
    object-fit: cover;
}

/* Checkbox and radio */
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.5em;
    height: 1.5em;
    float: right;
    margin-left: .6em;
    margin-top: .3em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    right: 10%;
}

.radio .cr .cr-icon {
    margin-right: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}


/* HIDE RADIO */
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
    background: #ffffff;
    padding: 10px;
    cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
    padding: 10px;
    outline: 2px solid #377eff;
}
@media screen and (max-width: 1199px) {
    .divLogo{
        margin-top:-50px;
    }
    .card-img-item img {
        width: 100%;
        height:200px;
    }
}