﻿
h1 {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 96px;
    line-height: 112px;
    letter-spacing: -1.5px;
    color: rgba(0, 0, 0, 0.87);
}

h2 {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -0.5px;
    color: rgba(0, 0, 0, 0.87);
}

h3 {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 56px;
    color: rgba(0, 0, 0, 0.87);
}

h4 {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 34px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.87);
}

h5 {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.18px;
    color: rgba(0, 0, 0, 0.87);
}

h6 {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.87);
}
@media only screen and (max-device-width : 600px) {
    .content-box {
        width: 95%;
        margin: auto;
    }
}
@media only screen and (min-device-width : 601px) {
    .content-box {
        width: 30rem;
        margin: auto;
    }
}

.material-icons.purple {
    color: #750ED5;
}

.badge-round {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #ced4da;
    color: #fff;
    text-align: center;
}

.badge-round-sm {
    height: 20px;
    width: 20px;
    line-height: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0.7em;
}

.badge-round-lg {
    height: 40px;
    width: 40px;
    line-height: 40px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1.5em;
}

.badge-round.hollow {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #FFF;
    color: #222;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.75);
}

.theme-button {
    background-color: #750ED5;
    color: #fff;
    font-size: 1rem;
    font-weight: bolder;
    height: 55px;
    line-height: 2.4em;
}

.theme-border-button {
    border-color: #750ED5;
    color: #750ED5;
    font-size: 1rem;
}

.theme-button-disabled {
    background: rgba(117, 14, 213, 0.5);
    font-size: 1rem;
}

.btn-lightgrey {
    background: #dee2e6;
}

.btn-back {
    font-weight: bold;
    color: #750ED5;
}

.btn-status {
    color: #fff;
    font-size: smaller;
    border-radius: 12px;
}

.btn-pale-green {
    background: #2DCB48;
}

.btn-pale-yellow {
    background: #FFCC00BF;
}

.theme-button:hover {
    color: #fff;
}

button {
    box-shadow: none !important;
    color: #fff !important;
}

.btn-process-steps {
    background: #6666FF;
}

.btn-circle {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 1rem;
    text-align: center;
}

@media (max-width: 767px) {
    .btn-circle {
        width: 30px;
        height: 30px;
        padding: 6px 0px;
        border-radius: 15px;
        font-size: 8px;
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .btn-circle {
        width: 50px;
        height: 50px;
        padding: 7px 10px;
        border-radius: 25px;
        font-size: 10px;
        text-align: center;
    }
}

.card-style {
    width: 100%;
    background: #f8f9fa;
    border-radius: 15px;
}

.card-min-height {
    min-height: 300px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.dropdown-menu li {
    cursor: pointer;
}

.arrow {
    border: solid #ced4da;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    padding: 2px;
}

.table-pagination .page-link {
    border: 0px !important;
}

#tblOrders th {
    border-top: none;
    border-bottom: none;
    font-weight: 100;
}

/*start culture-selection-box styles*/
.language-selection-box {
    border-radius: 1.25rem;
}

.modal .modal-dialog.modal-top-right {
    position: absolute;
    width: 100%;
    right: 15rem;
    top: 9rem;
    margin: 0;
}

@media (max-width: 1440px) {
    .modal .modal-dialog.modal-top-right {
        right: 5.5rem;
    }
}

@media (max-width: 1024px) {
    .modal .modal-dialog.modal-top-right {
        right: 0rem;
    }
}

@media (max-width: 575px) {
    .modal .modal-dialog.modal-top-right {
        left: 3rem;
    }
}

/*end culture-selection-box styles*/

.main-nav {
    background: #fff;
}

.main-nav-menu {
    background: #750ED5;
    height: 2rem;
}

.nav-menu:hover .nav-menu-item {
    display: block;
}

.nav-menu:hover .nav-hover-color {
    border-bottom: 2px solid #dc3545;
}

.nav-menu a:hover {
    color: #fff;
}

.nav-menu-item a:hover {
    background-color: #adb5bd;
    color: #fff;
    border: none;
    width: auto;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: transparent;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    overflow-x: hidden;
}

.text-color-white {
    color: #fff;
}

.theme-color {
    color: #750ED5;
}

.text-color-secondaryblue {
    color: #0150F4;
}

.ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cursor-pointer {
    cursor: pointer;
}

.text-muted-10 {
    color: #dee2e6;
    font-size: 0.7rem;
}

.theme-text-color {
    color: #6666FF;
}

@media (max-width: 991px) {
    .wx-100-mobile-resolution {
        width: 100% !important;
    }
}

@media (max-width: 794px) {
    .wx-50-mobile-resolution {
        width: 75% !important;
    }
}

.padding-top-1rem {
    padding-top: 0.1rem;
}

.grey-200 {
    background: #e9ecef;
}

.advertisement-bar {
    background-color: #030D39;
    color: #fff;
}

    .advertisement-bar a {
        color: #0150F4;
    }

.nav-header-account-logo {
    margin-top: 0.65rem;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.text-color-pink {
    color: #DD317C;
}

.link-color {
    color: #0150F4;
    font-weight: bold;
}

.footer-navs a {
    color: #0150F4;
}

.subscribe-news {
    background: #030D39;
    color: #fff;
}

.testimonial-logo-area {
    min-height: 8.5rem;
}

@media (max-width: 575px) {
    .coupon-input-text {
        width: 65% !important;
    }
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 10px;
    transition: 0.2s ease all;
}

.coupon-code-apply {
    border: 1px solid lightgray;
    border-radius: 0px 10px 10px 0px;
    outline: none;
    border-left: none;
    background-color: #FFF;
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
    top: 0px;
    font-size: 10px;
    opacity: 1;
}

.coupon-input-text:focus {
    outline: 0;
}

.coupon-input-text {
    font-size: 14px;
    padding-left: 14px;
    padding-top: 10px;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid lightgray;
    border-right: none;
}

/*Start Account page css*/
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.search-txt {
    float: right;
    padding-right: 10px;
    width: 100%;
}

.imt-text-translate-area textarea {
    border: none;
    background-color: transparent;
    resize: none;
    outline: none;
    height: 200px;
}

.imt-text-translate-area {
    font-size: smaller;
    border: 1px solid #dee2e6;
}

    .imt-text-translate-area .dropdown {
        color: #750ED5;
        font-weight: bold;
    }

.rounded-left {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
}

.rounded-right {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}

.imt-text-translate-area .dropdown-menu a {
    font-size: small;
}

@media (max-width: 767px) {
    .rounded-left {
        border-bottom-left-radius: 0rem !important;
        border-top-right-radius: 1rem !important;
    }

    .rounded-right {
        border-bottom-left-radius: 1rem !important;
        border-top-right-radius: 0rem !important;
    }
}

.translate-dropdown::after {
    content: none;
}

.before-upload .card {
    background: #f8f9fa;
    border: 1px solid #BCC8C4;
    box-sizing: border-box;
    border-radius: 10px;
}

.after-upload .card {
    background: #f8f9fa;
    border: 1px solid #BCC8C4;
    box-sizing: border-box;
    border-radius: 10px;
}

.view-password {
    cursor: pointer;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

.theme-button:hover {
    background-color: #750ED5 !important;
    color: #fff !important;
}
span.material-icons {
    font-size: 12px !important;
}
