/*
Theme Name: BoxShop Child
Theme URI: http://demo.theme-sky.com/boxshop/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: boxshop
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: boxshop-child
*/

/* top header strip start */
.header-top .header-left{
    width:50%;
}
.header-top .header-right{
    width:50%;
    padding-top: 10px;
}
.top-header-strip-label{
	color:white;
	float:left;
	height: 50px;
}
@media only screen and (max-width: 767px){
	.header-top .header-right{
		padding-top: 0;
	}
}
/* top header strip end */

/* checkout page start */
#billing_company_field{
	display: none !important;
}
#order_comments_field{
	display: none !important;
}
/* checkout page end */

/* home page tab view height */
.extra_height_tab_viewHome{
	min-height: 0px !important;
}
/* home page tab view height */
//#toplevel_page_woocommerce ul > ul > :nth-child(3){
//	display:none;
//}

/* footer section */
footer .ts-footer-block ul li{
	padding: 2px 0;
}
/* footer section end */