/**********************/
/* STICKY NAVBAR MODE */
/**********************/

.bgRed {
    background-color: #ff0000;
}

.bgGreen {
    background-color: #00aa00;
}

.alertMessage {
    z-index: 1000;
    top: 33%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
}

.messages {
    max-width: 1400px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    text-transform: uppercase;
    padding: 30px 0;
    margin: 30px auto;
}

.messages .fa-times-circle {
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 16px;
    cursor: pointer;
}

/**********************/
/* STICKY NAVBAR MODE */
/**********************/


.is-sticky .sticky-header .navbar {
    max-width: 100%;
    margin-top: 0;
}

.is-sticky .sticky-header #searchArea {
    max-width: 100%;
}


/*****************/
/* STICKY NAVBAR */
/*****************/


.sticky-wrapper {
    position: absolute;
    top: 40px;
    width: 100%;
}

@media (max-width: 991px) {
    .sticky-wrapper {
        top: 0;
    }
}

.sticky-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: background 0.4s, all 0.3s linear, all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.sticky-header .navbar {
    margin: 0 auto 0;
    max-width: 1200px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 0;
    border: 0;
    border-radius: 0;
}

@media (max-width: 991px) {
    .sticky-header .navbar-collapse {
        margin-top: 30px;
    }
    .sticky-header .navbar-collapse .nav-item {
        padding: 10px;
    }
}


/***************/
/* NAVBAR LINK */
/***************/


.sticky-header .navbar-brand span {
    font-size: xx-large;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sticky-header .navbar-nav .nav-item {
    margin-right: 45px;
}

.sticky-header .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.sticky-header .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #222222;
}

@media (min-width: 991px) {
    .sticky-header .navbar-nav .nav-item .nav-link {
        padding: 10px 0;
    }
}

.sticky-header .navbar-nav .nav-item:hover .nav-link,
.sticky-header .navbar-nav .nav-item.active .nav-link {
    color: #007bff !important;
}


/************************/
/* NAVBAR DROPDOWN MENU */
/************************/


.sticky-header .navbar-nav .dropdown {
    position: relative;
}

.sticky-header .navbar-nav .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 19px;
    background: #fff;
}

.sticky-header .navbar-right .dropdown-menu {
    margin-top: 0;
}

.sticky-header .navbar-nav .dropdown-item.active {
    background: #007bff;
    color: #fff;
}

.sticky-header .navbar-nav .dropdown-item {
    line-height: 45px;
    padding: 0 30px;
    display: block;
    float: none;
    margin-right: 0;
    border-bottom: 1px solid #ededed;
    margin-left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sticky-header .navbar-nav .dropdown-item:last-child {
    border-bottom: none;
}

.sticky-header .navbar-nav .dropdown-item:hover {
    background: #007bff;
    color: #fff;
}

.sticky-header .navbar-nav .dropdown:hover .dropdown-item {
    margin-top: 0;
}


/****************************/
/* NAVBAR NAVBAR MENU RIGHT */
/****************************/


.sticky-header .navbar-right li {
    margin: 0 !important;
}

@media (max-width: 991px) {
    .sticky-header .navbar-right li {
        margin-left: 0;
    }
}

.sticky-header .navbar-right li:first-child {
    margin-left: 20px !important;
}

@media (max-width: 991px) {
    .sticky-header .navbar-right li:first-child {
        margin-left: 0 !important;
    }
}

.sticky-header .navbar-right li span {
    font-size: 16px;
    padding: 22px !important;
}

.sticky-header .navbar-right li:last-child span {
    padding-right: 0 !important;
}

.sticky-header .navbar-right .search {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
}


/*****************/
/* NAVBAR SEARCH */
/*****************/


#searchArea {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    z-index: 999;
    text-align: center;
    padding: 5px 20px;
    background: linear-gradient(270deg, #cccccc 0%, #eeeeee 100%);
    -webkit-transition: max-width 0.3s ease 0s;
    -moz-transition: max-width 0.3s ease 0s;
    -o-transition: max-width 0.3s ease 0s;
    transition: max-width 0.3s ease 0s;
}

#searchArea .form-control {
    background: transparent;
    border: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    padding: 0;
}

#searchArea .form-control:focus {
    box-shadow: none;
    outline: none;
}

#searchArea label {
    margin-bottom: 0;
}

#searchArea input.placeholder {
    color: #ffffff;
    font-size: 16px;
}

#searchArea input:-moz-placeholder {
    color: #ffffff;
    font-size: 16px;
}

#searchArea input::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 16px;
}

#searchArea .btn {
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
}

#searchArea span {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 3px;
}

@media (max-width: 575px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding: 0 15px;
    }
}

#globalFilter {
    position: absolute;
    top: 0;
    right: 0;
    margin: 21px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#globalFilter label {
    margin-bottom: 0;
}

#globalFilter select {
    border: 0;
    border-radius: 0 !important;
    font-weight: 600;
}

#globalFilter option {
    font-weight: 600;
}

/*********************/
/* HOME PRESENTATION */
/*********************/

#homePresentation {
    height: 100vh;
    background: url("../img/banner-bg.jpg") center no-repeat;
    background-size: cover;
}

#banner {
    height: 150px;
}

.card {
    height: 100% !important;
}

/*********************/
/*   PURCHASE PAGE   */
/*********************/

textarea {
    background-color: unset;
    border: unset;
    color: inherit;
    font-weight: inherit;
}


/*********************/
/*   PRODUCT PAGE   */
/*********************/

.info-text {
    font-size: 9pt;
}

.product-in-cart {
    font-size: 24pt;
}

.fas.fa-star {
    color: #ffce00;
}

.far.fa-star {
    color: #999999;
}


/****** Style Star Rating Widget *****/

.rating {
    border: none;
    float: left;
}

.rating > input { display: none; }
.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content: "\f005";
}

.rating > label {
    color: #dbcaa4;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #ffce00; font-weight: 900; } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #dbcaa4; font-weight: 900; }




.wheelBoxDisplay:hover .wheelBox {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 1s;
}

.chooseBox {
    position: absolute;
    opacity: 1;
    padding: 10px;
    right: 35px;
    top: 5px;
    font-weight: bold;
    border: 1px blue solid;
    background-color: rgba(0, 0, 0, 0.7);
}

.wheelIcone {
    position: absolute;
    left: 0px;
    top: 0px;
}

.wheelBox {
    position: absolute;
    opacity: 1;
    top: 0px;
    right: 0px;
    cursor: pointer;
    transition-property: opacity;
    transition-duration: 1s;
}

#userCouponList .card:hover {
    background-color: #00aeff !important;
    cursor: pointer;
    color: #ffffff;
}

#popupContainer {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

#popupContainer > div {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.fileUpload.active
{
    border-color: red;
    border-style: solid;
    border-radius: 6px;
    text-align: center;
}

.fileUpload {
    border: 0.25rem dashed #a5a5c7;
    border-radius: 6px;
    text-align: center;
}

#clickUpload, .clickUpload {
    position: relative;
}

.image > img {
    max-height: 100%;
}

input[name="file"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    width: 100%;
    opacity: 0;
    height: 100%;
    cursor: pointer;
}

.imageList {
    width: 10%;
}

.imageList img {
    width: 100%;
}

.line-height-70 {

}

.delete-button {
    top: 5px;
    right: 5px;
    z-index: 100;
    cursor: pointer;
}

.save-button {
    position: fixed;
    right: 20px;
}