/**
 * Frontend style
 *
 * @author Leanza Francesco
 * @version 1.0.0
 */

/* ----------------------------------------------
                    PRODUCT TABLE
   ---------------------------------------------- */

.yith-wcpsc-product-table-wrapper {
    /*padding : 20px;*/
    overflow: scroll;
}

.yith-wcpsc-product-table {
	width: 75% !important;
	float: right;
    border-collapse : collapse;
    box-shadow      : 1px 1px 3px 0px #ddd;
    border          : 1px solid #e9e9e9;
}

.yith-wcpsc-product-table td, .yith-wcpsc-product-table th {
    padding    : 10px;
    border     : 1px solid #e9e9e9;
    text-align : center;
    height : 50px;
}

.yith-wcpsc-product-table tr > td:first-child, .yith-wcpsc-product-table th {
    font-weight : 700;
    background  : #f9f9f9;
}

img.tshirt-misure {
	width: 20%;
	float: left;
}

@media (max-width: 767px) {
	img.tshirt-misure {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	
	.yith-wcpsc-product-table {
		width: 100% !important;
		float: none;
	}
	
	.yith-wcpsc-product-table td, .yith-wcpsc-product-table th {
		padding: inherit !important;
	}
}
