/* CATALOGUE STYLES */

.catalogue-table-col-image {
	min-width: 170px;
	text-align: center;
}

.catalogue-table-col-name {
	text-align: center;
}

.catalogue-table-col-info {
	width: 140px;
	text-align: center;
}

.catalogue-table-subcategory > td {
	text-align: center;
	font-weight: bold;
}

.catalogue-item-image-base {
	background-image: url(http://www.owen.ru/upl_files/meyertec/img/table/Osnova1_all.png);
	width: 100px;
	height: 100px;
}

.catalogue-item-image {
	width: 100px;
}

.catalogue-item-image-var {
	width: 70px;
	position: relative;
	top: -68px;
	left: 46px;
}

.catalogue-item-image-var.wide {
	width: 120px;
	margin: -22px 0 0 1px;
}

.catalogue-item-image-var.long {
	left: 42px;
	top: -101px;
}

.catalogue-item-image-var.joystick {
	height: 80px;
	width: auto;
	top: -65px;
	left: 48px;
}

.catalogue-row-image > td.catalogue-item-col-image {
	vertical-align: middle;
	background-color: white;
}

/* SIMPLE CATALOGUE */

.simple_catalogue-table-col-name {
	text-align: left;
	border-right: none !important;

	font-size: 15px;
	line-height: 15px;
}

.simple_catalogue-table-col-price {
	text-align: right;
	border-left: 0 none !important;

	color: #099;
	white-space: nowrap;
	font-size: 15px;
	line-height: 15px;
}

.simple_catalogue-table-col-cart {
	width: 120px;
	text-align: center;
}

.simple_catalogue-table-col-cart > a {
	color: #099;
	display: inline-block;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 13px;
	cursor: pointer;
}

.simple_catalogue-table-col-cart > a:hover {
	color: #9f0412;
}

/* CART STYLES */

.cart-table {
	width: 100%;
}

.cart-table th {
	border-bottom: 2px solid lightgray;

	white-space: nowrap;
	line-break: strict;
}

.cart-table > tfoot td {
	text-align: right;
	border-top: 1px solid lightgray;
	padding-top: 10px;
}

.cart-table th,
.cart-table > tfoot td {
	color: #019a97;
	font-size: 14px;
	font-weight: bold;
}

.cart-table > tbody td {
	border: 0 !important;
}

.cart-table > tbody > tr > td {
	padding: 10px 8px;
	vertical-align: middle;
	font-size: 15px;
}

.cart-item-remove {
	text-align: center;
}

.cart-item-sum {
	text-align: right;
	color: #019a97;
}

.cart-item-count > input {
	width: 80px;
	text-align: right;
	color: #019a97;
}

.cart-controls {
	position: relative;
}

.cart-controls-submit {
	float: right;
}

.cart-controls-back {
	position: absolute;
	top: -50px;
	left: 0;
}

.cart-item-image {
	width: 165px;
	height: 135px;
	position: relative;
}

.cart-item-image-bg {
	background-image: url(http://www.owen.ru/upl_files/meyertec/img/table/Osnova1_all.png);
	width: 100px;
	height: 100px;
}

.cart-item-image-simple {
	width: 100px;
}

.cart-item-image-var {
	width: 70px;
	position: absolute;
	top: 43px;
	left: 55px;
}

.cart-item-image-var.wide {
	width: 120px;
	margin: -22px 0 0 1px;
}

.cart-item-image-var.long {
	left: 42px;
	top: -101px;
}

.cart-item-image-var.joystick {
	height: 80px;
	width: auto;
	top: 43px;
	left: 56px;
}


/* CART SUBMIT FORM */

.no-border-radius .modal-content {
	border-radius: 0;
}

.no-border-radius .btn {
	border-radius: 0;
}

.no-border-radius .form-control {
	border-radius: 0;
}

#submitCart .modal-header {
	background-color: #019a97;
	color: #FFF;
	padding: 8px 15px;
}

#submitCart .modal-header h5 {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#submitCart .btn-primary {
	background-color: #019a97;
	font-weight: bold;
	font-size: 12px;
	padding: 6px 40px;
}

#submitCart .inline-label {
	margin: 5px 0;
	padding-left: 150px;
	position: relative;
}

#submitCart .inline-label label {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	padding: 5px;
	display: inline-block;
}

#submitCart .inline-label .form-control {
	display: inline-block;
}

#submitCart .checkbox-label input {
	display: inline-block;
	margin: 0 4px 0 0;
	padding: 0;
}

#submitCart .form-check label {
	display: inline-block;
	padding: 0;
	margin: 0;
}

#requestAccepted h3 {
	color: #019a97;
	margin-top: 0;
}

#requestAccepted .modal-dialog {
	width: 500px;
	margin-top: 150px;
}

#requestAccepted .modal-body {
	padding: 50px;
}

#requestAccepted .custom-footer {
	margin-top: 30px;
}

#requestAccepted .custom-footer > .btn-primary {
	float: right;
	width: 150px;
	background-color: #019a97;
}


/* CART LINK */
.header-line__cart {
	top: 4px;
	position:  absolute;
	right: 315px;
}

@media(max-width: 410px){
	.header-line__cart {
		right: 209px;
	}
}

.header-line__cart a {
	font-size: 19px;
	padding: 0 6px;
}

.header-line__cart a:before {
	content: "\f07a";
	font-family: FontAwesome;
}
