body {
    padding-top: 80px;
}

.form-beetwen {
    margin-bottom: 20px;
    display: block;
    height: 50px;
}

.product .size {
    height: 20px;
    display: block;
    overflow: hidden;
}

.priceFilterBody {
    margin-left: 17px;
}

.success {
    color: green;
    font-size: 14px;
    font-weight: bold;
}

.rating span, .ratingElement {
    display: none !important;
}


.contact-shop-001{
    margin-top: 73px;
}
.contact-shop-001 .contact-title-line{
    border-top: 1px solid #000;
    text-align: center;
}
.contact-shop-001 .contact-title h2{
    display: inline-block;
    font-size: 38px;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 23px;
    padding-right: 18px;
    padding-left: 18px;
    margin-top: -30px;
    background-color: #fff;
}
.contact-shop-001 .contact-form{
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 36px 10px;
}
.contact-shop-001 .contact-form h5{
    font-weight: 700;
    color: #f44336;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
.contact-shop-001 .contact-form .form-control{
    margin-bottom: 8px;
}
.contact-shop-001 .contact-form .form-control.inline{
    display: inline-block;
    width: 48.5%;
    float: left;
}
.contact-shop-001 .contact-form .form-control.inline.email{
    margin-right: 11px;
}
.contact-shop-001 .btn-send{
    float: right;
    background-color: #f44336;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    color: #fff;
    border: 0;
    padding: 10px 28px;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    box-shadow: 0 1px 0 #757575;
}
.contact-shop-001 .contact-info{
    margin-top: 32px;
    font-size: 16px;
    font-weight: 300;
}
.contact-shop-001 .contact-info .fa{
    color: #f44336;
    padding-right: 10px;
}
.contact-shop-001 .contact-info a{
    color: #000;
    text-decoration: underline;
}
.contact-shop-001 .contact-info-block{
    display: table;
    border-spacing: 0 12px;
}
.contact-shop-001 .contact-info-row{
    display: table-row;
}
.contact-shop-001 .contact-info-cell{
    display: table-cell;
}
.contact-shop-001 .contact-info-desc{
    font-size: 14px;
    font-weight: 600;
}
.contact-shop-001 .container-fluid.contact-map{
    padding-right: 0;
    padding-left: 0;
}
.contact-shop-001 .contact-map{
    margin-top: 100px;
    height: 400px;
    position: relative;
}
.contact-shop-001 .map-shadow-top, .contact-shop-001 .map-shadow-bottom {
    position: absolute;
    height: 70px;
    width: 100%;
    left: 0;
    z-index: 2;
}
.contact-shop-001 .map-shadow-top{
    box-shadow: inset 0 20px 30px rgba(0,0,0,.1);
    top: 0;
}
.contact-shop-001 .map-shadow-bottom {
    box-shadow: inset 0 -20px 30px rgba(0,0,0,.1);
    bottom: 0;
}

@media (max-width: 1200px){
    .contact-shop-001 .contact-form .form-control.inline{
        width: 48%;
    }
}
@media (max-width: 1170px){
    .contact-shop-001 .contact-form{
        padding-right: 23px;
        padding-left: 23px;
    }
    .contact-shop-001 .btn-send{
        padding: 10px 13px;
        margin-right: 12px;
    }
}
@media (max-width: 991px){
    .contact-shop-001 .contact-form .form-control.inline{
        width: 100%;
    }
    .contact-shop-001 .contact-form{
        padding-right: 16px;
        padding-left: 16px;
    }
    .contact-shop-001 .btn-send{
        padding: 9px 12px;
        margin-right: 0;
    }
}
@media (max-width: 767px){
    .contact-shop-001 .container{
        width: 320px;
    }
    .contact-shop-001 .contact-title-line{
        border-top: 0;
    }

}
.navbar-tshop {
    z-index: 1 !important;
}