/*
Theme Name:     Theratio Child
Theme URI:      http://wpdemo.archiwp.com/theratio/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       theratio
*/

@import url("../theratio/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


.site-header-cart .woocommerce-mini-cart__buttons a.button.wc-forward, .site-header-cart .woocommerce-mini-cart__buttons{
	width: 100%;
	text-align: center;
}

#back-to-top{
	display: none!important;
}

input[type="checkbox"]{
	width: unset!important;
}


.archive .woocommerce-products-header, .archive .woocommerce-result-count, .archive .woocommerce-ordering{
	display: none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	float: left;
	width: 50%!important;
}

.imagebox-title{
	text-align: center;
}

.comment-num, .byline{
	display: none!important;
}

.additional_information_tab{
	display: none!important;
}

.wb_cptb_content td{
	width: 50%!important;
}

.wb_cptb_content table{
	max-width: 800px;
}

.sku_wrapper{
	display: none!important;
}

.woocommerce div.product form.cart .variations label{
	font-family: "Roboto";
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text, .woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text{
	width: 100%!important;
}

@media screen and (max-width: 991px){
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
		width: 100%!important;
	}
}