

/* SOCIAL ICONS */
.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.social-icons li {
    display: inline-block;
}
.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px;
}
.social-icons a {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
}
.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px;
}

/* BUTTONS */
.btn-getstartednow {
    text-transform: uppercase;
    color: #fff;
    background-color: #fdbf0a;
    border-color: #fdbf0a;
    transition: 0.3s;
}
.btn-getstartednow:hover {
    color: #fff;
    background-color: #ffa800;
    border-color: #ffa800;
}

.shopInfoBox {
    background-color: black;
    opacity: 0.6;
    min-width: 100%;
    min-height: 200px;
}

.footergrey {
    color: #c5c5c5;
}
#faq:hover,
#privacy:hover,
#contact:hover {
    color: #a2a2a2;
    text-decoration: none;
}
#contact,
#policy,
#faq {
    transition: 0.3s;
}


.review_header{
    background: url("../assets/Home/Nav/review-header.webp") no-repeat center/cover;
    padding: 50px;
}
.review_header h2{
    text-transform: uppercase;
    letter-spacing: 8px;
    display: inline-block;
    line-height: 75px;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 60pt;
    font-family: acumin-pro-extra-condensed, sans-serif;
    margin: 50px 0;
}
#product-reviews{
    margin: 30px 0;
    border-bottom: #000000 solid 3px;
    padding-bottom: 30px;
}
.product_cta h5{
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight: 700;
    font-size: 30pt;
    text-transform: uppercase;
}

.product_cta p.current_rating{
    font-size: 20pt;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.product_cta p a{
    background: #000;
    padding: 5px 38px 7px 38px;
    color: #FFF;
    text-decoration: none;
    font-size: 13pt;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition-duration: 0.4s;
    display: inline-block;
    border-radius: 3px;
}

.product_cta p a:hover{
    background: #fdbf0b;
}
.write_review a{
    font-size: 15pt;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 500;
    color: #000;
    margin-top: 20px;
    display: inline-block;
    text-decoration: underline;
}

.review_box{
    padding: 15px 0;
}
.review_box p strong {
   color: #000;
}

.review_box p{
   margin-bottom: 2px;
    color: #6c6f78;
}
.review_box p .read_less{
   display: none;
}
.review_box p a{
    color: #000;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}
.review_box p a.less .read_less{
   display: inline-block;
}
.review_box p a.less .read_more{
   display: none;
}
.review_box p.review_star_rating i{
    color: rgb(198 207 224);
}
.review_box p.review_star_rating.rating_5 i:nth-of-type(-n+5){
    color:#fdbf0b;
}
.review_box p.review_star_rating.rating_4 i:nth-of-type(-n+4){
    color:#fdbf0b;
}
.review_box p.review_star_rating.rating_3 i:nth-of-type(-n+3){
    color:#fdbf0b;
}
.review_box p.review_star_rating.rating_2 i:nth-of-type(-n+2){
    color:#fdbf0b;
}
.review_box p.review_star_rating.rating_1 i:nth-of-type(-n+1){
    color:#fdbf0b;
}
.user_review_text span.text-length{
    height: 47px;
    overflow: hidden;
    display: inline-block;
}
.user_review_text.full .text-length{
    height: auto;
}
.modal-header .close{
    margin-left: -1rem;
}
.review_modal h2{
    font-size: 20pt;
    font-weight: 700;
    text-transform: uppercase;
    color: #fdbf0b;
}
.review_modal h4{
    font-size: 10pt;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.review_modal .form-control{
   height: 48px !important;
    border-radius: 2px;
    border: 2px solid rgb(209, 209, 209);
}
.submit_button{
    padding: 7px 48px;
    background: #000;
    border-radius: 2px;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
}
.submit_button:hover{
    background: #fdbf0b;
}

/*rating styles*/
.rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon {
    float: left;
    color: transparent;
}

.rating label:last-child .icon {
    color: rgb(198 207 224)
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
    color: #000;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
    color: #000;
    text-shadow: 0 0 5px rgb(198 207 224);
}
.alert-danger{
    border: none;
    background: red;
    color: #FFF;
}
.alert-success{
    border: none;
    background: #1dbf73;
    color: #FFF;
}
.alert-danger p:nth-last-of-type(1){
    margin-bottom: 0;
}
.simple_pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-item.active .page-link{
    background-color: #000;
    border-color: #000;
}
.page-link{
    color: #000;
}
@media (min-width: 992px) {
    .modal-lg {
        width: 80%;
        max-width: 80%;
    }
    .modal-content{
        margin: auto;
    }
}

.fa-star, 
.fa-star-o {
    color: #fdbf0b;
}

.review_list .fa-star, 
.review_list .fa-star-o {
    color: #fdbf0b;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
background-color: transparent;
color: #000;
}

.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
top: -8px;
}
