body{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

a {
    color: #ee7f11;
    text-decoration: none;
    background-color: transparent;
}

.section-header h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    /* text-align: center; */
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
  }

  .section-header h3::before {
    content: '';
    /* position: absolute; */
    display: block;
    width: 150px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
  }

  .section-header h3::after {
    content: '';
    /* position: absolute; */
    display: block;
    width: 60px;
    height: 3px;
    background: #ee7f11;
    bottom: 0;
    left: calc(50% - 20px);
  }

  .section-header p {
    /* text-align: center; */
    /* padding-bottom: 30px; */
    /* color: #333; */
}

.box-image {
    height: 200px;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

/* .box-image img {
    max-width: 130px;
} */

.navbar .dropdown-menu .dropdown-item {
    padding: 0.3rem 0;
    color: #3C4858;
    font-size: 15px;
}

.dropdown-item {
    white-space: inherit;
}

.breadcrumb-links .breadcrumb-item + .breadcrumb-item::before {
    height: 0.7rem;
    margin-top: 7px;
}

.breadcrumb-item.active {
    color: #999;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.45rem 0.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
}

.alert-modern::after {
    display: inline-block;
    margin-left: 0px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
    font-weight: 700;
    content: none;
}

@media (max-width: 700px) {
    .my-account {
        font-size: 11px;
    }
}

#card-summary .badge{
    white-space: initial;
    display: inline-block;
}

.bg-absolute-cover {
    top: 60px;
}


.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.flash {
    background-color: #36b37e;
    border-radius: 1px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    text-align: center;
    padding: 10px 15px 10px 15px;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
}


.btn-rose {
    color: #fff;
    background-color: #d21ccc;
    border-color: #d21ccc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.btn-rose:hover {
    color: #fff;
    background-color: #eb10e4;
    border-color: #a908a3;
}
.btn-rose:focus,
.btn-rose.focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 86, 48, 0.35);
}
.btn-rose.disabled,
.btn-rose:disabled {
    color: #fff;
    background-color: #d21ccc;
    border-color: #d21ccc;
}
.btn-rose:not(:disabled):not(.disabled):active,
.btn-rose:not(:disabled):not(.disabled).active,
.show > .btn-rose.dropdown-toggle {
    color: #fff;
    background-color: #e314dc;
    border-color: #b20bac;
}
.btn-rose:not(:disabled):not(.disabled):active:focus,
.btn-rose:not(:disabled):not(.disabled).active:focus,
.show > .btn-rose.dropdown-toggle:focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 rgba(255, 86, 48, 0.35);
}

@media (min-width: 992px) {
    .ml--50 {
        margin-left: -50px !important;
    }
}


.cpButton button {
    white-space: nowrap;
    overflow: hidden;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-style: normal;
    border: 1px solid #6e00ff;
    color: #ffffff;
    background: #6e00ff;
    position: relative;
    text-shadow: none;
    cursor: pointer;
    z-index: 0;
    width: 100%;
    font-size: 22px;
    text-transform: uppercase;
}

.cpButton button.large {
    padding: 0.625rem 1.375rem;
}

.cpButton button:before {
    content:none;
    position: relative;
    width: auto;
    height: auto;
    border-radius: 0;
    top: auto;
    left: auto;
    background: transparent;
    z-index: -2;
}
.cpButton button:after {
    content:none;
    position: relative;
    width: auto;
    height: auto;
    border-radius: 0;
    top: auto;
    left: auto;
    background: transparent;
    z-index: -2;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

.bg-dark {
    background-color: #000000 !important;
}

.footer-dark {
    background-color: #000000;
}


.header-account-page {
    height: 300px;
}






.toggle1 {
	background: #DDD;
	width: 100px;
	height: 50px;
	border-radius: 100px;
	display: block;
	appearance: none;
	-webkit-appearance: none;
	position: relative;
	cursor: pointer;
	float: left;
}
.toggle1:after {
	content: "";
	background: #f00808;
	display: block;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	transform: scale(0.9);
	cursor: pointer;
	transition: all 0.4s ease;
}
.toggle1:checked {
	background: #EEE;
}
.toggle1:checked:after {
	background: #58b130;
	left: 50px;
}

.custom-radio .custom-control-label::before {
    display: none;
}

.custom-radio{
    display: flex;
    align-items: center;
    justify-content: center;
}
