.product-price-star .user-rate, .product-price-star {
    margin-top: 20px;
    margin-bottom: 15px;
}
.product-name {
    text-transform: uppercase;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: 800;
    padding-top: 10px;
}
.product-price-star .price {
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: .0625rem;
    font-weight: 600;
}
.input_qty_qv {

    display: inline-block;
    margin-top: 15px;
}


.input_qty_qv span {
    width: 100%;
    display: block;
}

.minus {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    margin: 0 -5px 0 0px;
    vertical-align: bottom;
}
.plus {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    margin: 0 -5px;
    vertical-align: bottom;
}
.quantity {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #e5e5e5;
}
.form-control{
    padding: 15px 5px;
}
.form-control:focus {
    /*border-color: initial !important;*/
    box-shadow: none !important;
}

.text-qty {
    font-weight: 600;
    font-size: .75rem;
    line-height: 1.3;
    letter-spacing: .0625rem;
}
.product_add_cart {
    margin-top: 20px;
    display: flex;
}
.product_add_cart div:first-child {
    padding-left: 0;
}
.product_add_cart div:last-child {
    padding-right: 0;
}
.review {
    margin-top: 35px;
}
.fb-comments {
    margin-top: 40px;
}
.tab-content {
    border-bottom: 1px solid #dee2e6;
}
.tab-content p span {
    font-family: 'Pangolin' !important;
}
.review ul.nav-tabs li a {
    display: block;
    padding: 5px 2vw;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.review ul.nav-tabs li a.active {
    background-color: #e6e6e6;
}




/*check color and size*/
.select-swap.color a:hover, .select-swap.color a.active {
    border: solid 2px #3a5c85 !important;
}

#q-variant-swatch-1 .select-swap.size a:hover{
    border: 1px solid #3a5c85;
}
#q-variant-swatch-1 .select-swap.size a.deactive{
    opacity: 0.3;
    pointer-events: none;
    background: #eee;
}
#q-variant-swatch-1 .select-swap.size a.active{
    background: #3a5c85;
    color: #fff;
}
#q-variant-swatch-1 .select-swap.size a.active span {
    color: #fff;
}
.swatch .swatch-element {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    vertical-align: bottom;
}
.product-add {
    display: flex;
    margin-top: 15px;
}
.product-add button {
    background: #3a5c85;
    color: #fff;
    width: 50%;
    border: 1px solid #3a5c85;
}
.product-add button:first-child {
    margin-right: 20px;
}
.product-add button:hover {
    background: #f4f3f0;
    color: #000;background: #f4f3f0;
    color: #000;
}
.product-top {
    margin-top: 25px;
}
.btn-primary {
    background-color: #3a5c85 !important;
    border-color: #3a5c85 !important;
}
@media (min-width: 991px) {
    .sticky--top {
        align-self: flex-start;
        position: sticky !important;
        top: 150px;
    }
}
@media (max-width: 576px) {
    .product-name {
        font-size: 0.9rem;
        margin-top: 10px;
    }
}
@media (max-width: 280px) {
    .product-add > button{
        font-size: 10px !important;
    }
}

/********rate*******/
.vote .si.voteHover, .vote .si.active {
    background-position: 3px -249px;
}
.si {
    background: transparent url("../img/spriteIcon.png") no-repeat scroll 0 0;
}
.vote .si {
    float: left;
    width: 20px;
    height: 15px;
    background-position: 3px -329px;
    cursor: pointer;
}
.product-price-star .star {
    margin-top: 15px;
}
.pro-price {
    display: flex;
}
.product-price-star span, .box-pro-prices span {
    display: inline-block;
}
.rate-box {
    margin-top: 20px;
    margin-bottom: 20px;
}
.comment-info {
    margin-top: 10px;
}
/*p.vote {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

select.childProducts {
    height: 28px;
    margin: 15px 0 15px;
    width: 100%;
    border-color: #91ad41;
    font-weight: 700;
}
.slide-thumb .owl-stage {
    display: flex;
}
.slide-thumb .owl-stage .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-thumb .owl-stage .owl-item li {
    position: relative;
}
.slide-thumb .owl-stage .owl-item li i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.commentItem {
    margin-bottom: 10px;
    padding: 10px 0;
}
::placeholder {
    color: #3a5c85 !important;
}
.gif-name img{
    width: 55px;
}
.text-note-pview {
    margin-top: 15px;
    padding: 10px 20px;
    border: 1px solid #3a5c85;
}

