@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(27 59 66);
    --theam-color: #111111;
    --theam-secend-color: #cdb075;
} 
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;
	border-bottom: 1px solid #ccc;
}
#infoMessage{
    width: 100%;
    float: right;
    margin: 30px 0 0 0px;
}
section{
		width:100%;
	float: right;
}
header .header{width:100%;float:right;padding: 10px 0px;}
.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-secend-color);
    border: 2px solid var(--theam-secend-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: 100%;position: relative;height: 80px;padding: 0px 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;
}
.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: #000000;
    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;
    }
    .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: #00000069;position: absolute;top: 0;z-index: 8888;}
}



/**************foooter******/
footer{
    float: right;
    width: 100%;
    padding-top: 40px;
    padding-top: 40px;
}
footer .copyrights{
    background: var(--theam-secend-color);
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 15px;
    float: right;
}
footer .copyrights a{
	color: var(--text-color);
}
.footer-wighet{
    width: 100%;
    float: right;
    text-align: right;
}
.footer-wighet .title{
	font-size: 17px;
	color: #ceb175;
	width: 100%;
	float: right;
	margin-bottom: 20px;
}
.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 .title{color: #000;}
.footer-wighet .soial-list{
    width: 100%;
    float: right;
    margin-bottom: 20px;
    background: #e5e5e5;
    padding: 20px;
    border-radius: 10px;
}
.footer-wighet .application{
    width: 100%;
    float: right;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.footer-wighet .application a{
    background: var(--theam-secend-color);
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    /* display: block; */
    width: 175px;
    text-align: center;
    /* margin: 0 auto; */
}
.footer-wighet .soial-list ul {
    display: flex;
    gap: 20px;
    justify-content: center;
    width: 100%;
    float: right;
}
.footer-wighet .soial-list ul li{width: auto;float: right;}
.footer-wighet  .soial-list ul li svg{
    width: 45px;
    height: auto;
    fill: #4a4747 !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;
    flex-wrap: wrap;
}

.footer-wighet ul.contact  li{
    float: right;
    width: 100%;
    line-height: 24px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #000;
}
.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: #ceb175 !important;
}

.footer-wighet ul {list-style: circle;color: var(--theam-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{
        color: #000000;
        font-size: 14px;
}
.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-wighet .contact{
		display: block;
		gap: 19px;
	}
	.footer-wighet .nemad{
    height: auto;
    position: relative;
    top: 0px;
    margin-top: 20px;
}
	footer{
    margin-top: 50px;
}
	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: 22px;
}
	header .header .selectloc{
    width: 70%;
    margin-bottom: 10px;
    /* margin-top: 10px; */
    /* padding: 0px 10px !important; */
    margin-right: 2%;
}
	.menuuser{
    width: 60px;
    /* 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: var(--theam-secend-color);
	border-color: var(--text-color);
}
.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;background: url(../images/pattern-min.png) center bottom repeat-x;background-position: center bottom;}
.priceaction{
    width: 100%;
    margin: 30px 0px;
    padding: 0 20px 20px 20px;
    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-bottom: 1px solid var(--theam-secend-color);
    padding: 15px 0px;
    color: #ffffff;
    background: var(--theam-secend-color);
}
.price-select button{
    background:unset;
    border: 0px;
    color: #000000;
    width: 100%;
    background: #ccc;
}
.price-input{
    width: 100%;
    float: right;
    padding: 30px 0 0 0px;
    color: #000000;
}
.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;
}
.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: #fff;
    border: 2px solid var(--theam-secend-color);
    color: #000000;
    padding: 10px;
    border-radius: 5px;
}
.price-info{
    display: flex;
    justify-content: center;
    background: var(--theam-secend-color);
    line-height: 2;
    border-radius: 0 0 10px 10px;
    color: #fff;
    padding-top: 1px;
    margin-bottom: 10px;
}
.price-info .delivery-type-buttons{
    width: 100%;
    float: right;
    display: flex;
    justify-content: center;
    margin-top: 0px;
}
.price-info .delivery-type-buttons .delivery-type-button{
    border: 0px;
    background: #ccc;
    font-size: 17px;
    color: #000000;
    width: 100%;
}
.price-info .delivery-type-buttons .delivery-type-button.selected{
    color: #332f2f;
    border-top: 2px solid #cccc;
    border-bottom: 1px solid var(--theam-secend-color);
    padding: 15px 0px;
    color: #ffffff;
    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 #ccc;
border-top:0px;
  /* margin-top: 45px; */
  border-radius: 0 0 10px 10px;
  }
  @media (min-width: 768px) {
    .acme-news-ticker {
      /* margin-top: 75px; */
      } }
  .acme-news-ticker-label {
    background: var(--theam-secend-color);
    padding: 10px;
    width: auto;
    float: right;
    line-height: normal;
    height: 100%;
    color: #fff;
    border-radius: 0px 0px 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 */