/**PRODUCT*/
.product-main-image{
	margin-bottom: 30px;
	border: 1px solid #ccc;
	
	}
div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;  
}
.product-list-addcart{bottom: 80px;
    color: #fff;
    background-color: #c45d3c;
    border-radius: 0px;    margin-top: 1em; text-decoration: none; font-size:24px;
	border-bottom: 50px solid #c45d3c;
	}
.well-bg-dashboard{
	background-color: #ff934a;
    padding:15px  10px; color:#fff; margin-bottom:2px;
	}
.well-bg-dashboard-inner{
	background-color: #f9f8f4;
    padding: 7px 10px;
	}
	
	/********TIMELINE********/
	.timeline {
    position: relative;
    padding: 21px 0px 10px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.timeline .line {
    position: absolute;
    width: 4px;
    display: block;
    background: currentColor;
    top: 0px;
    bottom: 0px;
    margin-left: 30px;
}

.timeline .separator {
    border-top: 1px solid currentColor;
    padding: 5px;
    padding-left: 40px;
    font-style: italic;
    font-size: .9em;
    margin-left: 30px;
}

.timeline .line::before { top: -4px; }
.timeline .line::after { bottom: -4px; }
.timeline .line::before,
.timeline .line::after {
    content: '';
    position: absolute;
    left: -4px;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: currentColor;
}

.timeline .panel {
    position: relative;
    margin: 10px 0px 21px 70px;
    clear: both;
}

.timeline .panel::before {
    position: absolute;
    display: block;
    top: 8px;
    left: -24px;
    content: '';
    width: 0px;
    height: 0px;
    border: inherit;
    border-width: 12px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.timeline .panel .panel-heading.icon * { font-size: 20px; vertical-align: middle; line-height: 40px; }
.timeline .panel .panel-heading.icon {
    position: absolute;
    left: -54px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    float: left;
}

.timeline .panel-outline {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.timeline .panel-outline .panel-body {
    padding: 10px 0px;
}

.timeline .panel-outline .panel-heading:not(.icon),
.timeline .panel-outline .panel-footer {
    display: none;
}

	
	/*********************/
	
	
.ms-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    z-index: 1000;
    background: #fff;
    color: #000;
     background-color: #fefefd;
    border-radius: 4px;
    border: 2px solid #edebe3;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}


.ms-drop .ms-items {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}
.ms-drop .ms-item{width:100%; height:50px; margin-left:5px}


.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop   .ms-item label {
  
    display: block; padding:5px; 
    white-space: nowrap; 
}


.ms-drop input[type="checkbox"] {
    vertical-align: middle;  float:left; width:30px; height:30px; margin-right:10px;
}
.ms-drop select {
    vertical-align: middle; float:right; height:35px; margin-right:10px;
}
.wizard {
    margin-top: -50px;
    background: #fff;
}
.wizard label.control-label{ margin-top:10px;
	
	
	}
    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 50%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}
.step1 .row {
    margin-bottom:10px;
}
.step_21 {
    border :1px solid #eee;
    border-radius:5px;
    padding:10px;
}
.step33 {
    border:1px solid #ccc;
    border-radius:5px;
    padding-left:10px;
    margin-bottom:10px;
}
.dropselectsec {
    width: 68%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    outline: none;
    font-weight: normal;
}
.dropselectsec1 {
    width: 74%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    outline: none;
    font-weight: normal;
}
.mar_ned {
    margin-bottom:10px;
}
.wdth {
    width:25%;
}
.birthdrop {
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    width: 16%;
    outline: 0;
    font-weight: normal;
}


/* according menu */
#accordion-container {
    font-size:13px
}
.accordion-header {
    font-size:13px;
	background:#ebebeb;
	margin:5px 0 0;
	padding:7px 20px;
	cursor:pointer;
	color:#fff;
	font-weight:400;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px
}
.unselect_img{
	width:18px;
	-webkit-user-select: none;  
	-moz-user-select: none;     
	-ms-user-select: none;      
	user-select: none; 
}
.active-header {
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	background:#F53B27;
}
.active-header:after {
	content:"\f068";
	font-family:'FontAwesome';
	float:right;
	margin:5px;
	font-weight:400
}
.inactive-header {
	background:#333;
}
.inactive-header:after {
	content:"\f067";
	font-family:'FontAwesome';
	float:right;
	margin:4px 5px;
	font-weight:400
}
.accordion-content {
	display:none;
	padding:20px;
	background:#fff;
	border:1px solid #ccc;
	border-top:0;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px
}
.accordion-content a{
	text-decoration:none;
	color:#333;
}
.accordion-content td{
	border-bottom:1px solid #dcdcdc;
}

.text-gray{
  color: #4e595d;
}

.btn-orange{
  background-color: #f36e28 !important;
  border:none;
  color: #fff !important;
  font-size: 15px;
}

.bg-orange:hover,
.bg-orange:active,
.bg-orange:after,
.bg-orange:before,
.bg-orange:focus
{
  background-color: #f36e28 !important;
  color: #efeee8 !important;
}

.btn-gray{
  background-color: #f9f8f4 !important;
  border:none;
  color: #333 !important;
  font-size: 15px;
  border-radius: 0 !important;
}

.bg-gray:hover,
.bg-gray:active,
.bg-gray:after,
.bg-gray:before,
.bg-gray:focus
{
  background-color: #f9f8f4 !important;
  color: #333 !important;
  border-radius: 0 !important;
}

.btn-deep-gray{
  background-color: #363636 !important;
  border:none;
  color: #fff !important;
  font-size: 15px;
  border-radius: 0 !important;
  padding-right: 40px !important;
  padding-left: 40px;
  margin-top: 40px;
}

.bg-deep-gray:hover,
.bg-deep-gray:active,
.bg-deep-gray:after,
.bg-deep-gray:before,
.bg-deep-gray:focus
{
  background-color: #363636 !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.menu{
  background-color: #f36e28;
}

.menu a{
  color: #fff !important;
}

.menu-separator{
  border: 0.5px solid #4e595d;
  margin-top: -10px;
}



.p-t-50{
  padding-top: 100px;
}

.p-t-40{
  padding-top: 50px;
}

.bg-grey{
  background-color: #faf9f7;
}

.b-rad{
  border-radius: 5px;
  box-shadow: 0 0 15px #e5e4e3; 
  font-size: 15px;
}

.b-rad-10{
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.p-r-2{
  padding: 10px;
  padding-right: 40px;
}

.b-no-rad{
  border-radius: 0 !important;
}

.cercle{
  width: 75px;
  height: 75px;
  background-color: #f9f8f4;
  border-radius: 37.5px;
  position: absolute;
  left: 120px;
  top:-15px;
  z-index: -100;
}

.point-orange-left{
  color: #f36e28;
  padding-left: 10px;
}

.bg-p-grey{
  background-image: url('../../../images/point-grey.png');
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.text-orange{
  color: #f36e28;
}

.choise-type{
  font-size: 12px;
}

.choise-type a{
  color: #2e3233;
  padding: 5px;
}

.choise-type a:hover{
  color: #f36e28;
  background-color: #faf9f7;
}

.active-choise a{
  color: #f36e28;
  background-color: #faf9f7;
}

.list-icon{
  font-size: 12px;
}

.list-icon img{
  width: 24px;
  height: 28px;
}

.list-icon .col-lg-6{
  padding-left: 0;
  padding-right: 0;
}

.point-orange{
  color: #f36e28;
  font-size: 20px;
  font-weight: bold;
}

.b-pad{
  padding-top: 50px;
}

@media (max-width: 768px) {
  .b-pad{
    padding-top: 0;
  }
}

.b-orange{
  border-color: #f36e28;
  color: #f36e28;
}

.profile{
  background-color: #f36e28;
  text-align: center;
  font-size: 50px;
  line-height: 80px;
  border-radius: 50px;
  height: 80px;
  width: 80px;
  color: #fff;
  margin: 1px auto;
}

.star-color{
  color: #ffa200;
}

.modersearch{
  background-color: #f9f8f4;
  padding: 5px;
  padding-bottom: 0 !important;
  /*padding-right: 25px;*/
  border-radius: 20px;
}

.modersearch input{
  background-color: #f9f8f4;
  border: none;
  border-radius: 20px;
      height: 34px;
}

.modersearch button{
  z-index: 150px;
  border-radius: 20px;
  position: absolute;
  top: 2px;
  right: 20px;
      padding: 10px;
}

.list-mark,.list-mark-img,.list-mark-lg{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.list-mark li,.list-mark-img li,.list-mark-lg li{
  display: inline-block;
  /*float: left;*/
  /*padding: 25px;*/
  width: 100%;
  /*height: 50px;*/
  margin: 2px;
  padding: 10px;
}

.list-mark-img li a img{
  width: 100% !important;
}
.list-mark-lg.nav-tabs>li.active>a, .list-mark-lg.nav-tabs>li.active>a:focus, .list-mark-lg.nav-tabs>li.active>a:hover{
	border: 1px solid transparent;
}

.list-mark-lg  li.active{
  background-image: url('../../../images/active.png');
  background-repeat: no-repeat;
  background-position: 50% 90%;
  font-weight: bold;
}

.list-mark li a,.list-mark-lg li a{
  text-decoration: none;
  color: #2e3233;
}

.pre-footer{
  background-color: #323333;
  font-size: 14px;
}

.list-footer{
  list-style-image: url('../../../images/point-orange.png');
  padding: 20px;
  padding-right: 0;
}

.list-footer li{
  margin-bottom: 10px;
}

.list-footer li a{
  color: #4e595d;
}


.list-content{
  list-style-image: url('../../../images/check.png');
  padding: 20px;
  padding-left: 40px;
}

.list-content li{
  margin-bottom: 10px;
}

.input-deep-gray{
  background-color: #2a2b2b;
  border-color: #2a2b2b;
}

.center-sm a{
  color: #2a2b2b; 
  text-decoration: none;
}

.type{
  padding-top: 180px;
  height: 400px !important;
}

.type-1{
  background-image: url('../../../images/type1-bg.png');
  background-size: cover;
}

.type-2{
  background-image: url('../../../images/type2-bg.png');
  background-size: cover;
}

.btn-rad{
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {;
  .display-4 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 20em) { 
 
  .list-mark li{
    width: 10%;
  }

  .list-mark-img li{
    width: 12%;
  }
  .list-mark-lg li{
    width: 25%;
  }

}  

@media only screen and (max-width: 1024px) { 
 
  .list-mark li{
    width: 15%;
  }

  .list-mark-img li{
    width: 17%;
  }

  .list-mark-lg li{
    width: 33.33333%;
  }

} 

@media only screen and (max-width: 425px) { 
 
  .list-mark li{
    width: 33.33333%;
  }

  .center-sm{
    text-align: center !important;
  }

  .list-mark-img li{
    width: 33.33333%;
  }

  .list-mark-lg li{
    width: 60%;
  }

}  

@media only screen and (max-width: 425px) { 
  .list-mark-img li{
    width: 40%;
  }

  .list-mark-lg li{
    width: 100%;
  }

} 

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.40rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}




@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}


