/*
File Name: style.css
Theme Name:  Tersus Child
Description:   Child theme for Tersus
Template: Tersus
*/

@import url("../Tersus/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
.product-left {
	height: 270px;
  width: 700px;
}
.product-left-image {
	float: left;
	width: 280px;
}
.product-left-image-big {
	width: 320px;
}
.product-right-text {
	float: right;
	width: 400px;
	text-align: justify;
	padding-top: 70px;
}
.product-right-text-big {
	width: 350px;
}

.product-right {
	height: 270px;
  width: 700px;
  float: right;
}
.product-left-text {
	float: left;
	width: 410px;
	text-align: justify;
	padding-top: 70px;
}
.product-right-image {
	float: right;
	width: 280px;
}

.product-checkbox {
	display: inline-block;
  width: 265px;
}

/* -------------------------------------------------------------- */
/* Corrections Plugin Events */
.row {
	margin-left: auto !important;
	margin-right: auto !important;
}
