
@media (max-width: 576px) {
    .shadow {
        width:37%;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.175) !important;
        border-radius: 15px !important;
        padding: 5px !important;
    }
    .res{
        display:none;
    }
    .exact-value-sidebar{
        display:none;
    }
}

@media (max-width: 768px) {
    .res{
        display:none;
    }

    .exact-value-sidebar{
        display:none;
    }

}

#middle-wizard{
    width:100% !important;
}

.buy-img {
    width:100%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.175) !important;
    border-radius: 15px !important;
    padding: 5px !important;
}

.radio-ques-buttons {
    width: 100%;
    margin: 0 auto;
    /*text-align: center;*/
}

.custom-ques-radio input {
    /*display: none;*/
    /*visibility: hidden;*/
    width: 0;
    height: 0;
}

.radio-ques-btn {
    margin: 10px;
    width: 200px;
    height: 200px;
    border: 3px solid transparent;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 20px #c3c3c367;
    cursor: pointer;
}

.radio-ques-btn>i {
    color: #ffffff;
    background-color: #8373e6;
    font-size: 20px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) scale(4);
    border-radius: 50px;
    padding: 3px;
    transition: 0.2s;
    pointer-events: none;
    opacity: 0;
}

.radio-ques-btn .hobbies-icon {
    height: 80px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radio-ques-btn .hobbies-icon i {
    color: #8373e6;
    line-height: 80px;
    font-size: 60px;
}

.radio-ques-btn .hobbies-icon h3 {
    color: #8373e6;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.custom-ques-radio input:checked+.radio-ques-btn {
    border: 3px solid #8373e6;
}

.custom-ques-radio input:checked+.radio-ques-btn>i {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}


.dbox {
    position: relative;
    background: rgb(255, 86, 65);
    background: -moz-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 4px;
    text-align: center;
    margin: 60px 0 50px;
}
.dbox__icon {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
.dbox__icon:before {
    width: 75px;
    height: 75px;
    position: absolute;
    background: #fda299;
    background: rgba(253, 162, 153, 0.34);
    content: '';
    border-radius: 50%;
    left: -17px;
    top: -17px;
    z-index: -2;
}
.dbox__icon:after {
    width: 60px;
    height: 60px;
    position: absolute;
    background: #f79489;
    background: rgba(247, 148, 137, 0.91);
    content: '';
    border-radius: 50%;
    left: -10px;
    top: -10px;
    z-index: -1;
}
.dbox__icon > i {
    background: #ff5444;
    border-radius: 50%;
    line-height: 40px;
    color: #FFF;
    width: 40px;
    height: 40px;
    font-size:22px;
}
.dbox__body {
    padding: 50px 20px;
}
.dbox__count {
    display: block;
    font-size: 30px;
    color: #FFF;
    font-weight: 300;
}
.dbox__title {
    font-size: 13px;
    color: #FFF;
    color: rgba(255, 255, 255, 0.81);
}
.dbox__action {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
}
.dbox__action__btn {
    border: none;
    background: #FFF;
    border-radius: 19px;
    padding: 7px 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .5px;
    color: #003e85;
    box-shadow: 0 3px 5px #d4d4d4;
}


.dbox--color-2 {
    background: rgb(252, 190, 27);
    background: -moz-linear-gradient(top, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
    background: -webkit-linear-gradient(top, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
    background: linear-gradient(to bottom, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcbe1b', endColorstr='#f85648', GradientType=0);
}
.dbox--color-2 .dbox__icon:after {
    background: #fee036;
    background: rgba(254, 224, 54, 0.81);
}
.dbox--color-2 .dbox__icon:before {
    background: #fee036;
    background: rgba(254, 224, 54, 0.64);
}
.dbox--color-2 .dbox__icon > i {
    background: #fb9f28;
}

.dbox--color-3 {
    background: rgb(183,71,247);
    background: -moz-linear-gradient(top, rgba(183,71,247,1) 0%, rgba(108,83,220,1) 100%);
    background: -webkit-linear-gradient(top, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%);
    background: linear-gradient(to bottom, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b747f7', endColorstr='#6c53dc',GradientType=0 );
}
.dbox--color-3 .dbox__icon:after {
    background: #b446f5;
    background: rgba(180, 70, 245, 0.76);
}
.dbox--color-3 .dbox__icon:before {
    background: #e284ff;
    background: rgba(226, 132, 255, 0.66);
}
.dbox--color-3 .dbox__icon > i {
    background: #8150e4;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 8px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 100 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center
}

.ribbon-top-right {
    top: -1px;
    right: -1px
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent
}

.ribbon-top-right::before {
    top: 0;
    left: 17px
}

.ribbon-top-right::after {
    bottom: 17px;
    right: 0
}

.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg)
}

.bbb_deals_featured {
    width: 100%
}

.bbb_deals {
    padding: 10px;
}
.bbb {
    padding-top: 70px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 35px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.175);
    border-radius: 5px;
    background-color: #ffffff;
}

.bbb_deals_title {
    position: absolute;
    top: 27px;
    left: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #a81f1f
}

.bbb_deals_slider_container {
    background-color: transparent;
    border-radius: 10px;
    padding: 0 auto;
}

.bbb_deals_item {
    width: 100% !important
}

.bbb_deals_image {
    width: 100%
}

.bbb_deals_image img {
    width: 100%
}

.bbb_deals_content {
    margin-top: 33px
}

.bbb_deals_item_category a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5)
}

.bbb_deals_item_price_a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6)
}

.bbb_deals_item_name {
    font-size: 20px;
    font-weight: 400;
    color: #000000
}

.bbb_deals_item_price {
    font-size: 20px;
    font-weight: 500;
    color: #df3b3b
}

@media only screen and (max-width: 1199px) {
    .bbb_deals_timer_box {
        width: 150px
    }
    .bbb_deals_timer_unit {
        font-size: 20px
    }

}

@media only screen and (max-width: 991px) {
    .bbb_deals {
        width: 100%;
        margin-right: 0px
    }
}

@media only screen and (max-width: 575px) {
    .bbb_deals {
        padding-left: 15px;
        padding-right: 15px
    }
    .bbb_deals_title {
        left: 15px;
        font-size: 16px
    }
    .bbb_deals_slider_nav_container {
        right: 5px
    }
    .bbb_deals_item_name,
    .bbb_deals_item_price {
        font-size: 20px
    }
    .bbb_deals_item_category a,
    .bbb_deals_item_price_a {
        font-size: 12px
    }
    .bbb_deals_timer_unit {
        font-size: 16px
    }
}
@media only screen and (max-width: 414px) {
    .bbb_deals_item_price{
        font-size: 14px;
    }
    .bbb_deals_item_name {
        font-size: 16px;
    }

    .bbb {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 360px) {
    .bbb_deals_item_price{
        font-size: 11px;
    }
    .bbb_deals_item_name {
        font-size: 14px;
    }
    .bbb {
        padding-left: 10px;
    }
}

.starrating {
    border: none;
    float: left;
}

.starrating > input { display: none; }
.starrating > label:before {
    margin: 2px;
    font-size: 30px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.starrating > .half:before {
    content: "\f089";
    position: absolute;
}

.starrating > label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.starrating > input:checked ~ label, /* show gold star when clicked */
.starrating:not(:checked) > label:hover, /* hover current star */
.starrating:not(:checked) > label:hover ~ label { color: #fb0;  } /* hover previous stars in list */

.starrating > input:checked + label:hover, /* hover current star when changing rating */
.starrating > input:checked ~ label:hover,
.starrating > label:hover ~ input:checked ~ label, /* lighten current selection */
.starrating > input:checked ~ label:hover ~ label { color: #fb0;  }
