@charset "utf-8";
/*
Theme Name:keshet
Theme URI: http://dibapc.com
Version: 2.4
Description: dibapc.com
Author:amir.sheikhzadeh@gmail.com
Author URI: http://dibapc.com
*/
/* css rest   */
:root {
    --text-color: rgb(17 17 17);
    --theam-color: #111111;
    --theam-secend-color: #f4a40e;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    direction: rtl;
    font-size: 14px;
}
*{
    box-sizing:border-box;
    font-weight: 400;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    width: 100%;
}
nav ul {
    list-style: none;
    margin: 0px;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 8px 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
/****font***/
@font-face {
    font-family: 'BYekan';
    src: url('../fonts/Borna-Regular.woff') format('woff-variations'),
        /* will be the standard and works in Safari now */
        url('../fonts/Borna-Regular.woff') format('woff');
    /* for the other supporting browsers */
    font-weight: 100 900;
    font-display: swap;

}

* {
    font-family: BYekan;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration:none;
}


body{
    font-family:BYekan;
    direction: rtl;
}

header{
    width:100%;
    float: right;
    position: relative;
    z-index: 800;
    background: var(--text-color);
}
#infoMessage{
    width: 100%;
    float: right;
    margin: 30px 0 0 0px;
}
section{
    width:100%;
    float: right;
}
header .header{
    width:100%;
    float:right;
    padding: 5px 0px;
    background: var(--text-color);
}
.header.sticky {
    position: fixed;
    top: 0;
    right: 0px;
}
header .header .row .logobox{
    padding:0px;/* position: relative; */
    width: 20%;
    float: left;
}
header .header .navbox{
    width: calc(100% - 120px);
    float: left;
    margin-top: 25px;
    height: auto;
}
header .header .row  .col-9{
    padding-top: 18px;
}
header .header .dropdown-toggle{
    padding: 6px 10px;
    background: var(--theam-color);
    border: 2px solid var(--theam-color);
    color: #fff;
    font-size: 14px;
}
header .header .selectloc{
    position: relative;
    left: 0px;
    float: right;
}
header .header .btn-group{
    float: right;
}
.search-container{
    float: left;
    padding: 0 10px !important;
    position: relative;
    width: 320px;
}
.search-container input{
    border: 1px solid var(--theam-secend-color);
    border-radius: 5px;
    padding: 6px;
    font-size: 14px;
    width: 100%;
    color: #000;
    font-family: 'BYekan';
    float: right;
    height: 36px;
}

.search-container button{
    border: 0px;
    background: var(--theam-secend-color);
    padding: 5px;
    border-radius: 5px 0px 0px 5px;
    float: right;
    border: 1px solid var(--theam-secend-color);
    position: absolute;
    left: 0px;
}
header .header .selectloc select{
    width: 172px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 15px;
    padding: 5px;
    font-size: 14px;
    color: #000;
    font-family: 'BYekan';
}
header .logobox{
    width: 120px;
    float: right;
}
header .logo{
    float: right;
    width: auto;
    height: 80px;
}
header .shoar{
    float: left;
    width: auto;
    margin-top: 12px;
}

header .logo img{
    /* padding: 10px 0px; */
    width: auto;
    float: right;
    max-width: 200px;
    position: relative;
    height: 80px;
    background: var(--text-color);
    padding: 0px;
}
header .sidebarmeno{
    float:left;
    border:0px;
    background:none;
    padding: 7px 0px;
    margin-top: 20px;
}
header .sidebarmeno img{
    width:30px;
}
header .header .dropdown .dropdown-menu{
    top: 20px !important;
}

.slider{
    width:100%;
    position: relative;
    top: -1px;
    height: auto;
    float: right;
}
.slider-info{
    position:absolute;
    width: 50%;
    padding: 30px;
    color: #fff;
    line-height: 3;
    bottom: 20%;
}
.slider-swiper{
    width:100%;/* max-height: 450px; */
    overflow: hidden;
}
.slider img{
    width:100%;
}
.slider .swiper-container{
    padding: 0px;
}

/*******************
*
*about
*
*******************/
.about{
    background-position: 0px;
    background-repeat: no-repeat;
    padding: 40px 0px;
    background-attachment: fixed;
}
.about .about-logo{
}
.about .about-logo img{
    width: 100%;
}
.about .about-titr{
    width: 100%;
    float: right;
    margin-bottom: 30px;
    border-bottom: 2px solid var(--theam-secend-color);
}
.about .about-text{
}
.about .about-titr h1{
    font-size: 24px;
    line-height: 3;
}
.about .about-text p{
    text-align: justify;
    line-height: 2;
    font-size: 16px;
}

@media (max-width: 480px) {
    .about .about-logo{
        padding: 0px 20%;
    }
}


.last_business{
    width:100%;
}
.last_ads{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.last_ads .swiper-container{
    padding: 0px;
}
.last_ads .last_ads_box{
    width: 24%;
}
.last_ads_box{

    border: 1px solid #ccc;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.last_ads_box a{
    color: #333333;
    width: 100%;
    float: right;
}
.last_ads_box .img_box{
    width: 100%;
    position:relative;
    height: 300px;
    overflow: hidden;
}
.last_ads_box .img_box img{
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    min-height: 100%;
    min-width: 100%;
    max-width: 350px;
    max-height: 350px;
}
.last_ads_box .title {
    width: 100%;
    padding: 0 10px;
    position: relative;
    /* bottom: 35px; */
}
.last_ads_box h2{
    background: #fff;
    border-radius: 15px;
    text-align: center;
    line-height: 3;
    font-size: 12px;
}
.last_ads_box h3{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
    text-align: center;
    line-height: 3;
    font-size: 12px;
}
.last_ads_box .address{
    line-height: 2;
    padding: 0px 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    text-align: right;
    width: 100%;
    float: right;
}
.last_ads_box .address img{
    float:right;
}
.last_ads_box .address img.premium{
    float: left;
    width: 28px;
}
.last_ads_box .address .more{
    float: left;
}
.last_ads_box .address .more img{
    float: LEFT;
    width: 30px;
}
.last_ads_box .discount{
    position:absolute;
    left: 10px;
    top: 10px;
    background: #0073ab;
    color:#fff;
    padding: 10px;
    border-radius: 5px;
}


.navbar {
    padding: 15px 10px;
    background: #0073ac;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
.navbar  a.nav-link.active{
    color:#a4ffec;
}
.navbar  a.nav-link{
    color:#fff;
}
.navbar  a.menu-item{
    color:#fff;
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.blog-slider .title_box{
    text-align: center;
    padding-top: 20px;
    font-size: 17px;
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    float: right;
    margin-bottom: 30px;
}
.blog-slider .title_box span{
    background: #fff;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 0px 20px;
    font-size: 21px;
}
.blog-slider .title_box:before{
    content:"";
    border-top: 1px solid var(--theam-secend-color);
    width: 100%;
    display: block;
    top: 20px;
    position: relative;
    z-index: -1;
}

.blog-slider .uni-swiper{
    width: 100%;
    float: right;
    position: relative;
}
.blog-slider .uni-box{
    width: 100%;/* border: 1px solid #ccc; */
    overflow: hidden;
    background: #F4FAFF;
    border-radius: 15px;
    position: relative;
}
.blog-slider .uni-box img{
    width: auto;
    height: 270px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.blog-slider .uni-box .img-box{
    background: #fff;
}
.blog-slider .uni-box a{
    float: left;
    color: #fff;
    background: var(--theam-secend-color);
    position: absolute;
    bottom: 15px;
    right: 0px;
    z-index: 4;
    padding: 7px;
    font-size: 14px;
    /* border-radius: 0px 15px 15px 0px; */
    width: 100%;
}
.blog-slider .uni-box:after{
    content:"";
    background-image: linear-gradient(0deg,rgba(68,79,91,1) 0%,rgba(127,137,148,.22) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
}
.blog-slider .swiper-container{
    padding: 0px;
}
.blog-slider .uni-swiper  h2{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    text-align: right;
    padding: 10px 10px;
    position: absolute;
    bottom: 15px;
    z-index: 3;
    right: 0px;
}
.blog-slider .blog-list{
    padding: 0px 15px;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #ffffff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    /* background: #7386D5; */
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #FF4040;
    text-align: center;
}
#sidebar  h3{
    font-size: 13px;
    line-height: 3;
    margin: 0px;
}
#sidebar ul.components {
    padding: 0px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    font-size: 13px;
    text-align: center;
    color: #6b6666;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fe403f;
    background: #ffffff;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    /* display: block; */
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

.dropdown-toggle ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}
.categoryslider .title_box{
    text-align: center;
    background: #022857;
    padding: 20px 0px;
    border-top: 1px solid #ccc;
    border-radius: 0px 0px 15px 15px;
}
.categoryslider .title_box h1 {
    line-height: 3;
    font-size: 23px;
    color: #fff;
}
.last_blog{
    width: 100%;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.last_blog .last_blog_box{
    position: relative;
    width: 23%;
    margin: 1%;
    border: 1px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
}
.last_blog .last_blog_box .img_box{
    height: 250px;
    overflow: hidden;
}
.last_blog .last_blog_box .img_box img{
    width: 100%;
}
.last_blog .last_blog_box h2{
    text-align: center;
    font-size: 15px;
    margin: 0px;
    line-height: 3;
}
.last_blog .last_blog_box a{
    color: #333;
    width: 100%;
    float: right;
    text-align: center;
    font-size: 14px;
}
.last_blog .last_blog_box .title{
    width: 100%;
    float: right;
}

.single_page{
    width: 100%;
    float: right;
}
.single_page_color .title{
    text-align: center;
    padding: 20px 0px;
    border-bottom: 1px solid var(--theam-secend-color);
    margin-bottom: 25px;
    width: 100%;
    float: right;
}
.single_page_color .title h1{
    line-height: 3;
    font-size: 23px;
    color: var(--theam-secend-color);
}
.single_page .text{
    direction: rtl;
    text-align: justify;
    line-height: 2;
}
.single_page .text h2 {
    color: navy;
    font-size: 23px;
    margin: 15px 0;
    text-align: right
}
.single_page .text img{
    max-width: 100%;
    height: auto;
    margin: 10px 0px;
    border-radius: 15px;
}
.single_page .text h3 {
    margin: 15px 0;
    color: #8B0000;
    font-size: 20px;
    text-align: right
}

.single_page .text h4 {
    font-size: 18px;
    color: #006400;
    margin: 15px 0;
    text-align: right
}

.single_page .text h5 {
    font-size: 17px;
    color: #ca2fe4;
    margin: 15px 0;
    text-align: right
}

.single_page .text h6 {
    font-size: 17px;
    color: #666;
    margin: 15px 0;
    text-align: right
}

.single_page  .img_box{
    float: right;
    width: 100%;
}
.single_page .img_box img{
    width: auto;
    padding: 20px;/* border: 1px solid #ccc; *//* border-radius: 15px; */
    max-height: 380px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.single_page .text p{
    line-height: 2;
    float: right;
    width: 100%;
    font-size: 16px;
}


.blog-comment{
    /* padding-left: 15%; */
    /* padding-right: 15%; */
    width: 100%;
    float: right;
}
.blog-comment hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #FFFFFF;
}
.blog-comment a {
    background: none;
    color: #82b440;
    text-decoration: none;
}
.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after{
    content: "";
    display: table;
    clear: both;
}



.blog-comment ul{
    list-style-type: none;
    padding: 0;
}

.blog-comment img{
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.blog-comment img.avatar {
    position: relative;
    float: right;
    margin-left: 0;
    margin-top: 0;
    width: 65px;
    height: 65px;
}

.blog-comment .post-comments{
    border: 1px solid #eee;
    margin-bottom: 20px;
    margin-right: 85px;
    margin-left: 0px;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #6b6e80;
    position: relative;
}

.blog-comment .meta {
    font-size: 13px;
    color: #aaaaaa;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #eee;
}

.blog-comment ul.comments ul{
    list-style-type: none;
    padding: 0;
    margin-right: 85px;
}

.blog-comment-form{
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 40px;
}

.blog-comment h3,
.blog-comment-form h3{
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
    text-align: center;
    margin-top: 30px;
    background: #e9e9e9;
    border-radius: 15px;
    padding: 20px 0px;
    color: #022857 !important;
}

.auth-input-wrapper{
    direction: ltr;
}

.prodacts{
    background-color: #eee;
}
.prodacts .bg-image{
}
.prodacts .bg-image img{
    width: 100%;
}

.prodacts h3{
    font-size:16px;
}

.prodact{

}
.prodact .prodact-display{
    justify-content: end;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 15px 0px;
    width: 100%;
    float: right;
    margin: 0px;
}
.prodact .productbf{
    padding: 15px;
    background: #f2f2f2;
    border-radius: 15px;
    width: 100%;
    float: right;
}
.prodact .product_short{
    line-height: 2;
    margin-bottom: 20px;
}
.prodact .price{
    width: auto;
    float: right;
}
.prodact  .buy-button{
    float: left;
}
.prodact  .buy-button a{
    background: #4CAF50;
    color: #fff;
    padding: 12px 25px;
}

.prodact .price-box{
    font-size: 17px;
}
.prodact .price-box i{
    text-decoration: line-through;
}
.Price-currencySymbol{
    margin-right: 10px;
}
.prodact .videobox{
}
.prodact .videobox h2{
    width: 100%;
    text-align: center;
    line-height: 3;
    font-size: 21px;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
}
.prodact .videobox h2:before{
    content:"";
    position: absolute;
    border-bottom: 2px solid var(--theam-color);
    bottom: 20px;
    width: 30%;
    left: 35%;
}
.prodact .videobox video{
    border-radius: 15px;
}
.prodact .videobox h3{
    font-size: 17px;
    width: 100%;
    margin-top: 20px;
}
.prodact .img_box img{
    width: 100%;
    height: auto;
    border: 1x solid var(--theam-color);
    border-radius: 15px;
}
.prodact .img_box{
    width: 100%;
    float: right;
}
.single_business{

}
.single_business .title{
    background: #dc1301;
    color: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
}
.single_business .text{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.single_business .text ul{
}
.single_business .text ul li{
    width: 100%;
}
.single_business .text ul li a{
    color: var(--theam-color);
    float: right;
    width: 100%;
}
.single_business .text ul li img{
    float: right;
    margin-left: 10px;
}
.single_business .img_box{
    width: 49%;
    border: 1px solid #ccc;
    border-radius: 15px;
}
.single_business ul{
    width: 49%;
    float: right;
    list-style: inside;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
    gap: 10px;
}
.content{
    width: 100%;
    float: right;
    list-style: inside;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menuuser{
    float: left;
    /* margin-top: 8px; */
    padding-right: 10px;
    gap: 20px;
}
.menuuser a.submitbussenes{
    background: var(--theam-secend-color);
    padding: 6px 20px;
    color: #fff;
    border-radius: 25px;
    float: right;
    position: relative;
    z-index: 999;
    margin-left: 10px;
}
.menuuser a.login{
    background: var(--theam-color);
    padding: 8px 15px;
    color: #fff;
    border-radius: 5px;
    float: right;
    position: relative;
    z-index: 999;
}
.menuuser .dropdown-toggle{
    background: var(--theam-color);
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ccc;
    z-index: 99;
    position: relative;
}
.menuuser .dropdown-toggle svg{
    display:none
}
.menuuser .dropdown ul.dropdown-menu{
    top: 20px !important;
}
.menuuser .dropdown ul li{
}
.menuuser .dropdown ul li svg{
    float: right;
    margin-left: 5px;
    width: 21px;
}
.menuuser .dropdown ul li a{
    font-size: 14px;
    color: #6c757d;
    line-height: 2;
}
.menuuser .dropdown ul li a:hover{
    color:var(--theam-color);
    background: unset;
}
.menuuser .dropdown ul li a:hover svg{
    fill: var(--theam-color) !important;
}
.menuuser .dropdown ul li span{
    text-align: center;
    width: 100%;
    float: right;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.menuuser .dropdown-toggle::after{
    position: relative;
    top: 4px;
}
.menu {
    width: auto;
    float: right;
}

.menu-container {
    width: 80%;
    margin: 0 auto;
    background: #e9e9e9;
}

.menu-mobile {
    display: none;
    padding: 5px;
    /* margin-top: 15px; */
    float: right;
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    text-align: center;
}

.menu-mobile:after {
    content: "";
    padding: 0;
    width: 25px;
    display: block;
    position: relative;
    /* -webkit-transform: translateY(-25%); */
    -ms-transform: translateY(-25%);
    /* transform: translateY(-25%); */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill:%23fff;transform: ;msFilter:;'%3E%3Cpath d='M4 6h16v2H4zm0 5h16v2H4zm0 5h16v2H4z'%3E%3C/path%3E%3C/svg%3E");
    height: 31px;
    background-repeat: no-repeat;
    margin: 0 auto;
    top: 0px;
    height: 25px;
    position: relative;
    z-index: 100;
}

.menu-dropdown-icon:before {
    content: "";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1em 1em;
    /* background: #d3e7f7; */
    color: #807f7f;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M492,236H276V20c0-11.046-8.954-20-20-20c-11.046,0-20,8.954-20,20v216H20c-11.046,0-20,8.954-20,20s8.954,20,20,20h216 v216c0,11.046,8.954,20,20,20s20-8.954,20-20V276h216c11.046,0,20-8.954,20-20C512,244.954,503.046,236,492,236z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

.menu>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}


.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    float: right;
    padding: 0;
    margin: 0;

}
.menu>ul>li.menu-dropdown-icon{
    padding-left: 15px;
    position: relative;
}
.menu>ul>li.active{
    border-bottom: 2px solid #de2400;
}
.menu>ul>li.menu-dropdown-icon:after {
    float: right;
    padding: 0;
    margin: 0;
    content: "";
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.011 512.011' style='enable-background:new 0 0 512.011 512.011;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M505.755,123.592c-8.341-8.341-21.824-8.341-30.165,0L256.005,343.176L36.421,123.592c-8.341-8.341-21.824-8.341-30.165,0 s-8.341,21.824,0,30.165l234.667,234.667c4.16,4.16,9.621,6.251,15.083,6.251c5.462,0,10.923-2.091,15.083-6.251l234.667-234.667 C514.096,145.416,514.096,131.933,505.755,123.592z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 10px;
    height: 10px;
    position: absolute;
    left: 5px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 10px;
}

.menu>ul>li a {
    text-decoration: none;
    padding: 8px 10px;
    display: block;
    color: #ffffff;
    text-align: right;
    font-size: 14px;
}

.menu>ul>li:hover>a {
    color: var(--theam-secend-color);
    position: unset;
}

.menu>ul>li.menu-dropdown-icon:hover:after {
    display: none;
}

.menu>ul>li>ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 33.33%;
    background: none;
    float: right;
}

.menu>ul>li>ul>li a {
    color: #777;
    padding: .4em 0;
    width: 95%;
    font-size: 0.8rem;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    font-size: .8em;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
}

.menu>ul>li>ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 1em 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu {
        width: auto;
        float: right;
        margin-left: 10px;
        margin-top: 4px;
    }
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:after {
        display: none;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu>ul {
        display: none;
    }
    .menu>ul>li {
        width: 100%;
        /* float: none; */
        display: block;
        border-bottom: 1px solid #ececec;
    }
    .menu>ul>li a {
        padding: 1.2em 2em;
        width: 100%;
        display: block;
        padding-left: 0px;
        padding-right: 15px;
        color: var(--theam-color);
    }
    .menu>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul.normal-sub {
        width: 100%;
    }
    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }
    .menu>ul>li>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul>li>ul>li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
        position: absolute;
        z-index: 9999;
        background: #ffffff;
        right: 0px;
        top: 0px;
        width: 70%;
        height: 100vh;
    }
    .menu.show-before-mobile::before{
        content:"";
        width: 100%;
        height: 100VH;
        background: #0000069;
        position: absolute;
        top: 0;
        z-index: 8888;
    }
}



/**************foooter******/
footer{
    float: right;
    width: 100%;
    /* padding: 20px; */
    /* background: var(--theam-secend-color); */
    margin-top: 200px;
    color: var(--theam-secend-text-color);
    position: relative;
}
footer:after{
    content:"";
    width: 100%;
    position: absolute;
    height: 300px;
    z-index: -1;
    background: var(--theam-secend-color);
    bottom: -100px;
    right: 0px;
}
footer #wave{
    position: absolute;
    width: 100%;
    height: auto;
    z-index: -1;
    top: -300px;
}
footer .copyrights{
    background: var(--theam-secend-color);
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-top: 40px;
    float: right;
}
.footer-wighet{
    width: 100%;
    float: right;
    text-align: right;
}
.footer-wighet .logofooter{
    margin-bottom: 30px;
    width: auto;
}
.footer-wighet .wighet-title{
    text-align: right;
    color: #fff;
    font-size: 17px;
    line-height: 3;
}
.footer-wighet .soial-list{
    width: 100%;
    float: right;
    margin-bottom: 20px;
}
.footer-wighet .application{
    width: 100%;
    float: right;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.footer-wighet .application a{
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    /* display: block; */
    width: 175px;
    text-align: center;
    /* margin: 0 auto; */
    background: var(--theam-color) !important;
}
.footer-wighet .soial-list ul {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.footer-wighet .soial-list ul li{
    width: auto;
    float: right;
}
.footer-wighet  .soial-list ul li svg{
    width: 45px;
    height: auto;
    fill: var(--theam-color) !important;
}
.footer-wighet  .soial-list ul li a{
    float: right;
    width: 100%;
}
.footer-wighet .contact{
    float: right;
    width: 100%;
    list-style: none;
    margin-top: 20px;
    display: flex;
}

.footer-wighet ul.contact  li{
    float: right;
    width: 100%;
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 14px;
}
.footer-wighet ul.contact  li svg{

}
.footer-wighet ul.contact li a{
    font-size: 14px;
}
.footer-wighet ul.contact li svg{
    width: 24px;
    float: right;
    margin-left: 5px;
    fill: var(--theam-color) !important;

}

.footer-wighet ul {
    list-style: circle;
    color: var(--theam-secend-text-color);
    list-style-position: inside;
    list-style: none;
}
.footer-wighet ul li{
    width: 100%;
    text-align: right;
    line-height: 2;
}
.footer-wighet ul li a{
    font-size: 14px;
    color: var(--theam-secend-text-color);
}
.footer-wighet ul li a:hover{
    color: var(--theam-color);
}
.footer-wighet .nemadbox{
    position: relative;
    float: right;
    width: 100%;
}
.footer-wighet .nemad{
    background: var(--theam-secend-color);
    padding: 20px;
    border-radius: 15px 15px 0px 0px;
    height: 325px;
    float: right;
    width: 100%;
    position: absolute;
    top: -100px;
}
.footer-wighet .nemad ul{
    list-style: none;
    display: flex;
    gap: 50px;
    justify-content: center;
}
.footer-wighet .nemad ul li{
    width: 50%;
    padding: 0px 10px;
    background: #f3f3f3;
    border-radius: 15px;
    overflow: hidden;
    padding: 10px;
    height: 160px;
}
.footer-wighet .nemad ul li img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.footer-wighet p{
    width:100%;
    font-size: 14px;
    text-align: right;
    text-align: justify;
    padding-left: 20px;
    color: #fff;
}
@media (max-width: 480px) {
    footer #wave{
    top: -100px;
}
    .svgbg{
        display:none;
    }
    .footer-wighet .contact{
        display: block;
        gap: 19px;
    }
    .footer-wighet .nemad{
        height: auto;
        position: relative;
        top: 0px;
        margin-top: 20px;
    }
    footer{
        margin-top: 100px;
        background: var(--theam-secend-color);
    }
    footer .copyrights{
        margin-top: 0px;
        font-size: 12px;
    }
    .footer-wighet{
        height: auto;
        margin-bottom: 20px;
    }
}
#loginModal{
    line-height: 1.5;
}
#loginModal p{
    color:#838383;
    float: right;
    font-size: 13px;
}

#loginModal .editPhone{
    float:left;
    background:#fff;
    border:unset;
    color:#007bff;
    font-size: 14px;
    width: auto;
    padding: 0px;
}
#loginModal .form-check{
    float: right;
    width: 100%;
    padding-right: 1.25em;
}
#loginModal .form-check input{
    margin-right: -1.25em;
}


@media (max-width: 480px) {
    .homeimge{
        display: none;
    }
    .last_ads .last_ads_box{
        width: 100%;
    }
    header{
        /* margin-bottom: 20px; */
        /* padding: 0px 5px; */
    }
    header .shoar{
        width: 100%;
        text-align: center;
        display: none;
    }
    .search-container{
        width: 70%;
        padding: 0 0px !important;
        margin-left: 2%;
    }
    header .header{
        padding: 5px 0px 0 0;
        padding: 5px 5px;
    }
    header .logobox{
        padding: 0px 0px !important;
        width: 30%;
    }
    header .header .navbox{
        padding: 0px 0px !important;
        width: auto;
        margin-top: 20px;
    }
    header .header .selectloc{
        width: 70%;
        margin-bottom: 10px;
        /* margin-top: 10px; */
        /* padding: 0px 10px !important; */
        margin-right: 2%;
    }
    .menuuser{
        width: auto;
        /* padding: 0px 10px !important; */
        padding: 0px;
    }
    .menuuser .btn-group{
        float: left;
        justify-content: center;
    }
    .menuuser .dropdown-toggle svg{
        display:block;
        float: right;
    }
    .menuuser a.submitbussenes{
        padding: 6px 10px;
        border-radius: 3px;
    }
    header .header .dropdown-toggle{
        padding: 4px 5px;
    }
    .menuuser .dropdown-toggle span{
        display:none;
    }
    header .header .selectloc select{
        margin: 0px;
        width: 49%;
        box-sizing: border-box;
        float: right;
    }
    header .header .selectloc select:first-child{
        margin-left: 2%;
    }
    .single_business .img_box{
        width:100%;
        margin-bottom:20px;
    }
    .single_business ul{
        width:100%;

    }
}


/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
    box-sizing: border-box;
}

.cd-dropdown-wrapper a {
    color: #fff;
    text-decoration: none;
}



/* -------------------------------- 

Main Components 

-------------------------------- */

.cd-dropdown-wrapper {
    display: inline-block;
    position: relative;
    height: 33px;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: rtl;
    float: left;
    z-index: 9999;
}

.cd-dropdown-trigger {
    display: block;
    position: relative;
    padding: 0 20px 0 10px;
    line-height: 35px;
    background-color: #0073ac;
    color: #ffffff;
    border-radius: 3px;
}
.no-touch .cd-dropdown-trigger:hover {
    background-color: #0073ac;
}
.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
    /* this is the arrow inside the dropdown trigger*/
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 9px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
}
.cd-dropdown-trigger::before {
    right: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-dropdown-trigger::after {
    right: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown-trigger {
        font-size: 16px;
    }
    .cd-dropdown-trigger.dropdown-is-active {
        background-color: var(--theam-color);
    }
    .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
        background-color: #de2300;
    }
    .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        width: 14px;
    }
    .cd-dropdown-trigger.dropdown-is-active::before {
        /* transform the arrow into a 'X' */
        -webkit-transform: translateX(5px) rotate(-45deg);
        -moz-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg);
    }
    .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
}
@media only screen and (min-width: 768px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 60px;
        line-height: 60px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 50px;
        line-height: 50px;
    }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
    padding: 0 20px;
}

.cd-dropdown {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #111433;
    color: #ffffff;
    visibility: hidden;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-dropdown h2 {
    /* dropdown title - mobile version only */
    position: relative;
    z-index: 1;
    color: #585a70;
    background-color: #111433;
    border-bottom: 1px solid #242643;
}
.cd-dropdown .cd-close {
    /* 'X' close icon - mobile version only */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
    /* this is the 'X' icon */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: #ffffff;
}
.cd-dropdown .cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
    .cd-dropdown .cd-close {
        top: 5px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown {
        position: absolute;
        top: calc(100% - 2px);
        /* reset style*/
        height: auto;
        width: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        background-color: #ffffff;
        color: #111433;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    }
    .open-to-left .cd-dropdown {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        right: 0;
        left: auto;
    }
    .cd-dropdown h2, .cd-dropdown .cd-close {
        /* on desktop - hide title and 'X' */
        display: none;
    }
    .cd-dropdown.dropdown-is-active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    }
}

.cd-dropdown-content, .cd-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 50px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
    display: block;
    color: #ffffff;
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-width: 1px;
    border-color: #242643;
    border-style: solid;
}
.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
    border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
    border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0b0e23;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #585a70;
    text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 0;
}
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
    opacity: 0;
}
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* push the dropdown items to the left when secondary dropdown slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 60px;
    }
    .cd-dropdown-content a, .cd-dropdown-content ul a {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 0;
        overflow: visible;
    }
    .cd-dropdown-content a, .cd-dropdown-content ul a {
        color: #111433;
        height: 35px;
        line-height: 2.5;
        font-size: 14px;
        border-color: #ebebeb;
    }
    .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
        background-color: transparent;
        color: #b3b3b3;
        border-top: 1px solid #ebebeb;
    }
    .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
        border-top-width: 1px;
    }
    .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
        /* reset mobile style */
        opacity: 1;
    }
}

.cd-dropdown-content .see-all a {
    /* different style for the See all links */
    color: var(--theam-color);
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding-left: 90px;
}
.cd-dropdown-content .cd-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 75px;
    position: relative;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    color: #111433;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
    background-image: url("../img/nucleo-icon-1.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
    background-image: url("../img/nucleo-icon-2.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
    background-image: url("../img/nucleo-icon-3.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
    background-image: url("../img/nucleo-icon-4.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
    background-image: url("../img/nucleo-icon-5.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
    background-image: url("../img/nucleo-icon-6.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
    background-image: url("../img/nucleo-icon-7.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
    background-image: url("../img/nucleo-icon-8.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
    background-image: url("../img/nucleo-icon-9.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
    background-image: url("../img/nucleo-icon-10.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
    background-image: url("../img/nucleo-icon-11.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
    background-image: url("../img/nucleo-icon-12.svg");
}
@media only screen and (min-width: 1024px) {
    .cd-dropdown-content {
        /* reset mobile style */
        position: static;
        height: auto;
        width: 280px;
    }
    .cd-dropdown-content > li:last-of-type a {
        border-bottom: none;
    }
    .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
        color: var(--theam-color);
    }
    .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        right: 100%;
        height: auto;
        background-color: #ffffff;
        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    }
    .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
        clear: both;
        content: "";
        display: table;
    }
    .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        left: auto;
        right: 100%;
    }
    .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        min-height: calc(100vh - 200px);
        height:auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-in 0.2s;
        -moz-animation: cd-fade-in 0.2s;
        animation: cd-fade-in 0.2s;
    }
    .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-out 0.2s;
        -moz-animation: cd-fade-out 0.2s;
        animation: cd-fade-out 0.2s;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
        display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
        position: absolute;
        bottom: 20px;
        height: 45px;
        text-align: center;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
        margin: 0;
        height: 100%;
        line-height: 45px;
        background: #ebebeb;
        pointer-events: auto;
        -webkit-transition: color 0.2s, background-color 0.2s;
        -moz-transition: color 0.2s, background-color 0.2s;
        transition: color 0.2s, background-color 0.2s;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
        color: #ffffff;
        background-color: #111433;
    }
    .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
        border: none;
    }
    .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        padding: 20px 30px 100px;
    }
    .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
        width: calc(100% - 60px);
    }
    .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
        width: 50%;
        float: left;
    }
    .cd-dropdown-content .cd-secondary-dropdown {
        overflow: hidden;
        width: 650px;
        padding-bottom: 65px;
    }
    .cd-dropdown-content .cd-secondary-dropdown::before {
        /* this is the separation line in the middle of the .cd-secondary-dropdown element */
        position: absolute;
        content: '';
        bottom: 65px;
        right: 0px;
        height: 1px;
        width: 100%;
        background-color: #ebebeb;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > a {
        color: var(--theam-secend-color);
        font-size: 16px;
        /* margin-bottom: 10px; */
        line-height: 30px;
        height: 30px;
        /* pointer-events: none; */
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
        /* hide the arrow */
        display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .cd-dropdown-content .cd-secondary-dropdown > li {
        margin: 10px 0 0 -1px;
        border-left-width: 1px;
        border-color: #ebebeb;
        border-style: solid;
        padding: 0 10px;
        height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
        border-right-width: 0;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > ul {
        /* reset mobile style */
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        position: relative;
        height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
        display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown a {
        line-height: 25px;
        height: 25px;
        font-size: 14px;
        padding-left: 0;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
        color: var(--theam-color);
    }
    .cd-dropdown-content .cd-secondary-dropdown ul {
        padding-bottom: 0px;
        overflow: hidden;
        height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown .go-back a {
        padding-left: 20px;
        color: transparent;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
        color: transparent;
    }
    .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
        left: 0;
    }
    .cd-dropdown-content .cd-secondary-dropdown .see-all {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .cd-dropdown-content .cd-dropdown-gallery {
        width: 600px;
        padding-bottom: 100px;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li {
        width: 48%;
        float: left;
        margin-right: 4%;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
        margin-right: 0;
    }
    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
        padding: 0;
        height: auto;
        line-height: normal;
        color: var(--theam-color);
        margin-bottom: 2em;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
    .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
        margin-bottom: 0;
    }
    .cd-dropdown-content .cd-dropdown-gallery img {
        position: static;
        height: auto;
        width: 100%;
        margin: 0 0 0.6em;
    }
    .cd-dropdown-content .cd-dropdown-icons {
        width: 600px;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
        height: 80px;
        line-height: 1.2;
        padding: 24px 0 0 85px;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
        background: #ebebeb;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
        color: var(--theam-color);
        font-weight: bold;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
        display: block;
        font-size: 1.2rem;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
        left: 25px;
    }
    .cd-dropdown-content > .has-children > ul {
        visibility: hidden;
    }
    .cd-dropdown-content > .has-children > ul.is-active {
        /* when hover over .cd-dropdown-content items - show subnavigation */
        visibility: visible;
        min-height: 560px;
    }
    .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
        /* if .cd-secondary-dropdown is visible - show also subnavigation */
        visibility: visible;
    }
    .cd-dropdown-content > .has-children > a.is-active {
        /* hover effect for .cd-dropdown-content items with subnavigation */
        box-shadow: inset 2px 0 0 var(--theam-color);
        color: var(--theam-color);
    }
    .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {

    }
    .open-to-left .cd-dropdown-content > .has-children > a.is-active {
        box-shadow: inset -2px 0 0 var(--theam-color);
    }
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}
@-moz-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}
@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}
.cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #242643;
    color: #ffffff;
    border: none;
    border-radius: 0;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
    color: #ffffff;
}
.cd-search input[type="search"]::-moz-placeholder {
    color: #ffffff;
}
.cd-search input[type="search"]:-moz-placeholder {
    color: #ffffff;
}
.cd-search input[type="search"]:-ms-input-placeholder {
    color: #ffffff;
}
.cd-search input[type="search"]:focus {
    background: #ffffff;
    color: #111433;
    outline: none;
}
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus::-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-ms-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}
@media only screen and (min-width: 1024px) {
    .cd-search input[type="search"] {
        background-color: #ebebeb;
    }
    .cd-search input[type="search"]::-webkit-input-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type="search"]::-moz-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type="search"]:-moz-placeholder {
        color: #b3b3b3;
    }
    .cd-search input[type="search"]:-ms-input-placeholder {
        color: #b3b3b3;
    }
}

.has-children > a, .go-back a {
    position: relative;
}
.has-children > a::before, .go-back a::before, .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {

}
.has-children > a::after, .go-back a::after {
    /* -webkit-transform: rotate(-45deg); */
    /* transform: rotate(-45deg); */
}
@media only screen and (min-width: 1024px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        /* background: #b3b3b3; */
    }
}

.has-children > a {
    padding-left: 40px;
}
.has-children > a::before {
    /* arrow goes on the right side - children navigation */
    left: 20px;
    /* -webkit-transform-origin: 9px 50%; */
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    /* transform-origin: 50% 9px; */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(0, 0, 0, 1);transform: ;msFilter:;'%3E%3Cpath d='M13.293 6.293 7.586 12l5.707 5.707 1.414-1.414L10.414 12l4.293-4.293z'%3E%3C/path%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    top: 5px;
}

@media only screen and (min-width: 1024px) {
    .open-to-left .cd-dropdown-content > .has-children > a {
        padding-left: 40px;
        padding-right: 20px;
    }
    .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
        right: auto;
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        -moz-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        -o-transform-origin: 1px 50%;
        transform-origin: 1px 50%;
    }
}
.cd-dropdown-content .go-back a {
    padding-left: 40px;
}
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}

.cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
    display: none;
}
.btn-primary{
    background: #b38905;
    border-color: #6f3c11;
}
.navbar-toggler{
    background:#FFF;
}


.contact-us{
}
.contact-us label{
    width: 100%;
    float: right;
    margin: 20px 0px;
}
.contact-us input{
}
.contact-us .list-unstyled{
}
.contact-us .list-unstyled li{
    padding: 10px;
    text-align: center;
    border: 1px solid #0073ad;
    margin-bottom: 30px;
    border-radius: 20px;
}
.contact-us textarea{
    width: 100%;
    float: right;
    margin-bottom: 20px;
}

.contact-us .btn-primary{
    float: left;
}
.contact-us .list-unstyled a{
    color: #fc1b20;
}


.videobox{
    width: 100%;
    float: right;
}
.videobox video{
    width: 100%;
}

.pack-theme{
    fill: none;
    stroke: #414141;
    transition: all .3s;
}
.pack-theme svg {
    stroke: var(--theam-color);
    fill: var(--theam-color);
}

.bg-label-secondary {
    background-color: #e7ebef !important;
    color: #69809a !important;
}

.bg-label-success {
    background-color: #dff9ec !important;
    color: #39da8a !important;
}

.bg-label-info {
    background-color: #d6f7fa !important;
    color: #00cfdd !important;
}

.bg-label-warning {
    background-color: #fff2e1 !important;
    color: #fdac41 !important;
}

.bg-label-danger {
    background-color: #ffe5e5 !important;
    color: #ff5b5c !important;
}

.bg-label-light {
    background-color: #fbfbfc !important;
    color: #e5e9ed !important;
}

.bg-label-dark {
    background-color: #e2e4e6 !important;
    color: #495563 !important;
}

.bg-label-gray {
    background-color: rgba(242, 243, 245, 0.92) !important;
    color: rgba(38, 60, 85, 0.5) !important;
}


.prodacts_page_color .title{
    text-align: center;
    background: #022857;
    padding: 20px 0px;
    border-top: 1px solid #ccc;
    border-radius: 0px 0px 15px 15px;
    margin-bottom: 25px;
}
.prodacts_page_color .title h1{
    line-height: 3;
    font-size: 23px;
    color: #fff;
}
.loginpage {
    padding: 10px;
    background: #f4f4f4;
    margin-top: 30px !important;
    width: 100%;
    float: right;
    border-radius: 20px;
}
.loginpage img{
    margin: 0 auto;
    display: block;
    width: 100%;
}
.pricebox{
    width: 100%;
    float: right;
}
.svgbg{
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 421.8 350.7'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23d3ae6c; stroke-miterlimit: 10; stroke-width: 2px; %7D path, polygon %7B stroke-dasharray: 2000; stroke-dashoffset: 3000; animation: dash 12s ease-in-out alternate infinite;%0A%7D%0A@keyframes dash %7B 100%25 %7B stroke-dashoffset: 2000; %7D 75%25 %7B stroke-dashoffset: 1000; %7D 50%25 %7B stroke-dashoffset: 0; %7D 25%25 %7B stroke-dashoffset: 1000; %7D 0%25 %7B stroke-dashoffset: 3000; %7D%0A%7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M101.8,29.7h10.3c7.7,0,15.1-6.8,14.8-14.8-.4-8-6.5-14.8-14.8-14.8h-10.3c-7.7,0-15.1,6.8-14.8,14.8.4,8,6.6,14.8,14.8,14.8Z'/%3E%3Cpath class='cls-1' d='M41.5,63.4c22,22.1,44,44.3,65.9,66.5,7.6,7.6,15.1,15.2,22.6,22.8,1.7,1.7,3.4,3.5,5.1,5.2,6,6,14.3,9.8,23,9,15.4-1.5,27-13.5,27.4-29.1.1-2.2,0-4.5,0-6.7V14.9c0-7.7-6.8-15.1-14.8-14.8-8,.4-14.8,6.5-14.8,14.8v122c-1.2-1.1-2.3-2.3-3.4-3.5-6.8-6.8-13.6-13.7-20.4-20.5-21.1-21.3-42.3-42.7-63.6-64.1-14.1-14.3-28.1-28.8-42.5-42.9-.2-.2-.5-.5-.7-.7C19.9-.3,9.8-.7,4.4,5.2c-5.4,5.9-5.8,15,0,20.9,12.4,12.4,24.7,24.9,37.1,37.3Z'/%3E%3Cpath class='cls-1' d='M211.9,165.8c8-.4,14.8-6.5,14.8-14.8V14.8c0-7.7-6.8-15.1-14.8-14.8-8,.4-14.8,6.5-14.8,14.8v136.2c.1,7.7,6.8,15.1,14.8,14.8Z'/%3E%3Cpath class='cls-1' d='M365.8,136h-35.8c-7.7,0-15.1,6.8-14.8,14.8.4,8,6.5,14.8,14.8,14.8h35.8c7.7,0,15.1-6.8,14.8-14.8-.4-8.1-6.6-14.8-14.8-14.8Z'/%3E%3Cpath class='cls-1' d='M245.6,163.5c7.4,3.9,15.6,1.6,20.2-5.3s11.9-18,17.9-27c12.1-18.2,24.2-36.4,36.3-54.6,9.4-14.2,18.9-28.4,28.3-42.5.9-1.3,1.8-2.6,2.6-3.9,0,.3.1.5.2.6v57.8c0,7.7,6.8,15.1,14.8,14.8,8-.4,14.8-6.5,14.8-14.8v-52.9c0-2.1.1-4.2,0-6.3-.4-10.5-5.8-20.5-15.3-25.5-9.2-4.7-20.5-5-29.4.6-4.3,2.7-7.4,6.3-10.2,10.5-8,12-15.9,24-23.9,35.9-12.9,19.1-25.5,38.1-38.2,57.1-7.7,11.5-15.7,22.9-23.1,34.7-.1.2-.2.4-.4.6-4.2,6.4-1.4,16.6,5.4,20.2Z'/%3E%3Cpath class='cls-1' d='M414.7,306c-4.6-5.3-11-8.2-17.4-10.6-8.8-3.3-17.7-6.5-26.5-9.8-29.5-10.9-59-21.8-88.4-32.7h124.4c7.7,0,15.1-6.8,14.8-14.8-.4-8-6.5-14.8-14.8-14.8h-161.7c-10.2,0-19.3,5.4-22.7,15.4-2.7,7.9-.7,17.1,5.2,23.1,3,3,6.3,4.5,10.2,5.9,2.4.9,4.8,1.8,7.3,2.7,27.2,10,54.3,20.1,81.5,30.1,18.3,6.8,36.4,13.8,54.8,20.4h-192.3c-1.7,0-3-1.4-3-3v-7.9c.3-26.1-.1-52.2-.1-78.2v-33.8c0-7.7-6.8-15.1-14.8-14.8-8,.4-14.8,6.5-14.8,14.8v112h0v2.5c0,1.7-.1,3.4,0,5.1v.3c0,1.7-1.4,3-3,3h-16c-.3-.8-.7-1.5-1.1-2.3-1.5-2.7-3.4-4.6-5.6-6.6-5-4.5-10.1-9.1-15.1-13.6-17.8-16-35.5-32-53.3-48-12.2-11-24.2-22-36.5-32.9-.2-.2-.4-.4-.6-.5-5.7-5.2-15.3-6.1-20.9,0-5.2,5.6-6.1,15.3,0,20.9,9.7,8.7,19.3,17.4,29,26.1,17.7,15.9,35.3,31.8,53,47.7,3.4,3.1,6.9,6.2,10.3,9.3h-24.2c-18.8,0-37.7-.3-56.5,0h-1c-7.7,0-15.1,6.8-14.8,14.8.4,8,6.5,14.8,14.8,14.8h51c17.2,0,34.5.7,51.6,0h23.8c6.1,0,12.4.4,18.5-.7,4.3-.8,8.2-2.4,11.6-4.7,5.1,3.3,11.1,5.3,17.8,5.5,18.9.4,37.8,0,56.6,0h134.2c9.8,0,19.8.5,28.6-4.7,6.1-3.6,10.9-9.5,12.5-16.5,2.1-8.7-.8-17.1-6.4-23.5Z'/%3E%3Cpath class='cls-1' d='M219.9,198c.4,8,6.5,14.8,14.8,14.8h172.3c7.7,0,15.1-6.8,14.8-14.8-.4-8-6.5-14.8-14.8-14.8h-172.4c-7.7,0-15.1,6.8-14.7,14.8Z'/%3E%3Cpath class='cls-1' d='M407,165.8c8-.4,14.8-6.5,14.8-14.8V14.8c0-7.8-6.9-15.1-14.8-14.8-8,.4-14.8,6.5-14.8,14.8v136.2c0,7.7,6.8,15.1,14.8,14.8Z'/%3E%3C/svg%3E");
    width: 100%;
    float: right;
    height: 100%;
    background-size: 70% auto;
    opacity: 0.2;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
}
.priceaction{
    width: 100%;
    margin: 30px 0px;
    border-radius: 15px;
}
.price-root{
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}
.price-center{
    width: 50%;
    text-align: center;
    font-size: 17px;
    padding: 5px;
    color: #000000;
}
.price-span-sale{
    width: 100%;
    display: block;
    float: right;
    color: green;
    line-height: 2;
}
.price-span-buy{
    width: 100%;
    display: block;
    float: right;
    color: red;
    line-height: 2;
}
.price-form{
    width: 100%;
    float: right;
}
.price-select{
    display: flex;
}
.price-select .selected{
    border: 1px solid #000;
    padding: 15px 0px;
    color: var(--theam-secend-text-color);
    background: var(--theam-secend-color);
}
.price-select button{
    background:unset;
    border: 0px;
    color: #000000;
    width: 100%;
    border: 1px solid var(--theam-color);
}
.price-input{
    width: 100%;
    float: right;
    padding: 30px 0 0 0px;
    color: #fff;
}
.price-input input[type="text"]{
    outline: none;
    flex: 1;
    vertical-align: unset;
    padding-inline: unset;
    display: block;
    width: 100%;
    padding: 0.469rem 0.735rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d4d8dd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.price-input input[type="number"]{
    outline: none;
    flex: 1;
    vertical-align: unset;
    padding-inline: unset;
    display: block;
    width: 100%;
    padding: 0.469rem 0.735rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d4d8dd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: right;
}
.price-input-box{
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    gap: 10px;
}
.price-input-box .price-label{
    width: 20%;
    height: 38px;
    line-height: 3;
    color: #000;
}
.price-input-box  .price-input-text{
    width: 80%;
    position: relative;
}
.price-input-box  .price-input-text .no-pointer-events{
    position: absolute;
    left: 10px;
    color: #000;
    top: 10px;
}
.price-submit{
    width: 100%;
    background: url();
    border: 2px solid var(--theam-color);
    color: #000;
    padding: 10px;
    border-radius: 5px;
}
.price-info{
    display: flex;
    justify-content: center;
    /* background: var(--theam-secend-color); */
    line-height: 2;
    color: #fff;
    padding-top: 1px;
    margin-bottom: 10px;
}
.price-info .delivery-type-buttons{
    width: 100%;
    float: right;
    display: flex;
    justify-content: center;
    /* gap: 40px; */
    margin-top: 0px;
}
.price-info .delivery-type-buttons .delivery-type-button{
    border: 0px;
    background: unset;
    font-size: 17px;
    color: #000000;
    width: 100%;
    border: 1px solid var(--theam-color);
    /* background: var(--theam-secend-color); */
}
.price-info .delivery-type-buttons .delivery-type-button.selected{
    border: 1px solid #000;
    line-height: 3;
    background: #fff;
    background: var(--theam-secend-color);
}
.pricebox img {
    width: 100%;
    margin-top: 30px;
    border-radius: 15px;
}
/* Ticker Styling */
/*-----------------------------
        News Ticker
------------------------------*/
.acme-news-ticker {
    background: #fff;
    position: relative;
    height: 45px;
    border: 1px solid var(--text-color);
    margin-top: 15px;
    border-radius: 10px;
    padding: 0px;
}
@media (min-width: 768px) {
    .acme-news-ticker {
    }
}
.acme-news-ticker-label {
    background: var(--theam-color);
    padding: 10px;
    width: auto;
    float: right;
    line-height: normal;
    height: 100%;
    color: #fff;
    border-radius: 0px 10px 10px 0px;
}
@media (max-width: 575px) {
    .acme-news-ticker-label {
        position: absolute;
        /* top: -45px; */
        font-size: 10px;
        padding: 15px 5px;
        z-index: 999;
    }
    .acme-news-ticker-box ul{
        font-size: 13px;
        text-wrap: nowrap;
    }
}
.acme-news-ticker-box {
    height: 100%;
    padding-top: 12px;
    overflow: hidden;
    padding-right: 10px;
}
@media (max-width: 575px) {
    .acme-news-ticker-box {
        padding-left: 10px;
        padding-right: 45px;
    }
}
.acme-news-ticker-box ul {
    width: 100%;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}
.acme-news-ticker-box ul li a {
    color:#000;
    text-decoration: none;
}
.acme-news-ticker-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}
.acme-news-ticker-controls button {
    height: 100%;
    background: #f6f6f6;
    padding: 0;
    width: 40px;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 0 0 0 1px;
    cursor: pointer;
    display: inline-block;
}
.acme-news-ticker-controls button:hover {
    background: #eeeeee;
}
.acme-news-ticker-controls button.acme-news-ticker-arrow {
    margin: 0;
    display: inline-block;
    position: relative;
}
.acme-news-ticker-controls button.acme-news-ticker-arrow:after {
    border-color: #999;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: '';
    display: inline-block;
    height: 8px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 8px;
}
.acme-news-ticker-controls button.acme-news-ticker-pause {
    position: relative;
    display: inline-block;
}
.acme-news-ticker-controls button.acme-news-ticker-pause:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-color: #999;
    border-style: solid;
    border-width: 0 2px 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-prev:after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}
.acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-next:after {
    -webkit-transform: translate(-50%, -50%) rotate(315deg);
    -ms-transform: translate(-50%, -50%) rotate(315deg);
    transform: translate(-50%, -50%) rotate(315deg);
}
.acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-prev:after {
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    -ms-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
}
.acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-next:after {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
    -ms-transform: translate(-50%, -50%) rotate(405deg);
    transform: translate(-50%, -50%) rotate(405deg);
}

/*# sourceMappingURL=style.css.map */

/*--------------------------------------------------
notfication
--------------------------------------------------*/
.notifications>li{
	list-style: none;
}
.notifications i{
    color: var(--theam-color);
    font-size: 27px;
}
.notifications .dropdown-toggle::after {
	display: none;
}

.notifications .dropdown-toggle svg {
	fill: #67778F !important;
}

.notifications .dropdown-menu {
	min-width: 22rem;
	overflow: hidden;
}

.notifications .dropdown-menu svg {
	fill: #67778F !important;
}

.notifications .dropdown-menu svg:hover {
	fill: #5a8dee !important;
}

.notifications .dropdown-menu h6 {
	font-size: 1rem;
}

.notifications .badge-notifications {
	top: 0.5rem;
	padding: 0.2rem 0.4rem;
}

.badge.badge-notifications {
	transform: translate(50%, -30%);
}

.badge.badge-notifications {
	position: absolute;
	top: auto;
	display: inline-block;
	margin: 0;
	transform: translate(50%, -30%);
}

.notifications .dropdown-menu .text-muted {
	--bs-text-opacity: 1;
	color: #a8b1bb !important;
}

.notifications .dropdown-menu small, .small {
	font-size: 85%;
}

.notifications .dropdown-menu p {
	font-size: 0.8rem;
}

.notifications .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item {
	padding: 1rem;
	cursor: pointer;
}

.notifications .dropdown-notifications-actions {
	text-align: center;
}

.notifications .dropdown-notifications-list .dropdown-notifications-item:not(.marked-as-read) .dropdown-notifications-archive {
	visibility: hidden;
}

.notifications .dropdown-notifications-list .dropdown-notifications-item:hover:not(.marked-as-read) .dropdown-notifications-archive {
	visibility: visible;
}
.recent-orders-section .card {
    transition: transform 0.2s ease-in-out;
    border-left: 4px solid #007bff !important;
}

.recent-orders-section .card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
}

.border-left-primary {
    border-left: 4px solid #007bff !important;
}

.text-xs {
    font-size: 0.75rem;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

#recent-orders-container .badge {
    font-size: 0.75rem;
}

#recent-orders-container .card-body {
    padding: 1rem;
}

/* استایل‌های responsive */
@media (max-width: 768px) {
    .recent-orders-section .col-md-6 {
        margin-bottom: 1rem;
    }
    
    #recent-orders-container .card-body {
        padding: 0.75rem;
    }
}

/* انیمیشن برای ظاهر شدن کارت‌ها */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.recent-orders-section .card {
    animation: fadeInUp 0.5s ease-out;
}


  /* استایل‌های ساده برای باکس اطلاعیه‌ها */
        .news-container {
            background: #f8f9fa;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 5px;
            margin: 0 0 0px 0;
            width: 100%;
            float: right;
        }

        .news-header {
            background: var(--theam-color);
            color: white;
            padding: 5px 15px;
            border-radius: 7px 7px 0 0;
            font-weight: bold;
            /* display: flex; */
            justify-content: space-between;
            align-items: center;
            position: relative;
            margin-bottom: 5px;
        }

        .news-header .title {
            font-size: 14px;
            /* float: right; */
        }

        .news-header .count {
            background: rgba(255,255,255,0.2);
            padding: 2px 5px;
            border-radius: 12px;
            font-size: 10px;
            /* float: right; */
        }

        .news-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .news-item {
            background: white;
            border: 1px solid #e9ecef;
            border-radius: 5px;
            margin-bottom: 8px;
            padding: 12px 15px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
        }

        .news-item:hover {
            background: #f8f9fa;
            border-color: #007bff;
            transform: translateY(-1px);
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .news-item:last-child {
            margin-bottom: 0;
        }

        .news-item .icon {
            color: #007bff;
            margin-left: 10px;
            font-size: 16px;
        }

        .news-item a {
            color: #333;
            text-decoration: none;
            flex: 1;
            font-size: 14px;
            line-height: 1.4;
        }

        .news-item a:hover {
            color: #007bff;
        }

        .news-item .date {
            color: #6c757d;
            font-size: 11px;
            margin-right: 10px;
        }

        /* افکت برای اطلاعیه‌های جدید */
        .news-item.new-item {
            background: linear-gradient(90deg, #d4edda, #ffffff);
            border-color: #28a745;
            animation: newItemGlow 3s ease-out;
        }

        @keyframes newItemGlow {
            0% { 
                background: #d4edda;
                box-shadow: 0 0 10px rgba(40, 167, 69, 0.3);
            }
            100% { 
                background: white;
                box-shadow: none;
            }
        }

        /* حالت loading */
        .news-loading {
            text-align: center;
            padding: 20px;
            color: #6c757d;
        }

        .loading-spinner {
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 3px solid #f3f3f3;
            border-top: 3px solid #007bff;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin-left: 10px;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        /* دکمه به‌روزرسانی */
        .news-controls {
            position: absolute;
            left: 9px;
        }

        .update-btn {
            background: #28a745;
            color: white;
            border: none;
            padding: 1px 5px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 12px;
            transition: background 0.3s;
        }

        .update-btn:hover {
            background: #218838;
        }

        .update-btn:disabled {
            background: #6c757d;
            cursor: not-allowed;
        }

        /* برای موبایل */
        @media (max-width: 768px) {
            .news-container {
                margin: 10px 0;
                padding: 10px;
            }
            
            .news-header {
                margin: -10px -10px 10px -10px;
                padding: 8px 12px;
            }
            
            .news-item {
                padding: 10px 12px;
                flex-direction: column;
                align-items: flex-start;
            }
            
            .news-item .date {
                margin-right: 0;
                margin-top: 5px;
            }
        }
        
        
        
        /* Timer Container */
main .timer-container {
    max-width: 400px;
    margin: 0 auto;
}

main .timer-alert {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border: 2px solid #f0ad4e;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(240, 173, 78, 0.3);
}

/* Timer Display */
main .countdown-display {
    text-align: center;
    margin: 15px 0;
}

main .countdown-timer {
    font-family: 'Courier New', monospace;
    font-size: 3rem;
    font-weight: bold;
    color: #e74c3c;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    line-height: 1;
    margin-bottom: 8px;
}

main .time-digit {
    display: inline-block;
    min-width: 60px;
    padding: 10px;
    background: rgba(231, 76, 60, 0.1);
    border-radius: 8px;
    margin: 0 2px;
}

main .time-separator {
    font-size: 2.5rem;
    margin: 0 5px;
    animation: blink 1s infinite;
}

main .countdown-label {
    font-size: 0.85rem;
    color: #6c757d;
    margin-top: 5px;
}

main .countdown-message {
    display: block;
    margin-top: 10px;
    font-style: italic;
}

/* انیمیشن‌ها */
@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0.3; }
}

@keyframes pulse-icon {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

main .pulse-icon {
    animation: pulse-icon 1.5s ease-in-out infinite;
}

/* حالت‌های مختلف Timer */
main .countdown-timer.warning {
    color: #f39c12;
    animation: pulse-timer 1s infinite;
}

main .countdown-timer.danger {
    color: #e74c3c;
    animation: pulse-timer 0.5s infinite;
}

main .countdown-timer.expired {
    color: #95a5a6;
    text-decoration: line-through;
    animation: none;
}

@keyframes pulse-timer {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* حالت تایید شده */
main .timer-approved {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%) !important;
    border-color: #28a745 !important;
}

main .timer-approved .countdown-timer {
    color: #28a745 !important;
    animation: none !important;
}

/* حالت رد شده */
main .timer-rejected {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%) !important;
    border-color: #dc3545 !important;
}

main .timer-rejected .countdown-timer {
    color: #dc3545 !important;
    animation: none !important;
}

/* Responsive */
@media (max-width: 576px) {
   main  .countdown-timer {
        font-size: 2.5rem;
    }
    
   main  .time-digit {
        min-width: 50px;
        padding: 8px;
    }
    
  main   .time-separator {
        font-size: 2rem;
    }
}
/* استایل‌های محصولات */
main .products-section {
    margin: 20px 0;
}

/* استایل‌های سفارش‌های اخیر */
main .recent-orders-section {
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

main .recent-orders-header h4 {
    margin-bottom: 0;
    font-weight: 600;
}

main .order-card {
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-radius: 12px;
}

main .order-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
}

main .order-card .card-body {
    padding: 1rem;
}

main .order-card .card-title {
    color: #495057;
    font-size: 0.95rem;
}

main .order-card .badge {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
}

main .order-card .card-text {
    color: #6c757d;
    margin-bottom: 0.3rem;
}

main .order-card .text-muted {
    font-size: 0.8rem;
}

/* حالت تاریک (اختیاری) */
@media (prefers-color-scheme: dark) {
  main  .recent-orders-section {
        background: #1a1a1a;
        border-top-color: #333;
    }
    
  main  .order-card {
        background: #2d3748;
        border: 1px solid #4a5568;
    }
    
   main .order-card .card-title {
        color: #e2e8f0;
    }
    
  main  .order-card .card-text {
        color: #a0aec0;
    }
}

main .products-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

main .product-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

main .product-item:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

main .product-header {
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

main .product-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 0 8px 0;
}

main .product-description {
    color: #666;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

/* قسمت قیمت‌ها */
main .product-prices {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 0px 0 0 0;
}

main .price-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid transparent;
    background: #f8f9fa;
    flex: unset;
}

/* قیمت‌های کلیک‌پذیر */
main .price-clickable {
    cursor: pointer;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    user-select: none;
}

main .price-clickable:hover {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-color: #2196f3;
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 4px 15px rgba(33, 150, 243, 0.2);
}

main .price-clickable:active {
    transform: translateY(0) scale(0.98);
}

/* قیمت خرید */
.buy-price-item.price-clickable:hover {

        background: linear-gradient(135deg, #fff3e0 0%, #ffcc80 100%);
    border-color: #ff9800;
    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.2)
}

/* قیمت فروش */
main .sale-price-item.price-clickable:hover {
    background: linear-gradient(135deg, #e8f5e8 0%, #c8e6c9 100%);
    border-color: #4caf50;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.2);
}

/* قیمت‌های غیرفعال */
main .price-disabled {
    background: #f5f5f5;
    color: #999;
    opacity: 0.6;
    cursor: not-allowed;
}

main .price-label {
    font-weight: 500;
    margin-left: 12px;
    font-size: 14px;
    color: #555;
}

main .price-value {
    font-weight: bold;
    font-size: 18px;
    margin-left: 8px;
    color: #333;
}

main .price-unit {
    font-size: 12px;
    color: #666;
    margin-left: auto;
    margin-right: 8px;
}

main .click-icon {
    margin-left: 8px;
    font-size: 20px;
    opacity: 0.7;
    transition: all 0.3s ease;
}

main .price-clickable:hover .click-icon {
    opacity: 1;
    animation: pulse 1.5s infinite;
    transform: scale(1.1);
}

main .disabled-icon {
    margin-left: 8px;
    font-size: 16px;
    opacity: 0.5;
}

main .disabled-text {
    color: #dc3545;
    font-style: italic;
    font-weight: normal;
}

/* راهنمای کلیک */
main .click-hint {
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
    background: rgba(33, 150, 243, 0.9);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    opacity: 0;
    transition: all 0.3s ease;
    white-space: nowrap;
    pointer-events: none;
}

main .price-clickable:hover .click-hint {
    opacity: 1;
    left: -80px;
}

/* استایل‌های Modal */
main .operation-badge {
    display: inline-block;
}

/* انیمیشن‌ها */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* استایل‌های سفارشی برای Modal یکپارچه */
main .order-steps .step {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

main .step.active {
    background-color: #0d6efd;
    color: white;
}

main .step.completed {
    background-color: #198754;
    color: white;
}

main .step.inactive {
    background-color: #f8f9fa;
    color: #6c757d;
}

main .success-animation {
    font-size: 4rem;
    color: #198754;
    animation: bounce 0.6s;
}

main .error-animation {
    font-size: 4rem;
    color: #dc3545;
    animation: shake 0.6s;
}

main .waiting-animation {
    animation: pulse 2s infinite;
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% { transform: translate3d(0,0,0); }
    40%, 43% { transform: translate3d(0,-30px,0); }
    70% { transform: translate3d(0,-15px,0); }
    90% { transform: translate3d(0,-4px,0); }
}

@keyframes shake {
    0%, 100% { transform: translate3d(0,0,0); }
    10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px,0,0); }
    20%, 40%, 60%, 80% { transform: translate3d(10px,0,0); }
}

main .form-section {
    background-color: #f8f9fa;
}

main .order-summary {
    background-color: #f8f9fa;
}

main .notification-content {
    padding: 2rem;
}

main #unifiedOrderModal .modal-dialog {
    max-width: 600px;
}

/* Responsive Design */
@media (max-width: 768px) {
  main   .product-item {
        padding: 15px;
        margin: 0 10px;
    }
    
  main   .product-title {
        font-size: 18px;
    }
    
 main    .price-item {
        padding: 10px 12px;
    }
    
  main   .price-value {
        font-size: 16px;
    }
    
 main    .click-icon {
        font-size: 18px;
    }
    
  main   .click-hint {
        display: none;
    }
    
    main .order-steps {
        flex-direction: column;
        gap: 0.5rem;
    }
    
   main  .step {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 576px) {
    main .products-list {
        gap: 15px;
    }
    
   main  .product-item {
        border-radius: 8px;
        padding: 12px;
        /* flex-wrap: wrap; */
    }
    main .product-prices{
    flex-direction: column;
}
  main   .price-item {
        padding: 8px 10px;
    }
    
   main  .price-value {
        font-size: 14px;
    }
}


   /* === CSS استایل‌های سیستم بروزرسانی قیمت محصولات === */

/* انیمیشن بروزرسانی */
.price-update-indicator {
    position: fixed;
    top: 20px;
    left: 20px;
    background: rgba(0, 123, 255, 0.9);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.85em;
    z-index: 1050;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    backdrop-filter: blur(10px);
    animation: slideInLeft 0.3s ease;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* وضعیت‌های مختلف محصولات */
.product-item {
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.product-item.product-active {
    border-color: var(--theam-color, #007bff);
    background: rgba(0, 123, 255, 0.02);
}

.product-item.product-disabled {
    background: #f8f9fa;
    border-color: #dee2e6;
    opacity: 0.7;
    position: relative;
}

.product-disabled-message {
    background: rgba(108, 117, 125, 0.1);
    border-radius: 8px;
    margin: 10px 0;
    font-size: 0.9em;
}

.product-disabled-message i {
    font-size: 1.5em;
    color: #6c757d;
}

/* استایل‌های قیمت */
.price-value {
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    padding: 2px 0;
}

.price-value.price-enabled {
    color: inherit;
    text-decoration: none;
}

.price-value.price-disabled {
    color: #6c757d !important;
    text-decoration: line-through;
    font-style: italic;
}

/* رنگ‌بندی قیمت‌ها */
.price-value.text-success {
    color: #28a745 !important;
}

.price-value.text-danger {
    color: #dc3545 !important;
}

.price-value.text-muted {
    color: #6c757d !important;
}

/* انیمیشن تغییر قیمت */
.price-value.price-updated {
    animation: priceChangeFlash 1s ease;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 193, 7, 0.3) 50%, transparent 70%);
}

@keyframes priceChangeFlash {
    0%, 100% {
        background-position: -200px 0;
    }
    50% {
        background-position: 200px 0;
    }
}

/* Badge های وضعیت */
.price-status {
    font-size: 0.75em;
    padding: 2px 8px;
    border-radius: 10px;
    margin-right: 5px;
    transition: all 0.3s ease;
}

.badge.bg-success {
    background-color: #28a745 !important;
}

.badge.bg-secondary {
    background-color: #6c757d !important;
}

/* نمایش نوع کاربر */
.user-type {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.85em;
    font-weight: 500;
    transition: all 0.3s ease;
}

.user-type.partner {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.user-type.normal {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

/* وضعیت آخرین بروزرسانی */
.last-update-status {
    font-size: 0.8em;
    padding: 2px 8px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin: 5px 0;
    transition: all 0.3s ease;
}

.last-update-status.text-success {
    color: #28a745;
    background: rgba(40, 167, 69, 0.1);
}

.last-update-status.text-warning {
    color: #ffc107;
    background: rgba(255, 193, 7, 0.1);
}

.last-update-status.text-danger {
    color: #dc3545;
    background: rgba(220, 53, 69, 0.1);
}

/* پیام خطا */
.price-error-message {
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.3);
    color: #856404;
    margin-bottom: 20px;
    border-radius: 8px;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.price-error-message i {
    margin-left: 8px;
    font-size: 1.1em;
}

/* بهبود ظاهر دکمه‌های بروزرسانی */
.update-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: inherit;
    padding: 6px 16px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.85em;
}

.update-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.update-btn:active {
    transform: translateY(0);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .price-update-indicator {
        top: 10px;
        left: 10px;
        right: 10px;
        font-size: 0.8em;
        padding: 6px 12px;
        justify-content: center;
    }
    
    .user-type {
        font-size: 0.75em;
        padding: 3px 10px;
    }
    
    .price-value {
        font-size: 1em;
    }
    
    .last-update-status {
        font-size: 0.75em;
    }
}

/* افکت pulse برای قیمت‌های جدید */
@keyframes pulseBorder {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

.product-item.price-just-updated {
    animation: pulseBorder 2s;
}

/* loading skeleton برای محصولات */
.product-skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
    height: 20px;
    margin: 5px 0;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* بهبود ظاهر کلی بخش محصولات */
.products-section {
    position: relative;
    overflow: hidden;
}

.products-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.02) 0%, rgba(40, 167, 69, 0.02) 100%);
    pointer-events: none;
}

/* تم تیره */
@media (prefers-color-scheme: dark) {
    .product-item.product-disabled {
        background: #343a40;
        border-color: #495057;
    }
    
    .price-update-indicator {
        background: rgba(0, 0, 0, 0.8);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .product-skeleton {
        background: linear-gradient(90deg, #343a40 25%, #495057 50%, #343a40 75%);
        background-size: 200% 100%;
    }
}