/* 
    Created on : May 8, 2017, 5:52:57 PM
    Author     : Cacheit
*/

/*--*-- MAIN COLORS --*--*/
@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');


body{
    font-family: 'Nunito', sans-serif!important;
}
.bold-font{
    font-weight:500;
}
.thick-font{
    font-weight: 700;
}

.color-primary-1{
    /*green*/
    background-color: #48b4c1!important; 
}
.color-primary-1-dark{
    background-color: #4a929b!important;
}
.color-primary-1-light{
    background-color: #4ac5d5!important;
}

.color-text-1{
    color: #48b4c1;
    font-weight: 600;
}
.color-text-1-dark{
    color: #4a929b;
    font-weight: 600;
}
.color-text-1-light{
    color: #4ac5d5;
    font-weight: 600;
}

/**--/.GREEN--**/

.color-primary-2{
    /*purple*/
    background-color: #ca8cbd!important;
}
.color-primary-2-dark{
    background-color: #b57ea9!important;
}
.color-primary-2-light{
    background-color: #e6cbf3!important;
}
.color-text-2{
    color:#ca8cbd;
    font-weight: 600;
}
.color-text-2-dark{
    color:#b57ea9;
    font-weight: 600;
}
.color-text-2-light{
    color:#e6cbf3;
    font-weight: 600;
}

/**--/.PINK--**/

/*--*-- /. END OF MAIN COLORS --*--*/
.white-text{
    color: #FFF!important;
}
.dark-text-lite{
    color: #929292!important;
}

.dark-text{
    color: #626262!important;
}

.dark-back{
    min-height: 82vh!important;
    background-color: #e4e1e1!important;
}
.login-cover{
    background-image: url('../_img/cover.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 90vh;
}
.f1x{
    font-size: 1em;
}
.f2x{
    font-size: 1.8em;
}
.f3x{
    font-size: 2.6em;
}
.add-padding{
    height: 15px;
}
.add-extra-padding{
    height: 50px;
}
.border-left{
    border-left: 1px solid #cdcdcd;
}
.border-right{
    border-right: 1px solid #cdcdcd;
}
.border-top{
    border-top: 1px solid #cdcdcd;
}
.border-bottom{
    border-bottom: 1px solid #cdcdcd;
}
.review-container{
    border-left: 1px solid #bcbcbc;
}
.review-container:last-child{
    border-right: 1px solid #bcbcbc;
}

.service-conatiner{
    background-color: #f7f7f7!important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-bottom: 0px;
}
.bottom-button{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color:#fff;
}
.bottom-button > h3 {
    margin-bottom: .07em;
    margin-top: .07em;
}

.input-group-addon:last-child {
    border-left: 0!important;
    border-radius: 0% 30% 30% 0%!important;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    border-top-left-radius: 15px!important;
    border-bottom-left-radius: 15px!important;
}
.search-input{
    color: #FFF!important;
    background-color: #ca8cbd!important;
    border: 1px solid #ca8cbd!important;
}
.search-form{
    color: #555!important;
    background-color: #fff!important;
    border: 3px solid #ca8cbd!important;
}

.btn-group-lg>.btn, .btn-search{
    border-radius: 15px!important;
}
.header{
    box-shadow: 0px 10px 12px -2px rgba(0,0,0,.15)!important;
}
.popular{
    margin-left: 8px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.vote{
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 45px;
    line-height: 2;
    font-size: 16px;
    background-color: #f5f3f4!important;
    margin-bottom: 2%;
}
.rounded-div{
    border-radius: 8px;
}

.vote-product{
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 1px 1px 2px 0px;
	color:grey;
}

.promo-sec{
    background-color: #f7f7f7;
    border: 15px;
    padding:8px 8px;
    border-radius: 12px;
}
.promo-sec .email{
    border: 1px solid #fff!important;
    background-color: rgba(0,0,0,0)!important;

}
.promo-sec::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff!important;
}
.promo-sec .email ::-moz-placeholder { /* Firefox 19+ */
    color: #fff!important;
}
.promo-sec .email :-ms-input-placeholder { /* IE 10+ */
    color: #fff!important;
}
.promo-sec .email :-moz-placeholder { /* Firefox 18- */
    color: #fff!important;
} 
.promo-sec > img{
    width:200px;
    height: 150px;
}
.promo{
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
}
.promo:hover{
    box-shadow: 0px 0px 20px -5px;
    transition-delay: 0.05s;
    transition-duration: 0.36s;
}
.promo .inner-image{
    padding: 0px;
}
.promo-container{
    padding: 7px;
}
.clear-padding-left{
    padding-left: 0;
}
.clear-padding-right{
    padding-right: 0;
}
.clear-margin-right{
    margin-right: 0;
}
.clear-margin-left{
    margin-left: 0;
}
.clear-padding{
    padding: 0!important;
}
.clear-margin{
    margin: 0!important;
}
.gradient-filled{
    border-bottom: 2px solid rgba(0,0,0,.20);
    padding-top: 12px;
    padding-bottom: 12px;
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fafafa, #f5f4f3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fafafa, #f5f4f3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fafafa, #f5f4f3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fafafa, #f5f4f3) /* Standard syntax */
}
.top-bar{
    background:#F8F8F8!important;
    border-bottom:3px solid rgba(0,0,0,.25);
}
.hide-back > .top-bar{
    background:rgba(0,0,0,0)!important;
    box-shadow:none!important;
}

.fa > img{
    vertical-align: text-bottom!important;
}

.product .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    color: #fff;
    cursor: default;
    background-color: #c68abd;
    border: 1px solid #ad79a5;
    border-bottom-color: transparent;
}


@media (max-width:480px){
    .bzoom_thumb_image{
        width: 260px!important;
        height:400px!important;
    }
    .bzoom_small_thumbs > ul{
        width: 260px!important;
    }
    .vote{
        background-color: #f2f2f2!important;
        padding: 0;
        display: block;
        border-radius: 5px;
    }
    .vote-view{
        border-top-right-radius: 0px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 5px;
        margin-top: 5%;
        line-height: normal;
    }

    .vote-count{
        border-left: 0px;
    }
    .back_btn{

    }
    #dropdown > div{
        padding: 0 !important;
    }
}
@media(max-width:1200px){
    .vote-button{
        width: 100%;
        margin-bottom: 7px;
        margin-top: 7px;
    }
}
@media (min-width: 768px){
    .modal-dialog {
        width: 600px;
        margin: 15vh auto !important;
    }

}

@media  only screen and (max-width :992px) {
    /*#follow-ico > li:nth-child(1){*/
        /*text-align: center;*/
        /*float: left;*/
        /*clear: none;*/
        /*width: 100%;*/
    /*}*/
    /*#follow-ico > li:nth-child(6){*/
        /*float: left;*/
        /*clear: left;*/
    /*}*/
    #follow-ico > li{
        float: left;
    }
    #follow-ico{
        width: auto;
        text-align: center;
        float: none;
        margin: 5px auto;
        display: inline-block;
    }
    #follow-ico li{
        padding-right: 3px !important;
    }
    .bzoom_wrap{
        height: auto !important;
    }
}

/*.vote-product .p-vote > strong{
    float: left;
    width: 100%;
    text-align: center;
}
.vote-product .p-vote > i{
    text-align: center;
    width: 100%;
}*/
.list-group-item:last-child{
    border: none !important;
}
.list-group-item{
    padding: 10px 0 !important;
}
.list-group{
    padding-left: 0;
    margin-bottom: 0 !important;
    margin-top: 15px !important;
}

.list-group-item{
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    background: none !important;
}

@media screen and (min-width : 768px)
{
	.review-containeramazon{
    border-left: 1px solid #bcbcbc;
}
}
@media screen and (max-width : 480px)
{
	.review-containeramazon{
    	border-left: none;
	}
	.small-device-padding{
		padding-top: 15px!important;
	}
}

@media (max-width:481px)  {
    .user-nav ul.nav-pills li a{
        font-size: 12px;
    }
    .user-nav ul.nav-pills li{
        width: 48%;
        margin: 3px 1%;
        float: left;
    }
}