/*
File Name: style.css
Theme Name:  RT-Theme 19 | Child Theme
Author: RT-Themes
Version: 1.1
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/item/rttheme-19-responsive-multipurpose-wp-theme/10730591
Description: Responsive Multi-Purpose WordPress Theme 
License: GNU General Public License
License URI: /Licensing/gpl.txt
Text Domain: rt_theme
Template: rttheme19
*/





body .woocommerce form .form-row label, 
body .woocommerce-page form .form-row label {
    float: left;
}


body.post-type-archive-product.woocommerce-page.layout2 #main_content {
    display: none;
}

#main_content > div.content_row.default-style.no-composer.overlap.fullwidth > div > div > div > table.shop_table.order_details > tbody > tr > td.product-name > a {
pointer-events: none;
text-decoration: none;
}
.woocommerce-page div.product_info a {
pointer-events: none;
}

.woocommerce .button {
    padding: 5px;
    border-radius: 5px;
    background: #009AFF !important;
    color: #fff !important;
}
.woocommerce .button:hover {
    background: #FF9900 !important;
}

#main_content > div.content_row.default-style.no-composer.overlap.fullwidth > div > div > div > form > table > tbody > tr.cart_item > td {
    padding: 23px 17px 17px 17px !important;
}
.woocommerce-cart td.product-name > a {
    text-decoration: none;
    pointer-events: none;
}
.woocommerce-cart table.cart img {
    display: none !important;
}
#navigation > li a:hover {
    background-color: #FF9900 !important;
}
 #tools > ul > li:hover > div {
    margin-right:20px;
}
 #tools > ul > li {
    margin-right: 20px; 
}
 #tools > ul > li {
    margin-left: 20px; 
}


.breadcrumb {
    display: none;
}


#footer > .content_row.fullwidth {
    background: #009AFF;
    border: 0px;
}
.woocommerce-cart #main_content > .content_row:first-child {
    margin-top: 0;
    border-top: 2px solid #009AFF;
}