.mt-4 {
    margin-top: 40px;
}

.mt-2 {
    margin-top: 20px;
}

.c-white-color {
    color: white;
}

.common-home a:hover {
    color: white;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: center no-repeat #fff;
}

a.custom-link {
    color: #cc0000 !important;
}

h2.custom-link {
    color: #cc0000 !important;
}

h3.custom-link {
    color: #cc0000 !important;
}

h4.custom-link {
    color: #cc0000 !important;
}

span.custom-link {
    color: #cc0000 !important;
}

#success_message {
    color: #5BB300 !important;
}

#error_message {
    color: #cc0000 !important;
}

#career_success_message {
    color: #5BB300 !important;
}

#career_error_message {
    color: #cc0000 !important;
}

/*Custom Loader*/
.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #cc0000;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*Custom Loader*/

.layout-4.common-home #content .so_advanced_search .heading-title h3 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 36px;
    padding: 30px 30px 20px 30px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.label-new {
    background-color: #041943 !important;
}

.common-home a:hover {
    color: #cc0000 !important;
}

.cmb-5 {
    margin-bottom: 5px !important;
}

@media only screen and (max-width: 600px) {
    .cmb-5 {
        margin-bottom: 20px !important;
    }
}

p span{
    font-family: 'Rubik', sans-serif !important;
}

.max-width {
    width: 100% !important;
    color: white;
}

.layout-4.common-home #content .module span.modtitle {
    font-size: 36px;
    color: #041943;
    font-weight: 700;
    text-transform: uppercase;
    /*position: relative;*/
    /*padding-top: 15px;*/
    /*display: inline-block;*/
    /*text-align: center;*/
}

.c-product-quantity {
    background: white !important;
    width: 100px !important;;
    color: black !important;;
}


.c-font-size {
    margin: 5px 0 5px 0 !important;
    /*font-weight: 400 !important;*/
    font-size: 15px !important;
}

/*.h1, .h2, .h3, h1, h2, h3, .h4, .h5, .h6, h4, h5, h6 {*/
/*margin: 0 0 0 0;*/
/*}*/

.c-heading-one {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 36px;
    padding: 30px 30px 20px 30px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.c-heading-title {
    text-align: center;
    padding: 30px 30px 20px 30px;
}
