/*
	Theme Name: Hueman Child
	Theme URI: http://alxmedia.se/themes/hueman/
	Description: Tips Thailand
	Author: Mariska van Brederode
	Author URI: 
	Template: hueman
	Version: 1.0.0
*/

@import url("../hueman/assets/front/css/main.min.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/*woocommerce*/
.woocommerce-price-suffix {
    display: none;
}
.woocommerce-product-gallery__wrapper {
    max-height: 17em;
    max-width: 16em;
    margin-left: 50% !important;
    transform: translate(-50%);
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #3b8dbd;
}
.themeform .woocommerce #respond input#submit, .themeform .woocommerce a.button, .themeform .woocommerce button.button, .themeform .woocommerce input.button {
    font-weight: normal;
}
#tab-additional_information h2{
	display:none;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 1em;
    position: relative;    
	  display: inline-block;
    margin-left: 3em;
    width: 47%;
}
.woocommerce table.shop_attributes th {
    text-align: left;
    padding-left: 32px;
}
.product-template-default .post-standard {
    margin-top: 4em;
}
/*woocommerce*/
.single .pad{
    padding: 30px 30px 20px;
}


.single .post-title {
    display: inline-block !important;
}
@media(max-width:718px){
    .single .pad{
        padding: 30px 20px 20px;
	}
}
@media(max-width:479px){
    .single .pad{
    padding: 15px 15px 5px !important;
	}
}