.register-logo, .logo-text .text-center{
    color: #fbb710;
    text-transform: uppercase;
    font-weight: bold;
}
.logo-text .text-center:hover{
    color: black;
}
.rew:hover{
    color: black;
}
.logo-text .text-center:active{
    color: black;
}

.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text{
    color: #fbb710;
    font-weight: bold;
}

body > div.main-content-wrapper.d-flex.clearfix.mt-5 > div > div > div.card > div > form > div > input{
    font-weight: bold;
}
form{
    margin-top: 20px;
}
.btn{
    font-weight: bold !important;
}
.btn-form{
    background: #fbb710;
    color: white;
    font:bold 16px helveticaneuemedium !important;
}
.btn-form:hover{
    background: black;
    color: white;
    font:bold 16px helveticaneuemedium !important;
}
.btn-form:active{
    background: black;
    color: white;
    font:bold 16px helveticaneuemedium !important;
}
.di-form{
    margin: 48px auto auto 20%;
    padding: 60px 10px;
    background: white;
    position: relative;
    display: block;
}
.but{
    text-align: right;
}
.review-box{
    width: 800px;
    margin: auto;
}
.di-form-box{
    margin: 48px auto;
    padding: 60px 10px;
    background: white;
    position: relative;
    display: block;
}
.register-card-body .input-group textarea{
    border-right: 1px solid #ced4da !important;
}
.register-card-body .input-group textarea:focus{
    border-right: 1px solid #2e93ff !important;
}

.rating-area {
    overflow: hidden;
    width: 265px;
    margin: 0 auto;
    padding: 0 20px;
}
.rating-area:not(:checked) > input {
    display: none;
}
.rating-area:not(:checked) > label {
    float: right;
    width: 42px;
    padding: 0;
    cursor: pointer;
    font-size: 32px;
    line-height: 32px;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
    content: '★';
}
.rating-area > input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
    position: relative;
}

.review-cont {
    /*width: 800px;*/
    margin-top: 50px;
}
.review-rev{
    width: 800px !important;
}
.input-group select, .nice-select{
    font-size: 16px !important;
    color: #686868 !important;
}
.nice-select:focus{
    border-bottom: 1px solid #2e93ff !important;
    border-top: 1px solid #2e93ff !important;
    border-left: 1px solid #2e93ff !important;
}

@media only screen and (max-width: 1141px) {
    .review-box {
        width: 700px;
    }
    .review-rev{
        width: 700px !important;
    }
}
@media only screen and (max-width: 1041px) {
    .review-box {
        width: 600px;
    }
    .review-rev{
        width: 600px !important;
    }
}
@media only screen and (max-width: 950px) {
    .di-form{
        margin: auto;
    }
}
@media only screen and (max-width: 910px) {
    .review-box {
        width: 500px;
    }
    .review-rev{
        width: 500px !important;
    }
}
@media only screen and (max-width: 810px) {
    .review-box {
        width: 400px;
    }
    .review-rev{
        width: 400px !important;
    }
}

@media only screen and (max-width: 767px) {
    .review-box {
        width: 100%;
    }
    .review-rev{
        width: 100% !important;
    }
    .di-form{
        margin: 50px auto;
    }
    .register-box{
        margin: auto;
    }
}
@media only screen and (max-width: 577px) {
    .btn-form{
        font-size: 14px;
    }
    .text-center{
        font-size: 10px;
    }
    .but{
        margin: auto;
    }
    .register-logo{
        font-size: 30px;
    }
}
@media only screen and (max-width: 357px) {
    .main-content-wrapper {
       width: 100% !important;
    }
    .di-form-box{
        width: 100% !important;
    }
    .rating-area{
        margin: 0 50px 0 0;
        padding: 0 50px 0 0;
    }
    .card-body{
        padding: 0;
    }
   .product-description{
       padding: 7px !important;
    }
}
 /* -----------------------------------------
 :: Template Name: Shop1
 :: Author: Aleks1978
 :: Author URL:
 :: Created: April 01, 2022
 :: Last Updated:
 ----------------------------------------------- */
