@font-face {
    font-family: 'bentonsansbold';
    src: url('../font/bentonsans_bold-webfont.woff2') format('woff2'),
         url('../font/bentonsans_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bentonsansmedium';
    src: url('../font/bentonsans_medium-webfont.woff2') format('woff2'),
         url('../font/bentonsans_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bentonsansregular';
    src: url('../font/bentonsans_regular-webfont.woff2') format('woff2'),
         url('../font/bentonsans_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
	font-family:"bentonsansregular","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	background: #F8F8FA;
}


a, a:hover, a:active{
	text-decoration: none;
}
h1,h2,h3,h4,h5,p,ul,li{
	margin: 0;
	padding: 0;
}

.page-main-contain{
	min-height: 475px;
	padding-top: 40px;
	position: relative;
}
.page-main-contains{
	padding-top: 40px;
	position: relative;	
}
.countdown .page-main-contain {
    min-height: inherit;
}
.box img{
	width:100%; 
}

.topmenuRow{
 z-index:99;
 position: relative;
}
.box{
	/*border:2px solid #E7E7E7; */
	margin-bottom:20px;
	background: #fff;
	box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07); 
}

.box-content p{
	padding:5px 20px; 
	font-size:14px; 
	margin: 0px;
}
.content-box{
	color: #d600a9;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	margin:0px;	
}
.content-box a{
	color: #d600a9;
	font-weight: bold;	
}
.content-box a:hover{
	color: #333333;
}
.box-footer-text{
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	/*border-bottom:2px solid #e7e7e7; */
	border-bottom:0px solid #e7e7e7; 
}
.box-icon{
	width: 48px;
    height: 48px;
	text-align: center;
	padding:0px 0px; 
    background: #b3b5c9;
    border-radius: 50%
}

.box-icon i{
	/*padding:8px 0px; */
	font-size:32px;
	padding:12px 0px;
}
.hover .box{
	height: 540px !important
}

.box-icon:hover{
    background: #d600a9;    
}

.box a img{
      
}

.boximg{
  height: 400px !important;
    overflow: hidden;    
}

.bunique{
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 344px;
    background-size: cover;
    padding-bottom: 20px;
}

.box .box-content{
    height: 50%;
    background: rgb(0,13,136);
    background: linear-gradient(0deg, rgba(0,13,136,1) 74%, rgba(255,255,255,0) 100%);
    margin-top: -70px;
    padding-top: 100px !important;
}
.innercardbox{
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 8px 12px;
    display: table;
    position: relative;
    width: 100%;
    bottom: -2px;
    margin-right: 0px;
    height: 161px;
    overflow: hidden;
}
.left_innerbox .card-title a{
    font-size: 15px;
        white-space: unset;
}
.left_innerbox .card-title{
    white-space: unset;
    line-height: 1;
    margin-bottom: 10px;
}
.left_innerbox .card__location-content{
    white-space:unset;
}
.left_innerbox .card__location-content a{    
    font-weight: 500 !important;
    font-size: 13px;
    letter-spacing: normal;
}
.left_innerbox .prix{
    color: #e03fbe;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
    letter-spacing: normal;
}

.left_innerbox{
    float: left;
    width: 56%;
    padding-right: 6px;
}
.right_innerbox{
    float: right;
    width: 44%;
    border-radius: 15px;
    overflow: hidden;    
}
.right_innerbox .datexp{
    padding-top: 10px;
    background: #f0f1fa;
    display: table;
    width: 100%;
    margin-top: -10px;
    position: relative;
    z-index: 99;
}
.badge.category{
    min-width: 100% !important
}
.right_innerbox .datexp table {
    margin: 0px !important;
    width: 100%;
}
.right_innerbox .datexp table tr td{
    letter-spacing: normal !important;
    font-size: 12px;
    text-align: right;
    color: #000D8C;
    font-weight: 600;
    
}
.right_innerbox .datexp table tr.secdatexp td{
    font-size: 32px !important;
    line-height: 1.2;
}
.right_innerbox .datexp .sepa{
    display: table;
    float: left;
    height: 100px;
    padding-top: 14%;  
    padding-left: 5px;
}
.right_innerbox .datexp .separator{
    font-size: 25px; 
    font-weight: bold; 
    color: #000D8C; 
    padding-top: 50%    
}
// faq
#button_FAQ{
	display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0;
    letter-spacing: 0;
    background: red;
}

#whatsappBook {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0;
    letter-spacing: 0;
    background: #028a38
}
#whatsappBook:hover{background: #013e19!important}
.btn-seemore{
	border:1px solid #41687e;
	border-radius:4px;
	background:transparent;
	color:#41687e;
	text-decoration: none !important;
	padding: 10px 20px;
	outline:none !important;
}
.btn-seemore:hover{
	color: #41687e;
}
.categories-browse-title{
	margin-top:40px;
}
.img-draw{
	padding: 10px;
	border-radius:8px; 
}
.img-draw img{
	width:100%;  
	/*height:100%;*/
	border-radius:8px; 
}
.image-drawer{
	margin-top:30px;
}
.image-cover-text{
	position: relative;
}
.image-text{
	color:#fff;
	position: absolute;
    top: 50%;
    left: 50%;
    font-size:18px; 
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
	text-align:center;
	position: absolute;
}

.social-icon{
	padding: 6px 0px;
}
.social-icon a{
	border: 2px solid transparent;
	display: inline-block;
	/*border-radius: 50%;*/
	height: 32px;
	width: 32px;
	text-align: center;
	padding: 2px;
	margin: 0 4px;
	transition: all .4s ease-in-out;

}
.social-icon a:hover{
	/*border: 2px solid #d600a9;*/
	border: 2px solid #777;
}
.social-icon a:hover i{
	/*background: #d600a9;*/
	background: #777;
}
.social-icon a i:hover{
	color:#fff;
}
.social-icon a:hover i{
	color:#fff;
}
.social-icon a i{
	background: transparent;
	height: 100%;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 16px;
	/*border-radius: 50%;*/
	display: block;
	line-height: 24px;
}
.cat-menu-map{
	margin-top:20px;
	padding:0px;
	list-style: none; 
}
.cat-menu-map li{
	border-bottom:1px solid #BEBEBE;
}
.cat-menu-map li a{
	color: #d600a9;
	text-decoration: none;
	display:block; 
	padding:5px 00px; 
}
.map-under-box{
	padding-top:10px; 
}
.down-icon,.my-iocn{
	font-size:25px !important; 
}
.map-inner-box{
	position: relative;
}
.map-box{
	margin-top:15px;
}
.map-mar-box {
	top:28%;
	left:4%; 
	position: absolute;
	color: #50544E;
}
.location-box{
  color:#50544E;
  padding:5px 0px 5px 25px; 
  width:100%;
  border-radius:3px;
  border:1px solid #838383;  	
}
.events-title{
	font-size:35px; 
	margin-top:20px;
}
.tags-related{
	color:#000;
	font-size:14px; 
	border-radius:25px; 
	border: 1px solid #50544E;
	padding:4px 12px; 
}
.tag-related-parent{
	margin-top:10px;
	margin-bottom:50px; 
}
.tags-related a{
	padding-left:7px; 
	text-decoration: none;
	color: #000;
}

.day-title{
	color:#50544E;
	border-bottom:2px solid #50544E;
	padding-bottom:10px; 
}
.rev-wrapper{
	margin-top:5px;
	margin-bottom:5px;
}
.rev-box{
	background: #fff;
	margin-bottom:20px; 
}
.org-box{
	margin-left:10px;
}
.org-box:nth-of-type(2n+2){
	margin-left:0px;
}
.org-box .box-imager-wrapper{
	min-height:120px; 
	padding: 10px;
}
.org-box .valuse-box-org{
	background: #EFF2F5;
	padding: 5px;
	text-align: center;
}

.box-imager-wrapper{
	padding:0px; 
}
.box-image-rev{
	width:100%; 
	height:auto; 
}
.box-rev-box-title{
	margin:0px;
	padding: 10px 20px 0 0;
	font-size:12px; 
	color:#000;
}
.box-conetent-title{
	padding:5px 0px; 
	color:#000;
	font-size:15px; 
	font-weight: 600;
}
.box-footer-title{
	padding-bottom:5px; 
	color:#666A73;
	font-size:12px;
	margin:0px;
}	
.valuse-box{
	background: #EFF2F5;
}
.valuse-box-title{
	width:auto; 
	padding:10px 0px; 
	background: #EFF2F5;
	font-size: 12px;
}
.share-box{
	padding:0px;
	border-top:1px solid #EFF2F5;
}
.share-box a{
	background: #fff;
	border-left: 1px solid #efefef;
	color:#000;
	display: inline-block;
	/*height: 100%;*/
	text-align: center;
	width: 35px;
}
.share-box a i{
	line-height: 37px;
}
.view-more-btn{
	text-decoration:none !important;
	color: #0175AE;
}
.view-more-btn-parent{
	padding: 20px 0px;
}
.more-dates-btn{
	margin-top:10px;
}
.more-dates-btn a{
	border:1px solid #0175AE;
	border-radius:3px; 
	padding:10px 15px; 
}
.feedback-link{
	margin-top:50px;
}
.paginate-design{
	padding-top:40px;
	list-style: none;
}
.paginate-design li a{
	color: #2890BF;
	text-decoration: none;
	font-size:24px; 
	padding:0px 10px;
}
.paginate-design li:nth-of-type(2) a{
	border:1px solid #BEBEBE;
	color: #000;
}
.detail-box-wrapper{
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	/*margin-top:30px; */
	margin-top:100px; 
}
.detail-box-image{
	padding:0px; 
}
.detail-box-image img{
	width:100%; 
	height:auto; 
	border-radius:4px 0px 0 0; 
}
.detail-box-content{
	/*padding:30px; */
	padding:30px 30px 0px 30px; 
	border-radius:0px 4px 0 0; 
	background:#F4F5F6;
}
.detail-title{
	font-size: 22px;
	padding-top:20px; 
	padding-bottom:20px;
	font-weight: bold; 
}
.detail-link{
	padding-top:10px; 
	padding-bottom:20px; 
}
.detail-box-btn{
	background: #fff;
	border-top:1px solid #D2D6DF;
	border-bottom:1px solid #D2D6DF;
}
.social-icon-box{
	padding:0px; 
	display: block;
}
.social-icon-box a{
	display: inline-block;
	padding: 15px 0px 15px 15px;
	text-align: center;
	font-size:24px;
}
.social-icon-box a i{
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.register-btn{
	color:#fff;
	font-weight:600;
	border-radius:3px;  
	margin:15px 0px;
	width:100%;
	border:none;
	padding:10px 0px;  
	background:#00ab44;
	font-size: 12px;
}
.descripton-content p{
	padding: 5px 0px;
	color:#666A73;
	font-size:15px;  
	letter-spacing:0.5px; 
}
.descripton-content h3{
	letter-spacing:0.5px; 
	/*margin-top:50px;*/
	/*text-transform: uppercase;*/
	/*font-weight: bold;*/
	/*padding-top:10px; */
	/*font-size:12px;*/
	font-size: 37px;
	font-weight: 700;
	text-transform: none;
	color: #000D8C;
	padding-bottom: 20px;
}
.descripton-content p img{
	max-width:100% !important; 
}
.descripton-content-title{
	letter-spacing:0.5px; 
	/*margin-top:45px;*/
	text-transform: uppercase;
	font-weight: bold;
	font-size:12px;
	padding-top:15px; 
}
.contect-box-wrapper{
	padding-top:50px; 
}
.date-time-set{
	/*margin-top:20px;*/
}

.org-box-main{
	/*border: 2px solid #dddddd;*/
	/*border-radius: 6px;*/
	margin: 10px 0;	
}
.org-box-main h4{
	padding:  12px 10px 0px 14px ;
	font-size: 18px;
	/*background: #dddddd;*/
	font-weight: bolder;
	font-family: bentonsansmedium;
	color:#333333;
}
.org-boxes{		
	/*padding: 15px 0px 0px 0px;*/
}
.image-box-org{
	text-align: center;
}
.image-box-org img:hover{
	transition: all .3s;
	transform: translateY(-10px);
}
.image-box-org img{
	/*width: 100%;*/
	height: 160px;
	border-radius: 50%;
	position: relative;
	bottom: 65px;
	box-shadow: 0 15px 35px rgba(50, 50, 93, .4), 0 5px 15px rgba(0, 0, 0, .07) !important;
}
.org-box-tit{
	font-family: bentonsansmedium;
	font-weight: bold;
	padding:5px 0; 
	font-size: 18px;
	
	/*margin:10px 0;*/
	/*border-top: 2px solid #7F7F7F;*/
	/*border-bottom: 2px solid #7F7F7F;*/
}
.org-link-box{
	font-size: 13px;
	position: relative;
	bottom: 40px;
}
.orge-prof{
	position: relative;
	top: 9px;
}
.orge-prof a {
	padding:13px; 
}
.ctog:focus{
	box-shadow: none;
/*	font-family: bentonsansmedium;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 17px;
	outline: none !important;
	border:0;
	width:100%;
	padding: 10px;
	background:#d600a9;
	color:#fff;
	border-radius: 3px;*/
}
.link-tags{
	border:1px solid #D2D6DF;
	padding:5px 10px;
	border-radius:50px;  
	color:#000;
	font-size:12px;
}
.link-tags:hover{
	border:1px solid #027BBD;
}
a.social-logo-detail{
	display: inline-block;
	margin-right:5px;
}
.social-logo-detail i{
	background: #adb0b6;
	height:45px; 
	width:45px; 
	display:inline-block;
	border-radius:50%;
	font-size:22px;   
	text-align: center;
	color:#fff;
	padding:11px 0; 
}
.social-logo-detail i:hover{
	background: #bdc0c5;
}
.social-parent{
	padding-bottom:30px; 
	/*border-bottom:1px solid #bdc0c5;*/
}
.profile-pop{
	padding-top:50px; 
}
.profile-pop h5{
	font-weight: bolder;
}
.profile-pop p{
	padding:10px; 
	font-size:15px;
}
.profile-pop a{
	color:#0278b8;
}
.profile-pop a i{
	height:25px;
	width:25px;
	background:#adb0b6;
	color:#fff;
	border-radius:50%; 
	padding-top:5px;
	margin-right:10px; 
}
.detail-map{
	padding:30px 0px 0px 0px; 
}
.cover-wrapper-details{
	background: #fff;
	padding:0px; 
}
.cover-wrapper-child{
	padding-left:40px; 
}
.listing-map-address{
	color:#666A73;
	font-size:15px; 
	margin-bottom:40px; 
}
.header-background{
	height: 50vh;
	max-height: inherit;
	min-height: 400px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%
}
.header-background .image{
	-webkit-filter: blur(10px) brightness(0.9);
	-moz-filter: blur(10px) brightness(0.9);
	-o-filter: blur(10px) brightness(0.9);
	-ms-filter: blur(10px) brightness(0.9);
	filter: blur(50px) brightness(0.9);
}
.header-background .image img{
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(00%, -30%);
	-moz-transform: translate(00%, -30%);
	-ms-transform: translate(00%, -30%);
	-o-transform: translate(00%, -30%);
	transform: translate(00%, -30%);
}
.profile-title{
	/*font-size: 35px;*/
	font-size: 2rem;
	font-weight: bold;
    line-height: 50px;
    color: #282C35;
    font-family: 'bentonsansmedium';
    text-rendering: optimizelegibility;
}
.profile-tag-line{
	font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #282C35;
    text-rendering: optimizelegibility;
}
.profile-pic-box{
	background: #fff;
	border:1px solid #8691A2;
}
.profile-pic-box img{
	box-sizing: border-box;
	padding:10px; 
	width:100%;
	height:auto;
}
.profile-ins-text{
	color: #666A73;
	font-size: 15px;
	padding:8px; 
}
.pro-choose-file,.pro-account{
	margin-top:10px;
	width:100%;
	padding:8px; 
	color: #d600a9;
	background-color: transparent;
    font-family: 'bentonsansmedium';
	border: 2px solid #d600a9;
	padding: 10px 12px;
	font-size: 14px;
	border-radius: 3px;
	letter-spacing:0.5px; 
}
.pro-account{
	width: 40%;
}
.pro-choose-file:hover,.pro-account:hover{
	transition: all 0.3s;
	background:#d600a9;
	color:#fff;
}
.facebook-box{
	position: relative;
}
.facebook-box .fb-prefix{
	position: relative;
	left: 0px;
	padding: 6px 10px;
	top: 7px;
	color: #c8c8c8;
}
.facebook-box .prefix-fb{
	position: absolute;	
	padding-left: 125px;
}
.label-text,.label-text-title-social{
	font-size: 14px;
	color: #282C35;
	/*font-weight: 600;*/
	/*font-family: 'bentonsansmedium';*/
	letter-spacing:0.5px; 
}
.label-text-title-social{
	padding-top:20px; 
	font-size:18px;
}
.pen-logo {
	font-family: 'bentonsansmedium';
}
.form-note{
	display: block;
	padding: 10px 0 ;
	font-size: 12px;
}
.form-note a{
	color: #d600a9;
	text-decoration: blink;
}
.form-textbox{
	border-radius:0px;
	padding: 12px;
}
.k-state{
	height: 48px !important;
}
.form-textbox:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*toggal on off*/
.toggal-switch {
	display: block;
	width: 100%;
	height: auto;
}
.toggal-switch .toggle-group{
	
}
.toggal-switch .toggle-group .toggle-on,
.toggal-switch .toggle-group .toggle-off{	
	padding: 10px 10px; 
	line-height: 13px;
	letter-spacing: 1px;	
}
/*toggal on off*/

.box-aacoun-info{
	/*padding:15px 15px; */
	/*background: #fff;*/
}
.acc-info-menu li{
	padding-bottom:10px; 
}
.acc-info-menu li a{
	display: block;
	font-family: 'bentonsansmedium';
	color: #000;

}

/*=======================================================*/
.collapse-menus{
	display: grid;
	list-style: none;
	background: #fff;
}
.collapse-menus li{
	border: none;
	padding:0px; 
}
.collapse-menus li a{
	color: #d600a9;
	padding:15px 15px; 
	font-size:17px !important; 
	font-weight: bolder;
	font-family: 'bentonsansregular';
	transform: translateY(0%);
	border:1px solid #E7E7E7;
	border-bottom:none;
}
.collapse-menus li:first-child a {
	border-top: 1px solid #E7E7E7;
}
.collapse-menus li a:hover{
  	-webkit-transition: all 0.35s ease;
  	transition: all 0.35s ease;
	color: #fff;
	z-index: 999 !important;
}

.col-menu-active{
	background-color: #d600a9;
	color: #fff !important;
	z-index: 999 !important;
}
.collapse-menus li :before,
.collapse-menus li :after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.collapse-menus li :before {
  top: 0;
  left: 0;
  bottom: 1px;
  display: block;
  height: 100%;
  width: 0%;
  content: "";
  background-color: #d600a9;
  z-index: -1;
}
.collapse-menus li :hover:before,
.collapse-menus .current li :before {
  opacity: 1;
  width: 100%;
}


/*=======================================================*/

.accumn-info{
	margin-left:10px; 
}
.profile-title-text{
	padding-bottom:2px; 
	border-bottom:1px solid #c8c8c8; 
	margin-bottom: 10px;
}
.email-account-title{
	font-size: 1.6rem;
	font-weight: bold;
	color: #282C35;
	margin-bottom:5px;
	font-family: 'Open Sans';
}
.main-form-contain-acc{
	padding-top:20px; 
}
.email-contain{
	font-size:15px;
}
.pro-account-btn{
	width:15%;
}
.pro-img-account img{
	border:1px solid #c8c8c8;
	padding:10px;
	background: #fff; 
}
.pro-file-button .pro-choose-file{
	width:25%;
	margin-left: 20px;
}
.contect-form{
	padding-top:20px; 
}
.about-wrapper{
	background:#d600a9;
}
.about-title{
	padding:40px 0px; 
	font-family: 'bentonsansmedium';
	color:#fff;
}
.parent-about-content{
	padding-top:20px; 
}
.about-title-fo{
	font-family: 'bentonsansmedium';
}
.about-conent-pag{
	font-size:15px; 
	padding: 5px 0 5px 25px;
	line-height: 25px;
}
.sign-in-form{
	width:40%;
	margin:0 auto;
	min-height:451px;
}
.sign-up-links{
	font-size:13px;
}
.sign-up-links a{
	text-decoration: none;
}
.signup-title h1{
	font-family: 'bentonsansmedium';
	font-size:35px; 
}
.signup-title p{
	padding-top:10px; 
	font-size:14px; 
}
/*.page-main-contain .nav{
	display: block;
}*/
.reason-text{
	margin-top:20px; 
}
.error{
	color:#d600a9;
	font-size:15px; 
}
.org-emenu{
	background: #fff;
}
.orh-menu-title{
	padding:10px 0px;
	border-bottom:1px solid #B2B2B2;  
	font-family: 'bentonsansmedium';
}
.org-menu{
	margin-top:20px; 
}
.org-menu li{
	padding:0px;
	margin: 0px; 
	border-bottom:1px solid #B4B4B4; 
}
.org-menu li a i{
	padding-right:10px; 
}
.org-menu li a{
	color:#000;
	display:block; 
	padding:10px 10px; 
}
.org-menu li a:hover{
	color: #fff;
	transition: all 0.5s;
	background: #d600a9;
}
.twitter-s .tweiiter-fx{
	padding-left:26px !important; 
}
.tewi{
	color: #c8c8c8;
}
@keyframes changeBackgroundColor {
  0% {
    background-color: #9d0c03;
  }
  50% {
    background-color: #f40e00;
  }
  100% {
    background-color: #9d0c03;
  }
}
@media(max-width: 767px){
	.row.payaction{}
	.Decided{order: 2;display: block!important;text-align: center!important;}
	.row.payaction .btn{width: 320px;margin: .4em 0;}
	.CinetPay{padding: 0 5px!important;text-align: center!important;}
}
@media(max-width: 640px)
{
	.sign-in-form{
		width:100%; 
	}
	.main-menu{
		/*background: #d600a9;*/
	}
	.main-menu li{
		border: none;
	}
	.logo-brand{
		display: block;
	}
	.nav-menu{
		margin-top:20px;
	}
	.image-drawer{
		margin-top:0px;
	}	
	.map-under-box{
		border: none;
	}
	.img-draw{
		margin-top: 10px;
	}
	.relevence-menu{
		margin-top:20px; 
		display: inline-block;
		float: none !important;
	}
	.accumn-info{
		margin:0px;
	}
	.about-title{
		text-align: center;
		font-size:25px;
	}
	.about-conent-pag{
		text-align: justify;
	}
	.org-box{
		margin:0px 0px 20px 0px;
	}
	
	/*.label-text-title {
	    top: 21px;
	    right: 1px !important;
	}*/
	.social-icon{
		padding: 6px 10px;
		text-align: left !important;
	}
	
}

@media screen and (max-width: 979px) and (min-width: 640px) {

	.events-title{
		padding-top: 20px;
	}
	.map-mar-box {
		z-index:600; 
		top:8%;
		color: #50544E;
		left: 3%;
		position: absolute;
	}
	.pro-account{
		width: 100%;
	}
}
@media screen and (min-width: 979px) and (max-width: 1080px) {   
		.pro-account{
		width: 60%;
	}
}

/*image hover effect*/
.hovereffect {
width:100%;
/*height:100%;*/
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
border-radius:8px; 
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}


.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

/*.hovereffect:hover .overlay {
	opacity:1;
	filter:alpha(opacity=100);
}*/
.hovereffect .overlay {
	opacity:1;
	filter:alpha(opacity=100);
}

/*image hover effect end*/

.btn-site-dft{
	background: #666666;
	border-radius: 3px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
.btn-site-dft:hover{
	background: #d600a9;
	color: #ffffff;
}

.add-bun{
	color:#fff;
	background: #d600a9;
}
.add-bun:hover{
	background: #666666;
	color: #fff;
}

.user-profile{
	border-radius:50%;
	border:4px solid #c8c8c8; 
}
.orz-view{
	padding-top:50px; 
}
.description-tag{
	margin-left:20px !important; 
}
.events-box-img{
	position: relative;
}
.events-box-img img{
	width:100%;
	border-radius:4px 4px 0 0; 
	height:100%;
	position: relative;
}
.label-text-title{
	background: #d600a9;
	position: absolute;
	/*top:10px;*/
	/*right:-10px;*/
	bottom: 10px;
	left: 10px;
	height:35px;
	border-radius:5px 5px 5px 5px; 
	text-align: center;	
	padding:5px 10px; 
	color: #ffffff;
}
.frb-month{
	color:red;
	font-family:'bentonsansmedium';
}
.frb-day{
	font-family:'bentonsansmedium';
}
.feb-title{
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	font-size:18px;
	font-family:'bentonsansmedium';	
}
.feb-title a{
	color: #d600a9;	
}
.feb-title a:hover{
	color: #333333;
}
.feb-address{
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	color:#A4A4A4;
	font-size:13px;
	font-family:'bentonsansregular';		
}
.feb-detials{
	padding:10px;	 
}
.feb-box{
	border: 1px solid #efefef;
	padding:10px; 
}
.feb-box:hover{
	transition: all 0.5s;
	box-shadow: 0 4px 15px 0 rgba(40,44,53,.06),0 2px 2px 0 rgba(40,44,53,.08);
	background-color: #fff;
	border-radius: 4px;
	z-index: 3;
}

.toll-data-dop a{
}
.lisds-menu li{
	font-size:15px; 
	border: none !important;
	color:#d600a9 !important;
}
.lisds-menu li:hover{
	cursor: pointer;
}
.sub-itemns{
	padding-left:15px; 
}
.sub-itemns-s{
	padding-left:30px; 
}
.sub-itemns-s li a:before{
	content: '\f105';
	padding-right:5px; 
	font-family: FontAwesome;
}
.sub-itemns-s li a{
	color: #000;
	padding:0px 0px 5px 0px; 
	font-size:14px;
}
.eve-titil{
	color: #d600a9;
}
.date-data{
	color: #d600a9 !important;	
}
.pagination{	
	padding-left: 0 !important;
	margin: 20px 0 !important;
	border-radius: 4px !important;
}
.pagination > li {
    display: inline !important;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.pagination > li > a, .pagination > li > span {
    position: relative !important;
    float: left !important;
    padding: 6px 12px !important;
    margin-left: -1px !important;
    line-height: 1.42857143 !important;
    color: #337ab7 !important;
    text-decoration: none !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.pagination > li > a, .pagination > li > span {
    position: relative !important;
    float: left !important;
    padding: 6px 12px !important;
    margin-left: -1px !important;
    line-height: 1.42857143 !important;
    color: #666 !important;
    text-decoration: none !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
}
.pagination > .active > a,
.pagination > .active > a:focus, 
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
    z-index: 3 !important;
    color: #fff !important;
    cursor: default !important;
    background-color:#666 !important;
    border-color: #666 !important;
}

.parent-about-content ul{
	padding-left: 40px;
}

.book-box{

	background: #F8F8FA;
	padding-top:45px;
}
.book-box-inner{
	padding: 15%;
	box-sizing: border-box;
	background:#fff;
	text-align: center;
}
.alert-danger .alert-info {
    font-size: 12px;
    color: #fff;
    animation: changeBackgroundColor 1s infinite;
    border-radius: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.countdown.alert-danger{position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 60px;
    z-index: 5;
    background: transparent;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.alert-danger .alert-info #timer{color: #fff;border-bottom: 2px solid #ffffff}
.book-box-inner h2{
	font-family: 'bentonsansmedium';
}
.cale-o{
	padding-bottom:30px; 
	border-bottom:1px solid  #c8c8c8; 
	margin:10px 0px;
}
.cale-o span{
	font-size:12px;
	margin-left:10px;  
}
.toikcek-o{
	margin-top:30px;
	margin-bottom:15px;
	font-size: 24px;
	font-weight: bolder;
}
.toikcek-o span{
	display: block;
    font-size: 14px;
    color: #a0a0a0;
}
.book-list i{
	padding-right:10px; 
}
.book-list{
	padding-bottom:10px; 
	font-size:15px; 
}
.book-btn{
	margin-top:30px;
}
.book-btn a{
	color: #ffffff !important;
}
.book-btn:hover a{
	transition: all 0.5s;
	color: #D600A9
 !important;
}

.order-titles{
	font-family:'bentonsansmedium';
}
.order-details{
	margin-top:10px;
	font-size:15px;
}
.order-boxes{
	margin-top:30px;
}
.order-details-box{
	padding:15px; 
	background: #fff;
}
.order-btn-books a{
	margin-top:0px;
	background: #d600a9;
	color: #fff !important;
	display: inline-block;
	width:100% !important;
}
.order-btn-books a:hover{
	background: transparent;
	color: #d600a9 !important;
}
.tickets-pays{
	font-family: 'bentonsansmedium';
	padding-bottom:15px;
	border-bottom:1px solid #c8c8c8;

}

.margin-top .nav .nav-link{
	border-bottom: 1px solid #efefef;
	border-top:none;
	border-right: none;
	border-left: none;
}
.search-button:focus{
	
	box-shadow: none !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

.dropdown-menu > li > a {
	background: #ffffff;
    display: block;
    padding: 8px 15px;
    clear: both;
    font-weight: normal;
    color: #333;    
    font-size: 14px;
    white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #d600a9;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #d600a9;
	outline: 0
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	color: #999
}

.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}
.parent-cate-design{
	padding:0  10px;
	/*background-color:#303030;*/
	background-color:#d600a9;
}
.parent-cate-design a {
	color:#fff !important; 
}
/*.date-data .shorting{
	color: #F8F8FA !important;
}*/
/*#demo2{
	border-bottom:1px solid #505050;
}
#demo1,#demo2{
	border-left:1px solid #505050;
	border-right:1px solid #505050;
}*/
li.nav-item.lang,.main-menu li a.user-link,.Activityheader,div#footer-icon,.Activitybody ul li{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex}
li.nav-item.lang,.main-menu li a.user-link,.Activityheader{align-items:center}
li.nav-item.lang{font-weight:bold;}
li.nav-item.lang a{padding: 0!important;background:transparent}
.navbar-nav li.nav-item {margin: 0 1px}
div#navbarSupportedContent,.IconRight{padding-left: 0;padding-right: 0}
div#navbarSupportedContent ul li.nav-item.lang img{max-width: 30px}
.IconZone .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#footer-icon {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: /*#000D8C*/#fb0;
    padding: 15px 0;
}
.IconZone .navbar-nav .nav-link,.IconZone ul li.nav-item.lang img{width: 40px;height: 40px;max-width: 40px!important}
li a.nav-link{padding: 5px;padding-top: 4px;background: #fff;margin: 0 1px;border-radius: 50%;}
li.compte-infos.Wallet span.credit {letter-spacing: -1px}
.creditBlock,.ActivityList {
    box-shadow: 0px 0px 5px 3px #c1c1c1;
    padding: 20px;
    border-radius: 10px;
}
#credit.active {
    font-size: 14px;
    color: #282C35;
    padding-bottom: 90px;
}
span.solde {
    color: #d600a9;
    letter-spacing: -1px;
    font-weight: bold;
    font-size: 30px;
    display: block;
}
.lastMeta {
    font-size: 14px;
    letter-spacing: 0;
}
.lastMeta > span {
    display: block;
    margin-bottom: 5px;
}
span.LastSolde, span.lastDate, span.LastPlace {
    margin: 0;
    color: #d600a9;
}
.lastMeta a{background: #D600A9
;margin: 20px 0 0;padding: 10px;font-size: 12px;font-weight: 900;text-transform: uppercase;color: #fff;text-align: center;transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;border-radius: 5px;border: none !important;display: block}
.Activityheader h4 > span {
    display: block;
}
.Activityheader img {
    float: left;
    max-width: 60px;
    margin-right: 10px;
}
.Activityheader h4 {
    color: #000D8C;
}
span.Description {
    font-weight: bold;margin: 0 5%;
}
.Activityheader,.ActivityList {
    margin-bottom: 30px;
}
.Activitybody ul {
    list-style-type: none;
}
.Activitybody ul li{text-align: center;border-bottom-style: dashed;border-width: thin;border-color: #d4d4d4;padding: 5px 0}
.Activityheader h4 span {
    color: #b7b7b7;
}
.Activitybody ul li:last-child{border:none}
[data-tooltip] {
  position: relative;
  cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after {
  line-height: 1;
  font-size: .9em;
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  display: none;
  opacity: 0;
}
[data-tooltip]:before {
  content: "";
  border: 5px solid transparent;
  z-index: 100;
}
[data-tooltip]:after {
  content: attr(data-tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 7px 5px;
  border-radius: 5px;
  background: #000000;
  color: #FFFFFF;
  z-index: 99;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  display: block;
  opacity: 1;
}
[data-tooltip]:not([data-flow])::before,
[data-tooltip][data-flow="top"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #000000;
}
[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::after {
  bottom: calc(100% + 5px);
}
[data-tooltip]:not([data-flow])::before, [tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::before,
[data-tooltip][data-flow="top"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -4px);
          transform: translate(-50%, -4px);
}
[data-tooltip][data-flow="bottom"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #000000;
}
[data-tooltip][data-flow="bottom"]::after {
  top: calc(100% + 5px);
}
[data-tooltip][data-flow="bottom"]::before, [data-tooltip][data-flow="bottom"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
}
[data-tooltip][data-flow="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #000000;
  left: calc(0em - 5px);
  -webkit-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
}
[data-tooltip][data-flow="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
}
[data-tooltip][data-flow="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #000000;
  right: calc(0em - 5px);
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}
[data-tooltip][data-flow="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}
[data-tooltip=""]::after, [data-tooltip=""]::before {
  display: none !important;
}
.IconZone ul.navbar-nav,.IconRight ul.navbar-nav{
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.amount, .Date, .Description {
    width: calc(100% / 3);
    float: left;
}
.Date {
    text-align: left;
}
.amount {
    text-align: right;
    font-weight: bold;
}
.Description {
    text-align: right;
}
.nav-tabs .nav-link{border-radius: 0}
.IconZone .navbar-nav .nav-link{
	padding-right: .5rem;
    padding-left: .5rem;
}

@media (min-width: 992px){
	#super-header ul.navbar-nav.right-super.non-connecte{position:relative;}
	div#footer-icon,#custome-stickey{display: none}
}
@media (max-width: 992px){
.container-fluid.footer-wrapper{margin-bottom: 87px}
div#footer-icon{display: block}
.copyrightText{text-align: center}
.MobileBooking,.logo-mobile{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex}
.MobileBooking {margin-bottom: 15px}
.MobileBooking{align-items: center;}
.MobileBooking .register-btn{width: inherit;padding: 10px}
.MobileBooking .register-btn{line-height: 1;text-align: left}
.MobileBooking button#eventRegister{margin: 0 10px 0 0}
.MobileBooking #whatsappBook{margin-left: 10px}
.MobileBooking .single-price{margin: 10px 0}
.defaultButton{display: none}
.cover-wrapper-details{margin: 0}
}











#tabs .nav-tabs .nav-item.show .nav-link:after, .nav-tabs .nav-link.active:after {
    content: " ";
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #feaf0a;
    display: inherit;
    position: relative;
    left: 41%;
    right: 0px;
    top: 18px;
    bottom: 0px;
}

#tabs .nav-tabs {
    border: 1px solid #dee2e6;
    border-top: 0px
}
 /* Tabs*/
#tabs {
    padding: 0px !important;
}

#tabs .topmenuRow{
    background-color: #FFFFFF
}
 
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFFFFF !important;
    background-color: #FCBD0D;
    font-size: 16px;
    font-weight: bold;
    font-family: "Poppins";
    letter-spacing: 0px;
    border:0px !important;
    padding-top: 10px;
    padding-bottom: 0px;
}
#tabs .nav-tabs .nav-item{
	cursor: pointer
}
#tabs .nav-tabs .nav-link {
    border: 1px solid #dee2e6;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 115px;
     font-weight: bold;
    font-family: "Poppins";
    letter-spacing: 0px;
}
#nav-home-tab{
    padding-top: 40px !important;
    padding-bottom: 15px !important;    
}
#nav-home-tab.active{
   color: #000D8C !important
}
#nav-home-tab:after{
    top: 51px;    
}
.topMenuIcon{
    height: 51px;
    width: 63px;
    display: block;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 12px;
}

.concert:before{
    content: " ";
    background: url('../img/concert.png') no-repeat;
    background-size: cover;
    height: 51px;
    width: 63px;
    display: block;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 12px;    
}
.active .concert:before{
    content: " ";
    background: url('../img/concert_w.png') no-repeat !important;
    background-size: cover !important;
}


.expo:before{
    content: " ";
    background: url('../img/expo.png') no-repeat;
    background-size: cover;
    height: 51px;
    width: 63px;
    display: block;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 12px;    
}
.active .expo:before{
    content: " ";
    background: url('../img/expo_w.png') no-repeat !important;
    background-size: cover !important;
}




.soiree:before{
    content: " ";
    background: url('../img/soiree.png') no-repeat;
    background-size: cover;
    height: 51px;
    width: 63px;
    display: block;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 12px;    
}
.active .soiree:before{
    content: " ";
    background: url('../img/soiree_w.png') no-repeat !important;
    background-size: cover !important;
}

.comedie:before{
    content: " ";
    background: url('../img/comedie.png') no-repeat;
    background-size: cover;
    height: 51px;
    width: 63px;
    display: block;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 12px;    
}
.active .comedie:before{
    content: " ";
    background: url('../img/comedie_w.png') no-repeat !important;
    background-size: cover !important;
}


.tourisme:before{
    content: " ";
    background: url('../img/tourisme.png') no-repeat;
    background-size: cover;
    height: 51px;
    width: 63px;
    display: block;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 12px;    
}
.active .tourisme:before{
    content: " ";
    background: url('../img/tourisme_w.png') no-repeat !important;
    background-size: cover !important;
}




.tourisme:before{
    content: " ";
    background: url('../img/tourisme.png') no-repeat;
    background-size: cover;
    height: 51px;
    width: 63px;
    display: block;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 12px;    
}
.active .tourisme:before{
    content: " ";
    background: url('../img/tourisme_w.png') no-repeat !important;
    background-size: cover !important;
}




.formation:before{
    content: " ";
    background: url('../img/formation.png') no-repeat;
    background-size: cover;
    height: 51px;
    width: 63px;
    display: block;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 12px;    
}
.active .formation:before{
    content: " ";
    background: url('../img/formation_w.png') no-repeat !important;
    background-size: cover !important;
}




.conference:before{
    content: " ";
    background: url('../img/conference.png') no-repeat;
    background-size: cover;
    height: 51px;
    width: 63px;
    display: block;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 12px;    
}
.active .conference:before{
    content: " ";
    background: url('../img/conference_w.png') no-repeat !important;
    background-size: cover !important;
}

.stand-up:before{
    content: " ";
    background: url('../img/competitions.png') no-repeat;
    background-size: cover;
    height: 51px;
    width: 63px;
    display: block;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 12px;    
}

.competition:before{
    content: " ";
    background: url('../img/competitions.png') no-repeat;
    background-size: cover;
    height: 51px;
    width: 63px;
    display: block;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 12px;    
}
.active .competition:before{
    content: " ";
    background: url('../img/competitions_w.png') no-repeat !important;
    background-size: cover !important;
}

#tabs .row{
    margin-right: 0px !important; 
    margin-left: 0px !important
}


.addedbm{
	background: #D600A9 !important
}
 
.hover .box-content .innercardbox{
	position: absolute !important;
	bottom: 15px !important;
	width: 92% !important;
	
}
.hover:hover .box-content .innercardbox .left_pbox{
	float: unset !important;
    margin: auto !important;
	transition: all .4s ease-in-out;
}
.hover:hover .box-content .innercardbox .right_pbox{
	float: unset !important;
    margin: auto !important;
	text-align: center;
	transition: all .4s ease-in-out;
}

.descBox{
	margin: 15px 0px; 
	display: none;
}

.box{
	height: 580px !important;
}

.hover:hover .box-content .innercardbox .right_pbox .descBox{
	display: block !important
}

.presthover{
	border-radius: 50px !important;
width: 50%;
    font-size: 17px !important;
    text-transform: unset !important;	
}

.presthover:hover{
	color: #FFFFFF;
	background-color: #fcbd0d;
}
.top-presta:after {
    content: "" !important;
}

.editCover{
	float: right;
	margin-top: 20px;
	color: #888888
}
.editCover a, .addimgp{
	color: #888888;
	text-decoration: underline;
	    padding: 5px;
    background-color: #d5d6e3;
    border-radius: 9px;
}
.editCover a i, .addimgp i{
	color: #888888;
}
.editCover a:hover, .addimgp:hover{
	text-decoration: none
}

.addimgp{
position: relative;
    width: 100%;
    z-index: 9999;
    top: -194px;
    left: 0px;
    padding: 5px;
    background-color: #d5d6e3;
    border-radius: 9px;
}

.coverme{
	background-size: cover
}



.nav-tabs.presta .nav-link.active:after {
    top: 52px !important;
}
.contact-form .form-group{
	margin-bottom: 10px;
}


.pro-info{
	margin-top: 10px;
}
.pro-info .pro-info{
	letter-spacing: normal !important
}
.pro-info .pro-info a{
	color: #32160F
}
.pro-info .pro-info a:hover{
	color:#D600A9
}

.addtocart.btn{
	border-radius: 50px;
	padding: 1px 15px;
	color: #000D8B;
	letter-spacing: normal;
	background-color: #FCBD0D;
	/*box-shadow: 0px 3px 6px #00000029;*/
}
.likeprod{
    text-align: center;
	font: normal normal 600 15px/23px Poppins;
}

.likeprod i{
    border-radius: 50%;
    background-color: #FCBD0D;
	margin: 0 !important;
	color: #b5880d;
    font-size: 24px;
    padding: 7px;
    position: relative;
    top: 3px;
}
.likeprod:hover{
	box-shadow: 0px 3px 6px #00000029;
}
.likeprod:hover i{
	background-color: #D600A9 !important;
	color: #FFFFFF !important
}

.product{
 z-index: 3;
	position: relative
}
.productbox:hover .mbg{
    box-shadow: 0px 3px 6px #00000029;
    background: #FFFFFF;
    border-radius: 11px;
    border: 5px solid #fff;
    width: 97%;
    height: 104%;
    z-index: 1;
    position: absolute;
    padding: 10px 0px;
    left: 5px;
    top: 0px;
}
.productbox:hover .pro-info {
    margin-top: -2px;
    background-color: #fff;
    padding-top: 5px;
}
.howHover{
	display: none;
}
 
a .cart-badge{
position: absolute;
    right: 32px;
    font-size: 10px;
    display: inline-block;
    height: 22px;
    width: 22px;
    color: #fff;
    border-radius: 50%;
    background-color: red;
    line-height: 22px;
    text-align: center;
    margin-top: -72px;
    font-weight: 600;
    border: 1px solid #fff;
}

.htx{
	height: 293px;
}


.openLeftPan{
	padding: 10px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	float: right
}



.quick-cart .btn-wrapper {
    margin: 20px 5px 20px 0px !important;
}

.quick-cart .btn-wrapper .default-btn {
    padding: 9px 15px !important;
}
.morelines{
	display: inline-flex; width: 100%; margin-bottom: 10px;
}
.morelines a i{
	font-size: 30px;
    margin-top: 10px;
    margin-left: 10px;	
	cursor: pointer
}

.newfield{
	margin-bottom: 15px;
	border-bottom: 1px solid #828282;
	padding-bottom: 5px;
	letter-spacing: normal;
	cursor: pointer
}
.fieldBlock{
	border-bottom: 1px solid #C5C5C5;
	background-color: #f5f5f5;
	display: table;
	padding: 10px;
}
.removefield{
	position: absolute;
	right: 22px;
	cursor: pointer
}
.removefield i{
	color: #FF0004; font-size: 20px;
}
.formFields{
	padding: 0;
	margin-bottom: 10px;
}
.removevalue i{
	margin-right: 5px;
	color: red;
}
.addoptions{
	clear: both
}
