.menu-area ul li > a,
.safe-area a {

    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    padding: 13px 25px !important;
    position: relative;
    text-transform: initial;
    z-index: 4;
	 font-family: 'Montserrat', sans-serif !important;
}
.section-title-5 h2 {
    font-size: 23px !important;
	 font-family: 'Montserrat', sans-serif !important;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
	 font-family: 'Montserrat', sans-serif !important;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
	 font-family: 'Montserrat', sans-serif !important;
}

.panel-title {
    font-size: 14px;
	 font-family: 'Montserrat', sans-serif !important;
}

.panel-title > a {
	color: #333;
    display: block;
    padding: 30px;
    text-decoration: none;
    font-size: 17px;
	 font-family: 'Montserrat', sans-serif !important;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}
.process-step .btn:focus{outline:none}
.process{display:table;width:100%;position:relative; background:#f2f2f2;padding:15px;}
.process-row{display:table-row}
.process-step{display:table-cell;text-align:center;position:relative; width:25%;}
.process-step p{ font-size: 16px; font-weight: 300; padding-top: 10px; }
.btn-circle{width:60px;height:60px;text-align:center;font-size:12px;border-radius:50%}
.btn-active{color: #fff; background-color: #e31c79; border-color: #e31c79;}
.btn-active:hover{color: #fff; background-color: #e31c79; border-color: #e31c79;}
.blockstyle {
    background: rgba(102, 102, 102, 0.03) none repeat scroll 0 0;
    border-left: 5px solid #e31c79; font-size: 20px; margin: 20px 0; padding: 20px;
}
.blockstyle button {
     background: rgb(227, 28, 121) none repeat scroll 0 0 !important;
    border: 1px solid #eceff8;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin-top: 6px;
    padding: 12px 48px;
    text-decoration: none;
    transition: .3s;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
}
.blockstyle button:hover {
    background: rgba(227, 28, 121) none repeat scroll 0 0 !important;
    border: 1px solid #eceff8;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 6px;
    padding: 12px 48px;
    text-decoration: none;
    transition: .3s;
     font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
}
.blockstyle .chosen-select {
    height: 45px;
    background: rgba(255, 255, 255)  none repeat scroll 0 0;
    border: 1px solid #eceff8;
    color: #626262;
    font-size: 14px;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    text-align: left;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
}
.blockstyle input {
    background: background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 1px solid #eceff8;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    height: 45px;
    padding-left: 10px;
    width: 100%;
     font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
}
.wishlist-table table {
    margin: 0px !important;
}

.modal-header {
    padding: 10px !important;
}
.modal-body {
    padding: 5px 50px !important;
}
#productModal .modal-dialog {
    margin: 4% auto !important;
}
.quick-view a{
    cursor: pointer !important;
}
#productModal .modal-tab a{
    cursor: pointer !important;
}
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 30px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.header-search input {
    background: #ededed none repeat scroll 0 0;
    border: 0 none;
    color: #333;
    font-size: 14px;
    height: 42px;
    line-height: 40px;
    margin: 0;
    padding-left: 10px;
    width: 100%;
    border-radius: 5px;
    padding-right: 47px;
}
.header-search select {
    background: #ededed none repeat scroll 0 0;
    border: 0 none;
    color: #333;
    font-size: 14px;
    height: 42px;
    line-height: 40px;
    margin: 0;
    padding-left: 10px;
    width: 100%;
    border-radius: 5px;
    padding-right: 47px;
}
.header-search a {
    background: #e31c79 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 42px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 32px;
    width: 42px;
    border-radius: 0 5px 5px 0px;
}
.header-search a:hover {
    background: #232323 none repeat scroll 0 0;
}
.gj-datepicker-md [role=right-icon] {
    position: absolute !important;
    font-size: 24px !important;
	color: #fff !important;
	background: #e31c79;
	padding: 9px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.gj-datepicker-md [role=right-icon]:hover {
	background: #000;
}
.gj-picker-md div[role=navigator] div:first-child, .gj-picker-md div[role=navigator] div:last-child {
    padding-left: 10px;
    padding-right: 20px;
    max-width: 15px !important;
}
.left-menu ul li.active a{
    color: #e31c79;
}

.header-search form button {
    background: #e31c79 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 42px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 42px;
    border-radius: 0 5px 5px 0px;
    border-color: #e31c79;
}
.header-search form button:hover {
    background: #232323 none repeat scroll 0 0;
    border-color: #232323;
}
.blockstyle button {
    background: rgb(227, 28, 121) none repeat scroll 0 0 !important;
    border: 1px solid #ffffff !important;
    box-shadow: none;
color: #ffffff !important;
}

.container-fluid {
    max-width: 1450px;
}