/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.single-product .aramex_popup-inner .form-horizontal{
    height: 550px;
    overflow-y: auto;
}   

/*
 *  STYLE 3
 */

.single-product .aramex_popup-inner .form-horizontal::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.single-product .aramex_popup-inner .form-horizontal::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.single-product .aramex_popup-inner .form-horizontal::-webkit-scrollbar-thumb
{
    background-color: #000000;
}
.search-results .card{
    -moz-border-radius: 2%;
    -webkit-border-radius: 2%;
    border-radius: 2%;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.08);
}

.search-results .profile .profile-body {
    padding: 20px;
    /*background: #f7f7f7;*/
}
.search-results .profile .profile-bio img.img-thumbnail {
    /*border-radius: 50%;*/
	width: 300px;
    height: auto;
}
.search-results .profile .profile-bio {
    background: #fff;
    position: relative;
    padding: 15px 10px 5px 15px;
}

.search-results .profile .profile-bio a {
    left: 50%;
    bottom: 20px;
    margin: -62px;
    text-align: center;
    position: absolute;
}

.search-results .profile .profile-bio h2 {
    margin-top: 0;
    font-weight: 200;
}



#tab-biographical_products_tab .card{
    -moz-border-radius: 2%;
    -webkit-border-radius: 2%;
    border-radius: 2%;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.08);
}

#tab-biographical_products_tab .profile .profile-body {
    padding: 20px;
    /*background: #f7f7f7;*/
}
#tab-biographical_products_tab .profile .profile-bio img.img-thumbnail {
    /*border-radius: 50%;*/
    width: 300px;
    height: auto;
}
#tab-biographical_products_tab .profile .profile-bio {
    background: #fff;
    position: relative;
    padding: 15px 10px 5px 15px;
}

#tab-biographical_products_tab .profile .profile-bio a {
    left: 50%;
    bottom: 20px;
    margin: -62px;
    text-align: center;
    position: absolute;
}

#tab-biographical_products_tab .profile .profile-bio h2 {
    margin-top: 0;
    font-weight: 200;
}
.woocommerce-checkout .woocommerce-shipping-totals.shipping h4{
    float: left;

}
.woocommerce-checkout ul#shipping_method {
    text-align: right;
}
body.home .product-inner a.viewcart-style-3.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: #fff!important;
    color: #9bcfd3;
}
.rtl.woocommerce-checkout .woocommerce-shipping-totals.shipping h4 {
    float: right;
}
.rtl ul#shipping_method {
    float: left;
    width: 50%;
    text-align: center;
}
@media screen and (max-width: 480px) {
  .single-product .aramex_popup-inner {
        padding: 20px;
        position: absolute;
        margin-top: 50px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        box-shadow: 0px 2px 6px rgb(0 0 0);
        border-radius: 3px;
        background: #fff;
    }
}

@media only screen and (max-width:480px){
    .home-banner-slider .porto-ultimate-content-box {
        height: 250px;
        min-height: 250px!important;
    }
    .mobile-banner div.porto-ultimate-content-box {
        height: 150px!important;
        min-height: 150px!important;
    }
    .single-product .aramex_popup-inner .aramex_popup-inner {
        padding: 20px;
        position: absolute;
        margin-top: 50px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        box-shadow: 0px 2px 6px rgb(0 0 0);
        border-radius: 3px;
        background: #fff;
    }
}
.payment_methods .porto-control-label{
    width:100%;
}
.payment_methods img {
    display: inline-block !important;
    width: auto !important;
    margin-left: 5px;
    margin-right: auto!important;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none!important;
}