/* porto_child/child.css */

/*Home Filter Products List*/
.filter-products .products div.item .details-area .product-name {
    height: 4.5em;
    overflow: hidden;
}
.filter-products .products div.item .details-area .product-name a {
    color:#000;
}

/*Category Product Grid*/
.category-products .products-grid li.item .details-area .product-name {
    height: 5.5em;
    overflow: hidden;
}
.category-products .products-grid li.item .details-area .product-name a{
    color:#000;
}

/*Home Search Mini Form*/
.header-container.type4.header-newskin .header #search_mini_form {
    width: 550px;
    margin-left: 50px;
}

/*AW-OnePageCheckout START*/
#aw-onestepcheckout-container {
    width: auto;
    background: #fff;
}
#aw-onestepcheckout-authentification .form-list .input-box input{
    padding:0px 0px 0px 10px;
}
#aw-onestepcheckout-login-form .button-section {
    padding-top: 23px;
}

#aw-onestepcheckout-container .form-list .field {
    margin-left: 0px;
}

#aw-onestepcheckout-place-order .aw-onestepcheckout-place-order-please-wait {
    text-align: left;
}

/*Price GST Label*/
.gst-label {
    /* line-height: 30px; */
    /* height: 34px; */
    vertical-align: bottom;
    font-size: 15px;
    /*display:none;*/
}

.cms-index-index .gst-label,.catalog-category-view .gst-label{
    line-height: 20px; 
    font-size: 13px;
}

/*Video Container*/
.video-container {
    height: 0;
    overflow: hidden;
    padding-top: 30px;
    position: relative; }
.video-container.r16x9 {
    padding-bottom: 56.25%; }
.video-container.r4x3 {
    padding-bottom: 75%; }
.video-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; 
}

@media screen and (max-width: 970px){
    #aw-onestepcheckout-login-form .button-section {
        padding-top: 0px;
    }

}
